You are on page 1of 24

ENGLISH ENGLISH ENGLISH ENGLISH

User’s manual

MODBUS-RTU
PROTOCOL
for instruments WT60
BASE
BATCHING
LOAD
UNLOAD

ENGLISH ENGLISH ENGLISH ENGLISH


SYMBOLS

The following symbols are used in the manual to draw the reader’s attention to important
points:

Caution! Risk of electric shock!

Caution! This operation must be performed by specialist personnel.

Pay particular attention to the following points.

Further information.
TABLE OF CONTENTS

SPECIAL WARNINGS ................................................................................................................. 1

DATA FORMAT ............................................................................................................................ 1

SUPPORTED FUNCTIONS.......................................................................................................... 1

INSTRUMENT RESPONSE TIMES ............................................................................................. 2

PROTOCOL for WT60000 BASE ................................................................................................ 3

PROTOCOL for WT60000 3 – 6 – 14 PRODUCTS ..................................................................... 5

PROTOCOL for WT60000 LOAD .............................................................................................. 10

PROTOCOL for WT60000 UNLOAD ......................................................................................... 14

TABLE OF CHARACTERS OF INSTRUMENT STATUS .......................................................... 18

RS 232 CONNECTION CABLE BETWEEN WT60 AND PC ..................................................... 19

RS 485 CONNECTION AMONG INSTRUMENTS WT60 .......................................................... 20


MODBUS PROTOCOL RTU

The MODBUS-RTU protocol enables reading and writing of registers present in LAUMAS
instruments, based on the standard addressing system provided in the reference guide of Modicon
PI-MBUS-300.

SPECIAL WARNINGS

Not all commands present in the aforementioned document are implemented for communication
with the instruments. All limitations will be specified later.

Pay close attention to the values sent to the instrument: they must fall within the ranges specified in
the tables on the following pages (and they must guarantee proper functioning of the instrument).

Some data will be written directly into a special memory named EEprom, which can be written a
limited number of times only (100000). Therefore avoid writing continuously in these locations
Numerical values are expressed as decimal values in the following pages; in case of 0x prefix
values are expressed as hexadecimal

DATA FORMAT

- 1 start bit;
- 8 data bits, least significant bit;
- no parity, odd or even parity.
- 2 stop bits in case of no parity (n-8-2)
- 1 stop bit in case of checking parity (O-8-1, E-8-1)

SUPPORTED FUNCTIONS

Among the commands available in the MODBUS-RTU protocol, only the following are used to
manage communication with the instruments. Other commands may not be interpreted correctly and
could generate errors or system shut-downs:

FUNCTION description
03 (0x03) READ HOLDING REGISTER
16 (0x10) PRESET MULTIPLE REGISTERS

-1-
INSTRUMENT RESPONSE TIMES

The length of time that elapses between the end of the QUESTION string to the instrument and the
start of the ANSWER string from the instrument varies between 5 msecs and 20 msecs (max).
The length of time that must elapse between the end of the ANSWER string from the instrument and
the start of the next QUESTION string to the instrument is 0.5 msec (min).
In order to take into consideration the total time of a communication (QUESTION + ANSWER), the
transmission times for the strings, which must be calculated according to the baud rate used, must
be added to these.

Example with 19200bit/sec BAUD RATE:

a) 8 bytes QUERY (88 bits) = 4,6 msec


b) max delay for response = 20 msec
c) 8 bytes RESPONSE (88 bits) = 4,6 msec
d) time before the next query = 0,5 msec

total = 30 mS (33 communications / second)

In general, a longer length of time must be considered to correctly handle the query loop.
Some systems are very slow at correctly handling communication timing, resulting in a
decrease in the number of queries possible in the unit of time.

Where present, the DELAY parameter allows the instrument to respond to the system that is
questioning it with a certain delay. This directly influences the number of queries possible in the unit
of time.

- The serial settings cannot be modified via the serial port itself. Operate manually using the
instrument menus.
- Modifications made will be active after switching off and on again. Modifications such as the
delay time (‘Delay’) and the instrument’s address (‘Address’), however, are active
immediately.

-2-
MODBUS RTU PROTOCOL for WT60000 BASE

Maximum number of writing registers: 6

R = reading register
W = writing register

LIST OF HOLDING REGISTERS

Address Description R/W


