LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

synchronic global variable

I use property node to link the counter outside the for loop & then use global variable to link the counter to other VI. I have already set synchronic display. Please read the attached file first. You will see 'G' & 'GG'. 'G' is link to counter by property node, 'GG' is the global variable, both has set synchronic display. However, only 'G' is synchronic but 'GG' is not. What can I do to solve it??
thanks
Download All
0 Kudos
Message 1 of 2
(2,567 Views)
you can find out more on the "synchronic display" 

"here"
. It is not the proper way to link data between Global Variables.
Once you created the global variables, you don't need to do anything. Just call
and use the global variables directly. Refer to the manual or online help to
find out more how to use the global variable.
------------------------------------------------------------------
When you feel sad, laugh
0 Kudos
Message 2 of 2
(2,567 Views)