07-13-2011 07:28 AM
Using the read and write example from labview I get responses like "v 250" and "v 3000". How do I get just the "250" and "3000", as the right type of data, to put in a chart or graph?? Any advice is much appreciated. Thanks!
Solved! Go to Solution.
07-13-2011 08:48 AM
Best solution is probably to use an instrument driver for whichever device you are communicating with.
The other method would be a simple Scan From String.
07-13-2011 09:34 AM