LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Global Variable save turns out to be **.gbl.vi

Could the extension be the reason for my global to be in op or should I concider using a qu...(I am passing data from a while loop to another parralel while loop with a sub VI.
0 Kudos
Message 1 of 2
(2,831 Views)
The extension shouldn't cause a problem. What exactly is the trouble that you're experiencing?

Concerning the rest of you question, queues or notifiers either one would work--and would be better than a global. Your selection between the two depends on the functionality that you want. A queue allows multiple locations to write to a common FIFO and the receiver will see all the messages in the order they were written. With a notifier, a value can be overwritten if the receiver doesn't read fast enough.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,831 Views)