SD34002g_e.doc / Sep-13
Page 53 / 60
9.4. Serial Register Codes
9.4.1.
Communication Commands
Function
Code
Activate Data
67
Store EEProm
68
These commands have to be sent to the unit every time after one or several new parameters
have been transmitted, in order to activate or to store the new values. Both commands are
"dynamic", i.e. it is sufficient to just send the data value "1" to the corresponding code position.
Example: send the command "Activate Date" to the unit with Unit No. 11:
ASCII
EOT
1
1
STX
6
7
1
ETX
BCC
Hex
0 4
3 1
3 1
0 2
3 6
3 7
3 1
0 3
3 3
9.4.2.
Control Commands
Serial command
Code
Read thumbwheel switches (see F05.050 = 16)
*)
59
Hardware keypad disable (see F05.050 = 15)
*)
60
Clear min/max record memory (see F05.050 = 14)
*)
61
Cycle the display (see F05.050 = 13)
*)
62
Remote start-up delay (see F05.050 = 12)
*)
63
Release latch / maintain of outputs and relays (see F10.114) *)
64
Freeze encoder frequencies (see F10.113)
*)
65
Substitute encoder frequencies (see F10.112)
*)
66
Activate Data (activation of serial transmit parameters)
**)
67
Store EEProm (storage of parameters in EEProm)
**)
68
*) Sending data value "1" to the corresponding location will switch the command
persistently ON until sending again the data "0" to the same location
**) Sending data value "1" to the corresponding location will switch the command
ON and the bit will automatically reset to 0 after execution
Example: Switch on the hardware keypad lock (disable keypad of unit No. 11):
ASCII
EOT
1
1
STX
6
0
1
ETX
BCC
Hex
0 4
3 1
3 1
0 2
3 6
3 0
3 1
0 3
3 4
Switch off the hardware keypad lock (enable keypad of unit No. 11 again)
ASCII
EOT
1
1
STX
6
0
0
ETX
BCC
Hex
0 4
3 1
3 1
0 2
3 6
3 0
3 0
0 3
3 5