The RMP Motion Controller APIs

◆ AddressGet()

uint64_t AddressGet ( RSIAxisAddressType addressType)
Description:
AddressGet returns the host address for a particular Axis firmware value.
Parameters
addressTypeUse RSIAxisAddressType.
Returns
(int32_t) The (host) controller memory addr for specified value.
Remarks
This function is also available in RapidSequencer.

Part of the Limits and Action Configuration method group.

Note
If you need something special added to RSIAxisAddressType we can add it.
See also
MotionController::MemoryGet
Examples
MathBlock.cs, Memory.cpp, Recorder.cs, and UserLimit.cs.