Jetter AG
Identification and Configuration | 7
User Manual – JCM-501-E01
23 / 65
Registers -
Overview
The registers listed below let you retrieve the operating system versions:
Register
Description
200169
Operating system version
210001
JetVM version
Tab. 15:
Registers - Overview
7.2 Operating system
We are continuously striving to enhance the operating systems of our products.
Enhancing means adding new features, and upgrading existing functions. Cur-
rent OS files are available for download on our homepage in the downloads area
of the respective product.
INFO
Further information
More information on this subject is available on our website.
Start | Jetter - We automate your success.
7.2.1 Operating system update of the controller
This chapter describes how to carry out an operating system update on the
JCM-501-E01 controller. You have got several options for transferring the OS file
to the controller:
■
From a USB flash drive
■
Via JetEasyDownload
OS update from a USB flash drive
A USB flash drive lets you transfer an OS file to the JCM-501-E01.
Contents of the
batch file
The batch file
autostart.bat
must have the following contents:
@echo off
if not exist \App\autostart.exe goto end
if exist \App\update.ini goto end
if exist \App\usb_update_process_marker goto dm
echo \Data\update\jcm_ce0.os >\App\update.ini
if not exist \Data\update md \Data\update
copy \%1\jcm_ce0.os \Data\update\jcm_ce0.os
echo.>\App\usb_update_process_marker
del \System\reset.exe
goto end
:dm
del \App\usb_update_process_marker
:end