RMP Motion Controller
10.7.1
APIs
, concepts, guides, and more
Community
Support
Contact
◆
FirmwareAddressGet()
uint32_t FirmwareAddressGet
(
uint64_t
hostAddress
)
Description:
FirmwareAddressGet converts and returns a host controller address to a firmware address.
Parameters
hostAddress
Any address (host) in the controller's memory.
Returns
(int32_t) Host address.
Sample Code:
// -- C# -- //
int
addr = controller.AddressGet(
RSIControllerAddressType
.RSIControllerAddressTypeSAMPLE_COUNTER);
Console.WriteLine(
"Host address is 0x{0} Firmware Address is 0x{1}"
, addr, controller.FirmwareAddressGet(addr));
RSI::RapidCode::RSIControllerAddressType
RSIControllerAddressType
Used to get firmware address used in User Limits, Recorders, etc.
Definition
rsienums.h:405
See also
MemorySet
,
MemoryGet
,
AddressFromStringGet
RSI
RapidCode
MotionController
Generated by
1.15.0