Comparing Tasks in RSLogix5000

Burch

Member
Join Date
Jun 2014
Location
Michigan
Posts
54
Good Morning,

I have two tasks within a RSLogix 5000 application I would like to compare.

I know I can use the Compare utility to compare two different applications (programs), but how can I compare two tasks within the same application?

I exported the two tasks as .l5x files, but the compare utility does not seem to like them...

Any ideas would be great.

Thanks,

Burch
 
You can compare them using Notepad++. I don't remember off-hand if the compare plugin is part of the regular install, but easily downloadable.

2015-01-15_11-06-12.jpg
 
You have my curiosity just as widelto's.

What exactly are you trying to compare? As surely they are not identical. IF, the ladder logic is in fact "identical" but all the tag references are not identical I would encourage the use of "program scoped" tags, so that all ladder and tags are identical, and just change the program tag aliasing to change the references at the controller-tag level.

Then you can simply copy/paste all logic and the program tags will automatically change the reference according to their alias.
 
If you want to use the compare utility, then export the task and import it into a DIFFERENT PROGRAM.

BEFORE
-Program1
---Task1
---Task2

AFTER
-Program1
---Task1
-Program2
---Task2

Then compare Program1 to Program2.
 
No, they are different, but need to be made the same.

You mean the program code needs to be the same, just addressing different tags ??

If that is the case, then I second, and recommend the solution provided by Paully's5.0 in post #4

But you have opened up a can of worms here.... you have multiple tasks (event or periodic) that need to be identical ??

There is no way you can guarantee that a programmer will make the same changes to all the "identical" tasks, and it seems to me you need a robust solution to ensure the code is identical for each "instance" usage. There are indeed techniques for ensuring this happens, but we would need to know a great deal more about the application, and the current structure of the program to advise further.
 
Thank you, JordanCClark. I just read your post and made my day. RSLogix 5000 Compare v3.20.02 Build 90 was giving me trouble "Specific cast is not valid. Additional Info: Project XML file is not formatted properly."

I downloaded Notepad++, enabled the Compare plugin as you suggested and life is beautiful again.
 

Similar Topics

I’m running a micro 820 to measure a tank level, then turning on equipment at certain levels. I have an analog input (4-20) that I’m storing and...
Replies
10
Views
279
How do you go about implementing, on the M580 PLC, how many days, hours, minutes before a predefine event in the future? The RRTC_DT yields the...
Replies
3
Views
1,809
This is a Citect SCADA question I have Six variables of type REAL (Float) to compare and determine (identify) which variable has the highest...
Replies
4
Views
1,420
I have currently made a logic to read Serial input from a barcode scanner. The situation is that I need to read the barcode from the machine and...
Replies
5
Views
2,039
Hello, We are using Schneider SCADAPack 357 and Trimble Acutime 2000GPS. We are getting the data as a string(ASCII) from...
Replies
3
Views
1,477
Back
Top Bottom