652
OPUS Projektor Manual
Device Software Update
·
ProjectPath (required) - the path to the project that should be downloaded - example:
ProjectPath=C:\Workspace\Projects\customer_project2
·
GUI (optional) - flag whether the updater should start with the gui (true) or silently (false) -
example: gui=false
·
AppName (optional) - A name that will be displayed in the gui title (only considered if
gui=true) - example: AppName=MyPersonalUpdater
·
ShowCANWarning (optional) - Flag whether the CAN warning screen should be shown in
the gui (only considered if gui=true) - example: ShowCANWarning=true
·
interface (CAN/USB)- Defines where the project should be downloaded to (when no gui
is used) / which target should be selected in the gui (if the gui is used) - example:
interface=USB
·
path - Defines the target path if the program is used without gui and USB is set as target
- example: path=D:\
Example for a download to USB without gui:
HostUD.exe projectpath=C:\Workspace\Projects\customer_project2 gui=false
interface=USB path=D:\
FAQ
How can I add my own files to a Project Package?
You can add your own files to the folder user_files of the updater folder . The updater
folder is a subdirectory of the project directory.
All files which are copied to user_files will be added to the Project Package .
With the shell scripts postinstall_script.sh and preinstall_script.sh you can edit your files
on the device.
You can also add user files in GUI, see here: Add User Files To Project Package
How can I figure out which CAN settings the ClientUpdater uses on the device?
The settings for the ClientUpdater are stored in the the file ClientSetting.ini in the
folder /opt/ud4/bin/
Why does the CAN Transfer not work?
o
Please first read the CAN Transfer Checklist before you try to transfer a
project via CAN mode.
o
If all steps are done and the CAN Interface on the device is enabled, please check
the CAN network:
1. Check if the device is connected to the CAN network (check if CAN Port 1
and/or CAN Port 2 is connected).
2. Check if the baud rate of the ClientUpdater is set properly.
3. Check the bus status of CAN network.
4. Check the ID settings of the Updater (Client and Host)
o
Check if the ClientUpdater is running on the device and/or restart device.
Is it possible to update more than 1 device parallel via CAN?
643
644
639
645