Using LabVIEW 6i, I am creating an interface to control a set of valves. Sometimes the valve control is automated, but manual control is also allowed by flipping a "manual control" switch. When the controls are in "automate" mode, they can not be switched by the user. The way I have done this is to create two sets of controls on top of one another: one is a "control", and the other is an "indicator". When I switch between manual and automatic, I change the visibility of the controls to show either the 'control' or the 'indicator', respectively. It seems that there should be a better way to do this. Any ideas?