107
OPUS Projektor Manual
User Interface
Please note: After the copy process is finished the external device is not unmounted from
the file system, but you can unplug without an explicit unmount or eject. Please wait for 2
seconds after the copy/move finished.
To make sure the USB stick is mounted correctly, you can use a Java Script like this for
your copy/move event:
var usb_mounted = getVariableValue("@USBMemStatus"); //check
if a USB stick is mounted
if (usb_mounted == 1)
{
var usb_path = getVariableValue("@USBMountPath"); //get
path of mounted usb stick
setVariableValue("@LogCopyPath",usb_path); // Set the
path of the USB stick
setVariableValue("@LogCopyAllNow",1); // Copy LogData to
the selected path (move is 2 instead of 1)
}
Allowed Tags for file header and line prefix
<LIST_OF_LOGGED_VARIABLES>
Any string
variable content
Changes from older version
If you have an older version it is necessary that you load the project with the new version
and save it once. Only new data is added all other settings stay as they are. There is one
major change when you previously used "New file at restart". With this option the maximum
number of files is set to 10. That means if you have more than 10 files on your system and
you update the GUI, the oldest file will be deleted and a new one is created.
Error codes
File Error. Can happen in two ways. First a file was not found or something went
wrong during writing on external storage