02-21-2021 03:57 PM - edited 02-21-2021 04:00 PM
Create a dial control that goes from 0 to 2, with 3 LED displays: one green, one yellow and one red. Have the VI turn the LED green when the dial is on 0, yellow when the dial is on 1 and red when the dial is on 2.
I have a case structure with numbers 0,1,2, each with an led. I'm getting an error and thinking it is maybe because I am using the dial as a control? I feel as if this should be a straightforward VI to make but am fairly new to Labview. Thanks!
02-21-2021 05:10 PM - edited 02-21-2021 05:11 PM
You dial control can have an almost unlimited number of possible values. Make sure that you have a default case that executes when a value occurs that is not mentioned.
This looks like homework, so here are some tips:
02-21-2021 07:06 PM
Appreciate the feedback and will definitely do some tutorials. There sadly has not been any class notes to look at 😞