My first Modbus project... AB Micro850 to 2 Yaskawa A1000s.

AutomationTechBrian

Lifetime Supporting Member
Join Date
Jul 2013
Location
St. Cloud, MN
Posts
669
I finally get to play around with connecting a PLC to a Drive via Modbus TCP. The frustrating part of the process is finding good tutorials or examples of the coding to make it work. I'm working on it tonight, but if someone knows of a good resource, please let me know. I've done DeviceNet on a SLC, but that's about it.
 
Some tech notes on the Knowledgebase have examples.

Modbus TCP message between Micro800 Modbus TCP master to MicroLogix1400 Modbus TCP slave
678990 | Date Created: 04/03/2015 | Last Updated: 07/03/2015
Access Level: Everyone


Micro850: Transferring data between two Micro850 using Modbus TCP and Modbus RTU
574730 | Date Created: 12/03/2013 | Last Updated: 10/19/2016
Access Level: Everyone


It is not hard once you get used to the way the CCW software wants you to do things.

Basically you will need to set up some MSG_MODBUS instructions and create some variables using the MODBUS configuration data types where you will configure things like port (serial or Ethernet), command type (holding register, input register), target address, length, etc.

Check out the examples I linked, if you don't have a knowledgebase account you can create one. The access level for these tech notes are set to 'Everyone'.
 
Read this carefully. The (.Pdf) and the pictures will help you get started.

Modbus_Parameters.jpg Modbus_Ladder.jpg
 

Attachments

  • Msg_Modbus2.pdf
    138.6 KB · Views: 158

Similar Topics

Hello Everyone, I am using a raC_Opr_NetModbusTCPClient AOI module, as below,. So, I need some assistance to restrict in reducing the poling...
Replies
2
Views
34
I want to communicate my Q series PLC with Factory IO using GX works 2 software, I want to use modbus as server and the ips are as follows plc...
Replies
0
Views
53
Hi folks, I have a Controllogix in communication with a zigbee coordinator using Logix AIO for modbus tcp. This zigbee coordinator have 3 slaves...
Replies
10
Views
254
Hi, I'm setting up a modbus master on an S7-300. It seems to work in OB1 but not when I use it in OB35. Does anyone have any ideas why? Could...
Replies
10
Views
117
Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
11
Views
272
Back
Top Bottom