void HardwarePosLimitActionSet ( RSIAction  action  ) 

Description:
HardwarePosLimitActionSet sets the action that will occur when the Hardware Positive Limit Event triggers.
Parameters:
action Action taken on Positive Limit trigger. A RSIAction value.
Sample Code:
  //Set the Hardware Positive Limit action to E-Stop.
  HardwarePosLimitActionSet(RSIActionE_STOP);
See also:
HardwarePosLimitActionGet
Examples:
hardwareLimits.cpp, and PhantomAxis.cs.