Modicon M340 Modbus TCP

arun_mallah

Member
Join Date
Feb 2005
Location
Pune
Posts
18
Hi,
I am trying to communicate modicon M340 PLC with an Schneider T200 Remote main unit controller over modbus TCP. the PLC has got in built Ethernet port. the modbus register I would like to read has address 341 Hex. I am bit confused how I am gonna used the READ_VAR instruction to read this register from T200 unit. Please let me know it's bit urgent
thanks
-Arun
 
Which part are you confused about ?

You will need to use ADDM to pass the address of the slave as a string into the READ_VAR, after that its a case of telling it what you want to read from where and where to put the data once its received (this has to be into an array of INT)

The READ_VAR command is very well documented in the help files within Unity, have you checked those out ?
 
thanks

Actually, I was confused from the Modbus slave side and not the READ_VAR instruction. the problem was with the Modbus slave documentation and couldn't understand the what are the Modbus register addresses(4XXXX or 3XXXX) available from the slave. now it's being figured out and got the comms working. Thank you all for the replies and support.
-Arun
 

Similar Topics

Hello, For my project I have to read and write coils/registers of Scheider Modicon M340 PLC. To do so, I decided to use a python script based on...
Replies
2
Views
4,855
I have a PLC rack with an M340 processor (BMXP342020). Using Unity Pro 7. My task is to interface to a Modbus plus network. Do you know of any...
Replies
2
Views
2,126
Hello, I am currently working on a project on Modbus TCP communication between a Modicon M340 PLC and an electronic card with a DSP Texas...
Replies
13
Views
20,252
Hi, We need to setup Modbus TCP/IP communication between "BMX NOE 0110" (Modicon M340 module) and "IC695ETM001" (GE PAC RX3i module). Manuals say...
Replies
7
Views
5,950
Hi, I am trying to communicate modicon M340 PLC with an Schneider T200 Remote main unit controller over modbus TCP. the PLC has got in built...
Replies
1
Views
4,542
Back
Top Bottom