Gocator Snapshot Sensors: User Manual
Protocols • 400
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4005).
buddyId 32u 6 Id of the sensor to acquire as buddy. Set to 0 to remove buddy.
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4005).
status 32s 6
Reply status. For a list of status codes, see Commands on page
388.
Reply
List Files
The List Files command returns a list of the files in the sensor's file system.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x101A).
extension[64] char 6 Specifies the extension used to filter the list of files (does not
include the "."). If an empty string is used, then no filtering is
performed.
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x101A).
status 32s 6
Reply status. For a list of status codes, see Commands on page
388.
count 32u 10 Number of file names.
fileNames[count][64] char 14 File names.
Reply
Copy File
The Copy File command copies a file from a source to a destination within 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
300).
To make a job active (to load it), copy a saved job to "_live.job".
To "save" the active job, copy from "_live.job" to another file.