APIs, concepts, guides, and more

◆ RSIUserLimitTriggerType

enum class RSIUserLimitTriggerType
strong
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.

RSIUserLimitTriggerTypeEND 

internal use only

RSIUserLimitTriggerTypeFIRST 

internal use only

RSIUserLimitTriggerTypeCOUNT 

internal use only

Examples
mathblock-difference-of-position-userlimit.cs, userlimit-command-position-direct.cs, userlimit-digital-input-one-condition.cs, userlimit-digital-input-two-condition.cs, userlimit-estop-store-position.cs, userlimit-feedrate.cs, and userlimit-position-abort.cs.

Definition at line 633 of file rsienums.h.