40001 Instrument Error R
40002 Gross weight H R
40003 Gross weight L R
40004 Decimal Point R
40005 Status Register R
40006 Net weight H R
40007 Net weight L R
40008 Decimal Point R
40009 Peak H R
40010 Peak L R
40011 Decimal Point R
40012 SetPoint 1 H R/W
40013 SetPoint 1 L R/W
40014 Decimal Point R
40015 SetPoint 2 H R/W
40016 SetPoint 2 L R/W
40017 Decimal Point R
40018 SetPoint 3 H R/W
40019 SetPoint 3 L R/W
40020 Decimal Point R
40021 SetPoint 4 H R/W
40022 SetPoint 5 L R/W
40023 Decimal Point R
40024 INPUTs/OUTPUTs R/W
40030 Command Register W

CODING OF ERRORS IN ADDRESS 40001 ”Instrument Error”


40001 Address Conditions Meanings
00 00 No Error The instrument is working
00 03 Out of scale The signal of the load cell is higher the maximum
value of 19 mV/V
00 05 overload The weight value is nine divisions higher than
capacity (“CAPAC” parameter)
00 07 underload The weight value is lower than -99999.The display
will show “_ _ _ _ _ _”

-3-
LIST OF BIT IN ADDRESS 40005 “Status Register”

When bit is equal to 1 means the following conditions:


Bit 15 Bit 14 Bit 13 Bit 12 Bit 11 Bit 10 Bit 9 Bit 8
Negative Negative
0 0 0 0 0 1
Gross Net
fixed fixed fixed fixed fixed fixed
Sign Sign

Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0


Out of Under Valid Tare Minimum 1 0
Over load
scale load weight condition weighing fixed centre
Minimum weighing = Value set into “0 – SEt” parameter.
Tare condition = Net Weight function activated.

LIST OF BIT IN ADDRESS 40024 “Input/Output”

15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
- - - - - In In In - - - - Out Out Out Out
3 2 1 4 3 2 1

In case of register writing , bit from 4 to 15 will be not considered.

LIST OF FUNCTION IN ADDRESS 40030 “Command Register”

“Command Register” allows the following commands:

Function Command
0007 Net weight
0008 Semiautomatic zero
0009 Gross weight
0010 Restore Check Output as SetPoint
0021 Keyboard lock
0022 Keyboard unlock

-4-
MODBUS-RTU PROTOCOL for WT60000 BATCHING ( 3 – 6 - 14 PRODUCTS)

Supported functions: READ HOLDING REGISTER , PRESET MULTIPLE REGISTERS


Maximum number of writing registers: 28

LIST OF HOLDING REGISTERS

Address Description R/W


40001 Instrument Error R
40002 Gross weight H R
40003 Gross weight L R
40004 Gross decimal point R
40005 Status Register R
40006 Net weight H R
40007 Net weight L R
40008 Net decimal point R
40009 Number of active formula R/W
40010 Batching in course / instrument status R
40011 Current cycle number R
40012 Programmed cycles R/W
40013 Inputs /Outputs R
40014 Unit of measure R
40015 Minimum weight H R/W
40016 Minimum weight L R/W
40017 Minimum weight decimal point R
40018 Maximum weight H R/W
40019 Maximum weight L R/W
40020 Maximum weight decimal point R
40021 Product number for total reset W

40114 Number of active formula R/W


40115 Programmed cycles R/W
40116 Command Register W

Address Description R/W


40022 Set product 1 H R/W
40023 Set product 1 L R/W
40024 Set product 2 H R/W
40025 Set product 2 L R/W
40026 Set product 3 H R/W
40027 Set product 3 L R/W
40028 Set product 4 H R/W
40029 Set product 4 L R/W
40030 Set product 5 H R/W
40031 Set product 5 L R/W
40032 Set product 6 H R/W
40033 Set product 6 L R/W

-5-
40034 Set product 7 H R/W
40035 Set product 7 L R/W
40036 Set product 8 H R/W
40037 Set product 8 L R/W
40038 Set product 9 H R/W
40039 Set product 9 L R/W
40040 Set product 10 H R/W
40041 Set product 10 L R/W
40042 Set product 11 H R/W
40043 Set product 11 L R/W
40044 Set product 12 H R/W
40045 Set product 12 L R/W
40046 Set product 13 H R/W
40047 Set product 13 L R/W
40048 Set product 14 H R/W
40049 Set product 14 L R/W
40050 Set decimal point R

Address Description R/W


