It's actually pretty simple. You can take a couple of different
approaches. For each control/indicator you can create a property node.
One of the properties is Visible. You could have a .ini file with
entries for each control. Use the Read Key function (File
I/O>Configuration File VIs palette) to read a Boolean value for each
and wire the result to the property node. That might be a lot of
property nodes and entries in the .ini file so you could group
controls on a tab control and do something similar in your .ini file
for the different pages of the tab control. You can make different
pages either visible/invisible or enabled/disabled.

Reply via email to