ML1400 to Beckhoff Communications

shawnhimself

Member
Join Date
Oct 2006
Location
LBC
Posts
84
I know Beckhoff has a communication module for just about everything under the sun, but I'm more worried about the AB ML1400.

Has anyone done data transfer between the two?

(application background; beckhoff cx5020 needing to receive trending data from ml1400 plc)
 
I've done a number of projects interfacing Beckhoff with AB and used several different methods. My favorite is the TwinCAT Ethernet/IP slave library, but to my knowledge the ML1400 can not be setup and an EIP scanner, so that rules that out right off.

Another method I have used is with an RS232 terminal and a custom written DF1 communication function block. I don't recommend this approach unless you have a strong understanding of the DF1 protocol.

The method that will probably be best with your hardware is one that I have not personally tried, but I do not see any reason it would not work. You can get a ModbusTCP library for TwinCAT and the ML1400 supports ModbusTCP. That should allow you to exchange data over Ethernet. You can find the TwinCAT library by looking for Beckhoff part number TS6250.
 
ML1400 ser A does not support ModbusTCP only ML1400 ser B, and sadly the existing hardware is ser A, of course.

I realllly don't want to do anything with the serial communications.
 
What operating system is on the CX5020, CE or Windows Embedded?

There is an option to write a .NET application to run on the CX that uses a Ethernet/IP communication driver to read data from the ML1400 and write it to TwinCAT. That is the only other way I can think of to do it over Ethernet.

Does the series A support ModbusRTU? If so, Beckhoff has a ModbusRTU library. It's serial communications, but may be down to the only option.
 

Similar Topics

Hello, I am new here and have been working with PLCs for a few years now. I have been tasked with setting up a Micrologix 1400….. to a Cmore 10...
Replies
10
Views
481
Hi, We may of finally received out first v21 ML1400. IP address set, proceed to download standard file for our machines & at about the 80% mark...
Replies
10
Views
1,438
I have a Allen Bradely 1500 that has a cracked board. It still works but needs replaced (battery is no longer connected). To make migration easier...
Replies
10
Views
3,215
Hi, I've got a new project for a vacuum conveying system. We require to add another HMI to the existing system which will then feed 2 separate...
Replies
6
Views
1,823
Hi All I have connected a Keyence SR1000 to a Compact Logix PLC and am triggering the scanner and reading barcodes over Ethernet/IP, no issues...
Replies
2
Views
835
Back
Top Bottom