03-10-2009 02:28 PM
Hello,
I receive real-data constantly, and also a boolean data that tells me if I´m receiving the data. My problem is that when I´m not receiving values, I get a zero and the program graphs it, and I get unwanted peaks. My question is if there is a way for not graphing the zero, just a blank space or something... Because I´m thinking a case structure and the boolean value in the "?" icon.. But, I don´t know what to put in it when false occurs, if I check the option of "use default if unwired" it stills graphs a zero... =(
Thanks for all your help, I´m sorry if my question has been asked before, but I didn´t know how to formule it...
Have a good day!
Solved! Go to Solution.
03-10-2009 02:35 PM
Set the value to NaN (Not a Number) rather than zero. Values of NaN do not show up on graphs - just the blank you wanted. Create a constant of type DBL and type NaN into it.
Lynn
03-11-2009 12:50 PM