12-07-2012 04:31 PM
Hello,
My VI reads in data as ( 21, 320) in the form of string. I need to separate these two string and convert into numbers to display on two different chart. Any help on this would really be appreciated and if you could include the VI's that would handle it. I am new to this Labview STUFF.. Thanks..
12-07-2012 04:40 PM
This is a very easy problem. First step should be to go through the tutorials that ship with LV.
Basically there is a function that allows you to split a string in two at a delimiter (the comma in your case). Then there are other functions that will turn the string "320" into the number 320.
Mike...
12-07-2012 05:00 PM
I tried to find the function but had no luck. I found the function to convert string to numbers but not one to parse and remove that comma and get input.
12-07-2012 06:12 PM