Gocator Line Profile Sensors: User Manual
Protocols • 362
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
350.
Reply
Delete File
The Delete File command removes a file from the connected sensor (a .job file, a component of a job file,
or another type of file; for more information, see Job Files on page 278).
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x1008).
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 (0x1008).
status 32s 6
Reply status. For a list of status codes, see Commands on page
350.
Reply
User Storage Used
The User Storage Usedcommand returns the amount of user storage that is used.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x1021).
Command