11-15-2013 07:01 AM
Hey,
I have an output signal from my first program and want to use this signal graph as the second one's input.
Any ways to do that?
Thanks.
11-15-2013 07:12 AM
Hi,
are you talking about stand-alone applications/executables or about simple VIs?
When using VIs you simply have to wire the output of 1st VI to an input of the 2nd. When using executables you should think about file functions, or network data transfer...
11-15-2013 07:12 AM
What exactly do you mean by "program". Do you mean VI? You can havea VI call other VIs. You just need to connect the inputs and outputs of your subVIs to the connector pane and then wire up between your two VIs.