S7 - SCL Question

STL???

Member
Join Date
Sep 2005
Location
UK
Posts
879
Hi,
I have to look at a new machine next week which has been partially programmed in SCL.

I believe there is a Source and a compiled file when programming using SCL, Just to be 100%, Do i need to ask for both files so if future modification is needed i'm covered?

thanks Steve
 
You need the source file in order to troubleshoot and to make any modifications.
You need the compiled file if you want to be able to download the program immediately, or if you do not have SCL.
 
Source File

The source file is what you'll need to be able to change any functions in that block. The compiled file is what u use when you are calling the source file in the Program Structure... You only need the source file in this case if you want to edit the software.

Regards
 
Last edited:

Similar Topics

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
82
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,072
I just found a piece of code using an operator "+=" IF tag1 AND tag2 THEN tag3 += tag4; tag5 := tag5 + tag6; END_IF; I don't...
Replies
11
Views
4,786
I am having difficulty doing something i do in every other plc without a problem I have created an SCL AOI. I have an integer input to it. Lets...
Replies
3
Views
1,611
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,983
Back
Top Bottom