EasyManua.ls Logo

Topcon OPUS A6G2 - Page 107

Topcon OPUS A6G2
800 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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
Description
Tag
Year
<YYYY>
Year short
<YY>
Month
<MM>
Day
<DD>
Hour
<hh>
Minute
<mm>
Seconds
<ss>
Milliseconds
<s/10>
List of variables
<LIST_OF_LOGGED_VARIABLES>
Any string
variable content
<variable_name>
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
Co
de
Explanation
16
File Error. Can happen in two ways. First a file was not found or something went
wrong during writing on external storage

Table of Contents