09-22-2009 10:19 AM
I have a main VI who opens a subvi by reference (let say VI1). I can call the VI1 several time during a test (to change the configuration of the test during execution).
In the previous versions:
- Invoke node FP.open
- Invoke node CtrlValSet for each data I sent
- Invoke node Run VI.
It is working fine but the diagram is a mess for the CtrlValSet(up to 9).
I try to improve the code and I made an attachment with a simplified version (of my current code). I need advice and comment to improve this(maybe restart from scratch?).
My main VI opens 5 differents VIs by reference and I try to standardize the sequence: open VI, send the data and run.
Jean-Marc
09-22-2009 10:54 AM
09-22-2009 07:23 PM
Thanks Mark,
I will seriously consider those possibilities.
Jean-Marc