S7-300 Stl convert to Lad mode

tulip

Member
Join Date
Oct 2005
Location
ist
Posts
236
Hi.Can I convert the block written in stl mode below to ladder mode?


L #InOctet
SLD 3
L #InBit
OW
T #In
L #OutOctet
SLD 3
L #OutBit
OW
T #Out

A #OutPos
X #InPos
A #Secure
AN #ByPass
= #Discord

A #OutPos
OPN "TblMIS_TOR" //db20
= DBX [#Out]


Thanks in advance.
 
I don't believe there is a ladder version of SLD in S7, however, there is a SHL_DW which is effectively the same thing in ladder I think you would need to convert it manually. the same with OW changes to WOR_DW
 

Similar Topics

We have many blocks written in STL language. STL I don't understand well. Is there any way if I can convert STL to LAD. I am learning STL but I...
Replies
2
Views
5,069
Hey hi, I have written a logic in ladder in Siemens s7 300 plc and then converted it into STL . Now I m trying to convert it into ladder again...
Replies
1
Views
2,941
First off thank you in advance. Second I am very new to STL. I am trying to build a counter that has one count up and 23 count down options. Am...
Replies
6
Views
380
Another STL question. In the attached screen shot the line with = #sf.S01_Dryer_ON dose not have the RLO on. But if we look lower in the logic...
Replies
4
Views
1,228
Hello, I am still new to STL. But from what I understand is the JC mnemonic should jump if RLO = 1. If we review both pictures the M0bf RLO = 1...
Replies
5
Views
1,057
Back
Top Bottom