40051 Totals H R
40052 Totals L R
40053 Product total 1 H R
40054 Product total 1 L R
40055 Product total 2 H R
40056 Product total 2 L R
40057 Product total 3 H R
40058 Product total 3 L R
40059 Product total 4 H R
40060 Product total 4 L R
40061 Product total 5 H R
40062 Product total 5 L R
40063 Product total 6 H R
40064 Product total 6 L R
40065 Product total 7 H R
40066 Product total 7 L R
40067 Product total 8 H R
40068 Product total 8 L R
40069 Product total 9 H R
40070 Product total 9 L R
40071 Product total 10 H R
40072 Product total 10 L R
40073 Product total 11 H R
40074 Product total 11 L R
40075 Product total 12 H R
40076 Product total 12 L R
40077 Product total 13 H R
40078 Product total 13 L R
40079 Product total 14 H R
40080 Product total 14 L R

-6-
40081 Decimal point total R
40082 Batched net weight 1 H R
40083 Batched net weight 1 L R
40084 Batched net weight 2 H R
40085 Batched net weight 2 L R
40086 Batched net weight 3 H R
40087 Batched net weight 3 L R
40088 Batched net weight 4 H R
40089 Batched net weight 4 L R
40090 Batched net weight 5 H R
40091 Batched net weight 5 L R
40092 Batched net weight 6 H R
40093 Batched net weight 6 L R
40094 Batched net weight 7 H R
40095 Batched net weight 7 L R
40096 Batched net weight 8 H R
40097 Batched net weight 8 L R
40098 Batched net weight 9 H R
40099 Batched net weight 9 L R
40100 Batched net weight 10 H R
40101 Batched net weight 10 L R
40102 Batched net weight 11 H R
40103 Batched net weight 11 L R
40104 Batched net weight 12 H R
40105 Batched net weight 12 L R
40106 Batched net weight 13 H R
40107 Batched net weight 13 L R
40108 Batched net weight 14 H R
40109 Batched net weight 14 L R
40110 Batched net weights decimal point R
40111 Number of last formula batched R
40112 Number of last cycle batched R

CODING OF ERRORS IN ADDRESS 40001 “Instrument Error”

40001 Address Conditions Meanings


00 00 No Error The instrument is working
The signal of the load cell is higher the maximum
00 03 Out of scale
value of 19 mV
The weight value is nine divisions higher than
00 05 overload
capacity (“CAPAC” parameter)
The weight value is lower than -99999.The display
00 07 underload
will show “_ _ _ _ _ _”

-7-
LIST OF BIT IN ADDRESS 40005 “Status Register”

When bit is equal to 1 means the following conditions:


Bit 15 Bit 14 Bit 13 Bit 12 Bit 11 Bit 10 Bit 9 Bit 8
Negative Negative
0 0 0 0 0 1
Gross Net
fixed fixed fixed fixed fixed fixed
Sign Sign

Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0


Out of Under Valid Tare Minimum 1 0
Over load
scale load weight condition weighing fixed centre
Minimum weighing = Value set into “0 – SEt” parameter.
Tare condition = means that the tare has been executed by means a batching start.

LIST OF BIT IN ADDRESS 40010 “current product / instrument status”

Bit 15 Bit 14 Bit 13 Bit 12 Bit 11 Bit 10 Bit 9 Bit 8


< current product’s number >

Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0


< instrument status >
ASCII code for status character described in the instrument protocol manual

LIST OF BIT IN ADDRESS 40013 “Input / output”

15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
In 8 In 7 In 6 In 5 In 4 In 3 In 2 In 1 - - - - Out Out Out Out
4 3 2 1

For the coding used refer to the instrument


manual

LIST OF FUNCTION IN ADDRESS 400116 “Command Register”

“Command Register” allows the following commands:

Function Command
0008 Semiautomatic zero
0011 Product zero-setting (if “0” is set all products will be reset)
0012 Reading batched net weights
0013 Batched net weight acquisition – communication received
0014 Start the batching
0015 Stop the batching

-8-
0016 ENTER key
0017 ESC key
0018 Start the batching after “tare” alarm
0021 Keyboard lock
0022 Keyboard unlock

Note:

 Registers from 40022 to 40050 refers to the formula into the 40117 register.
 Programming a formula: write the formula’s number that you want to program into the register
40117, then write the batching sets to the relevant registers.
 Reading a formula: write the formula’s number into the register 40117, the relevant registers will
be updated.
 The 40009 and 40114 registers are equal. The 40012 and 40115 registers are equal.
 The batching start command takes into consideration the formula number and the number of
current cycles. If a formula analogue selector is connected, you can batch a different formula to
the one currently selected by writing all at once the registers 40114, 40115 and 40116.
 The batched net weights are updated following receipt of the reading command (function 0012)
