RMP Motion Controller
10.4.3
The RMP Motion Controller APIs
MotionController
Axis
MultiAxis
IO
IOPoint
NetworkNode
RsiError
Contact
Support
RMP
◆
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.
data
The double data to write.
Remarks
This function is also available in
RapidSequencer
.
Sample Code:
int
addressToSet = controller.
AddressGet
(RSIControllerAddressTypeUSER_BUFFER);
controller.
MemoryDoubleSet
(addressToSet, 1234567.89);
See also
MemoryGet
Examples
Gantry.cpp
.
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
MotionController
Generated on Thu Jul 6 2023 17:10:59 for RMP Motion Controller by
1.8.20