- 65 -
Captions:
$
................... Beginning of a request string (36 ASCII)
&
or
&&
........ Beginning of a response string (38 ASCII)
aa
................ 2 characters of instrument address (48
57 ASCII)
!
................... 1 character to indicate the correct reception (33 ASCII)
?
................... 1 character to indicate a reception error (63 ASCII)
#
................... 1 character to indicate an error in the command execution (23 ASCII)
ckck
........... 2 ASCII characters of Check-Sum (for further information, see section
CHECK-SUM CALCULATION
)
CR
................ 1 character for string end (13 ASCII)
\
................... 1 character of separation (92 ASCII)
SETPOINT PROGRAMMING
Warning
: the new values of setpoint are active immediately.
The PC transmits
the ASCII string:
$aaxxxxxxyckckCR
where:
xxxxxx
...... 6 characters for the setpoint value (48
57 ASCII)
y
= A ............ set the value in the setpoint 1
y
= B ............ set the value in the setpoint 2
y
= C ............ set the value in the setpoint 3
Possible instrument responses:
-
correct reception:
&&aa!\ckckCR
-
incorrect reception:
&&aa?\ckckCR
Example: to set 500 in the setpoint no. 3, the PC must transmit
the following command:
$01000500C47(Cr)
SETPOINT STORAGE IN EEPROM MEMORY
The setpoint are stored in the RAM memory and lost upon instrument power off. It is necessary to
send a special command to save them permanently in the EEPROM memory. Please note that the
writing number allowed in the EEPROM memory is limited (about 100000).
The PC transmits
the ASCII string:
$aaMEMckckCR
Possible instrument responses:
-
correct reception:
&&aa!\ckckCR
-
incorrect reception:
&&aa?\ckckCR