Gocator 2300 & 2880 Series
Gocator Device Files • Job Files • 236
Log File
The log file contains log messages generated by the sensor. The root element is Log.
To access the log file, use the Read File command, passing "_live.log" to the command. The log file is read-
only.
Element Type Description
List of (Info | Warning |
Error)
List An ordered list of log entries.
Log Child Elements
Element Type Description
@time 64u Log time, in uptime (µs).
@value String Log content; may contain printf-style format specifiers (e.g. %u).
List of (IntArg | FloatArg |
Arg)
List
An ordered list of arguments:
IntArg – Integer argument
FloatArg – Floating-point argument
Arg – Generic argument
Log/Info | Log/Warning | Log/Error Elements
The arguments are all sent as strings and should be applied in order to the format specifiers found in the
content.
Job Files
The following sections describe the structure of job files.
Job files, which are stored in a Gocator's internal storage, control system behavior when a sensor is
running. Job files contain the settings and potentially the transformations associated with the job (if
Alignment Reference is set to Dynamic).
There are two kinds of job files:
l
A special job file called "_live.job."This job file contains the active settings and potentially the trans-
formations associated with the job. Changing this file (or its components)changes the active settings
or transformations. It is stored in volatile storage.
l
Other job files that are stored in non-volatile storage.
Job File Components
A job file contains components that can be loaded and saved as independent files. The following table
lists the components of a job file:
Component Path Description
Configuration config.xml The job's configurations. This component is always present.
Job File Components