05-30-2013 07:45 PM
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
06-04-2013 05:27 AM
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.