Posts: 323
Threads: 85
Joined: May 2017
Reputation:
0
Hi,
A customer of mine asked me for a quote to connect 30 modbus multimeters via TCP to the LM.
For each multimeter, 25 registers need to be mapped.
The multimeters are grouped in two different IP address.
Is this possible?
Are there memory limits on the LM?
Posts: 5520
Threads: 30
Joined: Aug 2017
Reputation:
246
What do you mean by two different IP addresses? Do you use Modbus IP gateway?
------------------------------
Ctrl+F5
Posts: 5520
Threads: 30
Joined: Aug 2017
Reputation:
246
Its OK
------------------------------
Ctrl+F5
Posts: 5520
Threads: 30
Joined: Aug 2017
Reputation:
246
By the software there is no limit but the more you add the longer it will take to read all of them and you must adjust pooling interval accordingly. It is single queue for all.
------------------------------
Ctrl+F5
Posts: 5520
Threads: 30
Joined: Aug 2017
Reputation:
246
Nr of registers x timeout is the safest way.
------------------------------
Ctrl+F5
Posts: 8610
Threads: 48
Joined: Jun 2015
Reputation:
489
Using a profile with block read can significantly speed things up. Make sure to use persistent connection mode for all devices.
Posts: 5520
Threads: 30
Joined: Aug 2017
Reputation:
246
Yes you can, in Advance you must add read_count and read_offest. Good example is this
https://forum.logicmachine.net/showthrea...read_count
Basically you set register for all the same and read count define how many registers you will read at once (up 125) and it should be the same for all registers in same block. Read_offset is the offset navigating to real register number counting from the register address.
------------------------------
Ctrl+F5