06-11-2013 05:17 AM
Suppose I want to use a boolean/radio control in the front panel in order to activate certain inputs i.e. if radio has a certain value then I need to enter a set of inputs and if radio has some other value then I need to enter a different set of inputs. For example, consider a radio control having values "BUS" and "MOUNTAIN". If BUS is chosen, then the inputs given should be mileage, speed, etc. and if MOUNTAIN is chosen, then inputs that need to be given should be height, etc. How can this be implemented in LABVIEW?
Solved! Go to Solution.
06-11-2013 05:43 AM
@Dhiraj072 wrote:
Suppose I want to use a boolean/radio control in the front panel in order to activate certain inputs i.e. if radio has a certain value then I need to enter a set of inputs and if radio has some other value then I need to enter a different set of inputs. For example, consider a radio control having values "BUS" and "MOUNTAIN". If BUS is chosen, then the inputs given should be mileage, speed, etc. and if MOUNTAIN is chosen, then inputs that need to be given should be height, etc. How can this be implemented in LABVIEW?
Hope this will answer. Let me know if this answers
06-12-2013 12:47 AM
It helped. Thanx a lot 🙂 !!!