LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to store waveform to blobs in labview

Hi , I would like to write waveform in binary to SQL. Has anyone tried that before. I would greatly apprecaite your help. An example would be great

Thanks 

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

Hi tintin_99,

 

The LabVIEW Database Connectivity Toolkit expects SQL commands in the string format.  The function you will need to use to register your SQL commands is the DB Tools Execute Query VI.  

 

From a digital waveform, you first need to convert the "Y" data elements from digital data to their binary equivalent, using the available Digital Waveform functions.  You will then be able to convert the binary data to a string using the string conversion functions.

 

Hopefully this helps.

Marshall B
Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 2 of 2
(2,404 Views)