LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform Signal (Array) to Database

I used almost of my time today to figure out how to store data into database (Microsoft Access 2007).  Finally, I got the data stored as long binary data format, however, I would like to store as some form that I can see directly when open the database (using Micosoft Access) and I stucked with this at least 3-4 hours (online searching, example) and I still did not figure out yet.  I would like to get help.

 

I sampled the data from DAQ with 8 analog inputs, the output data from DAQmx is array type, I try to convert it input other data type but I either got long binary data format into database or an error. 

0 Kudos
Message 1 of 2
(2,849 Views)

I successfully use these SQL tools to write to an Access DB.

 

http://jeffreytravis.com/lost/labsql.html

 

In Windows XP you have to use ODBC (in Administrative tools in your control panel) to specify the database location.

 

Let me know if you need any more information. I can send block diagram screenshots of how I'm using it if it will help.

 

Eric

0 Kudos
Message 2 of 2
(2,842 Views)