I developed a proof of concept for a compiler of National Instruments LabVIEW that would allow a LabVIEW VI to actually run embedded in any Arduino platform. To date, the only support LabVIEW has for Arduino is a toolkit with some API functions to talk to the Arduino via serial comm (obviously one would need to have a portion of the sketch dedicated to the communication). I've got some example VIs compiling and running embedded on a Uno; but they would also run on any of the other Arduino targets. Once the VI is compiled and downloaded to the target, it can be disconnected from the host PC and will run like it was programmed with the IDE.
I would like some feedback from the community as to the usefulness of such product to evaluate if I invest the time into turning the proof of concept into an actual product.
Kind regards.
Filipe