TAKEARMSTATE (Statement) [RC7 Version 2.2 or later]


Returns the current acquisition status of the arm group control.
0: Not obtained, 1: Obtained


TAKEARMSTATE (<ArmGroupNumber>)


This function returns the current acquisition status of the specified arm group control.
<ArmGroupNumber>
Arm group number to obtain its status


PROGRAM PRO1
------------
I1 = TAKEARMSTATE(1)
'Obtain the current status of arm group 1.
------------
END


Top