Expanding the drawio use cases... #2131
michieltjampens
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working on a data logger/processor called dcafs for quit some time.
Recently rewrote the automation part that interacts with the 'outside world' to be more modular. But because of that the XML based config became a limitation. Not because of the file format but non-sequential paths would require constant scrolling back and forth.
Ideally, i could use flowcharts.
I already use drawio for documentation and was pleasantly surprised to see it is XML based and to top it off uses nodes to represent shapes instead of just drawing sequences! This gave me an upgrade path to allow 'visual programming' without having to build the GUI from scratch. Saying I was thrilled at the prospect was an understatement...
So yeah, thanks a lot for enabling this. Below is a really advanced but very functional example. To use marketing terms, Draw.io can now 'literally' draw physical IO.

Beta Was this translation helpful? Give feedback.
All reactions