RSIAction ErrorLimitActionGet ( )
Description:
ErrorLimitActionGet gets the action that will occur when the Position Error Limit Event triggers.
Returns:
(RSIAction) Action taken on Error Limit trigger.
Sample Code:
  if(axis->ErrorLimitActionGet() == RSIActionE_STOP)
  {
    printf("Error Limits will cause an E-Stop.\n");
Notes:
  • Position Error = Command Position - Actual Position
  • Good idea to set this to ABORT event.
See also:
ErrorLimitActionSet