Maybe we can try node red as VI orchestration UI.
Each VI can be represented as a node in the graph, and the numbers of input channels and output channels can be simply shown as connectors for each VI.
https://nodered.org/
and here is an example
https://www.pjrc.com/teensy/gui/index.html
I found a library for making LabVIEW-like flow charts. Maybe we can consider using it for wiring VIs up, and use the named connectors instead of the globally assigned channel numbers. I put the link in the issues.
But I think we should try it after publishing the paper or find someone who is familiar with JavaScript and GUI development
Maybe we can try node red as VI orchestration UI.
Each VI can be represented as a node in the graph, and the numbers of input channels and output channels can be simply shown as connectors for each VI.
https://nodered.org/
and here is an example
https://www.pjrc.com/teensy/gui/index.html
But I think we should try it after publishing the paper or find someone who is familiar with JavaScript and GUI development