07-11-2011 08:33 PM
Does anyone know how to use data taken from an Instrument I/O Assistant Input and put it into the y values of a graph?? I'm having issues with this because it returns values like "v 0" and "v 256" but I need just the number value to get a graph to work. Any advice would be very much appreciated. Thanks in advance!
Solved! Go to Solution.
07-13-2011 02:13 PM - edited 07-13-2011 02:15 PM
Hi Rach_77,
In order to get rid of the "v ", you can use the String Subset Function and set the offset to 2. This will take away the first two values and just give you the number. From there, you will just have to convert the value to whatever type you would like. I hope this helps!
Kim W.