3DM
®
-GX5-35
DCP Manual
4.
Command Reference
4.1
Base Commands
The Base command set is common to many LORD Sensing devices. With the Base command set it is
possible to identify many properties and do basic functions on a device even if you do not recognize its
specialized functionality or data. The commands work the same way on all devices that implement this
set.
4.1.1
Ping (0x01, 0x01)
Description
Send "Ping" command
Device responds with ACK if present.
Field Format
Field Length
Field
Descriptor
Field Data
Command
0x02
0x01
N/A
Reply:
ACK/ NACK
0x04
0xF1
U8 - echo the command byte
U8 - error code (0: ACK, non-zero: NACK)
Example
MIP Packet Header
Command/Reply Fields
Checksum
Sync1
Sync2
Desc.
Set
Payload
Length
Field
Length
Field
Desc.
Field Data
MSB
LSB
Command:
Ping
0x75
0x65
0x01
0x02
0x02
0x01
0xE0
0xC6
Reply:
ACK/NACK
0x75
0x65
0x01
0x04
0x04
0xF1
Command echo: 0x01
Error code: 0x00
0xD5
0x6A
Copy-Paste version of the command: “7565 0102 0201 E0C6”
24