LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I have some problem for my aplication

I have a VI "Page_Principal_modif1", when I run my application, I see the menu File, Window, .., Entrées Consignes, etc..
In my case, I'd like to enter the différents values in the sub vi Entrées Consignes and I save them in the cluster.
My probem is , I' d like to display the same values in my VI "Page_Principal_modif1", What I do? I create one solution but it is not good.
Can you help me , please?
My second problem is, when I enter the différents values in the sub vi " Entrées Consignes", I' d like to save the values enter until someone change it.
Thanks you for your help.
0 Kudos
Message 1 of 2
(2,468 Views)
To get data into multiple VIs executing at the same time you will need to use either global variables or a synchronization data type like a queue or notifier. Please see the links below for more information about these structures.

What Is a Queue?

What Is a Notifier?

Global Variables
0 Kudos
Message 2 of 2
(2,409 Views)