LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i use first program's output as second one's input?

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.

0 Kudos
Message 1 of 3
(2,365 Views)

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...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,361 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 3
(2,360 Views)