a3369b.pdf - 第92页
Communication Interfaces VTK - TR -BA- 171e - 1 - User Manua l MDS 3080 -V 83 8.1.1 Pin Fun ctio ns PIN Char acteri sti cs Level Func tion 1 Reserved __________ _ __________ _ 2 Outpu t TX Serial trans miss ion signa l 3…

Communication Interfaces
82
VTK-TR-BA-171e-1 - User Manual MDS 3080-V
8 Communication Interfaces
The control unit has three communication interfaces. There is a 9-pin serial interface, RS-232C, a
15-pin PLC-interface and an AUX socket.
8.1 Serial Interface RS-232C: 9-Pin Sub-D
Fig. 30: Serial interface
The local interface is structured according to SCPI Standard.
These “Standard Commands for Programmable Instruments” represent a standardized set of
instructions used for control and programming, transmitted in form of ASCII text. They can be
generated by any selectable programming language in any environment. The serial interface
operates by means of software handshake. The hardware handshake communications are not in
use.
INFORMATION
Communication while triggering
Do not send instructions through this interface in the course of a running dispensing cycle.
Communication is only possible between distinct sequences (signal DosOK on “high”). This is
especially important during start-up of a heater.
After sending data or parameters to the control unit, you have to wait for the “OK” signal before
you can start further actions. You only can send data while the MDC is in the main menu.

Communication Interfaces
VTK-TR-BA-171e-1 - User Manual MDS 3080-V
83
8.1.1 Pin Functions
PIN Characteristics Level Function
1 Reserved ___________ ___________
2
Output
TX
Serial transmission signal
3
Input
RX
Serial reception signal
4
Connected to PIN 6
5
Ground
Ground
6
Connected to PIN 4
7
Reserved
___________
___________
8
Reserved
___________
___________
9
Reserved
___________
___________
The RS-232C log of the control unit uses RS-232C standard and is designed for communication
via a serial cable, connected 1:1, with a Sub-D nine pin connector.
The following parameter configuration is used for the communication with the control unit:
• Synchronous mode: Half-duplex
• Bits/s: 9600 – 115200 (5 different options available, see paragraph 4.5.6, page 33)
• Start bit: 1
• String length: 8 bit (ASCII)
• Parity: None
• Stop bit: 1
• Log: None

Communication Interfaces
84
VTK-TR-BA-171e-1 - User Manual MDS 3080-V
8.1.2 RS-232C Commands
The available commands are listed below. They are explained on the following pages, together
with short examples. This list is according to firmware revision 4071LU1-G.
Each command has to be followed by a line feed (LF, \n, 0x0a) and then a carriage return (CR, \r,
0x0d). It is important to keep to this order!
INFORMATION
Response to commands
The control unit gives a response to every command send to her. Possible answers are:
• A value or set of value, asked for in the command
• OK, to acknowledge a command sent
• NAK (“not acknowledged”), if command sent was incorrect (e.g. incomplete set of values or a
value outside the range)
• “NO HEATER”, if you send the command “HEATER:1:ON”, but there is no heater present.
• “Auxiliary Mode”, if you send the command “SYSTEM:SHOW:VALVEID” while the system is in
the auxiliary mode.
If there is no response to a command, either the connection is interrupted (e.g. malfunctioning
cable or interface) or the command did not end in a carriage return (0x0d).
You can find the reaction times for the commands in the table in the next chapter. The values are
noted for the highest and lowest baud rate, since these have a great influence on the times. The
length of a response is also influential. There it makes e.g. a big difference with the ESR
commands, if there are only a few errors reported or many of them. Please be aware that your
hardware also influences the reaction times. Therefore, the given times are only guidelines.