10-29-2014 10:38 AM
Hi All,
I want to store waveform in a SQL database. I`m using MS SQL. When I test a numeric limit test the results are logged in the prop_numericlimit table but when i`m using analog waveforms the data does not appear in the database. The standard report file of teststand shows the waveform correctly.
The generic recordset schema is used with TestStand 2014
I marked the 'log' checkbox at additional results. Still not getting any data in the database.
10-29-2014 10:49 AM
It is being put in the Prop_Binary table. Depending on the version of TestStand you have you should be able to just double click on the data in the Database Viewer and see your data. 2014's new Database Viewer is amazing.
Hope this helps,
10-29-2014 10:55 AM
I agree that the new database viewer is excellent.
But the prop_binary table is also empty. The prop_result table does contains records with labviewanalogwaveform in "type_name"
10-29-2014 12:14 PM
What datatype is Locals.analog? I just got it to work but my variable had to be LaBVIEWAnalogWaveform datatype.
When I didn't put a variable there it didn't work.
10-29-2014 03:45 PM
attached a screenshot. I created a local with type LabVIEWAnalogwaveform
10-30-2014 08:57 AM
What version of TestStand you running?
In 2014 I set the default Database settings and turned database logging on. Then I created a simple VI that generates and outputs an Analog waveform. I simple called that VI from a TestStand step and checked the logging for the Analog Waveform parameter. It didn't work. So I created a local variable of type LabVIEWAnalogWaveform and put that as the parameter with the logging still checked. Worked like a champ.
Am I missing something?
Regards,