which must take place while the unloading phase is active

-9-
MODBUS-RTU PROTOCOL for WT60000 LOAD

Supported functions: READ HOLDING REGISTER , PRESET MULTIPLE REGISTERS


Maximum number of writing registers: 6

LIST OF HOLDING REGISTERS

Address Description R/W


40001 Instrument Error R
40002 Gross weight H R
40003 Gross weight L R
40004 Gross decimal point R
40005 Status Register R
40006 Net weight H R
40007 Net weight L R
40008 Net decimal point R
40009 Number of active formula R/W
40010 / instrument status R
40011 Current cycle number R
40012 Programmed cycles R/W
40013 Inputs /Outputs R
40014 Unit of measure R
40015 Minimum weight H R/W
40016 Minimum weight L R/W
40017 Minimum weight decimal point R
40018 Maximum weight H R/W
40019 Maximum weight L R/W
40020 Maximum weight decimal point R
40021 Product number for total reset W

40022 Preset H R/W


40023 Preset L R/W
40024 Preset decimal point R
40025 Set H R/W
40026 Set L R/W
40027 Set decimal point R

40028 programmed Set H R


40029 programmed Set L R
40030 Set decimal point R
40031 Batched net weight H R
40032 Batched net weight L R
40033 Batched net weight decimal point R
40034 Number of last formula batched R
40035 Number of last cycle batched R

40064 Number of active formula R/W

- 10 -
40065 Programmed cycles R/W
40066 Command Register W

Address Description R/W


40036 Formulas total H R
40037 Formulas total L R
40038 Formula total 1 H R
40039 Formula total 1 L R
40040 Formula total 2 H R
40041 Formula total 2 L R
40042 Formula total 3 H R
40043 Formula total 3 L R
40044 Formula total 4 H R
40045 Formula total 4 L R
40046 Formula total 5 H R
40047 Formula total 5 L R
40048 Formula total 6 H R
40049 Formula total 6 L R
40050 Formula total 7 H R
40051 Formula total 7 L R
40052 Formula total 8 H R
40053 Formula total 8 L R
40054 Formula total 9 H R
40055 Formula total 9 L R
40056 Formula total 10 H R
40057 Formula total 10 L R
40058 Formula total 11 H R
40059 Formula total 11 L R
40060 Formula total 12 H R
40061 Formula total 12 L R
40062 Total decimal point R

CODING OF ERRORS IN ADDRESS 40001 “Instrument Error”

40001 Address Conditions Meanings


00 00 No Error The instrument is working
The signal of the load cell is higher the maximum
00 03 Out of scale
value of 19 mV
The weight value is nine divisions higher than
00 05 overload
capacity (“CAPAC” parameter)
The weight value is lower than -99999.The display
00 07 underload
will show “_ _ _ _ _ _”

- 11 -
LIST OF BIT IN ADDRESS 40005 “Status Register”

When bit is equal to 1 means the following conditions:

Bit 15 Bit 14 Bit 13 Bit 12 Bit 11 Bit 10 Bit 9 Bit 8


Negative Negative
0 0 0 0 0 1
Gross Net
fixed fixed fixed fixed fixed fixed
Sign Sign

Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0


Out of Under Valid Tare Minimum 1 0
Over load
scale load weight condition weighing fixed centre
Minimum weighing = Value set into “0 – SEt” parameter.
Tare condition = means that the tare has been executed by means a batching start.

LIST OF BIT IN ADDRESS 40010 “instrument status”

Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0


< instrument status >
ASCII code for status character described in the instrument protocol manual

LIST OF BIT IN ADDRESS 40013 “Input / output”

15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
In 2 In 1 - - - -Out Out Out Out
4 3 2 1
For the coding used refer to the instrument
manual

LIST OF FUNCTION IN ADDRESS 40066 “Command Register”

“Command Register” allows the following commands:

Function command
0008 Semiautomatic zero
0011 Product zero-setting (if “0” is set all products will be reset)
0012 Reading batched net weights
0013 Batched net weight acquisition – communication received
0014 Start the batching
0015 Stop the batching
0016 ENTER key
0017 ESC key
0018 Start the batching after “tare” alarm

- 12 -
0021 Keyboard lock
0022 Keyboard unlock

Note:

 Registers from 40022 to 40027 refers to the formula into the 40067 register.
 Programming a formula: write the formula’s number that you want to program into the register
40067, then write the batching sets to the relevant registers.
 Reading a formula: write the formula’s number into the register 40067, the relevant registers will
