MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ MotionHoldGateGet()

bool MotionHoldGateGet ( int32  gateNumber)
pure virtual

Get the state of the hold gate.

Description:
MotionHoldGateGet returns the state of the Axis' hold gate.
Returns
(bool) True = gate is set, motion will not execute. False = gate is not set, motion will execute.
See also
MotionHoldGateSet
Note
Several axes or multiaxis objects can be assigned to one controller's hold gate. This allows users to release the gate for all axes associated with a gate at the same time.