ModbusTCP Master Application R102

mousekit2

Member
Join Date
Oct 2013
Location
hk
Posts
1
Hello,

I am trying to establish a communication between a logix5566 PLC with ethernet module and TCP/Modbus gateway to read power meter values.

Software: RSLogix5000 V16.04.00

A sample program "ModbusTCP Master Application R102" is found. But it associated with the solution uses RSLogix5000 V20.

Does the program run on RSLogix5000 V16?
If not, any other sample program is recommended to run on v16?

Thank you very much,
 
It should work with any PLC that has the open socket capability and RsLogix version 15 or higher. You can look at 470690 - Open Sockets Support in ControlLogix and CompactLogix systems to see if yours is in there. If you think it is, try it out. The application note for the sample program mentions that it should work in 15 or higher just only tested in 20.

Having said that, I would recommend not doing it unless losing a ton of memory is not an issue. It will take a quarter meg, and is a pain to cut down, and you only get 4 transactions. I would get an external card from prosoft like the MVI69-MNET if you can and it works with your PLC, or, like I did after realizing the memory and implementation were difficult on my compactlogix, I used the HMI to communicate with the modbus/tcp device. A lot of HMI's do modbus tcp/ip natively.
 

Similar Topics

Hi, Some time ago, I am sure I found some literature for the Bx9000 that stated they supported max 3x simultaneous client connections. I cant seem...
Replies
2
Views
787
Hi Team, what is the best way to handle multiple slaves when using a m800 series as a master. I read that a maximum of 4x instructions can be...
Replies
1
Views
1,067
Hi Folks, I'm trying to make a AB Compactlogix L30ER get some currents/voltages etc. from a Siemens PAC3220 power meter. I'm currently using an...
Replies
3
Views
1,406
At my wits end.....I have a Siemens S7-1200 and a Sentron PAC3220 Power Monitor. Got the MB_Client command to connect and work in TIA 15.1 but I...
Replies
3
Views
1,606
Dear Friends, I am having trouble to setup a QJ71MT91 Modbus TCP module in multi-CPU environment (CPU1 & CPU2). After i download and reset both...
Replies
17
Views
4,589
Back
Top Bottom