MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ NegativeLimitGet()

bool NegativeLimitGet ( )
pure virtual

Get the state of the Hardware Negative Limit input.

Description:
NegativeLimitGet returns the state of the Hardware Negative Limit input.
Returns
(bool) State of the input.
Sample Code:
if(axis.NegativeLimitGet() == true)
{
Console.WriteLine("Negative Limit is High");
}
RapidSetup:
Go to axis screen->Dedicated I/O tab. The High/Low state next to Neg. HW limit is the result of the NegativeLimitGet function.
DedicatedIO.jpg
See also
Dedicated I/O
Examples
DedicatedIO.cpp, and DedicatedIO.cs.