APIs, concepts, guides, and more

◆ 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.

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
Gantry.cpp, Memory.cpp, calculate-acceleration-from-velocity.cpp, difference-of-position-user-limit.cpp, mathblock-calculate-acceleration-from-velocity.cs, mathblock-difference-of-position-userlimit.cs, recorder.cs, userlimit-command-position-direct.cs, userlimit-estop-store-position.cs, userlimit-feedrate.cs, and userlimit-position-abort.cs.