NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

databse options callback

Solved!
Go to solution

I've tried to make a simple seq using a databse options callback (access database).

I get data in the UUT_RESULT table only, which mean the actual result of my numeric limit test is not logged.

 

Is it something wrong with the schema parameter ?

 

Where can i find documentation on the parameters in the database option callback, e.g. the exact name of the "generic insert (NI)" schema.

0 Kudos
Message 1 of 4
(3,669 Views)
Solution
Accepted by topic author NikolajEgeskovOstergaard

In your fileglobal you have IncludeStepResult set to false.  That is what will have your limits and measurement in it.

 

You asked about documentation.  I can't really point to anything specific but I just know this because that's what gets put in the result list for each step.  Essentially each step has a subproperty called Result.  Whatever is in that container gets put in the result and then logged to the database eventually if IncludeStepResult is True.

 

Hope this helps,

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

That right.

I had to set ResultFilterExpression = true also.

 

now it's working.

 

Do you know how i can log to more than one DB when using DB-CallBack ?

0 Kudos
Message 3 of 4
(3,570 Views)

I haven't tried it but I think you can just add another Database plugin to the result processing.  Set it to the desired database.  You'll have to play around with it a little. 

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