STL code clarification

Iman

Member
Join Date
Jul 2010
Location
Tehran
Posts
172
Hellow guys,
I've STL logic which is produced from SCL source. But the problem is that I don't have the source, then I just have the STL code and cannot convert it to SCL source. The following codes is written many times but I don't understand the reason of this code. In fact I know what the function of each line is but in overall I don't understand what is the reason of these lines and what is SCL source of these lines?
Code:
      L     W#16#2C2
      T     LW     2
      TAK   
      T     LD     8
      OD    DW#16#84000000
      T     LD     4
 
The STL you posted needs much more context. We need at least some of the lines before and very likely several lines after. Without knowing what LW2, LD4 and LD8 are used for it will be hard to know what this is supposed to do. If I had to guess this is setting up call parameters for a function call but that is just a guess.

Keith
 

Similar Topics

Hey everyone, In the middle of deciphering STL code in S7 plc and I'm confused. I interpret the following code to be load the register "#Step"...
Replies
11
Views
2,083
Hi, Anyone know why this network is not longer shown in LAD format but only in STL ? O "RB 20878".EinfV O "RB 20878".EinfR...
Replies
11
Views
2,584
Hi people, could any one tell me if i have converted this STL code correctly A M 30.7 O M 31.0 A M 105.7...
Replies
3
Views
1,486
What does the following code meas ? = Q i 0.10 thanks
Replies
3
Views
2,048
IS it possible to write this on a better way: L #db_Num2 L 121 ==I JNB _02 CALL "CONT_C" , "DB_reg_igla1"...
Replies
3
Views
2,642
Back
Top Bottom