CHGEXTMODE (Statement) [Version 1.98 or later]


Switches from internal to external auto mode.


CHGEXTMODE


This statement switches the operation mode from internal to external auto mode.



This statement cannot switch from the manual mode or teach check mode to the external auto mode.
This statement can execute only when a supervisory task is running and no user tasks are running.


PROGRAM TSR1
------------
CHGEXTMODE
'Switch to the external auto mode.
------------
CHGINTMODE
'Switch to internal auto mode.
------------
END


Top