10/1/2021 11:39 AM | |
Joined: 1/4/2019 Last visit: 4/1/2025 Posts: 26 Rating:
|
Dear Frinds. Did you find the option to translate the program from CodeSYS to STL? ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 10/01/2021 12:59:38New subject after splitting |
|
10/1/2021 3:41 PM | |
Joined: 9/27/2006 Last visit: 4/27/2025 Posts: 12347 Rating:
|
Hello Tincek; One point to start with. Among the 5 PLC programming language standardized under IEC 61131-3, there are 2 that you seem to mix up: IL (instruction list) corresponds to Siemens' STL, whereas ST (structured text) corresponds to Siemens SCL.
Siemens STL resembles assembler programming, SCL is a high-level program close to PASCAL. It is already a lot of work within a Siemens program to translate from STL to SCL, so atranslator from a 3rdd-party programming language would be very difficult to generate. Codesys uses mostly ST, so what you should be looking for is to translate from Codesys to SCL. I have located no sites offering a translator program between Codesys ST and Siemens SCL. The Codesys organization website only recognizes the IOT2000 from Siemens, and none of their PLCs. https://www.codesys.com/search.html?id=&tx_solr%5Bq%5D=siemens The best option you have is to learn both Codesys and SCL, and produce the ranslated code by hand. Hope this helps, |
Last edited by: dchartier at: 10/01/2021 15:42:33 |
|
Follow us on