Rewriting PLC Program from 6200 series to RSLogix 5000

Melissa

Guest
M
I am rewriting a program from a PLC5-250 to PLC5 using RSLogix 5000 and I am doing some block transfers right now but on the old program I have a .AE, does anyone know the equivalent in ControlLogix?
 
PLC-5/250 BT control mnemonics

According to the PLC-5/250 Addressing manual, the .AE and .AD mnemonic codes represent Asynchronous Error and Asynchronous Done conditions of a block transfer control element.

http://www.ab.com/manuals/swrsi/5000-6.4.3.pdf

The ControlLogix has .ER and .DN bits in it's MSG control element, so you can directly substitute .ER for .AE

If you're using ControlNet or EtherNet/IP instead of RIO for your field I/O network, the connections and error conditions will be different; BTR and BTW instructions are replaced by Connections.
 
Thank You

Thank you for the information, it will be very helpful as I am just getting back to that section of the code after going back through the program.
 

Similar Topics

I have an old Sentry Palletizer (S/O Number 3007 / Serial Number 1172) that has lost its program as the backup battery died years ago. I can...
Replies
0
Views
23
Hello, good morning, I have been having two problems with the Tia Portal software. The first is that I have installed it on my computer and...
Replies
1
Views
35
I have 2 PLCs. One is networked to our plant, and the other is networked to the first PLC via a 1756-EN2T. I could easily get the second PLC...
Replies
3
Views
27
I have got an Rockwell PLC 1769-L36ERMS . I have assigned a IP address to it . But every-time I Reboot the PLC it looses Communication to my PC...
Replies
1
Views
58
Hi, I am trying to set up a plc. I've never done any programming with ladder logic previously. I'm trying to set up a a program to turn a device...
Replies
6
Views
127
Back
Top Bottom