LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Indicator bound to shared variable

Does anyone use indicators that are bound to shared variables? How is it working out for you? I inherited an app that has a gazillion SV's and want to simplify a few things. Thanks in advance.

PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 1 of 2
(2,142 Views)

They've worked out great for me. I have quite a few indicators of various types to display telemetry in the UI to the user during a test. The shared variables are all written in a particular background thread. I don't use a "gazillion", though, perhaps no more than 40. I'm able to read, process and write the shared variables (and see indicator updates) at a 60 msec rate under Windows XP on a PXI controller.

0 Kudos
Message 2 of 2
(2,122 Views)