![Jetter JVM-507B - HMI User Manual Download Page 103](http://html2.mh-extra.com/html/jetter/jvm-507b-hmi/jvm-507b-hmi_user-manual_3864918103.webp)
Jetter AG
103
JVM-507B
Programming
If the ignition is still switched on, the device will not be switched off. However,
the HMI can be restarted.
For a restart, the ignition must be switched on.
The sample program has been tested for compliance with the following
software versions:
JetSym version 5.2.1
HMI JVM-507B, OS version 4.01
For more information on programming by STX, please turn to the online help
in JetSym.
If you switch off the vehicle's ignition, in the sample program the function
Shutdown ()
is carried out after a delay of 3 seconds. The
Reboot
parameter for the
Shutdown()
function has the value
true
. This means that
the device will switch off.
Var
Ignition: Int
At
%VL
361100
;
End_Var
;
Task
Ign
Autorun
Loop
When
Ignition
Continue
;
Delay(
3000
);
Shutdown(
True
);
End_Loop
;
End_Task
;
Comment
Software versions
JetSym STX program