LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

value of the control from one to pass to another vi

Hi,
 
Is it possible to get the value of numeric control  from one vi to another vi's numeric control textbox.
 
Actually I am enter the delay and threshold value in one vi and when I click the button O it closes the vi and opens another vi to performing sensoring of the liquid level. So I need the value of the delay and threshold to be display here automatically when this vi is opened.
 
Thanks. 
0 Kudos
Message 1 of 2
(2,572 Views)

There are many ways to pass data between controls on seperate vi.  The easiest it direct wiring, make the control an imput which is wired, when you launch this vi it will have the value.  Other methods include using a global (not a good way but easy), using property nodes->value as well as many others.  I would use data flow If I were you (the direct wire of the control)

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 2
(2,561 Views)