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,793
I'm using the Siemens PRONETA software to do some IO testing currently. I love the simplicity and fast testing capability. Does anyone know about...
Replies
0
Views
54
Hi, First time user of S5 Siemens. Is there any solution on how to solve this kind of error. HMI OP7 $613 DB-error No. 11 (0: 15) Siemens PLC...
Replies
9
Views
132
Hello, I have an issue where I want to simulate an Siemens HMI panel, through NAT connection to a PLC. I have the possibility through extended...
Replies
4
Views
115
Hi all! Please inform me if i can make programing of the HMI SIEMENS IPC477D from TIA Portal software or not? I do not have WINCC software but...
Replies
1
Views
86
Back
Top Bottom