RMP Motion Controller
10.7.1
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MemoryDoubleGet()
double MemoryDoubleGet
(
uint64_t
address
)
Description:
MemoryDoubleGet returns the value the controller's memory.
Parameters
address
An address (host) in the controller's memory.
Returns
(double) The value stored at the address.
Sample Code:
anAddress = axis.AddressGet(
RSIAxisAddressType
.RSIAxisAddressTypeACTUAL_POSITION);
Console.WriteLine(
"Value is {0}"
, controller.MemoryDoubleGet(anAddress));
RSI::RapidCode::RSIAxisAddressType
RSIAxisAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition
rsienums.h:434
Note
This does an atomic read of a 64-bit value
See also
MemorySet
RSI
RapidCode
MotionController
Generated by
1.15.0