Modbus communication help

Saiesh

Member
Join Date
Apr 2024
Location
Bangalore
Posts
2
Hi all
I need help on this
As in my project used Schneider TM241 controller.
Now I want to communicate Elite energy meter with controller by modbus serial communication (RS 485).
Using READ_VAR FB but still it is not communicating
Software: Machine Expert 2.1
 
I'm not familiar with the PLC or meter - but the general things must be checked first. Making sure baud rate, data bits, stop bits, and parity match on both ends. Data bits must be 8 for Modbus RTU. Polarity on the RS-485 must be correct. If everything else is right you may try reversing it. Termination resistors on the ends unless internal resistors on the units can be switched in.

Next verify that the one-byte 'Node' or "Modbus ID' or 'Drop' number of the meter matches what the PLC is sending. Should be a value between 1 and 247.

You haven't said if the meter is responding with anything or if it is silent. If it is responding, then see if it is sending an exception. After that it is time to investigate the usual Modbus issues - data type, address index, byte order, etc.

If you have a 485 connection on your computer it may be easier to get the computer reading the meter first and then try it with the PLC. Lots of software recommendations on this forum for doing that. Some are free downloads.
 
I'm not familiar with the PLC or meter - but the general things must be checked first. Making sure baud rate, data bits, stop bits, and parity match on both ends. Data bits must be 8 for Modbus RTU. Polarity on the RS-485 must be correct. If everything else is right you may try reversing it. Termination resistors on the ends unless internal resistors on the units can be switched in.

Next verify that the one-byte 'Node' or "Modbus ID' or 'Drop' number of the meter matches what the PLC is sending. Should be a value between 1 and 247.

You haven't said if the meter is responding with anything or if it is silent. If it is responding, then see if it is sending an exception. After that it is time to investigate the usual Modbus issues - data type, address index, byte order, etc.

If you have a 485 connection on your computer it may be easier to get the computer reading the meter first and then try it with the PLC. Lots of software recommendations on this forum for doing that. Some are free downloads.
But in Modscan data in coming properly....
 

Similar Topics

Hello deara I m trying to communicate yaskawa v1000 with cp1l m30 I write program But nothing is happens
Replies
1
Views
1,292
Hi ! Everybody ! Please..help me about communication between S7 1200 and inverter or any varispeed inverter had MODBUS support by module CM1241...
Replies
20
Views
11,182
hello all, I need help with modbus communication and this is my first time programing the modbus communication in schneider, i have to comunicate...
Replies
12
Views
4,970
Hello everyone, M using micrologix 1200 and it is connected to net-aic using pm02 cable, then net-aic is connected to my laptop using pm02 and a...
Replies
15
Views
3,954
Hi, I Have a TSX Premium with ethernet card and a Siemens PLC with a CP343-1 ethernet card. Both can speak Modbus. Anyone who have done this...
Replies
5
Views
5,293
Back
Top Bottom