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

AutomationTechBrian

Lifetime Supporting Member
Join Date
Jul 2013
Location
St. Cloud, MN
Posts
671
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

Hey all, I am working on a project and i want to use Allen Bradley Micro850 controllers. This model has ethernet ip functionality. So the project...
Replies
7
Views
78
Hello, fellow PLC enthusiasts, I’m a newbie in PLC and am currently on a project that involves connecting an Omron CP1E (CP1W-CIF11) PLC to an...
Replies
2
Views
74
I am new to this forum and would need your help. I am looking for the Modbus FBs for the S5 95U for communication with the CP521. These FBs...
Replies
1
Views
55
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
158
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
109
Back
Top Bottom