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

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
8
Views
71
I have a PH meter that I am trying to bring its data into 1756-L81. I have downloaded the Rockwell MODBUS AOI kit, but I am not sure if I need to...
Replies
5
Views
138
Dear All, i am trying to connect Danfoss inverter with s7 200 cpu 226.but microwin shows following error at DATA Ptr.i assigned different VB...
Replies
1
Views
45
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
204
Hi all, Currently having trouble getting a speed reference to write over modbus to an Omron M1... I can successfully write a run command and...
Replies
6
Views
239
Back
Top Bottom