Gocator Line Profile Sensors: User Manual
Protocols • 461
To download the live configuration, pass "_live.job" in the name field.
To read the configuration of the live configuration only, pass "_live.job/config.xml" in the name field.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x1007).
name[64] char 6 Source file name.
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x1007).
status 32s 6
Reply status. For a list of status codes, see Commands on page
446.
length 32u 10 File length.
data[length] byte 14 File contents.
Reply
Write File
The Write File command uploads a file to the connected sensor (a .job file, a component of a job file, or
another type of file; for more information, see Job File Structure on page 356).
To make a job file live, write to "_live.job". Except for writing to the live file, the file is permanently stored
on the sensor.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x1006).
name[64] char 6 Source file name.
length 32u
70
File length.
data[length] byte 74 File contents.
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x1006).
status 32s 6
Reply status. For a list of status codes, see Commands on page
446.
Reply