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 want to communicate my Q series PLC with Factory IO using GX works 2 software, I want to use modbus as server and the ips are as follows plc...
Replies
0
Views
26
Hi everyone. I'm trying to read values from a Loadcell with a 2080-TC card. I know the 2080-TC is a thermocouple card but it reads millivolts that...
Replies
4
Views
71
Hello All, Please direct me to post to the right page. I am really new to PLC, and want to find a tutor who is familiar with Automation Direct's...
Replies
3
Views
98
I've come across a system running omeron cx-programmer version 9.42. Am I going to need to find a legacy version of the software to edit and...
Replies
1
Views
50
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
88
Back
Top Bottom