01-20-2011 12:07 PM
I am making a program that takes a reading from a DAQ board. My issue is I don't always want to see all the channels that we are using. So I want the ability to turn off the channels ( right now using a Boolean true false check box) and still see the other plots. I have gotten this far but when I want the colors for the plot line not to switch. For example plot 1 I had green and 2 red. When I unchecked 1 the 2nd line goes to green. I want it to stay red...Is this possible.
Thanks in advance
Solved! Go to Solution.
01-20-2011 11:26 PM
Hi Tech!
Try this.
01-23-2011 09:29 AM
Thanks,
Had to just figure out how to implement it into my VI but once i got that it worked like a charm...
Thanks again!