RESISTOMAT
®
Model 2302-V001
Page 42
Introduction &
applications
Description of functions
Brief guide
Operation
Calibration
Test and offset
instructions
RS232 data
output
Accessories and Circuit diagram
RS232 data
output
se
(stands for: store eeprom, W instruction)
The addressed device is to store the modified parameters in its non-volatile memory. Note
that this instruction could take several seconds to execute depending on the number and
length of the programmed parameters.
Example:
Master transmits: "Slave at address 00. Store the new parameters."
C
D
00seC
E
<EOT>00se<ENQ>
Slave responds:
"Message understood. A point is output for every stored parameter."
C
F
<ACK>
si
(stands for: status interface?, R2 instruction)
The addressed device is to transmit the current status of the interface periphery.
Example:
Master transmits:"Slave at address 00. Save and transmit
your interface status."
C
D
00siC
E
<B>
<B>: Block check character
<EOT>00si<ENQ><B>
Slave responds:
"Message understood. The last error code is 17, sub-
category 3, status is 0x3412 (16 bit in hexadecimal code)"
C
B
17 3 3412C
C
<B>
<STX>17 3 3412i<ETX><B>
Master responds:
"Message understood."
C
F
<ACK>