-
https://github.com/runtimevic/OOP-IEC61131-3--Curso-Youtube/blob/135816b26bd56955a013b2c7cc9468f983c5ea50/TC3_Design_Patterns/Prototype/Prototype/Circle.TcPOU#L30
There is a error with this line. …
-
Hello
I am building a PLC project using the build configuration (plc.json) of rusty.
Is there a way I can specify compiler flags during the build? I specifically want to enable the -g (debug) f…
-
Hi. Please advise me on this question - the compiler does not allow bitwise access to bitwise strings. What can this problem be related to, because the manual says that this is correct.
![01](https…
-
**Describe the bug**
I'm attempting to generate the LLVM IR for the stdlib, but `string_functions.st` causes an issue. Specifically, it appears that [lines 560-685](https://github.com/PLC-lang/rusty/…
-
-
**Describe the bug**
Given an external function and a class method, the validator will always report a reference issue with the function if called from that method
**To Reproduce**
```st
FUNCTIO…
-
I'm trying to create a function that get a list as argument
I need to make something like this:
a=class()
b=[1,2,3]
a.set(b)
But I can't create the FFI function
I've tryied:
void class_…
-
-
RuSTy while a nice name has more relation to Rust than it does to the IEC61131-3 Languages, or even just ST
We need a name that better reflects the goal of the project, not the way it is being implem…
-
It seems to be incompatible with the code splitting of B&R libraries.
B&R has separate files for variable declarations (`*.fun`) and source code (`*.st`) of functions and function blocks.
- it's a…