NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

prop analogwaveform not logged

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.

 

 

 

0 Kudos
Message 1 of 6
(4,630 Views)

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,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 6
(4,621 Views)

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"

0 Kudos
Message 3 of 6
(4,617 Views)

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.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 4 of 6
(4,610 Views)

attached a screenshot. I created a local with type LabVIEWAnalogwaveform

0 Kudos
Message 5 of 6
(4,604 Views)

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,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 6 of 6
(4,584 Views)