The RMP Motion Controller APIs

◆ RSIUserLimitTriggerType

Enumerator
RSIUserLimitTriggerTypeINVALID 
RSIUserLimitTriggerTypeNONE 

Disables the user limit. No conditions are evaluated.

RSIUserLimitTriggerTypeSINGLE_CONDITION 

Only one condition is evaluated.

RSIUserLimitTriggerTypeCONDITION_AND 

Two conditions are evaluated and combined via a logical AND.

RSIUserLimitTriggerTypeCONDITION_OR 

Two conditions are evaluated and combined via a logical OR.

RSIUserLimitTriggerTypeTIMER 

Specifies that the user limit is to be used as a timer.

Examples
UserLimit.cs.

Definition at line 622 of file rsienums.h.