ZD340_07d_e.doc / Apr-17
Page 46 / 50
8.4. Serial Register Codes
8.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 counter 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
8.4.2.
Control Commands
To activate control commands (e.g. Reset) by serial link, the following steps are required:
a) the desired command has first to be assigned to one of the front keys or control inputs
(any), as described in chapter 6.2.6.
b) after this the corresponding key or input can be virtually activated by serial command (same
as if you would push the key or activate the hardware input). This kind of command provides
static operation. Sending "1" to the corresponding location will switch the command ON, it
will remain on until you send "0" to the same location to switch the command OFF again.
Control Input / Front Key
Code
Key "UP"
63
Key "DN"
64
Key "Enter"
65
Example: Parameter F06.054 = 1, i.e. input "Cont1" has been configured for "Reset Counter1"
(see 6.2.6).
Switch the Reset ON (unit number 11):
ASCII
EOT
1
1
STX
6
9
3
ETX
BCC
Hex
0 4
3 1
3 1
0 2
3 6
3 9
3 3
0 3
3 7
Switch the Reset OFF again (unit number 11):
ASCII
EOT
1
1
STX
6
3
0
ETX
BCC
Hex
0 4
3 1
3 1
0 2
3 6
3 3
3 0
0 3
3 6