MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ SoftwarePosLimitActionSet()

void SoftwarePosLimitActionSet ( RSIAction  action)
pure virtual

Set the action that will occur when the Software Positive Limit Event triggers.

Description:
SoftwarePosLimitActionSet sets the action that will occur when the Software Positive Limit Event triggers.
Parameters
actionAction taken on Limit trigger. A RSIAction value.
Note:
Available Actions are Abort(), EStop(), Stop(), None, EStopAbort(), and EStopModify()
Sample Code:
RapidSetup:
Go to axis screen->Limits & Actions. In image below, SoftwarePosLimitActionSet sets the action type shown in the Positive (+) Software box. It is currently set to E_STOP.
Limits_Actions.jpg
See also
SoftwarePosLimitActionGet
 
Examples
PhantomAxis.cpp, and PhantomAxis.cs.