If anyone can help it would be much appreaciated. Im running a MMR K20 Temp controller, Im trying to read the temperature off of it. The command to ask for the temperature gives a return of "234.43K
>"
It gives back a space or newline and the character ">"
So everytime I try to plot the temperature it first gives me the correct reading, then it plots the other characters which ends up being "0" so I get a plot that looks like a triangle wave.
I know I can use the match pattern vi, but the problem is, the machine doesnt return the temperature readings and the extra characters all at once. On the first pass it will give the temperature. On the second pass it will give the new line and the >, so even when i use the match pattern, it still gives a 0.
Is there a way to work around that problem?
Can I scan to see if its numeric and only plot it when its a numeric value?
Thanks again. NI message board is always helpful.