LOCKSTATE
(Statement)
[RC7 Version 2.2 or later]

Obtains the machine lock status. 0: OFF, 1: ON

LOCKSTATE

This function obtains the current machine lock status.

PROGRAM PRO1
|
|
------------
|
|
I1 = LOCKSTATE
|
'Obtain the current machine lock status.
|
------------
|
|
END
|
|