function call stl -> lad

A

Thread Starter

Andy

Hello, I converted a program from S5 to S7. Now all function calls are not representable in KOP. There is very many. How can one change that?

Andy
 
Hello Andy,
It might be that there is no conversion possible in S7. But most of the time when it could be presented in S5 as LAD then it must work in S7 the same.

The conversion is from STEP5 to STEP7 in ASCII. After that you have to compile this ASCII file and then the blocks are presented. Because the ASCII-file is a STL file, the blocks will be generated in STL. In the editor how ever you may switch them under "VIEW" back to LAD or FUP.

So you have to switch the view in the right 'language'and then it would presented in LAD, save it and the next time it would directly presented in LAD.

Good luck,
Lowiek
 
if you call a FC or FB in STL with parameters then its not possible to show the network in LAD. you must change it with the converter or manually.
 
Top