The RMP Motion Controller APIs

◆ UserLimitOutputSet() [2/3]

void UserLimitOutputSet ( int32_t number,
RSIDataType dataType,
uint64_t inputPtr,
uint64_t outputPtr,
bool enabled )
Parameters
numberthe index of the User Limit (must be less than UserLimitCountMax).
dataTypethe type of data to be output
inputPtrAny controller host address. This is the source address. The value at this address will be output. (see AddressGet)
outputPtrAny controller host address. The source value will be copied to this address. (see AddressGet)
enabled1 = enabled, 0 = disabled.
Remarks
This function is also available in RapidSequencer.

Part of the User Limit method group.

See also
UserLimitConditionSet, UserLimitConfigSet
Note
When the User Limit triggers the Output block will copy the value from inputPtr to outputPtr.