01-08-2009 06:54 AM
Hi,
I am wondering if anyone can explain to me how to convert my string data (output, see vi) to dynamic/numeric so that it is able to be displayed on a graph.
The reason that I need to do it this way, rather than make a graph while recording the data, is that I need to create a historical records of the data to future references, so a graph is perfect.
Any help much appreciated
Chaz
01-08-2009 07:04 AM
01-08-2009 07:14 AM
01-08-2009 07:19 AM
01-08-2009 07:21 AM
Hi Chaz,
you don't need dynamic data, numeric values are enough. Which column do you wanna plot into a graph. Use the index array function to get the column you need and convert it to numeric. You can connect the result directly to a graph indicator.
Mike
01-08-2009 07:36 AM
I need to keep it as string in the array due to the fact that i need the date & time to display...
Chaz
01-08-2009 07:58 AM
Also i need to display column 3-6 as column 1 is date & column 2 is time.
Chaz
01-08-2009 07:59 AM
We have all been new to labview sometime. Like you are now. But I think you should spend some more to familiarize your self with Labview. One way to learn Labview is to browse trough the labview examples. If you are looking for a specific example use the find example under help (menu bar). I am also sure your school has some Labview books. This is only a friendly tip 🙂
Good luck