Model 2302-V001
RESISTOMAT
®
Page 35
Brief guide
Operation
Calibration
Test and offset
instructions
RS232 data
output
Introduction &
applications
Description of functions
Accessories and Circuit diagram
RS232 data
output
id
(stands for: identification, R3 instruction)
The addressed device is to transmit its type description to the controller (Master).
The type description contains the type number, software version and serial number,
each separated by a blank.
Example:
Master transmits:"Slave at address 11. Send your
identification."
C
D
11idC<ENQ>
Slave responds:
"Message understood. Type number 1234,
software version 2.11, serial number 65111"
C
F
<ACK>
na
(stands for: new address, W1 instruction)
This instruction allows the interface to be set to a new address. The instruction is sent
to the current address. It is thus not suitable for specifying the address immediately after
system start. The device with the transferred ID is to assume the new address accompanying
the ID.
Parameter: <New address>
Example:
Master transmits: "Slave at address 25. Change your
address to 13."
C
D
25naC
B
13C
C
<Block check character>
<EOT>25na<STX>13<ETX>
Slave responds:
"Message understood" and responds to the
addresses 00, 03, 10 and 13 from then on.
C
F
<ACK>
nb
(stands for: no broadcast, W instruction)
The interface is to respond only to its individual address, i.e. the broadcasting
capability is inhibited.
Example:
Master transmits:"Slave at address 17. Deactivate
your broadcast addresses."
C
D
17bcC
E
<EOT>17bc<ENQ>
Slave responds:
"Message understood". Only address 17 is accepted from now on.
C
F
<ACK>