|
|
Subscribe / Log in / New account

A bit of visual programming with MicroFlo

A bit of visual programming with MicroFlo

Posted Dec 8, 2013 16:17 UTC (Sun) by erwaelde (subscriber, #34976)
Parent article: A bit of visual programming with MicroFlo

Interesting. Thanks for pointing this out!

I tried the examples successfully. It seems that a system (approx 16k) is put onto the controller first, which is used to run "my program". This bit reminds me of Forth, which I use routinely (http://amforth.sf.net) --- except for the gui clicky part, of course. amForth puts some 8k onto the controller to run "my program".

Happy hacking!
Erich


to post comments

A bit of visual programming with MicroFlo

Posted Dec 20, 2013 12:49 UTC (Fri) by jonnor (guest, #76768) [Link]

Yep, the runtime and a set of components is uploaded to the microcontroller first. Changes to the graph is then transmitted from the UI (or can be loaded from progmem), to set up "the program" by instantiating components and connecting ports.
In the future there will be a need to configure which component(sets) are included in the image.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds