04-12-2010 02:40 PM
I am using a Labview driver for a linear stage. To use this stage, I need for it to output the position which I can get. However, it outputs the position in a string like the following:
POSITION=-1.2754
>PRINT "POSITION=" POS
How would I get rid of everything except for -1.2754? Is there some type of deconcatenating feature in Labview?
Thanks!
Solved! Go to Solution.
04-12-2010 04:05 PM
would this work?
04-12-2010 04:18 PM - edited 04-12-2010 04:18 PM
Not sure what you mean by a "deconcatenating feature". The Spreadsheet String to Array is the closest I can think of.
I am assuming that's 3 lines that you're getting. The example shown above can be simplified to this: