NetworksP U4
NetworksP U4
Reference: UM-NetworksS5P-U
REVISION OF THE FIELDBUS NETWORKS USER
MANUAL
Due to continuing improvements, the information contained in this user manual, the features and design
of this device are subject to be changed without prior notice.
Edition/ Date
Reference Chapters updated
Revision (W/Y)
TABLE OF CONTENT
Chapter 1 MODBUS DEFINITION AND GENERALITIES
1. DEFINITION ......................................................................................................................................... 7
2. PRINCIPLE DIAGRAM FOR A MODBUS NETWORK ....................................................................... 8
3. DIALOG MECHANISM (ASYNCHRONOUS LINK) ............................................................................ 9
4. COMMANDS ........................................................................................................................................ 9
5. FORMAT OF THE MODBUS FRAME ............................................................................................... 10
5.1. General format of a MODBUS frame .........................................................................................10
5.2. MODBUS functions .................................................................................................................... 10
6. CALCULATION OF THE CRC16 ...................................................................................................... 12
6.1. Definition .................................................................................................................................... 12
6.2. CRC16 calculation algorithm ..................................................................................................... 12
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 1/286
Table of content
3.4. Reading of the parameters ........................................................................................................ 44
3.5. Modification of the configuration (extended menus) .................................................................. 45
3.6. Modification of a program personalisation ................................................................................. 46
3.7. Selection of the program to be carried out ................................................................................. 47
3.8. Reading of the active program ................................................................................................... 47
3.9. Activation of the “START” bit...................................................................................................... 48
3.10. Reading of the step in progress code ...................................................................................... 48
3.11. Live reading of the cycle information ....................................................................................... 49
3.12. Reading of the pending results list (FIFO) ............................................................................... 50
3.13. Reading of the number of results available in FIFO ................................................................ 51
3.14. Delete the results inside the FIFO ........................................................................................... 51
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 2/286
Table of content
10. UNIT TABLE .................................................................................................................................... 86
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 3/286
Table of content
4. STATUS AND REAL TIME MEASURES ........................................................................................ 136
5. PENDING RESULTS LIST STRUCTURE (RESULTS IN FIFO) ..................................................... 137
6. LAST RESULTS STRUCTURE ....................................................................................................... 138
7. TABLE OF THE GENERAL BITS ................................................................................................... 139
8. TABLE OF THE NORMAL BITS ..................................................................................................... 141
9. ALARM CODES TABLE ................................................................................................................. 143
10. UNIT TABLE .................................................................................................................................. 144
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 4/286
Table of content
3.4. Medium mode configuration ..................................................................................................... 184
3.5. Light mode configuration .......................................................................................................... 185
3.6. Profibus starting instruction ...................................................................................................... 186
3.7. D.E.L. status at Profibus starting ............................................................................................. 186
4. F A Q PROFIBUS ............................................................................................................................ 187
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 5/286
Table of content
2.13. Writing of normal bits ............................................................................................................. 240
2.14. Writing of personalisation string ............................................................................................. 241
3. PROFIBUS AND DEVICENET MODBUS PROGRESS CHART .................................................... 242
Index 285
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 6/286
Chapter 1 – Modbus definition and generalities
Chapter 1
MODBUS DEFINITION AND GENERALITIES
1. DEFINITION
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 7/286
Chapter 1 – Modbus definition and generalities
ATEQ
SERIES 5
(Slave)
ATEQ
SERIES 5
(Slave)
ATEQ
SERIES 5
(Slave)
PLC
(Slave)
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 8/286
Chapter 1 – Modbus definition and generalities
The MODBUS data frames do not include delimiters. A demarcation allows the
definition of the start and end of a data frame.
The synchronisation is carried out through the use of a delay of 3,5 times the time
required for the emission of a character (1 byte). At the end of this delay, the first
character received is considered as the start of a new data frame.
Inter frame delay * Inter frame delay*
4. COMMANDS
The ATEQ instruments are only used a little part of the Modbus commands.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 9/286
Chapter 1 – Modbus definition and generalities
ESC (8 bits) + CDE (8 bits) + Data (n*16 bits) + CRC (16 bits)
ESC : address of the slave in the network, (1 byte),
CDE : function code to be executed, (1 byte),
Data : the quantity of data (n) contained in the frame depends on the
function used (read or write),
CRC : control code.
This function allows the reading of n consecutive 16 bits words in the memory of the
slave (128 words maximum).
5.2.1. 1) Question
ESC (8 bits) + CDE (8 bits) + OFFSET (16 bits) + LONG (16 bits) + CRC (16 bits)
ESC : address of the slave,
CDE : function code (3),
OFFSET : address in the memory of the ATEQ,
LONG : number of 16 bit words to be read,
CRC : control code.
5.2.1. 2) Answer
ESC (8 bits) + CDE (8 bits) + NBYTE (8 bits) + DATA1 (8 bits) + DATA2 (8 bits) + ..... +
DATAn (8 bits) + CRC (16 bits)
ESC : address of the slave,
CDE : function code (3),
NBYTE : number of bytes read and contained in the data,
DATAx : All of the data,
CRC : control code.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 10/286
Chapter 1 – Modbus definition and generalities
This function allows the writing of n consecutive 16 bit words in the memory of the slave
(128 words maximum).
5.2.2. 1) Question
ESC (8 bits) + CDE (8 bits) + OFFSET (16 bits) + LONG (16 bits) + NBYTE (8 bits) +
DATA1 (8 bits) + DATA2 (8 bits) + ..... + DATAn (8 bits) + CRC (16 bits)
ESC : address of the slave,
CDE : function code (16),
OFFSET : address in the memory of the ATEQ,
LONG : number of 16 bit words to be written,
NBYTE : number of octets to be written (NBYTE = LONG * 2),
DATAx : all of the data to be written (DATA = NBYTE),
CRC : control code.
5.2.2. 2) Answer
ESC (8 bits) + CDE (8 bits) + OFFSET (16 bits) + LONG (16 bits) + CRC (16 bits)
ESC : address of the slave,
CDE : function code (16),
OFFSET : address in the memory of the ATEQ,
LONG : number of 16 bit words written,
CRC : control code.
5.2.3. 1) Question
ESC (8 bits) + CDE (8 bits) + OFFSET (16 bits) + BIT (8 bits) + CRC (16 bits)
ESC : address of the slave,
CDE : function code (16),
OFFSET : address in the memory of the ATEQ,
BIT : value of the bit forced to 0, write 0; forced to 1 write FF,
CRC : control code.
5.2.3. 2) Answer
ESC (8 bits) + CDE (8 bits) + OFFSET (16 bits) + BIT (8 bits) + CRC (16 bits)
For the bit write function, the answer data frame is identical to the question frame.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 11/286
Chapter 1 – Modbus definition and generalities
6.1. DEFINITION
The CRC16 is a calculation based on the binary value of each character which
composes the frame. This function translates the frame into a 16 bit binary word; this
binary word is inserted at the end of the frame.
When the master or the slave receives a frame it calculates the CRC16 of the frame
and compares the result of the CRC16 content in the frame (last word), in order to
check that the exchange has been correctly undertaken.
If the CRC16 corresponds, the slave responds.
If the CRC16 is false:
The slave that receives the erroneous frame does not respond,
The master having not received a response restarts the same request for the
slave.
Note: Generally if the exchange is not accomplished after 2 attempts, the master
declares a communication error in the network and stops the exchanges.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 12/286
Chapter 2 – Modbus use with an ATEQ S5
Chapter 2
USE OF MODBUS WITH AN ATEQ
ATEQ instruments operate in a MODBUS network through the use of an RS232 (single
unit) or RS485 (multiple units) serial link.
Through the intermediary of the MODBUS network, the functions of the ATEQ
(downloading of the parameters, start, reset,...) are accessible through a PLC or a PC.
R = 80 to R = 80 to
120 ohms Diff A 120 ohms
Diff B
The network is built on the basis of a cable composed of two pairs of entwined and
shielded wires.
One pair is for the signals and the other is for the ground.
Data + Data +
Data - Data -
Ground Ground
In network RS232 or RS485, the station address can be between 1h and FFh (or 1(d)
and 255(d)). This address can be modifiable in the ATEQ instrument parameters.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 13/286
Chapter 2 – Modbus use with an ATEQ S5
Reception
RXD TXD
PC ATEQ
(Master) (Slave)
TXD RXD
Emission
The network is built on the basis of a cable composed of two pairs of entwined and
shielded wires.
One pair is for the signals and the other pair is for the ground.
RXD RXD
TXD TXD
Ground Ground
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 14/286
Chapter 2 – Modbus use with an ATEQ S5
RS232 serial port is on the front or the back panel, 9 pins connector.
3
5 1
9 6
Pins RS232
Pin 1 /
Pin 2 RXD (receive data)
Pin 3 TXD (transmit data)
Pin 4 /
Pin 5 Ground
Pin 6 /
Pin 7 RTS (request to send)
Pin 8 CTS (clear to send)
Pin 9 /
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 15/286
Chapter 2 – Modbus use with an ATEQ S5
The management of an ATEQ with the MODBUS protocol is done by carrying out read
or write requests in a table (MODBUS table) contained in the memory of the ATEQ.
Each instrument possesses it own MODBUS table, in effect no two instruments have
the same operating configuration. In consequent, the "master" unit of the network must
address itself differently to the "slaves", if the instruments are of different type or range
(ATEQ F5, ATEQ G5…).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 16/286
Chapter 3 – MODBUS addresses
Chapter 3
MODBUS ADDRESSES
The ATEQ instruments operate in a MODBUS network by exploiting the RS232 (single
station) or RS485 (multiple stations) serial connection.
Through the intermediary of the MODBUS network, the functions of the ATEQ
(downloading of the parameters, start, reset...) are accessible via a PLC or a PC.
The "h" character at the end of each code indicates a hexadecimal code.
The "(d)" character at the end of each code indicates a decimal code.
1. GENERALITES
The parameters of the ATEQ instruments are coded on "long" format, which means on
two words and their value is always multiplied by 1000.
Example: a test time of 2.5 seconds, is coded on a “long" having a value of 2500.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 17/286
Chapter 3 – MODBUS addresses
Writing and / or reading of n*words. The addresses in the table are expressed in words
(2 bytes). R = read, W = write.
Hexa address Meaning R W
Parameters read address.
Writing on the first word of the number of parameters
required (n) then on the following words the identifiers of
the n parameters.
0 Yes No
Reading of the identifiers on a word followed by its value
on a "long".
Note: an identifier not recognised by the ATEQ instrument
will be returned to naught.
Address of the pending results (result in FIFO).
Refer to the "Structure of the pending results chain" table.
10 Yes No
Refer to paragraph 2.3.
Reading of the results structure.
Address for the reading of the last result.
11 Yes No
Reading of the results structure.
Address of the step code in progress.
20 Yes No
Reading of the step code on one word.
Reading address of all the information of the cycle in live
30 (real time result). Refer to paragraph 2.4. Yes No
Live reading of the structure of the information.
Parameters write address.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 18/286
Chapter 3 – MODBUS addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 19/286
Chapter 3 – MODBUS addresses
Words Signification
0 (word 1) Program number.
1 (word 2) Test type.
2 (word 3) Relays image.
3 (word 4) Alarm code.
4 (word 5) Word of the low part of measurement 1.
5 (word 6) Word of the high part of measurement 1.
6 (word 7) Word of the low part of the unit code of measurement 1.
7 (word 8) Word of the high part of the unit code of measurement 1.
8 (word 9) Word of the low part of the measurement 2.
9 (word 10) Word of the high part of the measurement 2.
10 (word 11) Word of the low part of the unit code of the measurement 2.
11 (word 12) Word of the high part of the unit code of the measurement 2.
For further information concerning the pending structure, see paragraph 5 "Pending
results list structure (FIFO results)" of the specific chapter of each instrument.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
Example:
01 03 18 01 00 01 00 01 00 00 00 5A 02 00 00 F8 2A 00 00 A0 92 FF FF 70 17 00 00
DF 4E
01 03 18 01 00 01 00 01 00 00 00
5A 02 00 00 F8 2A 00 00 A0 92 FF FF 70 17 00 00 DF 4E
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 20/286
Chapter 3 – MODBUS addresses
Words Signification
0 (word 1) Program number.
1 (word 2) Number of results pending in FIFO (available in FIFO).
2 (word 3) Test type.
3 (word 4) Status.
4 (word 5) Step code.
5 (word 6) Word of the low part of measurement 1.
6 (word 7) Word of the high part of measurement 1.
7 (word 8) Word of the low part of the unit code of measurement 1.
8 (word 9) Word of the high part of the unit code of measurement 1.
9 (word 10) Word of the low part of the measurement 2.
10 (word 11) Word of the high part of the measurement 2.
11 (word 12) Word of the low part of the unit code of measurement 2.
12 (word 13) Word of the high point of the unit code of measurement 2.
Example:
01 03 1A 00 00 01 00 01 00 21 80 FF FF 0E 00 00 00 2A F8 00 00 28 23 00 00 70 17
00 00 AB 0D
01 03 1A 00 00 01 00 01 00 21 80
FF FF 0E 00 00 00 2A F8 00 00 28 23 00 00 70 17 00 00 AB 0D
Note: the values are treated as "longs" with fixed comma (10-3) thus they must be
multiply by 1000 (a "long" is a whole of two words).
Example 1: Measure 2 value (signed Example 2: for the pressure, words 5 and
long): 6: 0E 00 00 00 00 00 0E 00 h
28 23 00 00 3584(d).
| LSB | MSB | For the unit code, words 7 and 8: F8 2A
00 00 00 00 2A F8 h bar (unit table =
00 00 28 23 = 10275 11000).
Divide by 1000 = 10.275
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 21/286
Chapter 3 – MODBUS addresses
Each parameter is code by a "long" format (2 words) the download value must be
multiplied by 1000.
Example: for a time of 2.5 seconds the download value must be:
2.5 x 1000 = 2500.
Each parameter has his identifier, example: the identifier of the fill time is 1, the one for
the test time is 3, etc. See the identifiers tables concerning each instrument (paragraph
2 of the instruments chapters).
The writing to the address 7Fh allows writing the parameters in the memory of the
ATEQ instrument.
It's possible to write several parameters with only one request. The frame must be set
like the following way:
Word 1: number of identifiers contained in the request.
Word 2: number 1 parameter identifier to write.
Words 3 and 4: number 1 parameter value to write.
Word 5: number 2 parameter identifier to write.
Words 6 and 7: number 2 parameter value to write.
Word 8: number X parameter identifier to write.
Words 9 and 10: number X parameter value.
See example chapter 4 paragraph 3.3 "Creation of a fill time".
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 22/286
Chapter 3 – MODBUS addresses
3 Start cycle
End of cycle = 1
If alarms ≠ 0, results
6 FIFO result reading + analisis are erratics, do not
read them, see
below notes.
Results OK
Important notes:
1) if the number of results in the FIFO = 0, the results are erratics, do not read them.
2) if there's an alarm bit, read the alarm code and do not use the measurements results
(erratics results).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 23/286
Chapter 3 – MODBUS addresses
End of
cycle Cycle in progress
N times
End of cycle Read @30 / status bit 5 = 1 Read @30 / status bit 5 = 1
test 1 13 words
5 5 5 5 6 13 words
Read @30 / status bit 5 = 0 13 words
FIFO Always reset Disregard if the FIFO Test the word 2 @30,
3 Reset FIFO : write bit = FF @02 7
the FIFO is not used if word 2 @30 > 0 go to step 8, else END
Read
Read @10 : 12 words
results & 8
alarm test
Read
If the FIFO Read @11 : 12 words
results &
is not used 8
alarm test
Read &
If the FIFO Use the results recovered in
use
results is not used 9 step 8 (@11 / 12 words)
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 24/286
Chapter 4 – ATEQ Modbus protocol
Chapter 4
ATEQ MODBUS PROTOCOL
The aim of this chapter is to explain easily the Modbus protocol functioning with an
ATEQ 5th series instrument.
Processing flow chart for the realization of a classic test cycle with results reading in
Modbus protocol:
STEP ACTION COMMENTS
STEP 3 Address 02
Reset FIFO * Nb of result = 0
Write bit = FF
STEP 4 Address 01
Start
Write bit = FF
Live values
Address 30, read Test to know if the
End of
bit 5 status 13 instrument has
cycle test Bit 5 = 1 STEP 5
words reading started his cycle
Bit 5 = 0
Live values
EOC + Nb of
End of STEP 6 Address 30, read
bit 5 status 13 results ≠ 0 &
cycle test
Bit 5 = 0 words reading live value
recovering
Bit 5 = 1
If alarm code ≠ 0
Address 10, read
Test if Word 4 ≠ 0 then the numerics
STEP 8 12 words
alarm = 0 results are
erratics
Word 4 = 0
Analize the
numerical results
Results analisis STEP 9 recovered at the FIFO results
values
address 10 on
step 8
* Note: if the last result function is requested, don't do the "Reset FIFO" command.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 25/286
Chapter 4 – ATEQ Modbus protocol
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 26/286
Chapter 4 – ATEQ Modbus protocol
Processing flow chart for the realisation of a special cycle in Modbus protocol:
Live values
Address 30,
End of STEP 1 read bit 5 Test to know
cycle test status 13 if the
Bit 5 = 0 words reading instrument is
out of cycle
Bit 5 = 1
Address 1
Special cycle start
STEP 3 write
bit = FF
Bit 5 = 0
Bit 5 = 1
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 27/286
Chapter 4 – ATEQ Modbus protocol
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 28/286
Chapter 4 – ATEQ Modbus protocol
Address 30 04,
Optional operation
STEP 1 write 1 word,
Selection of the if program selected
(value = 02 00
program to editing previously
for prog 3)
Indication of the
Preparation of the buffer STEP 2 Address 00 identifiers and
memory write word number to recover
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 29/286
Chapter 4 – ATEQ Modbus protocol
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 30/286
Chapter 4 – ATEQ Modbus protocol
Address 30 04,
Optional operation
STEP 1 write 1 word,
Selection of the if program selected
(value = 04 00
program to be editing previously
for prog 5)
Indication of the
Write of the parameters STEP 2 Address 00 7F number of
values write words identifiers and their
value
Note: the total number of characters must be under 255, heading and CRC include.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 31/286
Chapter 4 – ATEQ Modbus protocol
The general bits represent the instrument configuration, so the validated functions in the
configuration menus of the instrument.
Recover of all the general bits, reading of 4 words.
Bit 5 = 1
General bits state reading STEP 2 Address 100 General bits states
read 4 words indication
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 32/286
Chapter 4 – ATEQ Modbus protocol
The general bits represent the instrument configuration, so the validated functions in the
configuration menus of the instrument.
Bit 5 = 1
STEP 2 General
Address 100 configuration of the
Configuration general bits write words
writing instrument
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 33/286
Chapter 4 – ATEQ Modbus protocol
The normal bits represent the validated functions in the extended menus of the
instrument. This paragraph indicates how to read the validated functions in the
programs.
Recover of all the bits, read 4 words at the address 110h.
Bit 5 = 1
Normal bit state reading STEP 2 Address 110 Normal bits states
read 4 words indication
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 34/286
Chapter 4 – ATEQ Modbus protocol
The normal bits represent the validated functions in the extended menus of the
instrument. This paragraph indicates how to validate these functions in the programs.
Bit 5 = 1
STEP 2 Program
Address 110 configuration in the
Writing the normal bits in Write word
the program instrument
Note: the total number of characters must be under 255, heading and CRC include.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 35/286
Chapter 4 – ATEQ Modbus protocol
The communication parameters for a central are set parameters, it's important to meet
them, they are the following ones:
Speed: 57600,
Bit number: 8,
Stop bit:1,
Parity: even.
The central address is different according to the connection of the central with the
Winateq software or not. If Winateq were connected this would be only one time, the
Modbus addresses are modified.
C540 I/O
Master
RS232
(57600, 8, Even, 1)
Head 1
Head 2
Head 3
If the central won't communicate with the basis parameters (values without Winateq) try
to communicate with the values "with Winateq" depending of the version.
To return to the addresses per default, it must be done again an identification of the
central C540 with Winscan (internal ATEQ software).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 36/286
Chapter 4 – ATEQ Modbus protocol
Command address
Address signification
(hexa)
00 00 Reading parameters.
00 10 Reading the FIFO results.
00 11 Reading last result (F5 v1.18; D5 v1.31; F420P v1.01v).
00 20 Reading current step code.
00 30 Reading live information cycle.
00 7F Writing parameters.
01 00 Writing and reading general bits (configuration).
01 10 Writing and reading normal bits (functions).
01 20 Writing and reading program personalisation (name).
01 30 Reading the number of results in FIFO.
02 00 Writing run program in the instrument.
02 01 Special cycles writing.
02 02 Reading run program in the instrument.
30 00 Configuration reading.
30 04 Writing and reading program to be edited (to be modify).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 37/286
Chapter 4 – ATEQ Modbus protocol
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 38/286
Chapter 5 – Modbus frame examples
Chapter 5
MODBUS FRAME EXAMPLES
1. GENERALITIES
The instrument ATEQ driving FROM a Modbus protocol can be considered by a command
chaining. The following details correspond to some scripts that allow driving, configure and
recover the results from an ATEQ instrument.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
2. GENERALS EXAMPLES
To change the current program number, it must write one word to the address 02 00h of
the program number (see table "Word addresses" chapter 3 paragraph 2.1).
Sending: 01 10 02 00 00 01 02 02 00 84 f0
01 10 02 00 00 01 02 02 00 84 F0
Slave Write N Address Number of Number of Program
CRC
address words 200h words bytes number
Always remove 1 to the program number value that we want to select, example:
choice of the program number 3, then 3 – 1 = 2, else write 2 at the address 200h to run
the program 3.
Reception: 01 10 02 00 00 01 00 71
01 10 02 00 00 01 00 71
Number of
Slave address Write N words Address 200h CRC
bytes
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 39/286
Chapter 5 – Modbus frame examples
To make a start on the current program, it must do bit writing with the FFh value to the
address 01h:
Sending: 01 05 00 01 FF 00 DD FA
01 05 00 01 FF 00 DD FA
Address 01h
Slave Address Write a bit Forced bit to 1 CRC
(start bit)
Reception: 01 05 00 01 FF 00 DD FA
01 05 00 01 FF 00 DD FA
Address 01h
Slave Address Write a bit Forced bit to 1 CRC
(start bit)
To reset the results FIFO (results pending) it must do the writing of a bit with the value
FFh to the address 02h:
Sending: 01 05 00 02 FF 00 2D FA
01 05 00 02 FF 00 2D FA
Address 02h
Slave address Write a bit Forced bit to 1 CRC
(reset bit)
Reception: 01 05 00 02 FF 00 2D FA
01 05 00 02 FF 00 2D FA
Address 02h
Slave address Write a bit Forced bit to 1 CRC
(reset bit)
To read the end of cycle status in the live structure, it must read 13 words to the
address 30h (see table chapter 3 paragraph 2.4 "Live structure of the results (real time
measure)"):
Sending: 01 03 00 30 00 0D 84 00
01 03 00 30 00 0D 84 00
Slave Address Read n words Address 30h 13 words CRC
Reception: 01 03 1A 02 00 00 00 01 00 21 80 FF FF 00 00 00 00 F8 2A 00 00 08 CF
00 00 70 17 00 00 AE 95
01 03 1A 02 00 00 00
Number of Program Result number
Slave Address Read n words
bytes (26d) number (3) in FIFO
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 40/286
Chapter 5 – Modbus frame examples
01 00 21 80 FF FF 00 00 00 00
Status. read
80 21 (80 = key Step code (FF
Test type (leak) presence; 2 = FF no step in Pressure value (0)
end of cycle; 1 progress).
= pass part)
F8 2A 00 00 08 CF 00 00 70 17 00 00 AE 95
Pressure unit code, Leak unit code,
Leak value: CF 08 =
read 00 00 2A F8h read 00 00 17 70h = CRC
53000 = 53.
= 11000(d) = bar). 6000(d) = Pascal
To read the result, it must read 13 words at the address 10h (see table "Structure of the
pending results" for each instrument) the following example is concerning the F5
instrument:
Sending: 01 03 00 10 00 0D 85 CA
01 03 00 10 00 0D 85 CA
Slave Address Read n words Address 10h 13 words CRC
Reception: 01 03 1A 02 00 01 00 01 00 00 00 52 02 00 00 F8 2A 00 00 48 EE 00 00
70 17 00 00 00 00 5B 16
01 03 1A 02 00 01 00
Number of Program Test type, read
Slave Address Read n words
bytes (26d) number (3) 00 01h = leak
01 00 00 00 52 02 00 00 F8 2A 00 00
Image of the relays, Pressure, read 00 Unit code, read 00
Alarm code, 0 = no
read 00 01h = 1(d) 00 02 52h = 594(d) 00 2A F8h =
alarm
= good part). = .594 bar 11000(d) = bar
48 EE 00 00 70 17 00 00 A0 99
Leak value, read 00 Leak unit code,
00 EE 48h = read 00 00 17 70h = CRC
61000(d) = 61 6000(d) = Pascal
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 41/286
Chapter 5 – Modbus frame examples
The following examples are for ATEQ instruments of series 5 and of F5 type (Leak
measurement). For the other instruments, G5, D5 etc. the frames have the same
configuration; however certain codes can be different (refer to previous chapters).
The following examples will allow you to get used to the different tools available to you
to ensure the proper operation of your ATEQ instrument. The frames shown here are all
expressed in hexadecimal values, and the last words of each frame correspond to the
CRC of the Modbus frame.
Notes: all the parameter values accessible by an identifier are to be multiplied by a
coefficient of 1000.
When a word is sent or received, it is sent in the following order: least significant byte,
most significant byte.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 42/286
Chapter 5 – Modbus frame examples
Question: 01 10 00 7F 00 04 08 01 00 15 00 E8 03 00 00 E5 B8
01 1) Request to station 01.
10 2) To write.
00 7F 3) To the address "00 7Fh".
00 04 4) 4 words of 16 bytes.
08 5) Therefore 8 bytes.
01 00 6) Corresponds to the desired number of parameters to be written.
15 00 7) Download identifier of the test type, read 00 15h = 21d (refers to the
parameter table).
E8 03 8) Read 00 00 03 E8h = 1000(d), divided by 1000 = 1(d) therefore test type =
00 00 leak.
E5 B8 CRC.
Answer: 01 10 00 7F 00 04 F0 12
01 1) Request to station 01.
10 2) To write.
00 7F 3) To the address "00 7Fh".
00 04 4) 4 words.
F0 12 CRC.
The station 01 answers that it has correctly received the write frame of 4 words.
Question: 01 10 00 7F 00 04 08 01 00 01 00 E8 03 00 00 E6 AC
01 1) Request to station 01.
10 2) To write.
00 7F 3) To the address "00 7Fh".
00 04 4) 4 words.
08 5) Therefore 8 bytes.
01 00 6) Corresponds to the number of parameters that one wants to write.
01 00 7) Download identifier of the fill value 00 01h = 1(d).
E8 03
8) Read 00 00 03 E8h = 1000d, divided by 1000 = 1(d) therefore 1 second.
00 00
E6 AC CRC
Answer: 01 10 00 7F 00 04 F0 12
01 1) Request to station 01.
10 2) To write.
00 7F 3) To the address "00 7Fh".
00 04 4) 1 word.
F0 12 CRC.
The station answers that it has correctly received the write frame of 4 words to the 7Fh
address.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 43/286
Chapter 5 – Modbus frame examples
Question: 01 10 00 00 00 04 08 03 00 15 00 01 00 02 00 F4 36
01 1) Request to station 01.
10 2) To write.
00 00 3) To the address "00h".
00 04 4) 4 words of 16 bits.
08 5) Therefore 8 bytes.
03 00 6) Value corresponding to the number identifiers, read 00 03h = 3(d) = 3
identifiers.
15 00 7) Read 00 15h = 21(d) = test type identifier.
01 00 8) Read 00 01h = 1(d), fill time identifier.
02 00 9) Read 00 02h = 2(d), stabilisation time identifier.
F4 36 CRC.
Answer: 01 10 00 00 00 04 C1 CA
01 1) Request to station 01.
10 2) To write.
00 00 3) To the address "00 00h".
00 04 4) 4 words.
C1 CA CRC.
The station 01 answers that it has correctly received the write frame of 4 words to the
00h address.
Question: 01 03 00 00 00 09 85 CC
01 1) Request to station 01.
03 2) To read.
00 00 3) At the address "00 00h".
00 09 4) 9 words.
85 CC CRC.
This is a request to station 01 to read at the address "00 00h" 9 words.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 44/286
Chapter 5 – Modbus frame examples
Answer: 01 03 12 15 00 E8 03 00 00 01 00 E8 03 00 00 02 00 A0 0F 00 00 94 AB
01 1) Request to the station 01.
03 2) To read.
12 3) The read frame for 12h bytes (or 18(d) bytes).
15 00 4) Read 0015h = 21(d) test type identifier.
E8 03
5) Read 00 00 03 E8h = 1000(d) divided by 1000 = 1(d) test type value: leak.
00 00
01 00 6) Read 00 01h = 1(d) fill time identifier.
E8 03 7) Read 00 00 03 E8h = 1000d divided by 1000 = 1(d) fill time value 1
00 00 second.
02 00 8) Read 00 02h = 2(d), stabilisation time identifier.
E8 03 9) Read 00 00 01 F4h = 500(d) divided by 1000 = 0.5 second, stabilisation
00 00 time value.
94 AB CRC.
The 01 station answers that it has correctly received the read frame, by resending the
identifiers followed by their value.
Here, we can therefore say that we have a test type of leak, with a fill time "01 00h" (6)
of 1 second and a stabilisation time of 0.5 seconds.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 45/286
Chapter 5 – Modbus frame examples
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 46/286
Chapter 5 – Modbus frame examples
Question: 01 10 02 00 00 01 02 00 00 85 90
01 1) Request to station 01.
10 2) To write.
02 00 3) To the address "02 00h".
00 01 4) 1 word.
02 5) Therefore 2 bytes.
6) 00 00h= 0(d) corresponding to the programme 1 (always remove 1 to the
00 00
program number).
85 90 CRC
Request to station 01, to write to the address "200h", 1 word, therefore 2 bytes of value
00h (6).
This request will result in the choice of program 1 as active program (program to be
carried out).
Answer: 01 10 02 00 00 01 00 71
01 1) Request to station 01.
10 2) To write.
02 00 3) To the address "02 00h".
00 01 4) 1 word.
00 71 CRC.
The station 01 answers that it has received the write frame for 1 word to the address
"200h".
Question: 01 03 02 02 00 01 24 72
01 1) Request to station 01.
03 2) To read.
02 02 3) At the address "02 02h".
00 01 4) 1 word.
24 72 CRC.
Request to station 01, to read at the address "202h", 1 word.
Answer: 01 03 02 00 00 B8 44
01 1) Request to station 01.
03 2) To read.
02 3) 2 bytes.
00 00 4) Program number 00 00h = program 1.
B8 44 CRC.
The station answers that it has correctly received the read frame of 2 bytes and that the
active program is program number 1.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 47/286
Chapter 5 – Modbus frame examples
Question: 01 03 00 20 00 01 85 C0
01 1) Request to station 01.
03 2) To read.
00 20 3) At the address "00 20h" step code.
00 01 4) 1 word, step code value.
85 C0 CRC.
Request to station 01, to read at the address "20h", 1 word.
Answer: 01 03 02 FF FF B9 F4
01 1) Request to station 01.
03 2) To read.
02 3) Total number of words.
04 00 4) Step code value, read 00 04h = 4(d) fill step.
B9 F4 CRC.
The station answers that it has correctly received the read request and returns a value
corresponding to the step at which the cycle is (fill, test, dump…).
Here, the step in progress has the value "04h", which corresponds to the fill step.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 48/286
Chapter 5 – Modbus frame examples
Refer to the live structure of the results chain table; paragraph 4 "Status and real time
measures", chapter 6 (F5), chapter 7 (G5), chapter 8 (D5), etc.
Question: 01 03 00 30 00 0D 84 00
01 1) Request to station 01.
03 2) To read.
00 30 3) At the address 00 30h.
00 0D 4) 13 words.
84 00 CRC.
Request to station 01, to read at the address "30h", 13 Words.
Answer: 01 03 1A 00 00 08 00 01 00 01 80 07 00 11 00 00 00 F8 2A 00 00 B8 0B 00
00 70 17 00 00 BF D2
01 1) Answer of the station 01.
03 2) To read.
1A 3) Total number of words.
4) Program number in progress, 00 00h= 0(d) corresponds to the program 1
00 00
(always remove 1 to the program number).
08 00 5) Number of results pending, read 00 08h = 8 results.
01 00 6) Test type, read 00 01h, corresponds to the leak type.
7) Instrument status word, read 80 01h key presence value (80 00h) and
01 80
pass part (00 01h).
07 00 8) Step code word 00 07h, corresponding to the dump step value.
11 00 9) 2 words of pressure value, read 00 00 00 4Dh = 77(d) divide by 1000 that
00 00 gives 0,077.
F8 2A
10) Pressure unit, read 00 00 2A F8h = 11000(d) that gives Bar.
00 00
B8 0B 11) Leak value, read 00 00 0B B8h = 3000(d) divided by 1000 that gives
00 00 3.
70 17 12) Leak unit, read 00 00 17 70h = 6000(d) divided by 1000 that gives 6,
00 00 that is the Pa unit.
BF D2 CRC
The station returns a frame containing in this order:
Program number in progress.
Number of results pending.
Test type.
Instrument status (alarm, cycle end ...).
Step code.
Pressure value.
Pressure unit.
Leak value.
Leak unit.
Note: the other addresses "35h" and "39h" have been created to allow the live access
to information concerning the pressure and the leak.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 49/286
Chapter 5 – Modbus frame examples
Refer to the pending results chain list, paragraph 5 "Pending results list structure (FIFO
results", chapter 6 (F5), chapter 7 (G5), chapter 8 (D5), etc.
Question: 01 03 00 10 00 0C 44 0A
01 1) Request to station 01.
03 2) To read.
00 10 3) At the address 00 10h.
00 0C 4) 12 words.
44 0A CRC.
Request to station 01, to read at the address "10h", 12 Words.
Answer: 01 03 18 00 00 01 00 02 00 00 00 5D 02 00 00 F8 2A 00 00 A8 C0 05 00 70
17 00 00 F6 F7
01 1) Answer of the station 01.
03 2) To read.
18 3) Total number of words 18h = 24(d).
4) Program number in progress, 00 00h= 0(d) corresponds to the program 1
00 00
(always remove 1 to the program number).
01 00 5) Test type, read 00 01h = 1(d), corresponds to the leak type.
02 00 6) Instrument status word, read 00 02h fail test part value.
00 00 7) Alarm 00 00h = 0(d) no alarm.
5D 02 8) Pressure value, read 00 00 02 5dh = 605(d) divided by 1000 that
00 00 corresponds to 0.605 .
F8 2A
9) Pressure unit, read 00 00 2A F8h = 11000(d) that gives Bar.
00 00
A8 C0 10) Leak value, read 00 0 C0 A8h = 377000(d) divided by 1000 that gives
05 00 377.
70 17 11) Leak unit, read 00 00 17 70h = 6000(d) divided by 1000 that gives 6,
00 00 that is the Pa unit.
F6 F7 CRC.
The station returns a frame containing in this order:
Program number in progress.
Test type.
Instrument status (part good, cycle end...).
Alarm.
Pressure value.
Pressure unit.
Leak value.
Leak unit.
Note: the pending results list can only supply the 8 previous results. The reading of a
word will cause the deletion of all the results line, in other words of all a frame like the
one above, and will leave a space for the following result.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 50/286
Chapter 5 – Modbus frame examples
Question: 01 03 01 30 00 01 85 F9
01 1) Request to station 01.
03 2) To read.
01 30 3) At the address 01 30h.
00 01 4) 1 word.
85 F9 CRC.
Request to station 01 to read at the address "130h", 1 word.
Send :
01 03 02 06 00 BB E4
Answer: 01 03 02 06 00 BB E4
01 1) The station 01 answers.
03 2) To read.
02 3) 2 words.
02 00 4) 00 06h = 6(d) corresponding to the number of results in the FIFO.
BB E4 CRC.
The station 01 answers that there is two frames of results "02h" pending.
Question: 01 05 00 02 FF 00 2D FA
01 1) Request to station 01.
05 2) To write a bit.
00 02 3) To the address 00 02h (reset FIFO).
FF 00 4) 1 forced bit at 1.
2D FA CRC.
Request to station 01 to write a bit to the address "02h", 1 word.
Answer: 01 05 00 02 FF 00 2D FA
01 1) The station 01 answers.
05 2) To write a bit.
00 02 3) To the address 00 02h (reset FIFO).
FF 00 4) 1 forced bit at 1.
2D FA CRC.
The station 01 answers that it has correctly received the write frame at the address
"02h". "FFh" is equal to 1111 1111 in binary, "the writing" of the bit corresponds
therefore to placing all the bits of the byte to 1.
It is necessary to always write "00h" after "FFh".
Note: the writing of "FFh" at the address "02h" corresponds to carrying out a reset of
the FIFO.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 51/286
Chapter 5 – Modbus frame examples
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 52/286
Chapter 6 – Modbus access direct
Chapter 6
MODBUS ACCESS DIRECT
Warning: the "Access direct" addresses values of each instrument are in the identifiers
table in the chapters of each concerned instrument. The same for the general bits and
normal bits addresses.
2. SUMMARY COMMANDS
Command address
Address signification
(hexa)
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 53/286
Chapter 6 – Modbus access direct
The reading and the writing are possible either at the 2000 and 6000 addresses that it is
advisable to use according to the needs
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 54/286
Chapter 6 – Modbus access direct
4. ERROR HANDLING
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 55/286
Chapter 6 – Modbus access direct
5. COMMANDS
1) Selection of the program number to edit: write to the address 0x6000 (or 0x2000), 1
word (program number). Program number + 1 = word value (program number 3 = value
2).
2) read the parameters at the address between 0x6001 and 0x61FF (or between
0x2001 and 0x21FF).
Test time parameter reading example (ATEQ F5):
Master Slave
Master Slave
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 56/286
Chapter 6 – Modbus access direct
1) Selection of the program number to edit: write at the address 0x6000 (or 0x2000), 1
word (program number). Program number + 1 = word value (program number 3 = value
2).
2) Write the general options = Extended menus if necessary (1). Bases address 0x6401
(or 0x2401).
3) Write the normal options = Function menu if necessary (1). Bases address 0x6601
(or 0x2601).
4) Write the parameter, example: value 2000 in the parameter, bases address 0x6006
(or 0x2006).
Example put pre-fill with a time of 2 seconds (ATEQ F5):
Master Slave
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 57/286
Chapter 6 – Modbus access direct
In this frame is included the final status of the instrument: relays position, alarm signal, light
states, the measurement results values and the units.
Example reading of the pressure unit code (ATEQ F5):
Master Slave
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 58/286
Chapter 7 – ATEQ F5 addresses
Chapter 7
ATEQ F5 MODBUS ADDRESSES
1. ADDRESSES
Versions
1.16, 1.18 and Version 1.17 Special cycle
3.10
1 6 ATR learning.
2 7 Check calibration.
3 8 Auto – test.
4 9 Calibration.
5 10 Verification calibration.
6 11 ATR + calibration.
7 12 Auto zero piezo
8 13 Auto zero piezo
9 14 Auxiliary regulator.
10 15 Regulator
11 16 Infinite fill.
12 17 Volume calculation.
13 18 No special cycle.
16 X Sealed PASS Part Learn (1.18 and 3.10 only)
17 X Sealed FAIL Part Learn (1.18 and 3.10 only)
24 Save parameters in flash.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 59/286
Chapter 7 – ATEQ F5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 60/286
Chapter 7 – ATEQ F5 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
Choice of the sealed component: standard or large leak.
68 00 44 2044 6044 Standard: 0000.
Large Leak: 1000.
72 00 48 2048 6048 Calibration drifts percent.
80 00 50 2050 6050 Differential auto reset time.
Type of permanent blowing.
102 00 66 2066 6066 Regulator 2: 0000.
Regulator 1: 1000.
Type of fill.
Standard: 0000.
103 00 67 2067 6067
Instruction: 1000.
Ballistic: 2000.
Type of pre-fill.
Standard: 0000.
104 00 68 2068 6068
Instruction: 1000.
Ballistic: 2000.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 61/286
Chapter 7 – ATEQ F5 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
Piezo reset: 11000.
Calibration: 12000.
Calibration check: 13000.
recalibration: 14000.
ATR learning: 15000.
Sealed comp pass part: 16000.
Sealed comp fail part: 17000.
Volume calculation: 18000.
Calibration check: 19000.
Step by step: 20000.
Auto parametering: 20800.
ATR calibration: 22000.
Bar code: 23000.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 62/286
Chapter 7 – ATEQ F5 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
146 00 92 2092 6092 Number of the program to be pasted.
147 00 93 2093 6093 Minimum pre fill.
148 00 94 2094 6094 Filtering.
Unit type SI or USA.
SI: 0000.
149 00 95 2095 6095
USA: 1000.
CAL: 2000.
161 00 A1 20A1 60A1 Volume unit.
164 00 A4 20A4 60A4 Number of the following program in sequencing.
165 00 A5 20A5 60A5 Number of cycles between two automatic reset.
166 00 A6 20A6 60A6 Time between two automatic reset.
175 00 AF 20AF 60AF Regulator check during its learning.
179 00 B3 20B3 60B3 Dump volume value.
203 00 CB 20CB 60CB Regulator check during its learning.
233 00 E9 20E9 60E9 Quick zero.
340 01 54 2154 6154 ATR transient value.
Identifiers for F5, 3TD special version only, these parameters are for the burst test mode.
Test type:
21 00 15 2015 6015
Burst test: 5000.
315 01 3B X X Start pressure instruction burst test mode.
334 01 4E X X Rise time burst test mode.
335 01 4F X X Step time burst test mode.
336 01 50 X X Number of stages burst test mode.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 63/286
Chapter 7 – ATEQ F5 addresses
3. STEPS TABLE
Code
Steps
Decimal Hexadecimal
0 00 00 Pre-fill.
1 00 01 Pre-dump.
4 00 04 Fill.
5 00 05 Stabilization.
6 00 06 Test.
7 00 07 Dump.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 64/286
Chapter 7 – ATEQ F5 addresses
Direct
access
Words address Meaning
(hexa)
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 65/286
Chapter 7 – ATEQ F5 addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: pass part.
Bit 1 = 1: fail part, leak too large in test.
Bit 2 = 1: fail part, leak too large in reference.
3 Bit 3 = 1: presence of an alarm.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 Pressure low part word.
6 Pressure high part word.
7 Pressure unit code low part word (refer to units table).
8 Pressure unit code high part word (refer to units table).
9 Leak low section word.
10 Leak high section word.
11 Leak unit code low part word (refer to units table).
12 Leak unit code high part word (refer to units table).
Note: all the values are treated as "longs" with fixed comma (10-3) thus they must be
multiply by 1000 (a "long" is a whole of two words).
Example 1: pressure, words 5 and 6: 98 28 Example 2: leak value words 9 and 10
03 00 00 03 28 98 h 207000(d) (signed long):
unit code, the words 7 and 8: B0 36 00 00 94 FF FF FF
00 00 36 B0 h millibar (unit table page 71). | LSB | MSB |
FF FF FF 94 = -108; divide by 1000 = -0.108
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 66/286
Chapter 7 – ATEQ F5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 67/286
Chapter 7 – ATEQ F5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 68/286
Chapter 7 – ATEQ F5 addresses
D. A. address
Bit weight
Word Bit n° (hexa) Meaning Menu
Hexa Dec R/W R/W
27 08 00 2048 Sending cond.: pressure error. RS232
28 10 00 4096 Sending cond.: end of cycle RS232
29 20 00 8192 Sending cond.: recoverable. RS232
30 40 00 16384 Sending cond.: calibration. RS232
31 80 00 32768 Frame content: time stamp. RS232
32 00 01 1 Frame content: personalization. RS232
33 00 02 2 Content of the frame: pressure. RS232
34 00 04 4 242F 642F Security. Conf
35 00 08 8 2414 6414 External dump. Conf
36 00 10 16 Exportation. RS232
37 00 20 32 Automatic reset. Conf
38 00 40 64 Placing in stand-by. Main
39 00 80 128 Wake up from stand-by. Main
3 40 01 00 256 Remote control.
41 02 00 512 2407 6407 Temperature compensation. CExt
42 04 00 1024 Recovery test. CExt
Automatic setting of the
43 08 00 2048 Conf
parameters activation.
44 10 00 4096 Parameters automatic setting. Conf
45 20 00 8192 Page feed.
46 40 00 16384 2434 6434 Sign. CExt
47 80 00 32768 After sale service cycle. CExt
48 00 01 1 2402 6402 Unit type. CExt
49 00 02 2 Automatic reset piezo 2. Conf
50 00 04 4 Automatic save activation. Conf
51 00 08 8 2438 6438 Electronic regulator mode. Conf
52 00 10 16 Auxiliary cedes activation. CExt
53 00 20 32 2409 6409 Filtering. CExt
4 54 00 40 64 Quick automatic reset activation. Conf
55 00 80 128 Quick automatic reset. Conf
56 01 00 256 2442 6442 Permanent electronic regulator. Conf
57 02 00 512 2443 6443 Bar code. Conf
58 04 00 1028 Flow reject.
59 08 00 2048 2436 6436 No negative. CExt
60 10 00 4096 Dump threshold. CExt
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 69/286
Chapter 7 – ATEQ F5 addresses
D. A. address
Bit weight
Word Bit n° (hexa) Meaning Menu
Hexa Dec R/W R/W
61 20 00 8192 240E 640E ATR 3. CExt
62 40 00 16384 2445 6445 In 7 test. CExt
63 80 00 32168 2446 6446 In 7 test configuration. Conf
64 00 01 1 Absolute value. Conf
65 00 02 2 Leak display. Conf
66 00 04 4 By pass valve. Conf
67 00 08 8 Count down (timer). CExt
68 00 10 16 Inversed sealed component. CExt
69 00 20 32 Inversed sealed component 2. CExt
5 70 00 40 64 Volume measurement. CExt
71 00 80 128 Dump Off. CExt
72 01 00 256 Program selection on bar code
CExt
reading.
73 02 00 512 Bar code reset on end of cycle. CExt
74 04 00 1024 Cut Off. CExt
75 08 00 2048 ATF. CExt
Example: bit number 13 (personalisation of the program name) activated to 1, will place
to "20 00h" the value in the first word. 20 00h is equivalent to 8192 in decimal and
0010000000000000 in binary.
In the Modbus frame, the words will follow each other: word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 70/286
Chapter 7 – ATEQ F5 addresses
Codes at the address 110h (272(d)). Table of the normal bits per program.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
The bits below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FStp = Function / Stamping; Para = Parameters.
D. A. address
Bit Bit weight
Word (hexa) Meaning Menu
n°
Hexa Dec R/W R/W
0 00 01 1 Fill regulator number.
See § 8.1
1 00 02 2 Pre-fill reg number.
2 00 04 4 2604 6604 Fill type activation. Funct
3 00 08 8 2603 6603 Pre-fill type activation. Funct
4 00 10 16 2601 6601 Recovery thresholds activation. Funct
5 00 20 32 Cycle end Activation. Funct
End of cycle with reset and auto
6 00 40 64 Funct
reset activation.
Cycle end with dump and reset
1 7 00 80 128 Funct
activation.
8 01 00 256 Cycle end with fill Activation. Funct
9 02 00 512 Peak meter Activation. Funct
10 04 00 1024 Reference volume Activation.
11 08 00 2048 260B 660B ATR 0 activation. Funct
12 10 00 4096 260C 660C ATR 1 activation. Funct
13 20 00 8192 260D 660D ATR 2 activation. Funct
14 40 00 16384 2622 6622 Chaining activation. Funct
15 80 00 32768 Chaining pass part activation. Funct
16 00 01 1 Chaining fail test part activation. Funct
17 00 02 2 Chaining fail ref. part activation. Funct
18 00 04 4 Chaining with alarm activation. Funct
Chaining press. switch error
19 00 08 8 Funct
activation.
20 00 10 16 Chaining with cycle end activation. Funct
21 00 20 32 2629 6629 Mini-valve activation. Funct
2
22 00 40 64 Chaining with recovery activation. Funct
23 00 80 128 Chaining with calibration activation. Funct
24 01 00 256 262B 662B Automatic connector activation. Funct
25 02 00 512 2641 6641 Calibration check activation. Funct
26 04 00 1024 2612 6612 Valve codes activation. Funct
27 08 00 2048 2613 6613 Valves 1 activation. Funct
28 10 00 4096 2614 6614 Valves 2 activation. Funct
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 71/286
Chapter 7 – ATEQ F5 addresses
D. A. address
Bit Bit weight
Word (hexa) Meaning Menu
n°
Hexa Dec R/W R/W
29 20 00 8192 2615 6615 Valves 3 activation. Funct
30 40 00 16384 2616 6616 Valves 4 activation. Funct
31 80 00 32768 2617 6617 Valves 5 activation. Funct
32 00 01 1 2618 6618 Valves 6 activation. Funct
33 00 02 2 2619 6619 Valves 7 activation. Funct
34 00 04 4 261A 661A Valves 8 activation. Funct
35 00 08 8 262C 662C Stamping activation. Funct
36 00 10 16 262D 662D Stamping pass part activation. Funct
37 00 20 32 262E 662E Stamping fail test part activation. Funct
38 00 40 64 262F 662F Stamping fail ref. part activation. Funct
39 00 80 128 2630 6630 Stamping alarm activation. Funct
3 Stamping pressure switch error
40 01 00 256 2631 6631 Funct
activation.
41 02 00 512 2632 6632 Stamping cycle end activation. Funct
42 04 00 1024 2633 6633 Stamping recovery activation. Funct
43 08 00 2048 264A 664A Stamping calibration activation. Funct
44 10 00 4096 N alarm activation.
45 20 00 8192 N test activation. Funct
46 40 00 16384 Sealed component activation. Funct
Sealed component valid parameter
47 80 00 32768
(do not touch).
48 00 01 1 External dump activation. Funct
49 00 02 2 2607 6607 T° compensation activation. Funct
50 00 04 4 Recovery test activation. Funct
Dump before cycle in sealed
51 00 08 8
component activation.
52 00 10 16 Sign changing activation. Funct
End of cycle obligatory reset
53 00 20 32 263E 663E Funct
activation.
54 00 40 64 2638 6638 Auxiliary codes activation. Funct
4 55 00 80 128 2639 6639 Auxiliary code 1 activation. Funct
56 01 00 256 263A 663A Auxiliary code 2 activation. Funct
57 02 00 512 263B 663B Auxiliary code 3 activation. Funct
58 04 00 1024 263C 663C Auxiliary code 4 activation. Funct
59 08 00 2048 264C 664C Auto setting parameters activation. Para
60 10 00 4096 2609 6609 Filtering activation. Funct
61 20 00 8192 264D 664D Bar code activation. Funct
62 40 00 16384 Flow reject. Funct
63 80 00 32768 No negative. Funct
5 64 00 01 1 Start on bar code. Funct
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 72/286
Chapter 7 – ATEQ F5 addresses
D. A. address
Bit Bit weight
Word (hexa) Meaning Menu
n°
Hexa Dec R/W R/W
65 00 02 2 ATR 3. Funct
66 00 04 4 Absolute value. Funct
67 00 08 8 266C 666C By pass valve. Funct
68 00 10 16 Count down (timer). Funct
69 00 20 32 Inversed sealed components. Funct
70 00 40 64 Inversed sealed components 2. Funct
71 00 80 128 Dump off. Funct
72 01 00 256 Cut off. Funct
73 02 00 512 ATF function. Funct
74 04 00 1024 Asynchrone start. Funct
Example: bit number 46 (activation sealed component) activated on 1, will put to
"40 00h" the value in the third word. 40 00h is equivalent to 16384 in decimal and
0100000000000000 in binary.
In the Modbus frame, the words will follow as such: word 1 + word 2 + ….. + word n
Regulator selection for fill and pre-fill (word 1, bit n° 0 and 1) on the table of normal bits.
Regulator 1 1 1
Regulator 2 0 0
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 73/286
Chapter 7 – ATEQ F5 addresses
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Pressure switched alarm (test pressure too high).
2 00 02 Pressure switch (test pressure too small).
3 00 03 Large leak on TEST (EEEE).
4 00 04 Large leak on REF (MMMM).
7 00 07 Sensor out of order (overrun).
8 00 08 ATR error.
9 00 09 ATR drift.
10 00 0A CAL error.
11 00 0B Volume too small (sealed component).
12 00 0C Volume too large (sealed component)
14 00 0E Equalization valve switching error.
43 00 2B Pressure too high.
44 00 2C Pressure too low.
45 00 2D Piezo sensor out of order.
46 00 2E Dump error.
47 00 2F CAL drift error.
48 00 30 Calibration check error.
49 00 31 Leak in calibration check too high.
50 00 32 Leak in calibration check too low.
51 00 33 Sealed component learning error.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 74/286
Chapter 7 – ATEQ F5 addresses
This list gives all the units used in the instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
0000 00 00 cm3/s.
1000 03 E8 cm3/min.
2000 07 D0 cm3/h.
3000 0B B8 mm3/h.
4000 0F A0 Calibrated Pascal.
5000 13 88 Calibrated Pascal/second.
6000 17 70 Pascal.
7000 1B 58 High resolution Pascal.
8000 1F 40 Pascal/second.
9000 23 28 High resolution Pascal/second.
11000 2A F8 Bar.
12000 2E E0 Kilopascal.
13000 32 C8 PSI.
14000 36 B0 Millibar.
15000 3A 98 Mega Pascal.
43000 A7 F8 D mode Pascal.
44000 AB E0 Low resolution Pascal.
45000 AF C8 Low resolution Pascal/second.
46000 B3 B0 Inch3/s.
47000 B7 98 Inch3/min.
48000 BB 80 Inch3/hour.
49000 BF 68 Feet3/hour.
50000 C3 50 Millilitre/second.
51000 C7 38 Millilitre/minute.
52000 CB 20 Millilitre/hour.
58000 E2 90 USA cm3/s same as the cm3/s.
59000 E6 78 USA cm3/min same as the cm3/min.
60000 EA 60 USA cm3/h same as the cm3/h.
76000 01 28 E0 Feet3/second.
77000 01 2C C8 Feet3/minute.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 75/286
Chapter 7 – ATEQ F5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 76/286
Chapter 8 – ATEQ F520P addresses
Chapter 8
ATEQ F520P MODBUS ADDRESSES
1. ADDRESSES
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 77/286
Chapter 8 – ATEQ F520P addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 78/286
Chapter 8 – ATEQ F520P addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
127 00 7F 207F 607F Reject unit.
148 00 94 2094 6094 Filtering.
164 00 A4 20A4 60A4 Number of the following program in sequencing.
Measure range:
0.1 – 500 Pa: 0000.
339 01 53 2153 6153 1 – 1000 Pa: 1000.
0.01 – 5 kPa: 2000.
0.01 – 10 kPa: 3000.
3. STEPS TABLE
Code
Steps
Decimal Hexadecimal
2 00 02 Fill.
3 00 03 Stabilization.
4 00 04 Test.
5 00 05 Dump.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 79/286
Chapter 8 – ATEQ F520P addresses
Direct access
Words address (hexa) Meaning
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 80/286
Chapter 8 – ATEQ F520P addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: pass part.
Bit 1 = 1: fail part.
Bit 2 = 1: reserved.
3 Bit 3 = 1: alarm triggered.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 Pressure low part word.
6 Pressure high part word.
7 Pressure unit code low part word (refer to units table).
8 Pressure unit code high part word (refer to units table).
9 Leak low section word.
10 Leak high section word.
11 Leak unit code low part word (refer to units table).
12 Leak unit code high part word (refer to units table).
Note: all the values are treated as "longs" with fixed comma (10-3) thus they must be
multiply by 1000 (a "long" is a whole of two words).
Example 1: pressure, words 5 and 6: 98 28 Example 2: leak value words 9 and 10
03 00 00 03 28 98 h 207000(d) (signed long):
unit code, the words 7 and 8: B0 36 00 00 94 FF FF FF
00 00 36 B0 h millibar (unit table page 71). | LSB | MSB |
FF FF FF 94 = -108; divide by 1000 = -0.108
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 81/286
Chapter 8 – ATEQ F520P addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 82/286
Chapter 8 – ATEQ F520P addresses
Codes at the address 100h (256(d)). The bits below are mostly present in the
"extended menus". They are only used to allow the access to other parameters
according to the configuration, depending on the configuration, these are active or not.
Menus: Conf = configuration; CExt = Configuration/Extended menus; RS232 =
configuration/RS232 ; Main = Main menu.
D. A. address
Bit weight
Word Bit n° (hexa) Meaning Menu
Hexa Dec R/W R/W
4 00 10 16 2401 6401 Recovery thresholds. CExt
5 00 20 32 241C 641C Cycle end. CExt
10 04 00 1024 240B 640B ATR 0. CExt
11 08 00 2048 240C 640C ATR 1. CExt
1
12 10 00 4096 240D 640D ATR 2. CExt
13 20 00 8192 2413 6413 Program personalisation. CExt
14 40 00 16384 241F 641F Chaining. CExt
15 80 00 32768 2420 6420 Automatic connector. CExt
17 00 02 2 2435 6435 Valve codes (output codes). CExt
19 00 08 8 2422 6420 Stamping. CExt
23 00 80 128 Sending cond.: pass part. RS232
24 01 00 256 Sending cond.: fail test part. RS232
26 04 00 1024 Sending cond.: alarm presence. RS232
2
27 08 00 2048 Sending cond.: pressure error. RS232
28 10 00 4096 Sending cond.: end of cycle RS232
29 20 00 8192 Sending cond.: recoverable. RS232
30 40 00 16384 Sending cond.: calibration. RS232
31 80 00 32768 Frame content: time stamp. RS232
32 00 01 1 Frame content: personalization. RS232
33 00 02 2 Content of the frame: pressure. RS232
34 00 04 4 242F 642F Security. Conf
35 00 08 8 2414 6414 External dump. Conf
36 00 10 16 Exportation. RS232
3 37 00 20 32 Automatic reset. Conf
38 00 40 64 Placing in stand-by. Main
39 00 80 128 Wake up from stand-by. Main
40 01 00 256 Remote control.
42 04 00 1024 Recovery test. CExt
45 20 00 8192 Page feed.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 83/286
Chapter 8 – ATEQ F520P addresses
D. A. address
Bit weight
Word Bit n° (hexa) Meaning Menu
Hexa Dec R/W R/W
51 00 08 8 2438 6438 Electronic regulator mode. Conf
4
56 01 00 256 2442 6442 Permanent electronic regulator. Conf
Example: bit number 13 (personalization of the program name) activated to 1, will place
to "20 00h" the value in the first word. 20 00h is equivalent to 8192 in decimal and
0010000000000000 in binary.
In the Modbus frame, the words will follow each other: word 1 + word 2 + ….. + word n
Codes at the address 110h (272(d)). Table of the normal bits per program. The bits
below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FStp = Function / Stamping; Para = Parameters.
D. A. address
Bit Bit weight
Word (hexa) Meaning Menu
n°
Hexa Dec R/W R/W
4 00 10 16 2601 6601 Recovery thresholds activation. Funct
5 00 20 32 Cycle end Activation. Funct
End of cycle with reset and auto
6 00 40 64 Funct
reset activation.
Cycle end with dump and reset
7 00 80 128 Funct
activation.
1 8 01 00 256 Cycle end with fill Activation. Funct
11 08 00 2048 260B 660B ATR 0 activation. Funct
12 10 00 4096 260C 660C ATR 1 activation. Funct
13 20 00 8192 260D 660D ATR 2 activation. Funct
14 40 00 16384 2622 6622 Chaining activation. Funct
15 80 00 32768 Chaining pass part activation. Funct
16 00 01 1 Chaining fail test part activation. Funct
17 00 02 2 Chaining fail ref. part activation. Funct
18 00 04 4 Chaining with alarm activation. Funct
Chaining press. switch error
19 00 08 8 Funct
activation.
20 00 10 16 Chaining with cycle end activation. Funct
2
22 00 40 64 Chaining with recovery activation. Funct
23 00 80 128 Chaining with calibration activation. Funct
24 01 00 256 262B 662B Automatic connector activation. Funct
25 02 00 512 2641 6641 Calibration check activation. Funct
26 04 00 1024 2612 6612 Valve codes activation. Funct
27 08 00 2048 2613 6613 Valves 1 activation. Funct
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 84/286
Chapter 8 – ATEQ F520P addresses
D. A. address
Bit Bit weight
Word (hexa) Meaning Menu
n°
Hexa Dec R/W R/W
28 10 00 4096 2614 6614 Valves 2 activation. Funct
29 20 00 8192 2615 6615 Valves 3 activation. Funct
30 40 00 16384 2616 6616 Valves 4 activation. Funct
31 80 00 32768 2617 6617 Valves 5 activation. Funct
32 00 01 1 2618 6618 Valves 6 activation. Funct
33 00 02 2 2619 6619 Valves 7 activation. Funct
34 00 04 4 261A 661A Valves 8 activation. Funct
35 00 08 8 262C 662C Stamping activation. Funct
36 00 10 16 262D 662D Stamping pass part activation. Funct
37 00 20 32 262E 662E Stamping fail test part activation. Funct
3 38 00 40 64 262F 662F Stamping fail ref. part activation. Funct
39 00 80 128 2630 6630 Stamping alarm activation. Funct
Stamping pressure switch error
40 01 00 256 2631 6631 Funct
activation.
41 02 00 512 2632 6632 Stamping cycle end activation. Funct
42 04 00 1024 2633 6633 Stamping recovery activation. Funct
43 08 00 2048 264A 664A Stamping calibration activation. Funct
48 00 01 1 External dump activation. Funct
4 End of cycle obligatory reset
53 00 20 32 263E 663E Funct
activation.
Example: bit number 35 (stamping activation) activated on 1, will put to "00 08h" the
value in the third word. 00 08h is equivalent to 8 in decimal and 000000000001000 in
binary.
In the Modbus frame, the words will follow as such: word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 85/286
Chapter 8 – ATEQ F520P addresses
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Pressure switched alarm (test pressure too high).
2 00 02 Pressure switch (test pressure too small).
3 00 03 Large leak on TEST (EEEE).
4 00 04 Large leak on REF (MMMM).
7 00 07 Sensor out of order (overrun).
8 00 08 ATR error.
9 00 09 ATR drift.
10 00 0A CAL error.
11 00 0B Volume too small (sealed component).
12 00 0C Volume too large (sealed component)
14 00 0E Equalization valve switching error.
43 00 2B Pressure too high.
44 00 2C Pressure too low.
45 00 2D Piezo sensor out of order.
46 00 2E Dump error.
47 00 2F CAL drift error.
This list gives all the units used in the instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
0000 00 00 cm3/s.
1000 03 E8 cm3/min.
2000 07 D0 cm3/h.
3000 0B B8 mm3/h.
4000 0F A0 Calibrated Pascal.
5000 13 88 Calibrated Pascal/second.
6000 17 70 Pascal.
11000 2A F8 Bar.
12000 2E E0 Kilopascal.
13000 32 C8 PSI.
14000 36 B0 Millibar.
15000 3A 98 Mega Pascal.
43000 A7 F8 D mode Pascal.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 86/286
Chapter 9 – ATEQ G5 Addresses
Chapter 9
ATEQ G5 ADDRESSES
1. ADDRESSES
Value Description
1 Volume calculation
6 Piezzo auto zero
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 87/286
Chapter 9 – ATEQ G5 Addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 88/286
Chapter 9 – ATEQ G5 Addresses
Type of fill.
Standard: 0000.
103 00 67 2067 6067
Instruction: 1000.
Ballistic: 2000.
Type of pre-fill.
Standard: 0000.
104 00 68 2068 6068
Instruction: 1000.
Ballistic: 2000.
Function attributed to the entry of the special cycles.
112 00 70 2070 6070 Program selection: 0.
Piezo reset: 1.
Choice of the language.
123 00 7B 207B 607B Default language: 0000.
2nd predefined language: 1000.
126 00 7E 207E 607E Maximum pressure value in pre-fill.
127 00 7F 207F 607F Reject unit.
144 00 90 2090 6090 Setup of the outputs (standard or compact).
145 00 91 2091 6091 Number of program to be copied.
146 00 92 2092 6092 Number of the program to be pasted.
147 00 93 2093 6093 Minimum pre fill.
148 00 94 2094 6094 Filtering.
Standard customer temperature (correction in
155 00 9B 209B 609B
temperature).
156 00 9C 209C 609C Standard customer pressure (correction in pressure).
158 00 9E 209E 609E Percents of the bar graph.
164 00 A4 20A4 60A4 Number of the following program in sequencing.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 89/286
Chapter 9 – ATEQ G5 Addresses
3. STEPS TABLE
Code
Steps
Decimal Hexadecimal
0 00 00 Pre-fill.
1 00 01 Fill.
2 00 02 Stabilisation.
3 00 03 Test.
4 00 04 Dump.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 90/286
Chapter 9 – ATEQ G5 Addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 91/286
Chapter 9 – ATEQ G5 Addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: pass part.
Bit 1 = 1: fail part.
Bit 2 = 1: gross leak.
3 Bit 3 = 1: alarm.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 Pressure low part word.
6 Pressure high part word.
7 Pressure unit code low part word (refer to. Units table).
8 Pressure unit code high part word (refer to. Units table).
9 Leak low section word.
10 Leak high section word.
11 Leak unit code low part word (refer to. Units table).
12 Leak unit code high part word (refer to. Units table).
Note: all the values are treated as "longs" with fixed comma (10-3) thus they must be
multiply by 1000 (a "long" is a whole of two words).
Example 1: pressure, words 5 and 6: 98 28 Example 2: leak value words 9 and 10
03 00 00 03 28 98 h 207000(d) (signed long):
unit code, the words 7 and 8: B0 36 00 00 94 FF FF FF
00 00 36 B0 h millibar (unit table page 71). | LSB | MSB |
FF FF FF 94 = -108; divide by 1000 = -0.108
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 92/286
Chapter 9 – ATEQ G5 Addresses
Direct
access
Words address Meaning Type Bytes Coeff
(hexa)
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 93/286
Chapter 9 – ATEQ G5 Addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 94/286
Chapter 9 – ATEQ G5 Addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
Example: bit number 13 (End of cycle send conditions) activated to 1, will place to "20
00h" the value in the first word. 20 00h is equivalent to 8192 in decimal and
0010000000000000 in binary.
In the Modbus frame, the words will follow each other:
word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 95/286
Chapter 9 – ATEQ G5 Addresses
Codes at the address 110h (272d). Table of the normal bits per program.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
The bits below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FStp = Function / Stamping; Para = Parameters.
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 96/286
Chapter 9 – ATEQ G5 Addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 97/286
Chapter 9 – ATEQ G5 Addresses
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Pressure switched alarm (test pressure too high).
2 00 02 Pressure switch (test pressure too small).
3 00 03 Large leak on TEST (EEEE).
4 00 04 Large leak on REF (MMMM).
7 00 07 Sensor out of order (overrun).
14 00 0E Equalization valve switching error.
43 00 2B Pressure too high.
44 00 2C Pressure too low.
45 00 2D Piezo sensor out of order.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 98/286
Chapter 9 – ATEQ G5 Addresses
This list gives all the units used in the instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
0000 00 00 Cm3/s.
1000 03 E8 Cm3/min.
2000 07 D0 Cm3/h.
3000 0B B8 Mm3/h.
6000 17 70 Pascal.
11000 2A F8 Bar.
12000 2E E0 Kilopascal.
13000 32 C8 PSI.
14000 36 B0 Millibar.
15000 3A 98 Mega Pascal.
30000 75 30 Litre/hour.
46000 B3 B0 Inch3/s.
47000 B7 98 Inch3/min.
48000 BB 80 Inch3/hour.
49000 BF 68 Feet3/hour.
50000 C3 50 Millilitre/second.
51000 C7 38 Millilitre/minute.
52000 CB 20 Millilitre/hour.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 99/286
Chapter 9 – ATEQ G5 Addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 100/286
Chapter 10 – ATEQ D5 addresses
Chapter 10
ATEQ D5 MODBUS ADDRESSES
1. ADDRESSES
Value Description
1 ATR learning.
4 Calibration
5 Verification – calibration.
7 Electronic regulator learning.
9 Auto zero piezo.
10 Calibration on test.
12 Auxiliary regulator.
13 Regulator adjust.
15 Measure on reference.
24 Save parameters in flash.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 101/286
Chapter 10 – ATEQ D5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 102/286
Chapter 10 – ATEQ D5 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
Screen light intensity value.
0 %: 0000.
15 %: 1000.
30 %: 2000.
73 00 49 2049 6049 45 %: 3000.
50 %: 4000.
75 %: 5000.
90 %: 6000.
100 %: 7000.
80 00 50 2050 6050 Differential auto reset time.
90 00 5A 205A 605A Read capillary for 2 capillaries (3.10g1 only).
Type of fill.
103 00 67 2067 6067 Standard: 0000.
Ballistic: 2000.
107 00 6B 206B 606B ATR tolerance absorption.
108 00 6C 206C 606C Transitory start value (ATR).
Choice of the language.
123 00 7B 207B 607B Default language: 0000.
2nd predefined language: 1000.
127 00 7F 207F 607F Reject unit.
128 00 80 2080 6080 Instruction value during a calibration.
148 00 94 2094 6094 Filtering.
Unit type SI or USA.
SI: 0000.
149 00 95 2095 6095
USA: 1000.
CAL: 2000.
150 00 96 2096 6096 Pressure instruction.
151 00 97 2097 6097 Offset on a flow.
Piezo reset type.
Before cycle: 0000.
154 00 9A 209A 609A
After cycle: 1000.
Without auto reset: 2000.
Standard customer temperature (correction in
155 00 9B 209B 609B
temperature).
156 00 9C 209C 609C Standard customer pressure (correction in pressure).
158 00 9E 209E 609E Percents of the bar graph.
164 00 A4 20A4 60A4 Number of the following program in sequencing.
165 00 A5 20A5 60A5 Number of cycles between two automatic reset.
166 00 A6 20A6 60A6 Time between two automatic reset.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 103/286
Chapter 10 – ATEQ D5 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
218 00 DA 20DA 60DA Flow unit for the master jet.
219 00 DB 20DB 60DB Flow value of the master jet.
220 00 DC 20DC 60DC Pressure value of the master jet.
221 00 DD 20DD 60DD Atmospheric pressure value for the master jet.
222 00 DE 20DE 60DE Temperature value for the master jet.
223 00 DF 20DF 60DF Drift value for the master jet.
224 00 E0 20E0 60E0 Flow unit for the master part.
225 00 E1 20E1 60E1 Flow value for the master part.
226 00 E2 20E2 60E2 Pressure value for the master part.
227 00 E3 20E3 60E3 Atmospheric pressure for the master part.
228 00 E4 20E4 60E4 Temperature value for the master part.
274 01 12 2112 6112 Pressure filtering.
276 01 14 2114 6114 Fill percent.
Pneumatic configuration during the rest phase.
Without blow: 0000.
277 01 15 2115 6115
Blow on reference side: 1000.
Blow on test side: 2000.
Electronic regulator state during the rest phase.
278 01 16 2116 6116 Regulator on instruction: 0000.
Regulator set to 0: 1000.
280 01 18 2118 6118 Reference program associated.
Capillary number with dual capillaries option only:
281 01 19 Capillary 1: 0000.
Capillary 2: 1000.
Type of gas.
Nitrogen: 0000.
Natural gas: 1000.
284 01 1C
Propane: 2000.
Butane: 3000.
G110: 4000.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 104/286
Chapter 10 – ATEQ D5 addresses
3. STEPS TABLE
Code
Steps
Decimal Hexadecimal
0 00 00 Fill.
1 00 01 Stabilisation.
2 00 02 Test.
3 00 03 Dump.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 105/286
Chapter 10 – ATEQ D5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 106/286
Chapter 10 – ATEQ D5 addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: pass part.
Bit 1 = 1: fail part, maximum flow reject.
Bit 2 = 1: fail part, minimum flow reject.
3 Bit 3 = 1: alarm.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 Pressure low part word.
6 Pressure high part word.
7 Pressure unit code low part word (refer to. Units table).
8 Pressure unit code high part word (refer to. Units table).
9 Leak low section word.
10 Leak high section word.
11 Leak unit code low part word (refer to. Units table).
12 Leak unit code high part word (refer to. Units table).
Note: all the values are treated as "longs" with fixed comma (10-3) thus they must be
multiply by 1000 (a "long" is a whole of two words).
Example 1: pressure, words 5 and 6: 98 28 Example 2: leak value words 9 and 10
03 00 00 03 28 98 h 207000(d) (signed long):
unit code, the words 7 and 8: B0 36 00 00 94 FF FF FF
00 00 36 B0 h millibar (unit table page 71). | LSB | MSB |
FF FF FF 94 = -108; divide by 1000 = -0.108
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 107/286
Chapter 10 – ATEQ D5 addresses
Direct
access
Words address Meaning
(hexa)
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 108/286
Chapter 10 – ATEQ D5 addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 109/286
Chapter 10 – ATEQ D5 addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 110/286
Chapter 10 – ATEQ D5 addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
Example: bit number 13 (automatic mode) activated to 1, will place to "20 00h" the
value in the first word. 20 00h is equivalent to 8192 in decimal and 0010000000000000
in binary.
In the Modbus frame, the words will follow each other: word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 111/286
Chapter 10 – ATEQ D5 addresses
Codes at the address 110h (272(d)). Table of the normal bits per program.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
The bits below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FStp = Function / Stamping; Para = Parameters.
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 112/286
Chapter 10 – ATEQ D5 addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
Example: bit number 46 (Offset) activated on 1, will put to "40 00h" the value in the third
word. 40 00h is equivalent to 16384 in decimal and 0100000000000000 in binary.
In the Modbus frame, the words will follow as such:
word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 113/286
Chapter 10 – ATEQ D5 addresses
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Pressure switched alarm (test pressure too high).
2 00 02 Pressure switch (test pressure too small).
3 00 03 Large leak on TEST (EEEE).
4 00 04 Large leak on REF (MMMM).
7 00 07 Sensor out of order (overrun).
8 00 08 ATR defect.
9 00 09 ATR drift.
10 00 0A Calibration drift.
14 00 0E Equalization valve switching error.
43 00 2B Pressure too high.
44 00 2C Pressure too low.
45 00 2D Piezo sensor out of order.
47 00 2F Calibration drift.
This list gives all the units used in the D5 instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
30000 75 30 Litter/hour.
33000 80 E8 CAL.
43000 A7 F8 D mode Pascal.
46000 B3 B0 Inch3/s.
47000 B7 98 Inch3/min.
48000 BB 80 Inch3/hour.
49000 BF 68 Feet3/hour.
50000 C3 50 Millilitre/second.
51000 C7 38 Millilitre/minute.
52000 CB 20 Millilitre/hour.
53000 CF 08 Litre/minute.
54000 D2 F0 Meter3/hour.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 114/286
Chapter 11 – ATEQ ERD5 addresses
Chapter 11
ATEQ ERD5 MODBUS ADDRESSES
1. ADDRESSES
Value Description
7/8 Auto zero piezo.
9 Electronic regulator learning.
Infinite fill (not available).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 115/286
Chapter 11 – ATEQ ERD5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 116/286
Chapter 11 – ATEQ ERD5 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
145 00 91 2091 6091 Number of program to be copied.
146 00 92 2092 6092 Number of the program to be pasted.
Unit type SI or USA.
149 00 95 2095 6095 SI: 0000.
USA: 1000.
185 00 B9 20B9 60B9 Initial pressure.
186 00 BA 20BA 60BA Step pressure.
187 00 BB 20BB 60BB Step time.
188 00 BC 20BC 60BC Final pressure.
189 00 BD 20BD 60BD Step minimum pressure.
190 00 BE 20BE 60BE Step maximum pressure.
191 00 BF 20BF 60BF Step minimum flow.
192 00 C0 20C0 60C0 Step maximum flow.
Up contact type:
193 00 C1 20C1 60C1 Opened: 0000.
Closed: 1000.
Donw contact type:
194 00C2 20C2 60C2 Opened: 0000.
Closed: 1000.
195 00 C3 20C3 60C3 Up minimum flow parameter.
196 00 C4 20C4 60C4 Down maximum flow parameter.
197 00 C5 20C5 60C5 Up minimum pressure.
198 00 C6 20C6 60C6 Up maximum pressure.
199 00 C7 20C7 60C7 Down minimum pressure.
200 00 C8 20C8 60C8 Down maximum pressure.
201 00 C9 20C9 60C9 2nd piezo maximum pressure.
202 00 CA 20CA 60CA 2nd piezo minimum pressure.
243 00 F3 20F3 60F3 Differential valve commutation time.
352 01 60 2160 6160 Up valve type (version 1.01y10 and later only).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 117/286
Chapter 11 – ATEQ ERD5 addresses
3. STEPS TABLE
Code
Steps
Decimal Hexadecimal
0 00 00 Up.
1 00 01 Step.
2 00 02 Down.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 118/286
Chapter 11 – ATEQ ERD5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 119/286
Chapter 11 – ATEQ ERD5 addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: pass part.
Bit 1 = 1: Up fail part flow.
Bit 2 = 1: Down fail part flow.
3 Bit 3 = 1: alarm.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 Pressure low part word.
6 Pressure high part word.
7 Pressure unit code low part word (refer to. Units table).
8 Pressure unit code high part word (refer to. Units table).
9 Leak low section word.
10 Leak high section word.
11 Leak unit code low part word (refer to. Units table).
12 Leak unit code high part word (refer to. Units table).
Note: all the values are treated as "longs" with fixed comma (10-3) thus they must be
multiply by 1000 (a "long" is a whole of two words).
Example 1: pressure, words 5 and 6: 98 28 Example 2: leak value words 9 and 10
03 00 00 03 28 98 h 207000(d) (signed long):
unit code, the words 7 and 8: B0 36 00 00 94 FF FF FF
00 00 36 B0 h millibar (unit table page 71). | LSB | MSB |
FF FF FF 94 = -108; divide by 1000 = -0.108
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 120/286
Chapter 11 – ATEQ ERD5 addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: pass part.
Bit 1 = 1: Up fail part flow.
Bit 2 = 1: Down fail part flow.
3 Bit 3 = 1: alarm.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 / 6 (Long) Rise Pressure value low part / high part.
7 / 8 (Long) Rise Pressure unit code low part / high part (refer to Units table).
9 / 10 (Long) Rise Flow value low part / high part.
11 / 12 (Long) Rise leak unit code low part / high part (refer to Units table).
13 / 14 (Long) Step pressure value low part / high part.
15 / 16 (Long) Step Pressure unit code low part / high part (refer to Units table).
17 / 18 (Long) Step Flow value low part / high part.
19 / 20 (Long) Step leak unit code low part / high part (refer to Units table).
21 / 22 (Long) Drop Pressure value low part / high part.
23 / 24 (Long) Drop Pressure unit code low part / high part (refer to Units table).
25 / 26 (Long) Drop Flow value low part / high part.
27 / 28 (Long) Drop Pressure unit code low part / high part (refer to Units table).
29 / 30 (Long) Rise Switch pressure value low part / high part (>v1.01z0).
31 / 32 (Long) Rise Switch pressure unit low part / high part (>v1.01z0).
33 / 34 (Long) Drop Switch pressure value low part / high part (>v1.01z0).
35 / 36 (Long) Drop Switch pressure unit low part / high part (>v1.01z0).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 121/286
Chapter 11 – ATEQ ERD5 addresses
Direct
access
Words Meaning
address
(hexa) R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 122/286
Chapter 11 – ATEQ ERD5 addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: Pass part.
Bit 1 = 1: Up fail part flow.
Bit 2 = 1: Down fail part flow.
3 Bit 3 = 1: Alarm.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 / 6 (Long) Rise Pressure value, low part / high part.
7 / 8 (Long) Rise Pressure unit code, low part / high part (refer to Units table).
9 / 10 (Long) Rise Flow value, low part / high part.
11 / 12 (Long) Rise Leak unit code, low part / high part (refer to Units table).
13 / 14 (Long) Step Pressure value, low part / high part.
15 / 16 (Long) Step Pressure unit code, low part / high part (refer to Units table).
17 / 18 (Long) Step Flow value, low part / high part.
19 / 20 (Long) Step Leak unit code, low part / high part (refer to Units table).
21 / 22 (Long) Drop Pressure value, low part / high part.
23 / 24 (Long) Drop Pressure unit code, low part / high part (refer to Units table).
25 / 26 (Long) Drop Flow value, low part / high part.
27 / 28 (Long) Drop Pressure unit code, low part / high part (refer to Units table).
29 / 30 (Long) Rise Switch pressure value, low part / high part (>v1.01z0).
31 / 32 (Long) Rise Switch pressure unit, low part / high part (>v1.01z0).
33 / 34 (Long) Drop Switch pressure value, low part / high part (>v1.01z0).
35 / 36 (Long) Drop Switch pressure unit, low part / high part (>v1.01z0).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 123/286
Chapter 11 – ATEQ ERD5 addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 124/286
Chapter 11 – ATEQ ERD5 addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 125/286
Chapter 11 – ATEQ ERD5 addresses
Codes at the address 110h (272(d)). Table of the normal bits per program.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
The bits below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FStp = Function / Stamping; Para = Parameters.
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 126/286
Chapter 11 – ATEQ ERD5 addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
Example: bit number 46 (Piezo sensor 2) activated on 1, will put to "40 00h" the value
in the third word. 40 00h is equivalent to 16384 in decimal and 0100000000000000 in
binary.
In the Modbus frame, the words will follow as such: word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 127/286
Chapter 11 – ATEQ ERD5 addresses
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Large leak on TEST (TEST F. Sc.).
2 00 02 Large leak on REF.
3 00 03 Pressure over full scale. (F. SCALE).
4 00 04 Pressure below full scale. (MPPP).
5 00 05 Differential sensor error. (SENSOR ERROR).
6 00 06 Pressure sensor error. (P SENS. ERROR).
7 00 07 Pressure over the maximum threshold. (P>).
8 00 08 Pressure below the minimum threshold. (P<).
9 00 09 Dump error.
10 00 0A Leak calculation failed.
11 00 0B Pressure calculation failed.
12 00 0C Rise (Up) flow error.
13 00 0D Rise (Up) contact error.
14 00 0E Step flow error.
15 00 0F Drop (Down) flow error.
16 00 10 Drop (Down) contact error.
17 00 11 Rise (Up) pressure error.
18 00 12 Step pressure error.
19 00 13 Drop (Down) pressure error.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 128/286
Chapter 11 – ATEQ ERD5 addresses
This list gives all the units used in the ERD5 instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
30000 75 30 Litter/hour.
33000 80 E8 CAL.
43000 A7 F8 D mode Pascal.
46000 B3 B0 Inch3/s.
47000 B7 98 Inch3/min.
48000 BB 80 Inch3/hour.
49000 BF 68 Feet3/hour.
50000 C3 50 Millilitre/second.
51000 C7 38 Millilitre/minute.
52000 CB 20 Millilitre/hour.
53000 CF 08 Litre/minute.
54000 D2 F0 Meter3/hour.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 129/286
Chapter 11 – ATEQ ERD5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 130/286
Chapter 12 – ATEQ MF5 addresses
Chapter 12
ATEQ MF5 MODBUS ADDRESSES
1. ADDRESSES
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 131/286
Chapter 12 – ATEQ MF5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 132/286
Chapter 12 – ATEQ MF5 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
Screen light intensity value.
0 %: 0000.
15 %: 1000.
30 %: 2000.
73 00 49 2049 6049 45 %: 3000.
50 %: 4000.
75 %: 5000.
90 %: 6000.
100 %: 7000.
Type of permanent blowing.
102 00 66 2066 6066 Regulator 2: 0000.
Regulator 1: 1000.
Type of fill.
Standard: 0000.
103 00 67 2067 6067
Instruction: 1000.
Ballistic: 2000.
Type of pre-fill.
Standard: 0000.
104 00 68 2068 6068
Instruction: 1000.
Ballistic: 2000.
107 00 6B 206B 606B ATR absorption tolerance.
108 00 6C 206C 606C Start value of the transient (ATR).
Type of external dump.
110 00 6E 206E 606E Positive: 0000.
Negative: 1000.
Function attributed to the entry of the special cycles.
Program selection: 0000.
Calibration Pressure 1: 1000.
Calibration check: 2000.
Diff sensor calibration: 3000.
Auto test: 4000.
112 00 70 2070 6070
Piezo sensor calibration: 5000.
Regulator adjust: 7000.
Infinite fill: 8000.
Piezo reset: 9000.
Volume calculation: 16000.
Atmospheric conditions: 19000.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 133/286
Chapter 12 – ATEQ MF5 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
117 00 75 2075 6075 Permanent blowing pressure instruction.
119 00 77 2077 6077 Minimum sealed component measurement pressure.
120 00 78 2078 6078 Maximum sealed component measurement pressure.
121 00 79 2079 6079 Fill time of the internal volume.
122 00 7A 207A 607A Sealed component transfer time.
Choice of the language.
123 00 7B 207B 607B Default language: 0000.
2nd predefined language: 1000.
126 00 7E 207E 607E Maximum pressure value in pre-fill.
127 00 7F 207F 607F Reject unit.
128 00 80 2080 6080 Instruction value during a calibration.
135 00 87 2087 6087 Percentage concerning the auto parametering.
138 00 8A Fill regulator number.
139 00 8B Pre-fill regulator number.
140 00 8C 208C 608C Percentage concerning the temperature compensation.
141 00 8D 208D 608D Test time for the temperature compensation.
144 00 90 2090 6090 Setup of the outputs (standard or compact).
145 00 91 2091 6091 Number of program to be copied.
146 00 92 2092 6092 Number of the program to be pasted.
148 00 94 2094 6094 Filtering.
Unit type SI or USA.
SI: 0000.
149 00 95
USA: 1000.
CAL: 2000.
Standard customer temperature (correction in
155 00 9B 209B 609B
temperature).
156 00 9C 209C 609C Standard pressure customer.
161 00 A1 20A1 60A1 Volume unit.
164 00 A4 20A4 60A4 Number of the following program in sequencing.
165 00 A5 20A5 60A5 Number of cycles between two automatic reset.
166 00 A6 20A6 60A6 Time between two automatic reset.
176 00 B0 Reference volume.
177 00 B1 Test volume.
340 01 54 2154 6154 ATR transient value.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 134/286
Chapter 12 – ATEQ MF5 addresses
3. STEPS TABLE
Code
Steps
Decimal Hexadecimal
00 00 00 Pre-fill.
01 00 01 Pre-dump.
04 00 04 Fill.
05 00 05 Stabilisation.
06 00 06 Test.
07 00 07 Dump.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 135/286
Chapter 12 – ATEQ MF5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 136/286
Chapter 12 – ATEQ MF5 addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: pass part.
Bit 1 = 1: fail part, leak too large in test.
Bit 2 = 1: fail part, leak too large in reference.
3 Bit 3 = 1: presence of an alarm.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 Pressure low part word.
6 Pressure high part word.
7 Pressure unit code low part word (refer to. Units table).
8 Pressure unit code high part word (refer to. Units table).
9 Leak low section word.
10 Leak high section word.
11 Leak unit code low part word (refer to. Units table).
12 Leak unit code high part word (refer to. Units table).
Note: all the values are treated as "longs" with fixed comma (10-3) thus they must be
multiply by 1000 (a "long" is a whole of two words).
Example 1: pressure, words 5 and 6: 98 28 Example 2: leak value words 9 and 10
03 00 00 03 28 98 h 207000(d) (signed long):
unit code, the words 7 and 8: B0 36 00 00 94 FF FF FF
00 00 36 B0 h millibar (unit table page 71). | LSB | MSB |
FF FF FF 94 = -108; divide by 1000 = -0.108
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 137/286
Chapter 12 – ATEQ MF5 addresses
Direct
access
Words address Meaning Type Bytes Coeff
(hexa)
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 138/286
Chapter 12 – ATEQ MF5 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 139/286
Chapter 12 – ATEQ MF5 addresses
D. A. address
Bit weight
Word Bit n° (hexa) Meaning Menu
Hexa Dec R/W R/W
Sending conditions: presence of
23 00 80 128 2429 6429 RS232
an alarm.
Sending conditions: pressure
24 01 00 256 242A 642A RS232
error.
25 02 00 512 242B 642B Sending conditions: end of cycle RS232
Sending conditions:
26 04 00 1024 242C 642C RS232
recoverable.
Content of the frame: time
27 08 00 2048 242D 642D RS232
stamp.
Content of the frame:
28 10 00 4096 2412 6412 RS232
personalisation.
29 20 00 8192 242E 642E Content of the frame: pressure. RS232
30 40 00 16384 242F 642F Security. Conf
31 80 00 32768 2414 6414 External dump. Conf
32 00 01 1 2430 6430 Exportation. RS232
33 00 02 2 240F 640F Automatic reset. Conf
34 00 04 4 Placing in stand-by. Main
Return to operation from stand-
35 00 08 8 Main
by.
36 00 10 16 Remote control.
37 00 20 32 2407 6407 Temperature compensation. CExt
Automatic setting of the
38 00 40 64 Conf
parameters activation.
Example: bit number 13 (automatic connector) activated to 1, will place to "20 00h" the
value in the first word. 20 00h is equivalent to 8192 in decimal and 0010000000000000
in binary.
In the Modbus frame, the words will follow each other: word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 140/286
Chapter 12 – ATEQ MF5 addresses
Codes at the address 110h (272(d)). Table of the normal bits per program.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
The bits below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FVC = Function / Valves codes; Fstp = Function / Stamping; Para = Parameters.
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 141/286
Chapter 12 – ATEQ MF5 addresses
D. A. address
Bit weight
Bit (hexa)
Word Meaning Menu
n°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 142/286
Chapter 12 – ATEQ MF5 addresses
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Pressure switched alarm (test pressure too high).
2 00 02 Pressure switch (test pressure too small).
3 00 03 Large leak on TEST (EEEE).
4 00 04 Large leak on REF (MMMM).
7 00 07 Sensor out of order (overrun).
8 00 08 ATR error.
9 00 09 ATR drift.
10 00 0A CAL error.
14 00 0B Equalization valve switching error.
43 00 0C Pressure too high.
44 00 0E Pressure too low.
45 00 2B Piezo sensor out of order.
46 00 2C Dump error.
47 00 2D CAL drift error.
48 00 2E Calibration check error.
49 00 27 Leak in calibration check too high.
50 00 33 Leak in calibration check too low.
51 00 00 Sealed component learning error.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 143/286
Chapter 12 – ATEQ MF5 addresses
This list gives all the units used in the instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
0000 00 00 cm3/s.
1000 03 E8 cm3/min.
2000 07 D0 cm3/h.
3000 0B B8 mm3/h.
4000 0F A0 Calibrated Pascal.
6000 17 70 Pascal.
11000 2A F8 Bar.
12000 2E E0 Kilopascal.
13000 32 C8 PSI.
14000 36 B0 Millibar.
15000 3A 98 Mega Pascal.
46000 B3 B0 Inch3/s.
47000 B7 98 Inch3/min.
48000 BB 80 Inch3/hour.
49000 BF 68 Feet3/hour.
50000 C3 50 Millilitre/second.
51000 C7 38 Millilitre/minute.
52000 CB 20 Millilitre/hour.
58000 E2 90 USA cm3/s same as the cm3/s.
59000 E6 78 USA cm3/min same as the cm3/min.
60000 EA 60 USA cm3/h same as the cm3/h.
65000 01 01 D0 Gram/second.
66000 01 05 B8 Gram/minute.
67000 01 09 A0 Gram/hour.
68000 01 0D 88 Oz (US) /second.
69000 01 11 70 Oz (US) /minute.
70000 01 15 58 Oz (US) /hour.
71000 01 19 40 Oz (UK) /second.
72000 01 1D 28 Oz (UK) /minute.
73000 01 21 10 Oz (UK) /hour.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 144/286
Chapter 13 –ATEQ F420P Addresses
Chapter 13
ATEQ F420P MODBUS ADDRESSES
1. ADDRESSES
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 145/286
Chapter 13 –ATEQ F420P Addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 146/286
Chapter 13 –ATEQ F420P Addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
Screen light intensity value.
0 %: 0000.
15 %: 1000.
30 %: 2000.
73 00 49 2049 6049 45 %: 3000.
50 %: 4000.
75 %: 5000.
90 %: 6000.
100 %: 7000.
Original unit for the calculation of rejects in cm3/min.
118 00 76 2076 6076 Pascal: 0000.
Pascal/Second: 1000.
3. STEPS TABLE
Code
Steps
Decimal Hexadecimal
0 00 00 Pre-fill.
1 00 01 Pre-dump.
2 00 02 Fill.
3 00 03 Stabilization.
4 00 04 Test.
5 00 05 Dump.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 147/286
Chapter 13 –ATEQ F420P Addresses
Direct
access
Words address Meaning
(hexa)
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 148/286
Chapter 13 –ATEQ F420P Addresses
Words Meaning
1 Program number.
2 Test type.
Image of the relays:
Bit 0 = 1: good part.
Bit 1 = 1: bad part, leak too large in test.
Bit 2 = 1: bad part, leak too large in reference.
3 Bit 3 = 1: presence of an alarm.
Bit 4 = 1: unused.
Bit 5 = 1: reserved.
Bit 6 = 1: unused.
Bit 7 = 1: unused.
4 Alarm code (refer to the alarm codes table).
5 Pressure low part word.
6 Pressure high part word.
7 Pressure unit code low part word (refer to. Units table).
8 Pressure unit code high part word (refer to. Units table).
9 Leak low section word.
10 Leak high section word.
11 Leak unit code low part word (refer to. Units table).
12 Leak unit code high part word (refer to. Units table).
Note: all the values are treated as "longs" with fixed comma (10-3) thus they must be
multiply by 1000 (a "long" is a whole of two words).
Example 1: pressure, words 5 and 6: 98 28 Example 2: leak value words 9 and 10
03 00 00 03 28 98 h 207000(d) (signed long):
unit code, the words 7 and 8: B0 36 00 00 94 FF FF FF
00 00 36 B0 h millibar (unit table page 71). | LSB | MSB |
FF FF FF 94 = -108; divide by 1000 = -0.108
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 149/286
Chapter 13 –ATEQ F420P Addresses
D. A.
address
Words Meaning Type Bytes Coeff
(hexa)
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 150/286
Chapter 13 –ATEQ F420P Addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 151/286
Chapter 13 –ATEQ F420P Addresses
D. A. address
Bit weight
Word Bit n° (hexa) Meaning Menu
Hexa Dec R/W R/W
22 00 40 64 Automatic reset. Conf
23 00 80 128 2464 6464 Negatives thresholds. Conf
24 01 00 256 Line feed (label).
25 02 00 512 2460 6460 Pre-fill. CExt
26 04 00 1024 2415 6415 Dump supervision. Conf
27 08 00 2048 2465 6465 I/O configuration (input 5). Conf
28 10 00 4096 2434 6434 Sign. CExt
29 20 00 8192 Unused.
30 40 00 16384 Unused.
31 80 00 32768 Unused.
Example: bit number 7 (automatic connector) activated to 1, will place to "00 80h" the
value in the first word. 00 80h is equivalent to 128 in decimal and 0000000010000000 in
binary.
In the Modbus frame, the words will follow each other:
word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 152/286
Chapter 13 –ATEQ F420P Addresses
Codes at the address 110h (272(d)). Table of the normal bits per program.
Reminder: "h" indicates a hexadecimal code, "(d)" indicates a decimal code.
The bits below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FVC = Function / Valves codes; Fstp = Function / Stamping; Para = Parameters.
D. A. address
Bit Bit weight
Word (hexa) Meaning Menu
n°
Hexa Dec R/W R/W
0 00 01 1 2601 6601 Recovery thresholds activation. Funct
1 00 02 2 261E 661E Cycle end activation. Funct
End of cycle with reset and auto
2 00 04 4 261F 661F FEoc
reset activation.
Cycle end with dump and reset
3 00 08 8 2620 6620 FEoc
activation.
4 00 10 16 2621 6621 Cycle end with fill activation. FEoc
5 00 20 32 260B 660B ATR 0 activation. Funct
6 00 40 64 260C 660C ATR 1 activation. Funct
7 00 80 128 260D 660D ATR 2 activation. Funct
1
8 01 00 256 2622 6622 Activation of chaining. Funct
9 02 00 512 2623 6623 Good part chaining activation. FChai
10 04 00 1024 2624 6624 Fail test part chaining activation. FChai
Fail reference part chaining
11 08 00 2048 FChai
activation.
12 10 00 4096 2626 6626 Alarm chaining activation. FChai
Pressure switch error chaining
13 20 00 8192 2627 6627 FChai
activation.
14 40 00 16384 2628 6628 Cycle end chaining activation. FChai
15 80 00 32768 262A 662A Recovery chaining activation. FChai
16 00 01 1 262B 662B Automatic connector activation. Funct
17 00 02 2 2612 6612 Valve codes activation. FCV
18 00 04 4 2661 6661 Valves codes 1 activation. FCV
19 00 08 8 2662 6661 Valves codes 2 activation. FCV
20 00 10 16 Reserved.
21 00 20 32 Reserved.
2
22 00 40 64 Reserved.
23 00 80 128 Reserved.
24 01 00 256 Reserved.
25 02 00 512 Reserved.
26 04 00 1024 Reserved.
27 08 00 2048 Reserved.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 153/286
Chapter 13 –ATEQ F420P Addresses
D. A. address
Bit Bit weight
Word (hexa) Meaning Menu
n°
Hexa Dec R/W R/W
28 10 00 4096 Reserved.
29 20 00 8192 2663 6663 Negatives thresholds activation. Funct
30 40 00 16384 265E 665E Pre-fill activation. Funct
31 80 00 32768 2611 6611 Sign.
61 20 00 8192 Reserved. Funct
Example: bit number 12 (activation cycling with alarm) activated on 1, will put to
"10 00h" the value in the third word. 10 00h is equivalent to 4096 in decimal and
0001000000000000 in binary.
In the Modbus frame, the words will follow as such:
word 1 + word 2 + ….. + word n
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 154/286
Chapter 13 –ATEQ F420P Addresses
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Pressure switched alarm (test pressure too high).
2 00 02 Pressure switch (test pressure too small).
3 00 03 Large leak on TEST (EEEE).
4 00 04 Large leak on REF (MMMM).
7 00 07 Sensor out of order (overrun).
8 00 08 ATR error.
9 00 09 ATR drift.
10 00 0A CAL error.
43 00 2B Pressure too high.
44 00 2C Pressure too low.
45 00 2D Piezo sensor out of order.
46 00 2E Dump error.
47 00 2F CAL drift error.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 155/286
Chapter 13 –ATEQ F420P Addresses
This list gives all the units used in the instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
0000 00 00 cm3/s.
1000 03 E8 cm3/min.
2000 07 D0 cm3/h.
3000 0B B8 mm3/h.
4000 0F A0 Calibrated Pascal.
5000 13 88 Calibrated Pascal/second.
6000 17 70 Pascal.
7000 1B 58 High resolution Pascal.
8000 1F 40 Pascal/second.
9000 23 28 High resolution Pascal/second.
11000 2A F8 Bar.
12000 2E E0 Kilopascal.
13000 32 C8 PSI.
14000 36 B0 Millibar.
15000 3A 98 Mega Pascal.
18000 46 50 KiloPascal/second.
43000 A7 F8 D mode Pascal.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 156/286
Chapter 14 – ATEQ VT520 addresses
Chapter 14
ATEQ VT520 MODBUS ADDRESSES
The VT520 instrument is functioning only on the "Access direct" Modbus.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 157/286
Chapter 14 – ATEQ VT520 addresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
Valve identifier.
314 01 3A 213A 613A Decimal: 0000.
Hexadecimal: 1000.
322 01 42 2142 6142 Minimum temperature.
323 01 43 2143 6143 Maximum temperature.
Temperature unit.
324 01 44 2144 6144 Celsius: 0000.
Fahrenheit: 1000.
Acceleration minimum (0.0 – 99.9 g). Example: write
325 01 45 2145 6145
999000 = 99.9.
Acceleration maximum (0.0 – 99.9 g). Example: write
326 01 46 2146 6146
999000 = 99.9.
327 01 47 2147 6147 Power transmission (%).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 158/286
Chapter 14 – ATEQ VT520 addresses
Direct
access
Words address Meaning
(hexa)
R
1 2201 Program number.
2 2202 Number of results waiting in the results FIFO memory.
3 2203 Test type.
Status:
Bit 0 = 1: pass part.
Bit 1 = 1: fail part.
Bit 2 = 1: not used.
Bit 3 = 1: alarm.
Bit 4 = 1: not used.
Bit 5 = 1: cycle end.
Bit 6 = 1: not used.
4 2204 Bit 7 = 1: not used.
Bit 8 = 1: not used.
Bit 9 = 1: not used.
Bit 10 = 1: not used.
Bit 11 = 1: not used.
Bit 12 = 1: not used.
Bit 13 = 1: not used.
Bit 14 = 1: not used.
Bit 15 = 1: key presence.
Status results.
Bit 0 = 1: ID OK.
Bit 1 = 1: Pressure OK.
Bit 2 = 1: Not used.
5 2205
Bit 3 = 1: Acceleration OK.
Bit 4 = 1: Temperature OK.
Bit 5 = 1: Battery OK.
Bit 6 = 1: Status OK.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 159/286
Chapter 14 – ATEQ VT520 addresses
This result includes the final state of the instrument: position of the relays, alarm signal,
state of the indicators…, but also of the test, units, values measured for the pressure
and the leak.
D. A.
address
Meaning Type Bytes Coeff
(hexa)
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 160/286
Chapter 14 – ATEQ VT520 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 161/286
Chapter 14 – ATEQ VT520 addresses
The bits below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FStp = Function / Stamping; Para = Parameters.
D. A. address
(hexa) Meaning Menu
R/W R/W
2612 6612 Valve codes activation. Funct
2622 6622 Chaining activation. Funct
2623 6623 Chaining good part activation. FChai
2624 6624 Chaining fail test part activation. FChai
2626 6626 Chaining with alarm activation. FChai
2628 6628 Chaining with cycle end activation. FChai
2638 6638 Auxiliary codes activation. Funct
2639 6639 Auxiliary code 1 activation. Funct
263A 663A Auxiliary code 2 activation. Funct
263B 663B Auxiliary code 3 activation. Funct
263C 663C Auxiliary code 4 activation. Funct
2642 6642 Valves 1 activation. Funct
2643 6643 Valves 2 activation. Funct
2644 6644 Valves 3 activation. Funct
2645 6645 Valves 4 activation. Funct
2646 6646 Valves 5 activation. Funct
2647 6647 Valves 6 activation. Funct
2648 6648 Valves 7 activation. Funct
2649 6649 Valves 8 activation. Funct
2664 6664 Minimum and maximum pressure option. Funct
2665 6665 Minimum and maximum temperature option. Funct
2666 6666 Minimum and maximum acceleration option. Funct
6. UNIT TABLE
This list gives all the units used in the instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
11000 2A F8 Bar.
12000 2E E0 Kilopascal.
13000 32 C8 PSI.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 162/286
Chapter 15 – ATEQ H520 Direct Access Adresses
Chapter 15
ATEQ H520 DIRECT ACCESS ADDRESSES
Note: the Modbus direct access with the H520 device is running from version
3.01d2 only.
1. ADDRESSES
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 163/286
Chapter 15 – ATEQ H520 Direct Access Adresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
1 00 01 2001 6001 Fill time: 0 > 650 seconds.
3 00 03 2004 6004 Cut.
6 00 06 2006 6006 Fill time: 0 > 650 seconds.
9 00 09 2009 6009 Dump time: 0 > 650 seconds.
10 00 0A 200A 600A Coupling time 1: 0 > 650 seconds.
11 00 0B 200B 600B Coupling time 2: 0 > 650 seconds.
20 00 14 2014 6014 Part volume.
Test type: Fine test or External Probe.
21 00 15 2015 6015 Fine test: 1000.
External Probe: 2000.
29 00 1D 201D 601D Time between 2 chained cycles: 0 > 650 seconds
50 00 32 2032 6032 Minimum pressure value: - 9999 > 9999.
51 00 33 2033 6033 Maximum pressure value: - 9999 > 9999.
53 00 35 2035 6035 Pressure unit H2.
60 00 3C 203C 603C Natural reject value of the test part: 0 > 9999.
66 00 42 2042 6042 Fill instruction value: 0 > 9999.
Type of fill.
103 00 67 2067 6067 Standard: 0000.
Instruction: 1000.
126 00 7E 207E 607E Maximum pressure value in pre-fill.
127 00 7F 207F 607F Reject unit.
Unit type SI or USA.
145 00 91 2095 6095 SI: 0000.
CAL: 1000.
146 00 92 20A1 60A1 Volume unit.
20A4 60A4 Number of the following program in sequencing.
20A5 60A5 Number of cycles between two automatic reset.
20A6 60A6 Time between two automatic reset.
20EA 60EA Auto zero time (AZ).
20EB 60EB Vacuum time (VACCUUM).
20EC 60EC Vacuum test time (VACCUUM TEST).
20EE 60EE Accumulation time.
20EF 60EF Fin test time.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 164/286
Chapter 15 – ATEQ H520 Direct Access Adresses
Direct access
Identifier N°
address (hexa) Meaning
Dec Hexa R/W R/W
20F0 60F0 Minimum pressure vacuum instruction (<0).
20F1 60F1 Purge time (PURGE).
211B 611B Cleaning.
211C 611C Gas type.
211D 611D User gas viscosity.
212B 612B Vacuum test reject level.
2158 6158 Vacuum pressure unit.
2159 6159 Pollution level (%).
215A 615A User gas molar mass.
215B 615B Gas Concentration.
348 01 5C 215C 615C Vacuum flow value. (VACUUM).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 165/286
Chapter 15 – ATEQ H520 Direct Access Adresses
Direct
access
Words Meaning
address
(hexa) R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 166/286
Chapter 15 – ATEQ H520 Direct Access Adresses
At the end of each cycle, the last result is stocked as an array of 12 words. This result
includes the final state of the instrument (position of the relays, alarm signal, state of the
indicators…), but also of the test (units, values measured for the pressure and the leak).
The last result is contained in the memory of the instrument. To obtain them, it is
necessary to carry out a result read request on the slave instrument at the 11h address.
D. A.
address
Words Meaning Type Bytes Coeff
(hexa)
R
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 167/286
Chapter 15 – ATEQ H520 Direct Access Adresses
The bits below are mostly present in the "extended menus". They are only used to
allow the access to other parameters according to the configuration, depending on the
configuration, these are active or not.
Menus: Conf = configuration; CExt = Configuration/Extended menus; RS232 =
configuration/RS232 ; Main = Main menu.
D. A. address
Words
Bit weight
Bits (hexa)
Meaning Menu
N°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 168/286
Chapter 15 – ATEQ H520 Direct Access Adresses
D. A. address
Words
Bit weight
Bits (hexa)
Meaning Menu
N°
Hexa Dec R/W R/W
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 169/286
Chapter 15 – ATEQ H520 Direct Access Adresses
The bits below are present in the "functions menu" of each program, if these have been
previously validated in the configuration menu.
Menu: Funct = Functions menu; FEoc = Function / End of cycle; FChai = Function /
Chaining; FStp = Function / Stamping; Para = Parameters.
D. A.
Bit weight address
Word Bit n° (hexa) Meaning Menu
Hexa Dec R/W R/W
0 00 01 1 2604 6604 Fill type activation.
1 00 02 2 Not used.
2 00 04 4 261E 661E End of cycle.
3 00 08 8 261F 661F End of cycle automatic reset. Funct
4 00 10 16 2620 6620 End of cycle dump and reset.
5 00 20 32 2621 6621 End of cycle fill. Funct
6 00 40 64 2608 6608 Peak meter. Funct
Word 7 00 80 128 2677 6677 Short Cycle Funct
1 8 01 00 256 2622 6622 Chaining activation. Funct
9 02 00 512 2623 6623 Chaining pass part. Funct
10 04 00 1024 2624 6624 Chaining test fail part. Funct
11 08 00 2048 2626 6626 Chaining alarm. Funct
12 10 00 4096 2627 6627 Chaining pressure fault. Funct
13 20 00 8192 2628 6628 Chaining end of cycle (all). Funct
14 40 00 16384 262A 662A Chaining with recovery. Funct
15 80 00 32768 262B 662B Automatic connector activation. Funct
16 00 01 1 2612 6612 Valve codes activation. Funct
17 00 02 2 2642 6642 Valves 1 activation. Funct
18 00 04 4 2643 6643 Valves 2 activation. Funct
19 00 08 8 2644 6644 Valves 3 activation. Funct
20 00 10 16 2645 6645 Valves 4 activation. Funct
21 00 20 32 2646 6646 Valves 5 activation. Funct
22 00 40 64 2647 6647 Valves 6 activation. Funct
Word 23 00 80 128 2648 6648 Valves 7 activation. Funct
2 24 01 00 256 2649 6649 Valves 8 activation. Funct
25 02 00 512 Not used. Funct
26 04 00 1024 Not used. Funct
27 08 00 2048 Not used. Funct
28 10 00 4096 Not used. Funct
29 20 00 8192 Not used. Funct
30 40 00 16384 Not used. Funct
31 80 00 32768 Not used. Funct
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 170/286
Chapter 15 – ATEQ H520 Direct Access Adresses
D. A.
Bit weight address
Word Bit n° (hexa) Meaning Menu
Hexa Dec R/W R/W
32 00 01 1 Not used. Funct
33 00 02 2 Not used. Funct
34 00 04 4 264B 664B Vacuum control. Funct
End of cycle obligatory reset
35 00 08 8 263E 663E Funct
activation.
36 00 10 16 2638 6638 Auxiliary codes activation. Funct
37 00 20 32 2639 6639 Auxiliary code 1 activation. Funct
38 00 40 64 263A 663A Auxiliary code 2 activation. Funct
Word 39 00 80 128 263B 663B Auxiliary code 3 activation. Funct
3
40 01 00 256 263C 663C Auxiliary code 4 activation. Funct
41 02 00 512 Not used. Funct
42 04 00 1024 Not used. Funct
43 08 00 2048 265C 665C Gas Configuration. Funct
44 10 00 4096 2679 6679 Gas Offset (Saturation) Funct
45 20 00 8192 265E 665E Pre-fill. Funct
46 40 00 16384 267C 667C End of cycle dump. Funct
47 80 00 32768 267A 667A Infinite test. Funct
Word
48 00 01 1 267B 667B Dump off. Funct
4
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 171/286
Chapter 15 – ATEQ H520 Direct Access Adresses
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Test side leak (EEEE).
2 00 02 Reference side leak (MMMM).
3 00 03 Pressure alarm (too high).
4 00 04 Pressure alarm (too low).
5 00 05 Leak zero missed.
6 00 06 Pressure zero missed.
7 00 07 Pressure too high.
8 00 08 Pressure too low.
9 00 09 Dump fault.
10 00 0A Leak calculation missed.
11 00 0B Pressure calculation missed.
12 00 0C CAL learning fault.
13 00 0D Drift CAL fault.
14 00 0E Calibration check fault.
15 00 0F Calibration check tab UV+
16 00 10 Calibration check tab UV-
17 00 11 Vacuum test: level not reached.
18 00 12 Vacuum test: delta vacuum too high > vacuum reject.
19 00 13 Tainted atmosphere.
20 00 14 Taint check.
21 00 15 Blocked tube.
22 00 16 Leak zero missed piezo 2.
23 00 17 Pressure alarm piezo 2 (too high).
24 00 18 Pressure alarm piezo 2 (too low).
25 00 19 Offset drift too high.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 172/286
Chapter 15 – ATEQ H520 Direct Access Adresses
8. STEPS TABLE
Code
Steps
Decimal Hexadecimal
0 00 00 Vacuum.
1 00 01 Test vacuum.
2 00 02 Pre-fill.
3 00 03 Fill.
4 00 04 Accumulation.
5 00 05 Test fin.
6 00 06 Dump.
7 00 07 Purge.
8 00 08 Cleaning.
65535 FF FF No step in progress.
9. UNIT TABLE
This list gives all the units used in the instrument in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
6000 17 70 Pascal.
11000 2A F8 Bar.
12000 2E E0 Kilopascal.
13000 32 C8 PSI.
14000 36 B0 Millibar.
15000 3A 98 Mega Pascal.
50000 C3 50 Milliliter/second.
51000 C7 38 Milliliter/minute.
76000 01 28 E0 Ppm (Part per million).
78000 01 30 B0 CAL ppm (Part per million calibrate).
79000 01 34 98 Grams/year.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 173/286
Chapter 15 – ATEQ H520 Direct Access Adresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 174/286
Chapter 16 – Networks with a central
Chapter 16
NETWORKS WITH A CENTRAL
Important reminders:
1) The communication parameters for a central are set parameters, it's important to
meet them, they are the following ones: 57600 / 8 / 1 stop / Even.
2) The central address is different according to the connection of the central with the
Winateq software or not. If Winateq were connected this would be only one time, the
Modbus addresses are modified.
To return to the addresses per default, it must be done again an identification of the
central C540 with Winscan (internal ATEQ software).
C540 I/O
Master
Head 1
RS232, imperatives
communication parameters:
- 57600 bauds
- 8 bits Head 2
- Parity: Even
- 1 stop bit
Head 3
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 175/286
Chapter 16 – Networks with a central
Live values
Yes End of STAGE Address 0Ch-0Dh Test to know if
cycle test 6 Read Bit 5 the instrument
Bit 5 = 1 has started his
No Bit 5 = 0 cycle
Live values
End of EOC + result
No STAGE Address 0Ch-0Dh nb ≠ 0 &
cycle test Read Bit 5
Bit 5 = 0 6 recovery live
value
Yes Bit 5 = 1
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 176/286
Chapter 17 – PROFIBUS Networks
Chapter 17
PROFIBUS NETWORKS
1. DEFINITION
The connection
between an ATEQ 5th Writing Writing
series to a Profibus-DP
instrument is made
through a protocol
Slave
converter card (COM- Master Memory
instrument
DPS or COMX 100XX- instrument
DP/DPS).
Reading Reading
The architecture of the network is composed of a master instrument and a slave. Each
instrument writes and reads in a reserved part of the memory.
In the case of several slave instruments, each instrument should be given a different
address.
Single architecture example (Master/Slave direct ATEQ):
Master
Instrument
Profibus
ATEQ
Slave instrument
Master
instrument
Profibus
C54X slave
instrument
Modbus
ATEQ ATEQ
Note: use only this configuration with low speed networks (this network is very slow).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 177/286
Chapter 17 – PROFIBUS Networks
Note: the ATEQ instrument is taking in account the command only on the rising edge.
(When the bit state becomes from 0 to 1).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 178/286
Chapter 17 – PROFIBUS Networks
2. CABLING
Internal board
Profibus
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 179/286
Chapter 17 – PROFIBUS Networks
00(h)
Light mode 16 bytes
Medium mode plus 32 bytes / 16 words
@ (byte)
Inputs/Outputs
Standard mode 32 bytes / 64 words
0F(h)
Note 1: by default the ATEQ instrument use the standard mode. Changing the mode
by using the "Fieldbus.exe" ATEQ program.
Note 2: the connection from PC ATEQ is identical as WINATEQ.
For information (exchange 64 Words 20 parameters.
zone from 020h): 32 Words 10 parameters.
16 Words 5 parameters.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 180/286
Chapter 17 – PROFIBUS Networks
The standard mode allows completely controlling an ATEQ instrument with the
management of 20 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (20).
The parameters configuration must be like the following ones:
32 bytes input con (IB) : module 1.
64 words input con (IW) : module 2.
32 bytes output con (OB) : module 3.
64 words output con (OW) : module 4.
Example of configuration window of the PC Profibus board (master) to
communicate with the ATEQ Profibus board (slave) in standard mode with
SYCON software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 181/286
Chapter 17 – PROFIBUS Networks
The standard less mode allows completely controlling an ATEQ instrument with the
management of 10 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (10).
The parameters configuration must be like the following ones:
32 bytes input con (IB) : module 1.
32 words input con (IW) : module 2.
32 bytes output con (OB) : module 3.
32 words output con (OW) : module 4.
Example of configuration window of the PC Profibus board (master) to
communicate with the ATEQ Profibus board (slave) in standard less mode with
SYCON software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 182/286
Chapter 17 – PROFIBUS Networks
The medium more mode allows completely controlling an ATEQ instrument with the
management of 5 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (5).
The parameters configuration must be like the following ones:
32 bytes input con (IB) : module 1.
16 words input con (IW) : module 2.
32 bytes output con (OB) : module 3.
16 words output con (OW) : module 4.
Example of configuration window of the PC Profibus board (master) to
communicate with the ATEQ Profibus board (slave) in medium more mode with
SYCON software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 183/286
Chapter 17 – PROFIBUS Networks
The medium mode allows writing commands and reading real time measurement:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
The parameters configuration must be like the following ones:
32 bytes input con (IB) : module 1.
32 bytes output con (OB) : module 2.
Example of configuration window of the PC Profibus board (master) to
communicate with the ATEQ Profibus board (slave) in medium mode with SYCON
software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 184/286
Chapter 17 – PROFIBUS Networks
The light mode allows writing commands and reading relays results:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
The parameters configuration must be:
16 bytes input con (IB) : module 1.
16 bytes output con (OB) : module 2.
Example of configuration window of the PC Profibus board (master) to
communicate with the ATEQ Profibus board (slave) in light mode with SYCON
software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 185/286
Chapter 17 – PROFIBUS Networks
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 186/286
Chapter 17 – PROFIBUS Networks
4. F A Q PROFIBUS
Question: when it exist several GSD files, which one do we used for an ATEQ
instrument?
Answer: If profibus module is COM_DPS, use "HIL_7501.GSD" configuration file.
If profibus module is COMX 100XX-DP/DPS, use "HIL_0C0F.GSD"
configuration file.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 187/286
Chapter 17 – PROFIBUS Networks
Question: in general, each data contained 2 bytes, which one to use and in which
order?
Answer: each data written with to bytes is written in the following order: least significant
byte (LSB) for the first and most significant byte (MSB) for the second ("LSB … MSB").
Example: to select a program number, use the addresses 06h and 07h. The address
06h contains the LSB and the address 07h contains the MSB.
For a program number of 4, write 03h (4 – 1 = 3) at the address 06h and 00h at the
address 07h.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 188/286
Chapitre 18 – DEVICENET Networks
Chapter 18
DEVICENET NETWORKS
1. DEFINITION
The connection
between an ATEQ 5th Writing Writing
series instrument to a
DeviceNet fieldbus is
made through a
Slave
protocol converter card. Master Memory
instrument
instrument
The communication
between the ATEQ
instrument (master) and
Reading Reading
the case (slave) is
under the Modbus
protocol.
The architecture of the network is composed of a master instrument and a slave. Each
instrument writes and reads in a reserved part of the memory.
In the case of several slave instruments, each instrument should be given a different
address.
Single architecture example (Master/Slave direct ATEQ):
Master
Instrument
DeviceNet
ATEQ
Slave instrument
Master
instrument
DeviceNet
C54X slave
instrument
Modbus
ATEQ ATEQ
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 189/286
Chapitre 18 – DEVICENET Networks
Note: the ATEQ instrument is taking in account the command only on the rising edge.
(When the bit state becomes from 0 to 1)
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 190/286
Chapitre 18 – DEVICENET Networks
2. CABLING
Internal board
Pin 1 drain
Pin 2 V+
Pin 3 V-
Pin 4 CAN_H
Pin 5 CAN_L
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 191/286
Chapitre 18 – DEVICENET Networks
@ (byte)
Medium more mode 64 bytes
Inputs/Outputs
Standard less mode 96 bytes
Standard mode 255 bytes
0F(h)
Note 1: by default the ATEQ instrument use the standard mode. Change the mode by
using the "Fieldbus.exe" ATEQ program.
Note 2: the connection from PC ATEQ is identical as WINATEQ.
For information: 1 parameter corresponds to 6 bytes.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 192/286
Chapitre 18 – DEVICENET Networks
The standard mode allows completely controlling an ATEQ instrument with the
management of 30 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (30).
The parameters configuration must be like the following ones:
Byte Array : Input_Data (IB) 255 bytes
Byte Array : Output_Data (QB) 255 bytes
Example of a configuration window of the PC DeviceNet board (master) for
communication with the ATEQ DeviceNet board (slave) in standard mode with the
SYCON software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 193/286
Chapitre 18 – DEVICENET Networks
The standard less mode allows completely controlling an ATEQ instrument with the
management of 10 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (10).
The parameters configuration must be like the following ones:
Byte Array : Input_Data (IB) 96 bytes
Byte Array : Output_Data (QB) 96 bytes
Example of a configuration window of the PC DeviceNet board (master) for
communication with the ATEQ DeviceNet board (slave) in standard less mode
with the SYCON software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 194/286
Chapitre 18 – DEVICENET Networks
The medium more mode allows sending commands and read the live measurements
results:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
The parameters configuration must be like the following ones:
Byte Array : Input_Data (IB) 64 bytes
Byte Array : Output_Data (QB) 64 bytes
Example of a configuration window of the PC DeviceNet board (master) for
communication with the ATEQ DeviceNet board (slave) in medium more mode
with the SYCON software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 195/286
Chapitre 18 – DEVICENET Networks
The medium mode allows sending commands and read the live measurements results:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
The parameters configuration must be like the following ones:
Byte Array : Input_Data (IB) 32 bytes
Byte Array : Output_Data (QB) 32 bytes
Example of a configuration window of the PC DeviceNet board (master) for
communication with the ATEQ DeviceNet board (slave) in medium mode with the
SYCON software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 196/286
Chapitre 18 – DEVICENET Networks
The light mode allows sending commands and read the relays status:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
The parameters configuration must be like the following ones:
Byte Array : Input_Data (IB) 16 bytes
Byte Array : Output_Data (QB) 16 bytes
Example of a configuration window of the PC DeviceNet board (master) for
communication with the ATEQ DeviceNet board (slave) in light mode with the
SYCON software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 197/286
Chapitre 18 – DEVICENET Networks
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 198/286
Chapitre 19 – PROFINET Networks
Chapter 19
PROFINET NETWORKS
1. CABLING
COMX 100CA-RE/PNS
2 x Profinet
(M12, 5 pins
females)
IN
OUT
1 2
Ethernet / M12 pin assignment. (5 pins)
M12 female connector, D coded.
4 3
5
2 3
Ethernet / M12 pin assignment. (5 pins).
5
M12 female connector, D coded.
1 4
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 199/286
Chapitre 19 – PROFINET Networks
M12 cabling:
1 White-Orange
2 White-Green
3 Orange
4 Green
(Female) (Male)
RJ45 cabling:
8-Pin 4-Pin
1 White/Orange Tx Data + 1 White/Orange Tx Data +
2 Orange Tx Data – 2 Orange Tx Data –
3 White/Green Rx Data + 3 White/Green Rx Data +
4 Blue Unused 4- -
5 White/Blue Unused 5- -
(Ethernet) 6 Green Rx Data – 6 Green Rx Data –
7 White/Brown Unused 7- -
8 Brown Unused 8- -
M12 RJ45
(Male M12 D-Code) (Ethernet)
1 – White/Orange ──────────────────────────── 1 - White/Orange
2 – White/Green ──────────────────────────── 3 - White/Green
3 - Orange ──────────────────────────── 2 - Orange
4 - Green ──────────────────────────── 6 - Green
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 200/286
Chapitre 19 – PROFINET Networks
For the installation and configuration of the Profinet module, you must have to select the
component that corresponds to the firmware.
The version of the Profinet module can be checked MAIN/SERVI/FIELDBUS
following two ways: PROFINET IO DEVI
3.4.17.0
The first way is by the SERVICE/FIELDBUS menu of STATUS : RUNNING
the ATEQ device.
The second way is by running
the ATEQ Fieldbus
configuration software. The
version is displayed in the
Firmware field.
After, configure the module with
the same versions displayed
above.
See the following example with
the "Step7" software (software
for the PLC configuration).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 201/286
Chapitre 19 – PROFINET Networks
Once the right version is configured select the mode available in the version.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 202/286
Chapitre 19 – PROFINET Networks
@ (byte)
Standard less mode 32 + 64 bytes
Inputs/Outputs
Standard mode total 4 x 64 bytes
0F(h)
Note 1: by default the ATEQ instrument use the standard mode. Change the mode by
using the "Fieldbus.exe" ATEQ program.
Note 2: the connection from PC ATEQ is identical as WINATEQ.
For information: 1 parameter corresponds to 6 bytes.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 203/286
Chapitre 19 – PROFINET Networks
The standard mode allows completely controlling an ATEQ instrument with the
management of 30 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (30).
The parameters configuration must be like the following ones:
Input_Data (IB) 256 bytes total: IB = 64 (module 1).
IB = 64 (module 2).
IB = 64 (module 3).
IB = 64 (module 4).
Output_Data (QB) 256 bytes total: QB = 64 (module 1).
QB = 64 (module 2).
QB = 64 (module 3).
QB = 64 (module 4).
Example of a configuration window of the PC Profinet board (master) for
communication with the ATEQ Profinet board (slave) in standard mode with the
SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 204/286
Chapitre 19 – PROFINET Networks
The standard less mode allows completely controlling an ATEQ instrument with the
management of 10 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (10).
The parameters configuration must be like the following ones:
Input_Data (IB) 96 bytes total: IB = 32.
IB = 64.
Output_Data (QB) 96 bytes total: QB = 32.
QB = 64.
Example of a configuration window of the PC Profinet board (master) for
communication with the ATEQ Profinet board (slave) in standard less mode with
the SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 205/286
Chapitre 19 – PROFINET Networks
The medium more mode allows sending commands and read the live measurements
results:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
The parameters configuration must be like the following ones:
Input_Data: IB = 64 bytes.
Output_Data: QB = 64 bytes.
Example of a configuration window of the PC Profinet board (master) for
communication with the ATEQ Profinet board (slave) in medium more mode with
the SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 206/286
Chapitre 19 – PROFINET Networks
The medium mode allows sending commands and read the live measurements results:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
The parameters configuration must be like the following ones:
Input_Data: IB: = 32 bytes
Output_Data QB: = 32 bytes
Example of a configuration window of the PC Profinet board (master) for
communication with the ATEQ Profinet board (slave) in medium mode with the
SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 207/286
Chapitre 19 – PROFINET Networks
The light mode allows sending commands and read the relays status:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
The parameters configuration must be like the following ones:
Input_Data: IB = 16 bytes
Output_Data: QB = 16 bytes
Example of a configuration window of the PC Profinet board (master) for
communication with the ATEQ Profinet board (slave) in light mode with the
SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 208/286
Chapitre 19 – PROFINET Networks
Note 1: the ATEQ station name must be the same on both instruments (ATEQ and
MASTER).
Note 2: the I/O configuration must be the same between the ATEQ instrument and the
slave configuration on the master.
At the powering of the board the L.E.D. status are read on the COMX-RE-RE module:
In a first time the "SYS" light is yellow then it becomes green and “BF” light is
fixed.
When the ATEQ has detected the board, the "SYS" light is fixed and "BF" light is
flashing.
At the end of the starting, for a correct Profinet functioning, the D.E.L. "SYS"
must be fixed besides “SF” and “BF” are cleared.
In case of board detection error, "SYS" and "BF" are fixed. Whereas if a
configuration error is detected, “SYS” is still fixed but “BF” is flashing.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 209/286
Chapitre 19 – PROFINET Networks
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 210/286
Chapitre 20 – Ethernet/IP Networks
Chapter 20
ETHERNET/IP NETWORKS
For the Ethernet/IP commands, refer to the chapter 16 “Profibus and Devicenet commands”.
1. CABLING
@ (byte)
Standard less mode 96 bytes
Inputs/Outputs
Standard mode 255 bytes
0F(h)
Real time measurements
1F(h)
Exchange zone: cycle
result reading or 5
2F(h) parameters management
Exchange zone: cycle
result reading or 10
5F(h) parameters management
Exchange zone: cycle
result reading or 30
FF(h) parameters management
Note 1: by default the ATEQ instrument use the standard mode. Change the mode by
using the "Fieldbus.exe" ATEQ program.
Note 2: the connection from PC ATEQ is identical as WINATEQ.
For information: 1 parameter corresponds to 6 bytes.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 211/286
Chapitre 20 – Ethernet/IP Networks
The standard mode allows completely controlling an ATEQ instrument with the
management of 30 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (30).
The parameters configuration must be like the following ones:
Byte Array : Input_Data 255 bytes
Byte Array : Output_Data 255 bytes
Example of a configuration window of the PC EtherNet/IP Scanner board (master)
for communication with the ATEQ EtherNet/IP Adapter board (slave) in standard
mode with the SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 212/286
Chapitre 20 – Ethernet/IP Networks
The standard less mode allows completely controlling an ATEQ instrument with the
management of 10 parameters:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
Read and write the program parameters (10).
The parameters configuration must be like the following ones:
Byte Array : Input_Data 96 bytes
Byte Array : Output_Data 96 bytes
Example of a configuration window of the PC EtherNet/IP Scanner board (master)
for communication with the ATEQ EtherNet/IP Adapter board (slave) in standard
less mode with the SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 213/286
Chapitre 20 – Ethernet/IP Networks
The medium more mode allows sending commands and read the live measurements
results:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
Read the 8 lasts measurement cycles.
The parameters configuration must be like the following ones:
Byte Array : Input_Data 64 bytes
Byte Array : Output_Data 64 bytes
Example of a configuration window of the PC EtherNet/IP Scanner board (master)
for communication with the ATEQ EtherNet/IP Adapter board (slave) in medium
more mode with the SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 214/286
Chapitre 20 – Ethernet/IP Networks
The medium mode allows sending commands and read the live measurements results:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
Read real time measurement values: pressure and leak.
The parameters configuration must be like the following ones:
Byte Array : Input_Data 32 bytes
Byte Array : Output_Data 32 bytes
Example of a configuration window of the PC EtherNet/IP Scanner board (master)
for communication with the ATEQ EtherNet/IP Adapter board (slave) in medium
mode with the SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 215/286
Chapitre 20 – Ethernet/IP Networks
The light mode allows sending commands and read the relays status:
Write cycle command: start cycle, reset, head selection and program selection.
Read relays status: pass part, fail part, end of cycle and alarm.
The parameters configuration must be like the following ones:
Byte Array : Input_Data 16 bytes
Byte Array : Output_Data 16 bytes
Example of a configuration window of the PC EtherNet/IP Scanner board (master)
for communication with the ATEQ EtherNet/IP Adapter board (slave) in light mode
with the SYCON.NET software:
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 216/286
Chapitre 20 – Ethernet/IP Networks
Note 1: the IP ADDRESS must be the same on both instruments (ATEQ and
MASTER).
Note 2: the I/O configuration must be the same between the ATEQ instrument and the
slave configuration on the master.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 217/286
Chapitre 20 – Ethernet/IP Networks
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 218/286
Chapter 21 – Fieldbus commands
Chapter 21
FIELDBUS COMMANDS
Note: the command byte 0, bits 4, 5, 6 and 7 and byte 1 are not available for the
medium and light modes.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 219/286
Chapter 21 – Fieldbus commands
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 220/286
Chapter 21 – Fieldbus commands
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 221/286
Chapter 21 – Fieldbus commands
Note: from the address @20h the table address is in words (16 bits).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 222/286
Chapter 21 – Fieldbus commands
Master Slave
1) Select the head X (X > 0) and write at the
address 04h the value X (Write a byte).
(Only if we use the network with an ATEQ
540 central instrument).
2) Wait 150 ms (temporisation = 150 ms only
if network with ATEQ central).
Master Slave
1) Select the head (only if we use the network
with an ATEQ 540 central instrument).
2) Write 1 word at the address 06h
corresponding to the program number to
be selected. @06h = 01 00h (01 = the
program n° 2).
3) Activate the command "program selection".
Write at the address 00h the value 08 00h
(byte 0, bit 3 = 1).
4) Acknowledgment.
Byte 0 = 08h (command echo).
Byte 1 = 00h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
Important: the master instrument must always set to zero the command bit. If it's not done, the slave
instrument won't detect the following command on this bit. It's detection on the rising edge (when the bit
state becomes from 0 to 1).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 223/286
Chapter 21 – Fieldbus commands
Master Slave
1) Select the head (only if we use the network
with an ATEQ central instrument).
2) Selection of the program number to be
carried out.
3) Activate the "Start" command, write at the
address 00h the value 02 00h (byte 0, bit 1
= 1).
4) Acknowledgment
Byte 0 = 02h (command echo).
Byte 1 = 00h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(FF FFh: command in progress).
5) Running “Start” command.
6) When the command is finished :
Byte 0 = 02h (command echo).
Byte 1 = 00h (command echo).
Byte 2 and Byte 3 = 0 if the command is
correctly carried out.
Byte 2 and Byte 3 ≠ 0 error (equal to the error
code value, see reading table).
7) Waiting the end of the command:
command echo = 02 00h and error code ≠
FF FFh.
(If error code ≠ FF FFh: end of command).
8) Deactivate the "Start" command, write at
the address 00h the value 00 00h (byte 0,
bit 1 = 0).
Important: the master instrument must always set to zero the command bit. If it's not done, the slave
instrument won't detect the following command on this bit. It's detection on the rising edge (when the bit
state becomes from 0 to 1).
Note: The "Echo command" is a copy of "Start command"; "Start signal" must be
maintain "On" till the end of the Start command condition is reached.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 224/286
Chapter 21 – Fieldbus commands
Master Slave
1) Select the head (only if we use the network
with an ATEQ central instrument).
2) Activate the "Reset" command, write at the
address 00h the value 01 00h (byte 0, bit 0
= 1).
3) Acknowledgment.
Byte 0 = 01h (command echo).
Byte 1 = 00h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(FF FFh: command in progress).
4) Running "Reset" command.
Important: the master instrument must always set to zero the command bit. If it's not done, the slave
instrument won't detect the following command on this bit. It's detection on the rising edge (when the bit
state becomes from 0 to 1).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 225/286
Chapter 21 – Fieldbus commands
Master Slave
3) Write to the address 08h the "Function See the special cycle table concerning each
value" and at the address 09h = 0 instrument (at the first page of each instrument's
4) Activate the command "Start special cycle", specific chapter, paragraph: "Special cycle bit
write at the address 00h the value 06 00h table").
(byte 0, bit 1 = 1 and bit 2 = 1).
5) Command acknowledgement.
Byte 0 = 06h (command echo).
Byte 1 = 00h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
Important: the master instrument must always set to zero the command bit. If it's not done, the slave
instrument won't detect the following command on this bit. It's detection on the rising edge (when the bit
state becomes from 0 to 1).
Master Slave
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 226/286
Chapter 21 – Fieldbus commands
Master Slave
Master Slave
Master Slave
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 227/286
Chapter 21 – Fieldbus commands
The reading of the parameters is carried out by data exchange at the address 020h.
Each parameter is identified by one identifier. See identifiers table.
This table is an example based on the reading of two parameters:
Test time (identifier number 3).
Stabilisation time (identifier number 2).
Master Slave
5) Acknowledgment.
Byte 0 = 20h (command echo).
Byte 1 = 00h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 228/286
Chapter 21 – Fieldbus commands
Master Slave
Note: the download identifiers are listed: paragraph 2 "Identifiers" in the table of each
specific chapter for the instruments.
Master Slave
5) Acknowledgment.
Byte 0 = 10h (command echo).
Byte 1 = 00h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 229/286
Chapter 21 – Fieldbus commands
Master Slave
Note: from the address 20h, the table is in words (16 bits).
Important note: for the using of this function, it's important to:
Before having done a start on the instrument,
Not having done a reset of the FIFO.
Master Slave
4) Acknowledgment.
Byte 0 = 00h (command echo).
Byte 1 = 80h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 230/286
Chapter 21 – Fieldbus commands
Master Slave
9) Read at the address 20h, 12 Words. See table on § 2.6 "FIFO / last result table
(36 words for ERD5 unit) (address 20h)" below.
Note: from the address 20h, the table is in words (16 bits).
This command resets the 8 last cycle's results available in the FIFO.
Master Slave
3) Acknowledgment.
Byte 0 = 80h (command echo).
Byte 1 = 00h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 231/286
Chapter 21 – Fieldbus commands
Note: the number of available results in the FIFO is decreased by 1 at each reading.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 232/286
Chapter 21 – Fieldbus commands
Note: the number of available results in the FIFO is decreased by 1 at each reading.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 233/286
Chapter 21 – Fieldbus commands
Master Slave
3) Acknowledgment.
Byte 0 = 00h (command echo).
Byte 1 = 01h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 234/286
Chapter 21 – Fieldbus commands
Master Slave
3) Acknowledgment.
Byte 0 = 00h (command echo).
Byte 1 = 02h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
Note 1: the configuration bits are in the table, paragraph 7 "General bits table" for the
"extended menus" of each specific chapter for the instruments.
Note 2: the configuration bits (general) are independents of program number.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 235/286
Chapter 21 – Fieldbus commands
Master Slave
4) Acknowledgment.
Byte 0 = 00h (command echo).
Byte 1 = 04h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
Note 1: the configuration bits are in the table paragraph 8 "Normal bits table" for the
functions, of each specific chapter for the instruments.
Note 2: the function bits (normal) are dependent of the program number in edition, a
program selection is to be realised.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 236/286
Chapter 21 – Fieldbus commands
Master Slave
4) Acknowledgment.
Byte 0 = 00h (command echo).
Byte 1 = 20h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 237/286
Chapter 21 – Fieldbus commands
The parameters' writing uses the address 020h to exchange the data.
Each parameter is identified by an identifier. See identifiers table.
This table is an example based on the writing of two parameters:
Test time (identifier number 3) = 1 second.
Stabilisation time (identifier number 2) = 2 seconds.
Master Slave
5) Acknowledgment.
Byte 0 = 40h (command echo).
Byte 1 = 00h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
Note: the download identifiers are listed in the table paragraph 2 "Identifiers" of each
specific chapter for the instruments.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 238/286
Chapter 21 – Fieldbus commands
Master Slave
4) Acknowledgment.
Byte 0 = 00h (command echo).
Byte 1 = 08h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
Note 1: the configuration bits are in the table, paragraph 7 "Generals bits table" for the
"Extended menus" of each specific chapter for the instruments.
Note 2: the configuration bits (general) are independents of the program number.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 239/286
Chapter 21 – Fieldbus commands
Master Slave
5) Acknowledgment.
Byte 0 = 00h (command echo).
Byte 1 = 10h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
Note 1: the configuration bits are in the table paragraph 8 "Normal bits table" for the
functions of each specific chapter for the instruments.
Note 2: the function bits (normal) are dependent of the program in edition, a program
selection is to be realised.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 240/286
Chapter 21 – Fieldbus commands
Master Slave
5) Acknowledgment.
Byte 0 = 00h (command echo).
Byte 1 = 40h (command echo).
Byte 2 = FFh (error code).
Byte 3 = FFh (error code).
(If error code = FF FFh: command in
progress).
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 241/286
Chapter 21 – Fieldbus commands
End of
cycle Cycle in progress
N times
Always reset Disregard if the FIFO Read the number of results in FIFO,
FIFO
the FIFO 3 Reset FIFO : Write bit 7 = 1 @00h
is not used 7 @08 - 09h : if > 0 go to step 8, else END
Read and
use the If the FIFO Use the results recovered at
results is not used 9 step 8 (@20h / 20 words )
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 242/286
Chapter 22 - Modbus F26 addresses
Chapter 22
MODBUS F26 ADDRESSES
1. ADDRESSES
Test type: Invalid test, leak test, Mode D, Mode P, Valve Code.
Invalid: 0000.
Leak: 1000.
21 00 15
Mode D: 2000.
Mode P: 3000.
Valve Code: 4000.
53 00 35 Pressure unit.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 243/286
Chapter 22 - Modbus F26 addresses
D. A. D. A.
Words address address Meaning Type Bytes Coeff
(hexa) R (hexa) W
16 2708 6708 Maximum pressure value: - 9999 > 9999. Long 4 x1000
18 2709 6709 Minimum pressure value: - 9999 > 9999. Long 4 x1000
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 244/286
Chapter 22 - Modbus F26 addresses
4. STEPS TABLE
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 245/286
Chapter 22 - Modbus F26 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 246/286
Chapter 22 - Modbus F26 addresses
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 247/286
Chapter 22 - Modbus F26 addresses
This list gives the alarms in hexadecimal code for the F26 device.
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Pressure switched alarm (test pressure too high).
2 00 02 Pressure switch (test pressure too small).
3 00 03 PST en stab / test
4 00 04 PPPP
5 00 05 MPMP
6 00 06 OFFD reject
7 00 07 Large leak on TEST (EEEE).
8 00 08 Large leak on REF (MMMM).
9 00 09 ATR error.
10 00 0A Auto-test error.
11 00 0B Pressurization error.
12 00 0C Equalization leak error.
13 00 0D Gabarit Press
14 00 0E Gabarit fuite
15 00 0F CAL error.
16 00 10 Drift CAL error.
9. UNIT TABLE
This list gives the units used in the F26 device in hexadecimal code.
Identifier n°
Unit
Decimal Hexadecimal
1000 03 E8 cm3/min.
2000 07 D0 cm3/h.
6000 17 70 Pascal.
8000 1F 40 Pascal/second.
11000 2A F8 Bar.
12000 2E E0 KiloPascal.
13000 32 C8 PSI.
14000 36 B0 Millibar.
15000 3A 98 MegaPascal.
18000 46 50 KiloPascal/seconde.
33000 80 E8 CAL.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 248/286
Appendices 1 – Universal lists
Appendices 1
UNIVERSAL LISTS
The lists and tables presented below cover all the identifiers and codes present in all the
ATEQ series 5 instruments.
* Only if the option is installed in the device and validate in the configuration (extended
menus).
Dec Hexa R/W R/W Meaning VT F G D F4 MF F5P
0 00 00 Invalid ID Y Y Y Y Y Y
1 00 01 2001 6001 Fill time. Y Y Y Y Y Y
2 00 02 2002 6002 Stabilization time. Y Y Y Y Y Y
3 00 03 2003 6003 Test time. Y Y Y Y Y Y Y
4 00 04 Up time.
5 00 05 Down time.
6 00 06 2006 6006 Pre fill time. (1) Y Y Y Y
7 00 07 2007 6007 Pre dump time. (1) Y Y Y
8 00 08 Coupling time (unused).
9 00 09 2009 6009 Dump time. Y Y Y Y
10 00 0A 200A 600A Coupling time 1. Y Y Y Y Y Y
11 00 0B 200B 600B Coupling time 2. (2) Y Y Y Y Y
12 00 0C Stamping time. (2)
13 00 0D CAL number associated to the rank.
14 00 0E Waiting time 1 CAL set.
15 00 0F Min. supervision CAL threshold (D2P).
16 00 10 Maximum supervision CAL threshold (D2P).
17 00 11 Minimum threshold reject (number of master turn).
18 00 12 Maximum threshold reject (number of master turn).
19 00 13 Nominal Test value (HT instruction).
20 00 14 2014 6014 Part volume. Y Y Y Y
21 00 15 2015 6015 Test type. Y Y Y Y Y Y Y
22 00 16 End of cycle type. (1)
23 00 17 RS232 sending conditions.
24 00 18 Line feed after the result frame.
25 00 19 Program 1 options validation.
26 00 1A Program 2 options validation.
27 00 1B Relays code.
28 00 1C Sequencing conditions. (1)
29 00 1D 201D 601D Time between 2 chained cycles. (1) Y Y Y Y Y
30 00 1E Stamping condition. (2)
31 00 1F Start cycle time delay.
32 00 20 Ground continuity offset.
33 00 21 Counter.
34 00 22 Calibration drift (D2P)
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 249/286
Appendices 1 – Universal lists
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 250/286
Appendices 1 – Universal lists
81 00 51 Step number.
82 00 52 Test exhaustion number.
83 00 53 Calibration coefficient high part.
84 00 54 Calibration coefficient low part.
85 00 55 Minimum reject threshold n°2.
86 00 56 Maximum reject threshold n°2.
87 00 57 Board to read choice.
88 00 58 P ATR 1 2
89 00 59 Color print condition.
90 00 5A Output codes.
91 00 5B Line feed at each end of sequence.
92 00 5C Number of line feed at the end of sequence.
93 00 5D Correction voltage.
94 00 5E Double leaf opening time out.
95 00 5F Rising edge detection.
96 00 60 RS232 serial link speed.
97 00 61 RS232 serial link parity.
98 00 62 Line feed before result frame.
99 00 63 Line feed between each result in a frame.
100 00 64 Program page selection.
101 00 65 Automatic reset.
102 00 66 2066 6066 Type of permanent blowing. (2) Y Y
103 00 67 2067 6067 Fill type. (1) Y Y Y Y
104 00 68 2068 6068 Pre-fill type. (1) Y Y Y
105 00 69 Program name personalization. (1)
Commutation time of the equalization valve
106 00 6A 206A 606A Y
calibration check.
107 00 6B 206B 606B ATR absorption tolerance. (1) Y Y Y Y
108 00 6C 206C 606C Transient start value (ATR). (1) Y Y Y Y
109 00 6D Systematic fill with fail part. (1)
110 00 6E 206E 606E Type of external dump. (2) Y Y
111 00 6F 206F 606F Reference volume. Y
112 00 70 2070 6070 Function attributed to the entry of special cycles. (1) Y Y Y
113 00 71 Function attributed to the remote F1 key. (2)
114 00 72 Function attributed to the remote F2 key. (2)
115 00 73 Function attributed to the remote F3 key. (2)
116 00 74 Function attributed to the remote F4 key. (2)
117 00 75 Permanent blowing pressure instruction. (1) Y Y
118 00 76 2076 6076 Original unit for calculation of rejects in cm3/min. Y Y Y
119 00 77 2077 6077 Minimum pressure sealed component. (2) Y Y
120 00 78 2078 6078 Maximum pressure sealed component. (2) Y Y
121 00 79 2079 6079 Fill time of the internal volume. (2) Y Y
122 00 7A 207A 607A Sealed component transfer time. (2) Y Y
123 00 7B 207B 607B Choice of the language. Y Y Y Y Y Y
124 00 7C 207C 607C Reject in calibration check. Y
125 00 7D 207D 607D Percentage of the calibration check. (1) Y
126 00 7E 207E 607E Maximum pressure value in pre-fill. (1) Y Y Y Y
127 00 7F 207F 607F Reject unit. Y Y Y Y Y Y
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 251/286
Appendices 1 – Universal lists
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 252/286
Appendices 1 – Universal lists
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 253/286
Appendices 1 – Universal lists
223 00 DF 20DF 60DF Drift value for the master jet. (1) Y
224 00 E0 20E0 60E0 Flow unit for the master part. (1) Y
225 00 E1 20E1 60E1 Flow value for the master part. (1) Y
226 00 E2 20E2 60E2 Pressure value for the master part. (1) Y
227 00 E3 20E3 60E3 Atmospheric pressure for the master part. (1) Y
228 00 E4 20E4 60E4 Temperature value for the master part. (1) Y
229 00 E5 Density parameter.
230 00 E6 ATEQ VT country code.
231 00 E7 ATEQ ER pressure control.
232 00 E8 Authorized ATR drift in reject threshold percent. (1)
233 00 E9 20E9 60E9 Quick reset. Y
234 00 EA Automatic reset time.
235 00 EB Alcohol injection time.
236 00 EC Fill time.
237 00 ED Dump time.
238 00 EE Vacuum extraction time.
239 00 EF Atmosphere restoration time.
240 00 F0 Minimum vacuum instruction.
241 00 F1 Suction check drift.
242 00 F2 Automatic UV time.
243 00 F3 Differential valve commutation time.
244 00 F4 Input 3 configuring.
245 00 F5 Input 4 configuring.
246 00 F6 Input 5 configuring.
247 00 F7 Input 6 configuring.
248 00 F8 Input 7 configuring.
249 00 F9 Programmed external output 1 delay time.
250 00 FA Programmed external output 2 delay time.
251 00 FB Programmed external output 3 delay time.
252 00 FC Programmed external output 4 delay time.
253 00 FD Programmed external output 5 delay time.
254 00 FE Programmed external output 6 delay time.
255 00 FF Programmed internal output 2 delay time.
256 01 00 Programmed internal output 1 delay time.
257 01 01 Programmed auxiliary output 1 delay time.
258 01 02 Programmed auxiliary output 2 delay time.
259 01 03 Programmed auxiliary output 3 delay time.
260 01 04 Programmed auxiliary output 4 delay time.
261 01 05 Programmed external output 1 duration time.
262 01 06 Programmed external output 2 duration time.
263 01 07 Programmed external output 3 duration time.
264 01 08 Programmed external output 4 duration time.
265 01 09 Programmed external output 5 duration time.
266 01 0A Programmed external output 6 duration time.
267 01 0B Programmed internal output 2 duration time.
268 01 0C Programmed internal output 1 duration time.
269 01 0D Programmed auxiliary output 1 duration time.
270 01 0E Programmed auxiliary output 2 duration time.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 254/286
Appendices 1 – Universal lists
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 255/286
Appendices 1 – Universal lists
This list gives the hexadecimal code of all the units used by all the the ATEQ instruments.
Identifier n°
Unit
Decimal Hexadecimal
0000 00 00 Cm3/s.
1000 03 E8 Cm3/min.
2000 07 D0 Cm3/h.
3000 0B B8 Mm3/h.
4000 0F A0 Calibrated Pascal.
5000 13 88 Calibrated Pascal/second.
6000 17 70 Pascal.
7000 1B 58 High resolution Pascal.
8000 1F 40 Pascal/second.
9000 23 28 High resolution Pascal/second.
10000 27 10 Second.
11000 2A F8 Bar.
12000 2E E0 Kilopascal.
13000 32 C8 PSI.
14000 36 B0 Millibar.
15000 3A 98 Mega Pascal.
16000 3E 80 Litre.
17000 42 68 Calibration unit.
18000 46 50 Kilopascal/second.
19000 4A 38 Millimetre.
20000 4E 20 Mega ohm.
21000 52 08 Ohm.
22000 55 F0 Kilovolt.
23000 59 D8 Ampere.
24000 5D C0 Milliampere.
25000 61 A8 Milliohm.
26000 65 90 Percent (%).
27000 69 78 Kilowatt.
28000 6D 60 Volt.
29000 71 48 dB.
30000 75 30 Litre/hour.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 256/286
Appendices 1 – Universal lists
Identifier n°
Unit
Decimal Hexadecimal
31000 79 18 Millihenry.
32000 7D 00 Microfarad.
33000 80 E8 Cal.
34000 84 D0 Factory cal.
35000 88 B8 Calibrated Kilopascal.
36000 8C A0 Calibrated Kilopascal/second.
37000 90 88 Rotation/min.
38000 94 70 Giga ohm.
39000 98 58 Watt.
40000 9C 40 Degrees (in diphase shift).
41000 A0 28 No unit.
42000 A4 10 mbar/second.
43000 A7 F8 D mode Pascal.
44000 AB E0 Low resolution Pascal.
45000 AF C8 Low resolution Pascal/second.
46000 B3 B0 Inch3/s.
47000 B7 98 Inch3/min.
48000 BB 80 Inch3/hour.
49000 BF 68 Feet3/hour.
50000 C3 50 Millilitre/second.
51000 C7 38 Millilitre/minute.
52000 CB 20 Millilitre/hour.
53000 CF 08 Litre/min.
54000 D2 F0 Meter3/hour.
55000 D6 D8 Millimètre3.
56000 DA C0 Centimètre3.
57000 DE A8 Microsecond.
58000 E2 90 USA cm3/s same as the cm3/s.
59000 E6 78 USA cm3/min same as the cm3/min.
60000 EA 60 USA cm3/h same as the cm3/h.
61000 EE 48 Millilitre.
62000 F2 30 Litre.
63000 F6 18 Inch3.
64000 FA 00 Feet3.
65000 FD E8 Gram/second.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 257/286
Appendices 1 – Universal lists
Identifier n°
Unit
Decimal Hexadecimal
66000 01 01 D0 Gram/minute.
67000 01 05 B8 Gram/hour.
68000 01 09 A0 Oz (US) /second.
69000 01 0D 88 Oz (US) /minute.
70000 01 11 70 Oz (US) /hour.
71000 01 15 58 Oz (UK) /second.
72000 01 19 40 Oz (UK) /minute.
73000 01 1D 28 Oz (UK) /hour.
74000 01 21 10 US Gallon.
75000 01 24 F8 UK Gallon.
76000 01 28 E0 Feet3/second.
77000 01 2C C8 Feet3/minute.
78000 01 30 B0 No unit.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 258/286
Appendices 1 – Universal lists
This list gives the code in hexadecimal of all the alarms used by all of the ATEQ
instruments.
Identifier n°
Alarm
Decimal Hexadecimal
0 00 00 No alarm.
1 00 01 Pressure switched alarm (test pressure too high).
2 00 02 Pressure switch (test pressure too small).
3 00 03 Large leak on TEST (EEEE).
4 00 04 Large leak on REF (MMMM).
7 00 07 Sensor out of order (overrun).
8 00 08 ATR error.
9 00 09 ATR drift.
10 00 0A CAL error.
11 00 0B Volume too small (sealed component).
12 00 0C Volume too large (sealed component)
14 00 0E Equalization valve switching error.
16 00 10 CAL drift.
29 00 1D No pressure.
43 00 2B Pressure too high.
44 00 2C Pressure too low.
45 00 2D Piezo sensor out of order.
46 00 2E Dump error.
47 00 2F CAL drift error.
48 00 30 Calibration check error.
49 00 31 Leak in calibration check too high.
50 00 32 Leak in calibration check too low.
51 00 33 Sealed component learning error.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 259/286
Appendices 1 – Universal lists
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 260/286
Appendices 2 – Fieldbus manager bus
Appendices 2
FIELDBUS MANAGER USE
ATTENTION: check having chosen the same mode with Fieldbus and Sycon.
1. PROGRAM STARTING
Select the family which is the instrument to configure. Then click on the "OK" button (to
get out of the software, click on the "Cancel" button.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 261/286
Appendices 2 – Fieldbus manager bus
The detection of the protocol type (Profibus, DeviceNet and Profinet, EtherNet/IP) is
automatic.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 262/286
Appendices 2 – Fieldbus manager bus
It is important to check that the instrument and its version are on the list written on the
window ("Use only with ATEQ version below") else the configuration can cause serious
malfunctioning in the instrument.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 263/286
Appendices 2 – Fieldbus manager bus
In the window
"Address" configure
the module address
(between 1 and 128).
In the window
"Exchange table
configuration" choose
in the list the hoped
configuration mode
(choice from 1 to 5
following the number
of parameters to be
managed).
For further information
on the configuration
mode, see chapter 14
"Profibus Networks".
When the parameters are selected, click on the "Apply" button to download them into
the module.
An information
window will be
opened to indicate the
good downloading of
the parameters into
the module.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 264/286
Appendices 2 – Fieldbus manager bus
To read the parameters contained into the module, click on the "Read" button to display
them on the screen.
An information
window will be
opened to indicate
that the information
is downloaded from
the module.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 265/286
Appendices 2 – Fieldbus manager bus
In the "Address"
window, configure the
module address
(between 1 and 63).
In the "Baud rate"
window select the
"Auto" mode.
In the "Exchange
table size" window
choose in the pick list
the hoped
configuration (choice
from 1 to 5 following
the number of
parameters to be
managed).
For further information
on the configuration
mode see the chapter
15 "DeviceNet
networks".
When the parameters are selected, click on the "Apply" button to download them into
the module.
An information
window will be
opened to indicate the
good downloading of
the parameters into
the module.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 266/286
Appendices 2 – Fieldbus manager bus
To read the parameters contained into the module, click on the "Read" button to display
them on the screen.
An information
window will be
opened to indicate
that the information is
downloaded from the
module.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 267/286
Appendices 2 – Fieldbus manager bus
When the parameters are selected, click on the "Apply" button to download them into
the module.
An information
window will be
opened to indicate
the good
downloading of the
parameters into the
module.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 268/286
Appendices 2 – Fieldbus manager bus
To read the parameters contained into the module, click on the "Read" button to display
them on the screen.
An information
window will be
opened to indicate
that the
information is
downloaded from
the module.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 269/286
Appendices 2 – Fieldbus manager bus
When the parameters are selected, click on the "Apply" button to download them into
the module.
An information
window will be
opened to indicate
the good
downloading of the
parameters into the
module.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 270/286
Appendices 2 – Fieldbus manager bus
To read the parameters contained into the module, click on the "Read" button to display
them on the screen.
An information
window will be
opened to indicate
that the
information is
downloaded from
the module.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 271/286
Appendices 2 – Fieldbus manager bus
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 272/286
Appendices 3 – SyCon install and use
Appendices 3
SYCON INSTALL AND USE
1. DRIVERS INSTALLATION
Once the DeviceNet board connected, at the starting of the Window operating system,
the board is automatically detected.
The following window is opened to install the drivers.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 273/286
Appendices 3 – SyCon install and use
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 274/286
Appendices 3 – SyCon install and use
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 275/286
Appendices 3 – SyCon install and use
When inserting the CDROM in the reader, a window is displayed during the automatic
start.
In the objects to install screen selection, all the components are validated. To not
installing the unused components, invalidates the following ones:
AS Interface,
CAN open,
Control Net,
Interbus.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 276/286
Appendices 3 – SyCon install and use
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 277/286
Appendices 3 – SyCon install and use
Go in the "Start", "Programs", "CIF Device Driver" menu and then start "CIF Device
Driver Setup".
The field Board"
indicates if the boards
are inserted. In the
columns "Firmware"
the correspondences
are the following ones:
DNM = DeviceNet.
PB = Profibus.
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 278/286
Appendices 3 – SyCon install and use
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 279/286
Appendices 3 – SyCon install and use
In this example,
the configuration
will be made for
the "Standard"
mode.
Check first your
instrument
address by
changing the
"MAC ID" value.
To fill the "Configured I/O" table fields, double click on "Input Data" then change the
value "I Len" to 255. Then double click on "Output Data" and change the "I Len" value
to 255.
To test the communication, in the menu "Online", click on "Download" and wait the
downloading.
Return in the "Online" menu and click on "Start Debug Mode".
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 280/286
Appendices 3 – SyCon install and use
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 281/286
Appendices 3 – SyCon install and use
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 282/286
Appendices 3 – SyCon install and use
5. ENCOUNTERED PROBLEMS
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 283/286
Appendices 3 – SyCon install and use
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 284/286
Index
Index
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 285/286
Index
UM-NetworksS5P-U User manual Field bus network ATEQ 5th series Page 286/286
This document is the exclusive property of ATEQ.
It may not be communicated, reproduced or used without prior consent.