LX218 Protocol Description EN
LX218 Protocol Description EN
LX218
Vacuum Leak Detector
8200-000, 8200-001
Inhaltsverzeichnis
1 Interfaces and Protocols................................................................................................................................... 4
1.6 LP ........................................................................................................................................................... 11
2 LD Protocol..................................................................................................................................................... 13
2.5 Enumerations.......................................................................................................................................... 38
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) iii
1 | Interfaces and Protocols LINXON
1 2 3 4 5 6 7 8
Position Description
1 GAUGE HEAD
2 INPUT/OUTPUT: Control and output sig-
nals
3 RS232: Connection for computer
4 RS485: Connection for computer
5 RC: Remote control or wireless transmit-
ter
6 RELAY 1: Relay output
7 RELAY 2: Relay output
8 LP: Connection for sniffer probe
INPUT/OUTPUT Interface
Input and output signals, 25-pin, D-sub, sockets
4 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON Interfaces and Protocols | 1
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 5 / 69
1 | Interfaces and Protocols LINXON
- Apply factors?
external calibration:
- Apply factors?
20 Not used
21 Not used
22 No leak Active if the alarm setpoint
was exceeded.
6 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON Interfaces and Protocols | 1
When controlling via the +24V of the leak detector, there must be a connection be-
tween PIN 14 and PIN 23.
RS232 Interface
The RS232 interface enables communications between the device and a computer. A
terminal can also be connected for test purposes.
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 7 / 69
1 | Interfaces and Protocols LINXON
Pin Comment
1 not used
2 +24 V
3 not used
4 not used
5 D+ (galvanically isolated)
6 GND (0 V)
7 D- (galvanically isolated)
8 not used
Table 3: Table 2: RS-232 pin assignment
The device may adopt the position of cases A, B or C in a bus. See Fig. 6:
8 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON Interfaces and Protocols | 1
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 9 / 69
1 | Interfaces and Protocols LINXON
After receiving a command it takes about 5 to 10 ms until the device sends a reply.
• Do not confuse the "RS485" connector with the "LP" connector. Otherwise the de-
vice will not function.
Remote Control
This remote control interface is designed as a serial port for controlling the device via
the remote control. The remote control can be connected via a connection cable with
an RJ45 plug. The remote control is not included in the scope of delivery of the device.
Pin Signal
1 not used
2 +24 V (0.8 slow fuse)
3 0 V DGND (0 V)
4 RxD (intern. RS232)
5 TxD (intern. RS232)
6 not used
7 not used
8 not used
Table 5: Table 4: RC pin assignment
10 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON Interfaces and Protocols | 1
Relay 1, Relay 2
Relay contact, 230 V~, 3 A.,
1.6 LP
LP
Connection for sniffer probe.
RJ-45, 8-pin
• Do not confuse the connectors! The connector is similar to the "RS485" connector.
Pin Signal
1 not used
2 not used
3 ZERO
4 (LED red)
5 (LED green)
6 +24 V (0.8 A slow fuse)
7 not used
8 not used
Table 6: Table 5: Sniffer probe pin assignment
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 11 / 69
1 | Interfaces and Protocols LINXON
• LD Protocol
• ASCII Protocol
The serial interface protocol can be selected at the menu of the device. Refer to
LX218 operating instructions.
ASCII and LD protocol have nearly the same functional range, but each of them have
some advantages and disadvantages:
ASCII Protocol
Advantages:
• human readable
Disadvantages:
• PC/ PLC software must convert numerical values from ASCII string to binary
• Lower efficiency (for example: 8 data bytes for one float value)
LD Protocol
Advantages:
• High efficiency (for example: 4 Byte data bytes for one float value)
Disadvantages:
12 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
2 LD Protocol
Communication Parameters
Data format
Baudrate 19.200, 8 data bits, 1 stop bit, no parity
Master sends
Slave answers
Command Meaning
ENQ 0x05 Start of master request
STX 0x02 Start of slave response
LEN Number of telegram bytes without ENQ(STX)/LEN,
however with CRC
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 13 / 69
2 | LD Protocol LINXON
Command Meaning
Cmd H/L Command Bit 15 ... 13: Command-
specifier Read/Write etc.
(see table “Cmd H/L: Com-
mand: Command-speci-
fier”)
Command info
0 = no data, no array
1 = data, no array
Byte Bit 0: 1 = Reading allowed, 0 = Reading
not allowed
14 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
Data types
All data types are used in Big Endian format (Motorola format), i.e. the byte with the
highest-order bits is transferred first.
Arrays
• Read single elements: Array index in first DATA-byte
• Write single elements: Array index in first DATA byte and values in following DATA
bytes
• Read all elements: Pseudo array index 255 in first DATA byte
• Write all elements: Pseudo array index 255 in first DATA byte and values in follow-
ing DATA bytes
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 15 / 69
2 | LD Protocol LINXON
• Response from slave (in case data are sent): Array index or pseudo array index in
first DATA byte and values in following DATA bytes
Array parameters in commands table (see chapter 2.4): The number of array elements
is set in brackets behind the data type.
Status Word
16 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
2.4 Commands
Commands
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 17 / 69
2 | LD Protocol LINXON
1 = Zero
"On" "Up-
date" without
data = tog-
gle Zero
state
9 0009 UINT8 UINT8 R/W Emission
nominal sta-
tus
0 = OFF
1=
STANDBY
2 = ON
10 000A UINT8 UINT8 R/W TMP nomi-
nal status
0 = OFF
1 = ON
26 001A Interface UINT8[2] R/W Interface
protocol protocol In-
dex 0: Re-
mote Control
Index 1:
RS232 /
RS485
see table /
enumera-
tions
27 001B Used inter- UINT8 R Used inter-
face face
0 = Remote
Control
1 = RS232 /
RS485
18 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 19 / 69
2 | LD Protocol LINXON
20 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 21 / 69
2 | LD Protocol LINXON
see table /
enumera-
tions
261 0105 PLC input UINT16 R Get PLC in-
state put state
see table /
enumera-
tions
22 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
see table /
enumera-
tions
264 0108 Emission ac- UINT8 R Emission ac-
tual status tual status 0
= OFF
1=
STANDBY
2 = ON
265 0109 Relais con- UINT8[2] R/W Relais con-
figuration figuration
Index 0: Re-
lais 1 Index
1: Relais 2
see table /
enumera-
tions
266 010A TMP actual UINT8 R TMP actual
status status
0 = OFF
1 = ON
2 = RUN-
NING_UP
3 = RUN-
NING_DOW
N
4 = FAIL
275 0113 Calibration UINT8[*] R Calibration
history history
To read
send after
the array in-
dex 255 the
UINT8 his-
tory list in-
dex (0...11).
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 23 / 69
2 | LD Protocol LINXON
see table /
enumera-
tions
280 0118 Used entries UINT8 R Used entries
in cal history in cal history
281 0119 Used entries UINT8 R Used entries
in error his- in error his-
tory tory
282 011A Used entries UINT8 R Used entries
in TMP error in TMP error
history history
287 011F Error history UINT8[*] R Error history
To read
send after
the array in-
dex 255 the
UINT8 his-
tory list in-
dex (0...11).
Without his-
tory list in-
dex you will
get the last
(newest) en-
try.
see table /
enumera-
tions
288 0120 TMP error CHAR[8] R TMP error
history history
To read
send after
the array in-
dex 255 the
24 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
see table /
enumera-
tions
299 HW-version UINT8[4] R HW-version
Index 1: IO
board
Index 2: dis-
play
Index 3:
backplane
Index 4:
MC68
300 012C Device iden- UINT8[2] R Device iden-
tification tification
Index 0,
Manufac-
turer ID: 6 -
KYKY Index
1, Device ID:
1
2 LX218,
3 LX218G
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 25 / 69
2 | LD Protocol LINXON
Index 0:
Main version
Index 1: Sub
version
Index 2: De-
bug version
315 013B SW-version CHAR[6] R SW version
TMP con- TMP con-
troller troller (char-
acter string
from TMP
controller)
317 013D TMP con- CHAR[6] R TMP con-
troller name troller name
(character
string from
TMP con-
troller)
320 0140 CRC-code UINT16 R Checksum
MC68 MC68
321 0141 DIP switch UINT8 R IP switch
MC68 setting of the
MC68:
Bit7: S2,
switch 4
Bit6: S2,
switch 3
Bit5: S2,
switch 2
Bit4: S2,
switch 1
26 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
Bit1: S1,
switch 3
Bit0: S1,
switch 2
385 0181 Setpoint FLOAT[3] R/W Setpoint
[mbar*l/s] [mbar*l/s]
Index 0:
Vacuum
Index 1:
Sniff
Index 2: Au-
toTest
386 0182 Warning UNIT8[3] R/W Warning
limit [%] limit [%]
Index 0:
Vacuum
Index 1:
Sniff
Index 2: Au-
toTest
390 0186 Test leak ex- FLOAT[3] R/W Test leak ex-
tern vacuum tern vacuum
[mbar*l/s] [mbar*l/s]
Index 0:
Mass 2
Index 1:
Mass 3
Index 2:
Mass 4 He-
lium
392 0188 Test leak ex- FLOAT[3] R/W Test leak ex-
tern sniff tern sniff
[mbar*l/s] [mbar*l/s] In-
dex 0: Mass
2
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 27 / 69
2 | LD Protocol LINXON
Index 2:
Mass 4 He-
lium
394 018A Test leak in- FLOAT R/W Test leak in-
tern [mbar*l/ tern in
s] mbar*l/s
401 0191 Operation UINT8 R/W Operation
mode mode
0 = Vacuum
1 = Sniff
402 0192 Leak rate fil- UINT8 R/W Leak rate fil-
ter ter
0 = Dynamic
1 = Static
2 = Without
406 0196 Serial num- CHAR[10] R Serial num-
ber leak de- ber of leak
tector detector
409 0199 Zero with UINT16 R/W Zero with
Start time [s] Start time [s]
410 019A Zero mode UINT8 R/W Zero mode
0 = Disabled
1 = Enabled
2 = with
START
419 01A3 Calibration UINT8 R/W Calibration
request en- request en-
able able
0 = disabled
1 = enabled
420 01A4 Volume UINT8 R/W Volume
(Volume >=
Volume min)
421 01A5 01A5 Vol- UINT8 R/W 01A5 Vol-
ume min ume min
28 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
0 = disabled
1 = enabled
428 01AC Calibration UINT8 R/W Calibration
unit unit
0 - mbarl/s
1 - Pam3/s
2 - Torrl/s
3 – sccm
4 – sccs
5 - Atm ccs
(6 - ppm)
(7 - g/a)
(8 - oz/yr)
6...8 only in
Sniff
430 01AE Pressure UINT8 R/W Pressure
unit unit
0 = mbar
1 = Pa
2 = atm
3 = Torr
431 01AF Leak rate UINT8 R/W Leak rate
unit unit
0 - mbarl/s
1 - Pam3/s
2 - Torrl/s
3 – sccm
4 – sccs
5 - Atm ccs
(6 - ppm)
(7 - g/a)
(8 - oz/yr)
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 29 / 69
2 | LD Protocol LINXON
0 = int. auto.
1 = int. man.
2 = extern
449 01C1 Valve state UINT16 R Valve state
see table /
enumera-
tions
450 01C2 Date+Time UINT8[6] R/W Date and
[YMDhms] time
use only
with array-
index 255
(all bytes)
year (1..99),
month, day,
hour (0..23),
min, sec
452 01C4 Min pres- FLOAT R/W Minimum
sure Sniff pressure for
[mbar] sniff mode
[mbar]
30 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
0 = 1.0E-12
mbar*l/s
1 = 1.0E-11
mbar*l/s
2 = 1.0E-10
mbar*l/s
3 = 1.0E-9
mbar*l/s
502 01F6 Amplifier UINT8 R Amplifier
range range
0 = 13
MOhm
1 = 470
MOhm
2 = 15
GOhm
3 = 500
GOhm
4 = 13
MOhm
(fixed)
5 = 470
MOhm
(fixed)
6 = 15
GOhm
(fixed)
7 = 500
GOhm
(fixed)
504 01F8 500GOhm FLOAT R/W 500GOhm
value value
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 31 / 69
2 | LD Protocol LINXON
2 = Mass 2
(H2)
3 = Mass 3
4 = Mass 4
(Helium)
515 0203 Set desired FLOAT W Set desired
leak rate leak rate
(KnL)
517 0205 Offset inter- FLOAT[3] R Offset inter-
nal [A] nal
Index 0:
mass 2
Index 1:
mass 3
Index 2:
mass 4
525 020D Calibration FLOAT[18] R/W Calibration
factors factors
see table /
enumera-
tions
529 0211 Warnings UINT8 R/W Warnings
0 = disabled
1 = enabled
530 0212 Cathode se- UINT8 R/W Cathode se-
lection lection
1 = CAT 1
2 = CAT 2
540 021C Pressure FLOAT R/W Pressure
EVAC limit EVAC --
GROSS > GROSS
[mbar] [mbar]
541 021D Pressure FLOAT R/W Pressure
GROSS limit GROSS
FINE [mbar] --> FINE
[mbar]
32 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
0 = disabled
1 = enabled
550 0226 Vacuum UINT8[3] R/W Vacuum
ranges ranges
Index 0:
GROSS
Index 1:
FINE
Index 2: UL-
TRA
553 0229 Vent mode UINT8 R/W Vent mode
0 = Vent
with Stop
1 = Vent
manual
2 = No Vent
555 022B Evacuation UINT16 R/W Evacuation
time [s] time [s]
600 0258 Audio alarm UINT8 R/W Audio alarm
type type
0 = Leak
rate prop
1 = Trigger
alarm
2 = Setpoint
3 = Pinpoint
602 025A Audio alarm UINT16 R/W Audio alarm
delay [s] delay
604 025C Audio beep UINT8 R/W Audio beep
0 = disabled
1 = enabled
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 33 / 69
2 | LD Protocol LINXON
0 = Fore
pump only
1 = Both
pumps
2 = External
pump only
627 0273 Bypass UINT8 R/W Bypass op-
measure tion mea-
sure
0 = Fore
pump only
1 = Both
pumps
650 028A Postampli- UINT8 R Postampli-
fier range fier range
0 = 0.4
1 = 1.6
2 = 6.4
3 = 25.6
4 = 0.4
(FIXED)
5 = 1.6
(FIXED)
6 = 6.4
(FIXED)
7 = 25.6
(FIXED)
652 028C Postampli- FLOAT R Postampli-
fier voltage fier voltage
[V] [V]
1161 0489 Parameter UINT8 W Parameter
reset reset:
34 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
5 = Clear
PINs
10 = Clear
calibration
history
11 = Clear
error list
12 = Clear
Maintenance
list
13 = Clear
Service list
1350 0546 Valve cycle UINT32[6] R Valve cycle
counter counter
see table /
enumera-
tions
1360 0550 Maintenance UINT32 R Maintenance
device [h] device [h]
1361 0551 Maintenance UINT32 R Maintenance
fore pump fore pump
[h] [h]
1362 0552 Maintenance UINT32 R Maintenance
TMP [h] TMP [h]
1363 0553 Maintenance UINT32 R Maintenance
ion source ion source
[h] [h]
1399 0577 Group mea- UINT[12] R Measure-
sure [sel. ment data
unit] [sel. Unit]
see table /
enumera-
tions
1400 0578 Group mea- UNIT8[12] R Measure-
sure ment data
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 35 / 69
2 | LD Protocol LINXON
0 = disabled
1 = enabled
2490 09BA Internal FLOAT R Internal
pressure 1 pressure 1
[V] [V]
2491 09BB Internal FLOAT R Internal
pressure 2 pressure 2
[V] [V]
2492 09BC External FLOAT R External
pressure [V] pressure [V]
2501 09C5 Parameter UINT8 R/W Parameter
set set
0 = load de-
fault
1, 2 = load
1, 2
4, 5 = save
1, 2
2591 0A1F Control loca- UINT8 R/W Control loca-
tion tion
0 = local
36 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
2 = PLC
3 = local /
RS232
4 = all
2628 0A44 Pressure SINT16[2] R/W Pirani offset
sensor offset [mV]
[mV] Index 0: Off-
set p1
Index 1: Off-
set p2
2637 0A4D Type of ext. UINT8 R Type of ex-
pressure ternal pres-
sensor sure sensor
0= no gauge
5 = PSG500
2640 0A50 Used entries UINT8 R Used entries
in service in service
history history
2641 0A51 Service his- UINT8[12] R Service his-
tory tory
To read
send after
the array in-
dex 255 the
UINT8 ser-
vice list in-
dex (0...11).
Without in-
dex you will
get the last
(new-est)
entry.
see table /
enumera-
tions
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 37 / 69
2 | LD Protocol LINXON
To read
send after
the array in-
dex 255 the
UINT8 main-
tenance list
index
(0...11).
Without in-
dex you will
get the last
(new-est)
entry.
see table /
enumera-
tions
2660 0A64 Maintenance UINT8 R/W Maintenance
activ activ
0= no gauge
1= enabled
2.5 Enumerations
Value Meaning
0 ASCII (RS232/RS485 only)
1 Diagnostics (RS232/RS485 only)
2 LD Protocol (both)
3 RC (RC only)
38 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
Value Meaning
0 off
1 Pressure p2
2 Pressure p1
3 Leak rate mantissa
4 Leak rate exponent
5 Leak rate linear
6 Leak rate logarithmic
7 Pressure p(ext)
Value Meaning
0 0,5 V / decade
1 1 V / decade
2 2 V / decade
3 2,5 V / decade
4 5 V / decade
5 10 V / decade
Value Meaning
0 Inactive
1 Wait "Test leak connected"
2 Pump down
3 Wait "Test leak signal stable"
4 Autotune
5 Measure ULTRA
6 Measure FINE
7 Measure GROSS
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 39 / 69
2 | LD Protocol LINXON
Value Meaning
8 Wait "Test leak closed" or "Background
stable"
9 Background ULTRA
10 Background FINE
11 Background GROSS
12 Wait "Calibration result"
Value Meaning
Index Bit
0 Pin 6 Start
0x0001 Pin 7 Vent
0x0002 Pin 8 Zero
0x0004 Pin 9 Calibrate
0x0008 Pin 10 Para 2
0x0010 Pin 11 -
0x0020 Pin 12 -
0x0040 Pin 13 Stop
0x0080 Sniffer button
0x0100 -
0x0200 -
0x0400 -
0x0800 -
0x1000 -
0x2000 -
0x4000 -
0x8000 -
Value Meaning
Index Bit
0 Pin 15 Ready
0x0001 Pin 16 Measure mode
0x0002 Pin 17 Leak
40 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
Value Meaning
Index Bit
0x0004 Pin 18 Error
0x0008 Pin 19 Calibrate Acknowledge
0x0010 Pin 20 -
0x0020 Pin 21 -
0x0040 Pin 22 No Leak
0x0080 Relay 1
0x0100 Relay 2
0x0200 -
0x0400 -
0x0800 -
0x1000 -
0x2000 -
0x4000 -
0x8000 -
Value Meaning
0 Off
1 Start
2 Stop
3 Start/Stop
4 Ready
5 Setpoint
6 On
7 Warn limit LR
8 Bypass valve
9 Warning
10 Error
11 Warning/Error
12 Vented
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 41 / 69
2 | LD Protocol LINXON
Value Meaning
Index Bit
0x01 -
0x02 -
0x04 -
0x08 Warning maintenance
0x10 Warning calibration request
0x20 Warning capillary
0x40 Warning temperature electronic
0x80 Warning temperature preamplifier
Valve state (command 449) and Valve cycle counter (command 1350)
Index Meaning
0 V1
1 V2
2 V3
3 V4
4 V5
5 V6
6 -
7 -
Index Meaning
0 ULTRA, Vacuum, Mass 2
1 ULTRA, Vacuum, Mass 3
2 ULTRA, Vacuum, Mass 4 (Helium)
3 ULTRA, Sniff, Mass 2
4 ULTRA, Sniff, Mass 3
5 ULTRA, Sniff, Mass 4 (Helium) (not used)
6 FINE, Vacuum, Mass 2
42 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
Index Meaning
7 FINE, Vacuum, Mass 3
8 FINE, Vacuum, Mass 4 (Helium)
9 FINE, Sniff, Mass 2
10 FINE, Sniff, Mass 3
11 FINE, Sniff, Mass 4 (Helium)
12 GROSS, Vacuum, Mass 2
13 GROSS, Vacuum, Mass 3
14 GROSS, Vacuum, Mass 4 (Helium)
15 GROSS, Sniff, Mass 2
16 GROSS, Sniff, Mass 3
17 GROSS, Sniff, Mass 4 (Helium) (not
used)
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 43 / 69
2 | LD Protocol LINXON
44 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON LD Protocol | 2
0 = TMP
1 = Fore pump
2 = Ion source
3 = Device
• Slave reports length errors with error message 2 (Illegal telegram length) or 11
(Data length is not correct for the command).
To prevent the response from colliding with the next request, the slaves do not re-
spond in case of a timeout.
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 45 / 69
2 | LD Protocol LINXON
46 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
3 ASCII Protocol
3.1 Examples
Examples
Command Answer
*stat? (CR) MEAS (CR) Mode
*status? (CR) MEAS (CR) Mode
*read? (CR) 2.876E-7 (CR) leak rate according to pro-
grammed unit
*read:pa*m3/s? (CR) 2.876E-6 (CR) leak rate in a different unit
*start (CR) OK (CR) start measurement
*conf:trig1? (CR) 1.0E-9 (CR) retrieve trigger 1
*conf:trig1 2.0E-9 (CR) OK (CR) set trigger 1
Communication Parameters
Data format
Baudrate 19200, 8 data bits, 1 stop bit, no parity
Command Format
In ASCII protocol any command starts with « * » (ASCII code 42dec/2Ahex) and is fin-
ished with the end sign CR (ASCII code 13dex/0Dhex). There is no differentiation be-
tween upper and lower case. A blank is required between the command and the pa-
rameter, no other blanks are allowed.
There is a short and an extended form of the command. Either the short or the ex-
tended command must be used, no other abbreviations are allowed. Command Words
have to be separated by a colon. A command can be composed of up to three words.
Parameters have to be separated by a comma.
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 47 / 69
3 | ASCII Protocol LINXON
Each command is answered with the requested data, „ok“ or „EXX“ (in case of an er-
ror). For a list of all error messages see Chapter 3.7: "Error Messages”. The transmis-
sion can be cancelled and the receive-buffer will be cleared with ESC (ASCII code
27dec/1Bhex), ^C (ASCII code 3dec/03hex) or ^X (ASCII code 24dec/ 18hex).
Some commands can be used as queries, some can be used to set menu parameter
and some can be used for both. A query is marked by a „?“ (ASCII code 63dec/
3Fhex) after the command; for setting data the command has to be followed by the
new value to be set.
Notice:
Always use a point as the decimal marker. If a comma is used during numerical data
entry, the conversion of the number is cancelled at this point and only the integer part
of the number will be used.
After sending a command the answer must be waited for before sending a new com-
mand. Otherwise the receive buffer may be overwritten.
3.4 Commands
Commands
48 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 49 / 69
3 | ASCII Protocol LINXON
"OFF", "START",
"STOP",
"START_STOP",
"READY", "SET-
50 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 51 / 69
3 | ASCII Protocol LINXON
52 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 53 / 69
3 | ASCII Protocol LINXON
54 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 55 / 69
3 | ASCII Protocol LINXON
56 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 57 / 69
3 | ASCII Protocol LINXON
58 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 59 / 69
3 | ASCII Protocol LINXON
60 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 61 / 69
3 | ASCII Protocol LINXON
*STATus:ERRHist:2 Entry 2
...
62 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON ASCII Protocol | 3
7. Send *CAL
Error Messages
Message Meaning
OK command completed
E01 wrong command start (no „*“)
E02 illegal blank
E03 command word 1 illegal
E04 command word 2 illegal
E05 command word 3 illegal
E06 control by RS232 not enabled
E07 argument faulty
E08 no data available
E09 error buffer overflow
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 63 / 69
3 | ASCII Protocol LINXON
Message Meaning
E10 command invalid
E11 query not allowed
E12 only query allowed
E13 not yet implemented
64 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON Trouble Shooting | 4
4 Trouble Shooting
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 65 / 69
4 | Trouble Shooting LINXON
LD Protocol Specific
66 / 69 LINXON-LX218-Protocol-Description-hLc89en1-01-(1804)
LINXON Trouble Shooting | 4
LINXON-LX218-Protocol-Description-hLc89en1-01-(1804) 67 / 69