Commands, messages, and replies

This section contains a reference for all DS commands and messages.

Commands are used to control the DS and can be issued through the network or through the serial port. The DS replies to the commands- reply codes indicate the result of command execution. Messages are different in that they are not replied to. For more information see programming .

Command and message description format can be found here .

Table below lists all available commands and messages:

C.C.
N
B
L
I
S
Description
L
+




Login command
O
+

+

+
Logout command
E
+

+

+
Reboot command
I
+

+

+
Initialize command
S
+

+

+
Set Setting command
G
+

+

+
Get Setting command
P
+


(+)
+
Parameter command
X
+
+


+
Echo command
U
+
+


+
Status command
B
+




Buzz command
R
+




Reset Overflow Flags command
A
+
+

+

Assign IP-address command
W
+
+



Select In Broadcast Mode command
V
+
+


+
Get Firmware Version command
N
+

+


Jump To NetLoader command
N
+

+


Set Programming Request Flag
Q
+

+


Reset Upload Process
D
+

+


Upload Data Block
C
** **



+
Cable Status
T
+
+



Get My IP
J
+




Notification message

Notes:

C.C.- command codes;
N- '+' in this column indicates that command can be issued through the network;
B- '+' in this column indicates that command can be issued in the broadcast mode (when sent through the network) without the need to pre-select a particular DS using Select In Broadcast Mode (W) command first;
L- '+' in this column indicates that command, when issued through the network, requires prior login using the Login (L) command;
I- '+' in this column indicates that command, when issued through the network, requires immediate authentication. '(+)' indicates that immediate authentication is optional;
S- '+' in this column indicates that command can be issued through the serial port.

Listed below are all available reply codes:

R.C.

Description

A

OK (command completed successfully)

C

Error (incorrect command was issued)

R

Rejected (command was rejected by the DS)

D

Denied (access was denied by the DS)

F

Failed (command execution failed)

S

Bad Sequence (D command only)

O

Out-of-range (D command only)

Notes:

R.C.- reply code.