MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ AddressGet()

uint64 AddressGet ( RSIAxisAddressType  addressType)
pure virtual

Get the an address for some location on the Axis.

Description:
AddressGet returns the host address for a particular Axis firmware value.
Parameters
addressTypeUse RSIAxisAddressType.
Returns
(int32) The (host) controller memory addr for specified value.
Note
If you need something special added to RSIAxisAddressType we can add it.
See also
MotionController::MemoryGet
 
Examples
Gantry.cpp, Memory.cpp, Recorder.cpp, UserLimitCommandPositionDirectSet.cs, UserLimitDigitalInputEStopStorePosition.cs, UserLimitFeedRate.cs, UserLimitGainChangeBasedOnPosition.cpp, UserLimitPositionOneCondition.cpp, UserLimitPositionOneCondition.cs, and UserLimitStateAction.cpp.