LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Basic Serial Read and Write example used in a graph

Solved!
Go to solution

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!

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

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.

Scan From String.png

Message 2 of 3
(2,714 Views)
Thanks so much! It worked perfectly with the string scan setup you suggested. 🙂
0 Kudos
Message 3 of 3
(2,708 Views)