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

Apologies for not being the best IDEC programmer. I recently was doing some inspections on a site that had 3 FC6A IDEC processors. The issue is...
Replies
0
Views
29
"Hello! Good day! Excuse me, I have a question regarding the 1761-NET-ENI. RSLinx has already detected it but it's not connecting to the PLC...
Replies
4
Views
52
How to fix if appears code “$115 plc-restart running” on the screen OP17
Replies
2
Views
73
Good morning fellow sea captains and wizards, I am being asked to do the above and obtain 4 values from each slave, I know about the MRX and MWX...
Replies
20
Views
187
HI i would like to know how to get a variable that will store the amount of times a program has been executed. The issue is I have 3 DBs for 1 FB...
Replies
2
Views
56
Back
Top Bottom