Downgrading .acd file or Recovering tags from L85E (V28) to import in L73(V28)

PreLC

Member
Join Date
Apr 2019
Location
Mars
Posts
587
Hello,

We upgraded our PLC to L85 but then realized that some old software no longer runs with it.

We still have the old PLC, but we can't downgrade the acd file. Is there a way to manually do it?

Thanks!
-PreLC
 
Sometimes this works.


1. Export your ACD file as an L5k file
2. Open it in a text editor
3. Find the version and processor and change them
4. Make a new ACD project and import the L5k file


Not sure if it will work in your situation but I've done it in the past.
 
if i understand your question,you want to replace L73 controller with L85E.
at first you need to upload current .acd file with L73 controller, then change controller L73 to L85E in studio 5000 IO tree at offline, save .acd file.after replace controller with L85E in backplane, go to firmware upgrade (since L85E and L73 firmware are different). last step download to L85E controller.
 
Last edited:
For some spectacularly stupid reason, Rockwell will not let you change a controller from the newer architecture (5380/5580) to the older architecture (5370/5570), regardless of firmware revision. In other words, if you have a project that is a L85E, you cannot change it to a L73.

If you create new projects of both controllers and compare the L5K's, there are only about a dozen lines of difference. You may be able to hack up your L5K to convert it, I did it with a very simple project (no logic or I/O) just to see what would happen.

The more practical option would be to create a new L73 project and start importing stuff.
 
Our PLC was backed up(With tags uploaded too) and then the firmware was changed.

Our challenge wasn't to find the old ACD file, but to get the actual raw tag data value. Is there a way to use the L5K to get the old raw data?

Please let me know. Thanks!
 
The values are stored in the L5K, in the tag definitions. I'd suggest creating a new project with one or two tags, put values in the, then export to L5K

When you open the L5K, look for:

Code:
  TAG
      Tag1: DataType := [value1,value2,value3,etc];
      Delay : TIMER := [0,0,0];
  END_TAG
 
Why downgrade the processor? What software does not work with it? Is it a Rockwell title?

I would think if you spent the money on a L85 that updating the software would be the better and maybe easier problem to solve?
 
Thanks DM I'll get right around to it.

@Phil Buchanan: It's the Ingear ActiveXhttps://ingeardrivers.com/products/activex-controls/ software.

Doesn't seem to have a newer version. Is there a way to get it up with some hacks?


If I want to continue with the upgrade: At this point, I'm considering an intermediate lower level PLC which is compatible with our current software, acting as a communication slave.

What do you all think?
 

Similar Topics

I went from version 21 to version 13 of the software. I uninstalled the version 21 software, and followed the clean up process in tech note...
Replies
4
Views
910
I have several Modicon Quantum 140CPU43412A controllers that I want to downgrade from Unity OS to Concept OS. I first swing at it was to use the...
Replies
2
Views
1,564
So I have an L62 and want to use an EDS for a device. I need the newer version of the firmware (using 20.11). I realized the CPU in my test bench...
Replies
5
Views
3,356
Hi, I have working programme installed on 1756-L61, for some purposes I need to install at my lab controller which is 1756-L1. I have rev 13 and...
Replies
3
Views
2,749
Can anyone direct me to some instruction for downgrading to firmware on the Modicon Momentum PLC's by Scheinder. In need of V1.11 Thanks!
Replies
0
Views
1,472
Back
Top Bottom