Configuration

The Configuration component of a job file contains settings that control how a sensor behaves.

You can access the Configuration component of the active job as an XML file, either using path notation, via "_live.job/config.xml", or directly via "_live.cfg".

You can access the Configuration component in user-created job files in non-volatile storage, for example, "productionRun01.job/config.xml". You can only access configurations in user-created job files using path notation.

See the following sections for the elements contained in this component.

All sensors share a common job file structure and settings for all features are included in job files, regardless of the model.

If a setting in a job file is not used by a sensor, the setting's used property is set to 0.

Configuration Child Elements
Element Type Description
@version 32u Configuration version.
@versionMinor 32u Configuration minor version.

Setup

Section

For a description of the Setup elements, see Setup.

Replay Section

Contains settings related to recording filtering (see Replay).

Streams Section

Read-only collection of available data streams (see Streams/Stream (Read-only)).

ToolOptions

Section

List of available tool types and their information. See ToolOptions for details.

Tools

Collection

Collection of sections. Each section is an instance of a tool and is named by the type of the tool it describes. For more information, see the sections for each tool under Tools.

Tools.options

String (CSV)

Deprecated. Replaced by ToolOptions.

Outputs

Section

For a description of the Output elements, see Output.