LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Instrument I/O Assistant and Graphing

Solved!
Go to solution

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!

0 Kudos
Message 1 of 2
(2,280 Views)
Solution
Accepted by topic author Rach_77

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.

Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,262 Views)