be updated.
 The 40009 and 40064 registers are equal. The 40012 and 40065 registers are equal.
 The batching start command takes into consideration the formula number and the number of
current cycles. If a formula analogue selector is connected, you can batch a different formula to
the one currently selected by writing all at once the registers 40064, 40065 and 40066.
 The batched net weights are updated following receipt of the reading command (function 0012)
which must take place while the unloading phase is active.

- 13 -
MODBUS-RTU PROTOCOL for WT60000 UNLOAD

Supported functions: READ HOLDING REGISTER , PRESET MULTIPLE REGISTERS


Maximum number of writing registers: 6

LIST OF HOLDING REGISTERS


Address Description R/W
40001 Instrument Error R
40002 Gross weight H R
40003 Gross weight L R
40004 Gross decimal point R
40005 Status Register R
40006 Net weight H R
40007 Net weight L R
40008 Net decimal point R
40009 Number of active formula R/W
40010 Instrument status R
40011 Current cycle’s number R
40012 Programmed cycles R/W
40013 Inputs /Outputs R
40014 Unit of measure R
40015 Minimum weight H R/W
40016 Minimum weight L R/W
40017 Minimum weight decimal point R
40018 Maximum weight H R/W
40019 Maximum weight L R/W
40020 Maximum weight decimal point R
40021 Formula number for total reset W

40022 Slow H R/W


40023 Slow L R/W
40024 Preset decimal point R
40025 Set H R/W
40026 Set L R/W
40027 Set decimal point R

40028 programmed Set H R


40029 programmed Set L R
40030 Set decimal point R
40031 Batched net weight H R
40032 Batched net weight L R
40033 Batched net weight decimal point R
40034 Number of last formula batched R
40035 Number of last cycle batched R

40064 Number of active formula R/W


40065 Programmed cycles R/W
40066 Command Register W

- 14 -
Address Description R/W
40036 Formulas total H R
40037 Formulas total L R
40038 Formula total 1 H R
40039 Formula total 1 L R
40040 Formula total 2 H R
40041 Formula total 2 L R
40042 Formula total 3 H R
40043 Formula total 3 L R
40044 Formula total 4 H R
40045 Formula total 4 L R
40046 Formula total 5 H R
40047 Formula total 5 L R
40048 Formula total 6 H R
40049 Formula total 6 L R
40050 Formula total 7 H R
40051 Formula total 7 L R
40052 Formula total 8 H R
40053 Formula total 8 L R
40054 Formula total 9 H R
40055 Formula total 9 L R
40056 Formula total 10 H R
40057 Formula total 10 L R
40058 Formula total 11 H R
40059 Formula total 11 L R
40060 Formula total 12 H R
40061 Formula total 12 L R
40062 Decimal point total R

CODING OF ERRORS IN ADDRESS 40001 “Instrument Error”

40001 Address Conditions Meanings


00 00 No Error The instrument is working
The signal of the load cell is higher the maximum
00 03 Out of scale
value of 19 mV
The weight value is nine divisions higher than
00 05 overload
capacity (“CAPAC” parameter)
The weight value is lower than -99999.The display
00 07 underload
will show “_ _ _ _ _ _”

- 15 -
LIST OF BIT IN ADDRESS 40005 “Status Register”

When bit is equal to 1 means the following conditions:

Bit 15 Bit 14 Bit 13 Bit 12 Bit 11 Bit 10 Bit 9 Bit 8


Negative Negative
0 0 0 0 0 1
Gross Net
fixed fixed fixed fixed fixed fixed
Sign Sign

Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0


Out of Under Valid Tare Minimum 1 0
Over load
scale load weight condition weighing fixed centre
Minimum weighing = Value set into “0 – SEt” parameter.
Tare condition = means that the tare has been executed by means a batching start.

LIST OF BIT IN ADDRESS 40010 “Instrument status”

Bit 7 Bit 6 Bit 5


Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
< instrument status >
ASCII code for status character described in the instrument protocol manual

LIST OF BIT IN ADDRESS 40013 “Input / output”

15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
- - - - - - In 2 In 1 - - - - Out Out Out Out
4 3 2 1
For the coding used refer to the instrument
manual

LIST OF FUNCTION IN ADDRESS 40066 “Command Register”

“Command Register” allows the following commands:

Function command
0008 Semiautomatic zero
0011 Product zero-setting (if “0” is set all products will be reset)
0012 Reading batched net weights
0013 Batched net weight acquisition – communication received
0014 Start the batching
0015 Stop the batching
0016 ENTER key
0017 ESC key

