rustmatic
rustmatic copied to clipboard
PLC programming in Rust!
Hello. I have two issues. **1.** I need a list of features with status (done/in progress). Because I don't know which features are done. **2.** I would like to create...
(Closes #40)
I think it'd be cool if `rustmatic` could handle ladder logic programs as well as structured text. One way we could do this is by getting people to write ladder...
I just came across [this example](https://github.com/rustwasm/walrus/blob/master/examples/build-wasm-from-scratch.rs) of compiling an entire function to WASM using the `walrus` crate, and they make it look pretty easy. I reckon we should be able...
Propose to go for char driver instead of sys-fs. More info here https://github.com/rust-embedded/gpio-cdev
This is a function block from the standard. I think we'll need this for the blinky IEC program, since this is analog to ```elapsed```? The interface is like this: ```...
I'm currently working on the #19, #22, #29 PR's. Where to next? I guess there's some options 1. Contributing more to the parsing, like #19, #22 2. Contributing "well known"...
Need #35 , #33 , #34 Rough sketch, there could be errors here... ``` PROGRAM Blinky VAR clock: RTC; start: DT# := DT#2019-12-17-00:00:00.000; // Some arbitrary start time current: DT#;...
Something like ```"%" ~ ("X"|"B"|"W"|"D"|"L"|) ~ UINT```
This is - [ ] ```TIME#``` // Needed for MVP - [ ] ```DT#``` // Needed for MVP - [ ] ```DATE#``` - [ ] ```TIME_OF_DAY#```