Siemens S7 SCL Compare Utility

Imi'ike

Member
Join Date
Jul 2004
Location
Western Michigan
Posts
243
Is it possible to compare functions or source files within the SCL editor? I could not find such a utility or tool. If there is such a tool, can you tell me where to find it? If there is no such tool, how do you compare files?

In my case, another programmer made a change to one of our functions. This change actually made the operation worse, so I would like to modify it some more. Since he is not here for a few days, I would like to make the change myself. The easiest way to find where he modified the code is to compare an older version to the current version.
 
As far as I know the only compare utility in STEP7 compares compiled blocks in different projects, or compares blocks offline and online. There is no in-built facility for comparing a source file with another source file. And there is certainly no way of comparing a source file with a compiled block.

However, since each SCL source file is just an ASCII text file, there are many ASCII text editors with the facility to do line-by-line comparisons and identify changes.

regards

Ken
 
Thanks guys. I was just hoping that I missed it, but I did end up using an external editor. It just seems a shame that you have to use an external editor to make comparisons.
 

Similar Topics

Hello, When you want compare values of an array to a range of numbers is it a right way to do that? FUNCTION ADD VAR_IN_OUT A:ARRAY[1..50]...
Replies
5
Views
2,064
Hi All, I need to try and convert some code from Siemens SCL (TIA16) over to Allen Bradley RS5000. I have attached an image of the SCL and what...
Replies
10
Views
4,047
in the scl code written in screenshot Line 1 condition is false but still the program checking the line 2 condition and says it is true i had...
Replies
3
Views
1,751
I am new to PLC programming. Is there a standard way to incorporate alarms / warnings / events such as the exceptions in C++ or Java where you can...
Replies
5
Views
1,956
Hello All, I am new to programming with Tia Portal and I am having difficulty with something that we have found "easy" in other programming...
Replies
3
Views
2,369
Back
Top Bottom