- 16 -
0018 Start the batching after “tare” alarm
0021 Keyboard lock
0022 Keyboard unlock

Note:
 Registers from 40022 to 40027 refers to the formula into the 40067 register.
 Programming a formula: write the formula’s number that you want to program into the register
40067, then write the batching sets to the relevant registers.
 Reading a formula: write the formula’s number into the register 40067, the relevant registers will
be updated.
 The 40009 and 40064 registers are equal. The 40012 and 40065 registers are equal.
 The batching start command takes into consideration the formula number and the number of
current cycles. If a formula analogue selector is connected, you can batch a different formula to
the one currently selected by writing all at once the registers 40064, 40065 and 40066.
 The batched net weights are updated following receipt of the reading command (function 0012)
which must take place while the unloading phase is active.

- 17 -
CHARACTERS OF INSTRUMENT STATUS
( for WT60000 BATCHING – LOAD – UNLOAD )

" " ( - space - 32 ASCII ) : if the instrument is in standby condition


" P " ( 80 ASCII ) : in case of programming the current data
" O " ( 79 ASCII ) : in case of “CAPAC” or “o-F” alarms
" F " ( 70 ASCII ) : in case of “no Conn” error message
" E " ( 69 ASCII ) : failing product during the batching
" D " ( 68 ASCII ) : during the batching phase
" M " ( 77ASCII ) : weight error at the start of batching ( tArA ), only for LOAD and BATCHING
programs
" C " ( 67 ASCII ) : in case of approval waiting ( - ConS ), only for BATCHING and UNLOAD programs
" S " ( 83 ASCII ) : cycle end.
" T " ( 84 ASCII ) : in case of error of out of tolerance
" B " ( 66 ASCII ) : in case of black-out the starting ( BLACK-oUt )
" V " ( 86 ASCII ) : in case of start with empty formula ( FVUoTA )
" H " ( 72 ASCII ) : in pause condition ( PAUSE )
" X " ( 88 ASCII ) : getting over of the maximum weight during the batching ( MASS ), only for the
LOAD and BATCHING programs
" A " ( 65 ASCII ) : setting of the formula beyond the maximum weight ( FF-SC )
“ K “ ( 75 ASCII ) : the weight does not decrease (message error)
" R " ( 82 ASCII ) : product not sufficient for the unloading ( Prod ?? ) only for UNLOAD program
" Z " ( 90 ASCII ) : waiting of the batching re-start after the load of the big bags, only for UNLOAD
program.
“ U “ ( 85 ASII ) : in case of forcing the “tArA” alarm when the the sum of the weight in the container
and the quantity to batch is higher than max. weight (“FF-SC”).
“ N “ ( 78 ASCII): error at start batching, in case the fall value is higher than the quantity to batch (“Err
Volo”).

- 18 -
RS 232 CONNECTION CABLE BETWEEN WT60 AND PC

WT60 (COM) PC

1 1
6 6
2 2
7 7
3 3
8 8
4 4
9 9
5 5

9 POLES MALE
9 POLES FEMALE

- 19 -
LAST CONNECTION FIRST CONNECTION

WT60 - WL60 - WR WT60 - WL60 - WR WT60 - WL60 - WR

GND RX+ TX+ TX- RX- GND RX+ TX+ TX- RX- GND RX+ TX+ TX- RX-
5 9 4 6 7 9-PIN MALE 5 9 4 6 7 9-PIN MALE 5 9 4 6 7 9-PIN MALE
SOLDER SOLDER SOLDER
CONNECTOR CONNECTOR CONNECTOR

130 ohm

- 20 -
MAX LENGHT 500 METERS

Connect the shield to the _


connector casing + 24 VDC

Vin
RS 485 CONNECTION AMONG INSTRUMENTS WT60

0 TX +
5 CONVERTER TX -
2 TX CONVLAU RX +
3 RX RX -

DB9P female
CONNECTOR
On our website www.laumas.com you can find videos on the correct installation of weighing
systems and tutorials on the configuration of our weight transmitters and indicators.

Comprehensive user manuals for all LAUMAS products can be found online. They can be
downloaded in PDF format from either the Products section or the Download Area of the
website www.laumas.com. Registration is required.

Think of the environment before you print!


CERTIFICATION OF THE ENVIRONMENTAL MANAGEMENT SYSTEM
according to UNI EN ISO 14001.
LAUMAS contributes to safeguarding the environment by saving on paper consumption.

You might also like