Schneider M580 Modbus TCP with slave ID

koyeap

Member
Join Date
Feb 2013
Location
Selangor
Posts
17
Hi all,

Sorry to seek help here as I am run out of idea.

recently i need to use my PLC(Schneider M580-Unitypro) as Modbus TCP Master to read slave devices using read_var block, this is due to the IO scanning feature does not support modbus FC4(Read input register 3x).

However, in M580 PLC, i cannot figure out a way to put slave ID on the ADDMX block. And the PLC is sending out command with slave ID 0.
The slave devices does not support modbus broadcast station and will not response to request that slave ID is 0, hence the communication cannot establish.

Just wonder anyone has experience to use READ_VAR and ADDMX with a slave ID and IP address instead of just IP address?

Any other suggestion is also appreciate. Thanks in advance!
 
Welcome to forum


ADDM '0.0.3{192.168.0.2}TCP.MBS' is for TCP modbus.
ADDM '0.0.3{192.168.0.2}11' is Modbus serial over TCP (slave 11).


ADDM block can be used for local rack (M340 and M580 CPU)
(0.0.3 is rack / slot address for M340 / M580 CPU's own Ethernet port.

ADDX block is for local or Remote (CRA) rack if M580 CPU is used.
 
ADDM '0.0.3{192.168.0.2}11' is Modbus serial over TCP (slave 11).
This is not Modbus RTU over TCP, right? But rather simple Modbus TCP with UnitID = 11.

Is it possible to configure Modbus RTU over TCP? Not Modbus TCP, but Modbus RTU over TCP.

Differences are explained by Schneider here:

servlet.ImageServer



I have a simple Ethernet - RS-485 converter connected to M580 and would like to read data from Modbus RTU devices connected to this converter.
 

Similar Topics

Looking for some advice on a project. The controller is a BMEP584040. There is a RIO ring with several drops with Quantum I/O. On this ring...
Replies
12
Views
962
Hi, Does anyone know if programming a Modicon M580 is basically the same format as an M340? Also do they use the same software package? Thanks...
Replies
2
Views
1,755
Hi Folks, We have this M580's configured as hotstandby and is curious if it is possible to monitor the modules on the remote racks. Unity pro...
Replies
1
Views
1,581
Hello, Wondering if anyone else out there has experienced issue with Scan Time on H58-6040 m580 processor. These controllers have a periodic...
Replies
3
Views
3,020
Hi guys, I have just added in two RIO drops on our network, by setting the rotor switches on the CRA modules, and introducing them into our...
Replies
1
Views
1,707
Back
Top Bottom