The folder user_files may only contain less than 8 files. If the folder contains more
than 8 files only the first 8 files will be transmitted. File names may not contain empty
spaces or UTF8 characters like ('ä', 'ö', 'ü', or 'é'). Subfolders in user_files won't
be transmitted to the device.
Do not delete any of these files or folders, otherwise no Project Package can be
created anymore:
·
preinstall_script.js
·
postinstall_script.js
·
folder updater
For each transfer, a Project Package (*.ud4) file is created, which contains all the
important files for a project update.
The Project Package contains:
·
Project archive (terminal_files.zip)
·
Preinstall_script.js
·
Postinstall_script.js
·
ClientSettings.xml
·
files from user_files folder in Updater folder .
With this variable the ClientUpdater on the device can be enabled or disabled.
Additionally, you can set the active interfaces, which allows you to update the project on
the device.
The following values can be set:
·
Updater is disabled
·
0x0 => NO project update can be performed.
·
Updater is enabled (Single Inteface)
·
0x1 => Project update can ONLY be performed via USB drive.
·
0x2 => Project update can ONLY be performed via CAN bus.
·
0x4 => Project update can ONLY be performed via Ethernet.
·
Updater is enabled (Multiple Intefaces)
·
0x3 => Update possible via USB drive or CAN bus.
·
0x5 => Update possible via USB drive or Ethernet.
·
0x6 => Update possible via CAN bus or Ethernet.
·
0x7 => Update possible via USB drive, CAN bus or Ethernet.