MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ AddressGet() [2/2]

uint64 AddressGet ( RSIControllerAddressType  type,
int32  objectIndex 
)
pure virtual

Get the an address for some location on the MotionController.

Description:
AddressGet returns the host address for a particular MotionController value.
Parameters
typeUse RSIControllerAddressType.
objectIndexA 0-based object index
Returns
(int32) The (host) controller memory addr for specified value.
Sample Code:
/// address = controller.AddressGet(RSIControllerAddressType.RSIControllerAddressTypeRECORDER_BUFFER_POINTER, 0);
See also
MotionController::MemoryGet