CHGINTMODE
(Statement)
[Version 1.98 or later]
Switches from external to internal auto mode.
CHGINTMODE
This statement switches the operation mode from external to internal auto mode.
This statement cannot switch from the manual mode or teach check mode to the internal 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
|
|