RESISTOMAT
®
Model 2302-V001
Page 38
Introduction &
applications
Description of functions
Brief guide
Operation
Calibration
Test and offset
instructions
RS232 data
output
Accessories and Circuit diagram
RS232 data
output
The following display types are assigned to the format numbers:
No. C-format Display
0: %9.0f
±
*********
1: %9.1f
±
*******.*
2: %9.2f
±
******.**
3: %9.3f
±
*****.***
4: %9.4f
±
****.****
5: %9.5f
±
***.*****
6: %9.6f
±
**.******
7: %9.7f
±
*.*******
8: %9.8f
±
.******E
±
**
9: %f Floating point
Example:
Master transmits:"Slave at address 17. For the future communication of
measurement values, select Format 3 plus unit transmission."
C
D
17sfC
B
0 3 1C
C
<B>
<B>:Block check character
<EOT>00sd<STX>50<ETX><B>
Slave responds:
"Message understood."
C
F
<ACK>
sm
(stands for: send measurement value, R2/3 instruction)
The addressed device is to transmit the measurement value read in last to the controller.
This value is accompanied by a flag which indicates whether or not the value was already
read in on a previous occasion.
1 -> The measurement value is new and has not been read in previously.
0 -> The measurement value has been read in previously.
The transmission format can be specified with the set-format instruction. However, this
instruction is considerably slower than the pv instruction.
Example:
Master transmits:"Slave at address 48. Set your
response delay to 50ms!"
C
D
48smC
E
<EOT>48sm<ENQ>
Slave responds:
"Message understood. The measurement value is 1.237 Ohms
and has not been read in previously."
C
B
01.237 Ohm 1C
C
<B>
<STX><CR><LF> 01.237 Ohm 1<ETX><B>
Master antwortet:
"Message understood."
C
F
<ACK>