Replies: 3 comments 4 replies
-
I quite like the idea of a separate library that is always included 👍 |
Beta Was this translation helpful? Give feedback.
-
@riederm Ideas? |
Beta Was this translation helpful? Give feedback.
-
Of course a function like To wrap it up, I think a lot of functionality in the standard library is target independent while some very basic functions need in fact be interchangeable (i.e. for Linux, Posix or embedded targets like ESP32/moongoose os for example) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The IEC61131 standard defines some conversion functions as builtin. How should we support these functions?
Examples would be :
ADD
MUX
XXX_TO_YYY
conversion functionsREF
(ADR
in codesys) for reference/pointer adresses.I suggest writing these in a library that is always included.
Such an "std" library could eventually also be repurposed to define the standard data types.
Beta Was this translation helpful? Give feedback.
All reactions