Allen Bradley Ethernet Do's and Don'ts

Join Date
Dec 2008
Location
Toronto
Posts
42
Does anyone know of a good link, article or example of communicating with devices over Ethernet? Proper programming techniques is what I am looking for.

For example I have a MicroLogix controlling a Power Flex 40 over Ethernet.

How many messages are too many messages? Send receive a message every second too many.

When a message errors what should I do. Retry to message instantly or wait?
 
MSG Manager

Try searching for Message Manager on the Rockwell site. There is a long list of things to not do, especially in Controllogix, if you don't want the MSG's to error. If the MSG errors, it is usually ok to just try again. The main thing is to not have too many MSG's enabled at once. An ethernet connections can only have som many connections enabled at once, including cached connections which stay open.
 
Start by reading carefully the MSG instruction section of the Instruction Set Reference. It really does include a lot of the information you need.

For your specific application, there's a tested and reliable example posted here:

http://forums.mrplc.com/index.php?download=759

I continue to strongly recommend that start/stop functions be HARDWIRED when you're dealing with MSG instructions from a MicroLogix or SLC to a drive. If you're going to perform all control over the network, use the example and be certain to verify and test all your failure modes.
 

Similar Topics

Hey Everyone, I need to Interface Ignition SCADA ethernet network to an Allen Bradley SLC5/04 Serial RS232 DF1. Has anyone out there found a low...
Replies
4
Views
966
Good morning all, I've got a customer in a bind. They, like many, got confused about Allen Bradley's EtherNet/IP protocol and assumed it was...
Replies
10
Views
2,642
We have a lot of POINT-IO modules in various places all over our machines. Occasionally one of the daisy chained cables between our 1734-AENTR...
Replies
4
Views
1,707
PLC is ControlLogix 1756-L73 CPU with firmware 28 In the PLC the value for A60[110] is "AT", Style ASCII, Data Type INT. In KEPServerEX I tried...
Replies
4
Views
1,535
Has anyone used other Brands of IO With Rockewell? I Got a quote on AB Flex XT IO and it is 3 months out minimum (cold temp rated for client...
Replies
4
Views
2,077
Back
Top Bottom