Siemens Guru's - plz help Convert STL to Lad

poormonkey

Member
Join Date
Aug 2008
Location
Chicago
Posts
5
I need some assistance to any Siemens Gurus' who can help me convert the following from STL to Lad. I have tried all the old tricks I can remember from along time ago, but in Step 7 V13, I can't seem to get it to convert STL to FBD or LAD I read some where in the forum that this isn't possible any more. Thanks for the help...


A "MachineOptions_DB".SECOND_REJECT_ENB;
A(;
O "Faults_DB".VTPG_FLT_REJECT_VER;
O;
A "MachineOptions_DB".SECOND_REJECT_FAULT;
A "MACH_RUN";
A(;
L "MachineOptions_DB".SEC_REJ_PITCHES;
L 0;
>I;
);
A(;
L "MachineOptions_DB".REJ_PITCHES_ACCUM;
L "MachineOptions_DB".SEC_REJ_PITCHES;
<=I;
);
);
= %L6.0;
A %L6.0;
A(;
L %DB1.DBB1;
L 0;
==I;
);
= "SEC_REJ_BLOW1";
A %L6.0;
A(;
L "MachineOptions_DB".REJ_PITCHES_ACCUM;
L "MachineOptions_DB".SEC_REJ_PITCHES;
>I;
);
R "MachineOptions_DB".SECOND_REJECT_FAULT;
 
Here's the STL view:

Code:
      A     M      0.0
      A(    
      O     M      0.1
      O     
      A     M      0.2
      A     M      0.3
      A(    
      L     MW    10
      L     0
      >I    
      )     
      A(    
      L     MW    12
      L     MW    14
      <=I   
      )     
      )     
      =     L      8.0

      A     L      8.0
      A(    
      L     DB1.DBB    1
      L     0
      ==I   
      )     
      =     M      0.5
      A     L      8.0
      A(    
      L     MW    16
      L     MW    18
      >I    
      )     
      R     M      0.6
 
Poormonkey just fyi, when you have multiple outputs in one network, tia portal won't let you convert from stl to ladder.

If you copy and paste one output per network, it should be able to convert.
Below is one network:

Code:
      A     M      0.0
      A(    
      O     M      0.1
      O     
      A     M      0.2
      A     M      0.3
      A(    
      L     MW    10
      L     0
      >I    
      )     
      A(    
      L     MW    12
      L     MW    14
      <=I   
      )     
      )     
      =     L      8.0

And below is another network:

Code:
      A     L      8.0
      A(    
      L     DB1.DBB    1
      L     0
      ==I   
      )     
      =     M      0.5

Last one:

Code:
      A     L      8.0
      A(    
      L     MW    16
      L     MW    18
      >I    
      )     
      R     M      0.6

Anyways give it a try if you have a chance, this is what I used to do in my old days when I couldn't read stl, nowadays it all looks the same in my eyes. I think is better to show you why is not converting, rather than just converting for you with no explanation 🍺
 

Similar Topics

Hey Chaps, I am trying to connect an ABB robot controller to a S7-300 Controller via Profinet Abb have supplied a ''profinet fieldbus...
Replies
7
Views
4,757
The past week we received a new piece of equipment from Germany which utilizes siemens controls. Typically in our company we use A.B. controls for...
Replies
9
Views
207
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
147
Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
308
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
116
Back
Top Bottom