MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ MemoryDoubleSet()

void MemoryDoubleSet ( uint64  address,
double  data 
)
pure virtual

Write a 64-bit double value to controller memory.

Description:
MemoryDoubleSet writes a double value into controller memory
Parameters
addressAny address (host) in the controller's memory.
dataThe double data to write.
Sample Code:
int addressToSet = controller.AddressGet(RSIControllerAddressTypeUSER_BUFFER);
controller.MemoryDoubleSet(addressToSet, 1234567.89);
See also
MemoryGet
 
Examples
Gantry.cpp.