RMP Motion Controller
10.6.1
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MemoryDoubleSet()
void MemoryDoubleSet
(
uint64_t
address
,
double
dataDouble
)
Description:
MemoryDoubleSet writes a double value into controller memory
Parameters
address
Any address (host) in the controller's memory.
dataDouble
The double data to write.
Sample Code:
int
addressToSet = controller.
AddressGet
(
RSIControllerAddressTypeUSER_BUFFER
);
controller.
MemoryDoubleSet
(addressToSet, 1234567.89);
RSI::RapidCode::MotionController::MemoryDoubleSet
void MemoryDoubleSet(uint64_t address, double dataDouble)
Write a 64-bit double value to controller memory.
RSI::RapidCode::MotionController::AddressGet
uint64_t AddressGet(RSIControllerAddressType type)
Get the an address for some location on the MotionController.
RSI::RapidCode::RSIControllerAddressType::RSIControllerAddressTypeUSER_BUFFER
@ RSIControllerAddressTypeUSER_BUFFER
First location in User Buffer.
See also
MemoryGet
Examples
CalculateAccelerationFromVelocity.cpp
, and
MathBlock.cs
.
RSI
RapidCode
MotionController
Generated by
1.10.0