LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass values from one screen to other when both screens are opened

Hi,
I am having two screens (Screen1 and Screen2). In Screen1 i am reading data from the DAQ card and i need to display the read data in Screen2 continuously.In Screen2 i am having analog meter,graph controls.The read data has to be displayed in that controls.
I need to create Screen1 and Screen2 as modeless dialog (A modeless dialog box allows the user to supply information and return to a previous task without closing the dialog box.).To create a modeless dialog i tried Windows Appearence->Floating.
 
Can u tell me any method to achieve this?
 
Regards
Meenatchi
0 Kudos
Message 1 of 2
(2,133 Views)
Hi Meenatchi,

there are many ways to pass data: global variables, LV2-style global aka action engine, queues, references, files... Choose whatever is suitable to you!
Best regards,
GerdW


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