MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ UserLimitOutputSet() [5/5]

void UserLimitOutputSet ( int32  number,
RSIDataType  dataType,
uint64  inputPtr,
uint64  outputPtr,
bool  enabled 
)
pure virtual

Configure a User Limit Output block to copy a value, then output the value.

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.
See also
UserLimitConditionSet, UserLimitConfigSet
Note
When the User Limit triggers the Output block will copy the value from inputPtr to outputPtr.