01-17-2008 10:29 AM
01-17-2008 11:03 AM
01-17-2008 11:10 AM
First, you need to design and create the database. Do you have any experience with that? Do you actually need a database?
If the answer to the first question is no, then you will also need to learn about databases and SQL.
If the answer to the second question is that you do need it, then after you create the database you need to access it using LabVIEW. In Windows, this is usually done through ADO and there are several free tools on the web for doing this. Searching for LabSQL should provide one example. Searching these forums for Mike Porter's posts should reveal some more VIs. Searching the LAVA forums for "ADO" should get you at least one more.
As for what to do in LabVIEW itself, this depends on your actual setup, but it seems to me that you can use the Get Waveform Components primitive to get the raw data in an easy to use format and then convert it to a string and create a relevant SQL query using the Format Into String primitive.
To learn more about LabVIEW, I suggest you try looking at some of these tutorials.
01-17-2008 01:26 PM
01-17-2008 01:34 PM
01-17-2008 03:24 PM
01-18-2008 11:58 AM