A variable gets changed throughout the VI several times. I would like to display it in on two different tabs in the front panel, in different styles (thermometer, numeric indicator).
This answer does not work for me, since there is no "digital display" available if the variable is already displayed elsewhere.
Thanks!
You can wire any number of indicators to the same data source. Just use the wiring tool to link up the terminals on the block diagram.
If you're writing data to a local variable of one indicator and you want the second one to update at the same time, you have a few options:
If you choose one of the options with a while loop, you'll need to figure out how to stop the loop when the rest of your program is finished. Notifiers are handy because when you release the notifier with 'force destroy' True, any wait on notification operations will stop waiting and return an error value which you can wire to your loop terminal.