NOP0
NOP0
From diagram in the link, it might even be that Process = Program. I guess ```Runtime::poll()``` might be thought of as the "cyclic" task? Maybe
Here's an example ```Configuration``` ``` Configuration MyConfig Resource MyCPU Task MyTask(Interval t#100ms); Program MyProgram WITH MyTask: PlcMain.entry_point(); End_Resource; End_Configuration; ```
> Do you think we'll want to incorporate the IEC 61131-3 software model into how the runtime is > > designed? Good question and remarks. When I think about it...
Looked through #7 and the forum thread again, and I have no further issues, that is the decision for when to go public is yours. Do you have any more...
> I'm guessing so, seeing as we'll want some level of type erasure (e.g. Box) to handle different types of process, possibly not known at compile time (e.g. ladder logic...
> @NOP0, are you able to review this new "lowering" code (in particular `iec/src/lowering/st.rs`) and let me know if you understand what it's trying to do? > Yes, for sure....
I've gone through it all, I resolved some of my own comments that were trivial/just for my own understanding. I had to read up a bit on specs, I must...
>Unfortunately I can only use my phone for a couple days. I'm a radio operator for the west Australian emergency services and have been out on a deployment for the...
>Another option is to make our own application for creating ladder logic programs. I'm fairly confident I've got the experience and knowledge to do this (it's quite similar to the...
Yeah its not ideal. Are there some good Ascii Art editors? Some brainstorming; - The file should maybe be read into a grid. I suspect we will need to traverse...