MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ SoftwareNegLimitActionSet()

void SoftwareNegLimitActionSet ( RSIAction  action)
pure virtual

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

Description:
SoftwareNegLimitActionSet sets the action that will occur when the Software Negative 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, SoftwareNegLimitActionSet sets the action type shown in the Negative (-) Software box. It is currently set to E_STOP.
Limits_Actions.jpg
See also
SoftwareNegLimitActionGet
 
Examples
PhantomAxis.cpp, and PhantomAxis.cs.