S7 SCL Debugging

thetripathi

Member
Join Date
Mar 2008
Location
Bangalore
Posts
11
Hello All,
I have created an FB the code of which is written in SCL.After compilation, I got the FB but the simulation is not as per my requirement.When I try to monitor the SCL code, all I can see is the STL version of the SCL code which is very difficult for me to read as I am not accustomed for it.Is there any other way of monitoring it? Does the SCL source after compilation get automatically stored as STL for monitoring?

Plz let me know

Thanx in advance

Preet
 
Check menu option customize-->compiler in the scl editor there you have an option to include debug info.

Create debug info
· This option allows you to run a test with the debugger after you have compiled the program and downloaded it to the CPU. The memory requirements of the program and the runtimes on the AS are, however, increased by this option.
If this option is activated, the reference data required for debugging are created automatically.

Check this box compile and download now you will be able to monitor your block with the googles
 

Similar Topics

I´m programming in SCL using the PLCsim simulator When I debug for instance integer variables, I can see their value in the right window. But...
Replies
10
Views
5,883
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
267
Hi everyone, I am new to this amazing world of PLC, well... I mean, in practice, since I already knew electronics, programming languages, IT, and...
Replies
7
Views
608
Hi all, This is my first post; I am new to PLC Controls stuff and English is not my native language, so I apologize in advance if something is...
Replies
4
Views
490
Hi! I am working on a project were we will be replacing an 300 CPU with a 1500 CPU and we are working on migrating / converting code. There is a...
Replies
9
Views
1,026
Back
Top Bottom