-
Hi, I'd like to ask you, which ST dialect are you plan to support? There are many variants of ST language extensions provided by vendors like CoDeSys (ExST), Beckhoff (ExST) and even open-source matiec has it's own extensions for IEC61131-3 2ed. As far as I know, no one uses a pure standard. This is because there are some ambiguities in the standard [1], and some vendors trying to make the language more "user-friendly". So, I'm wondering, are you aiming to support some vendor's language so that other PLC programs can be recompiled? Or this will be a fresh implementation of pure IEC61131-3 standard? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello, We are initially interested in supporting the 2nd edition standard features, and incrementally add more features to the compiler as needed (3rd Edition features mainly). |
Beta Was this translation helpful? Give feedback.
-
I agree with ghaith, we're aiming for the standard so far. |
Beta Was this translation helpful? Give feedback.
Hello,
We are initially interested in supporting the 2nd edition standard features, and incrementally add more features to the compiler as needed (3rd Edition features mainly).
We did not consider explicitly supporting some of the vendor extensions, but this might eventually change as the project evolves.
Our aim for now is to be able to compile most of the Standard ST code, but if such extensions make sense I think we could integrate them