ABB PLC communication thru Modbus

jdmotoomull

Member
Join Date
Apr 2014
Location
Singapoew
Posts
2
Hi everyone.

I have a problem in my current project. I am using 4 ABB PLC PM-583 and plan to use Modbus to communicate and integrate them to my graphics. However, there seems to be a problem with my communication. I can communicate with each individual PLC through Codesys but when I use Modbus to communicate with each other, the communication terminates.

I have tried 1 to 1 communication with each PLC and use Modscan to verify my Modbus communication. But after 1 valid poll and response the Modbus communication terminates.

Can anybody shed any light on where I might have missed out?

Thanks!
 
What plc? its usually a good idea to string your modbus messages together...modbus rtu ot tcp. I think we need more detail
 
Hi, thank you for the reply.

I'm using ABB brand PLC. My CPU model is PM-583. Yes, I did a mapping of all my modbus points. I am sure that there is no conflict or duplicated address.

As stated, I can communicate to each PLC 1 to 1 through the programming tool Codesys. I can directly send commands and read the inputs in the Codesys. But when I use the modbups communication to communicate my PLC with my graphics, it terminates after 1 valid poll and 1 valid response.

I tried to download the program again, changed my CPU, changed my rack, built again the program from scratch, but still the communication terminates.
 
I assume your CODESYS is your MASTER and your ABB are slaves. So your OP are set as MASTERS to?
 
I don't believe CoDeSys uses Modbus. What is your graphics controller? Modbus has to be set up in the PLC. You need to both configure it using Control Builder Plus, and you need to map your variables to modbus addresses within CoDeSys. There is no inherent Modbus comms in the ABB PLC, everything has to be mapped.
 

Similar Topics

Hello Everyone, I am using BMXP341000 Processor with communication module NOC0401 and programming software is Unity Pro S...
Replies
1
Views
2,859
I do programming in GX developper for ABB drive model ACS 550 control via modbus communication in FXCPU PLC,I can read the Data of drive...
Replies
3
Views
3,167
hi i want to know how can communicate between PLC S7 300 &ABB drive ACS800 using profibus to transfer alarm from drive to PLC?
Replies
0
Views
2,890
Hi I hope someone can help me here. We have serial communication between siemens S7 400 and ABB AC450 using MVI card CI532v03. At times the...
Replies
0
Views
3,138
Has anyone used ethernetIP to communicate with an ABB robot? If so what hardware was required on the robot end. I have a Compactlogix PLC. Thanks
Replies
4
Views
12,376
Back
Top Bottom