NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Logging only measured Data from MultipleNumericLimitTest

Solved!
Go to solution

In my Schema I log MultipleNumericLimitTest as Property Result to my Database.
It log all parameters but I only wants the Data parameter and not Comp, Limits...
Or if it is possible to apply to Step Result like I do with Numeric Limit Test.

Can anyone help me? Thanks in advance.

Magnus

0 Kudos
Message 1 of 3
(3,120 Views)

Hi,

 

There is an option in database where you can deselect "include Test limits".

Its under the include step results in the main tab of database options.

Is that what you are looking for?

 

Ravi

Message 2 of 3
(3,033 Views)
Solution
Accepted by MicroMange

Thanks for your reply,

No in my table I just wanted to have the measured data.
But I found the solution in Generic Recordset.
Under Types to Log, I wrote NI_LimitMeasurement
and Logging.DatabaseOptions.IncludeOutputValues in the table's field under Precondition
and in Value to Log I put Logging.PropertyResult.Data

Do not know if it is the right thing but it did what I wanted.

Magnus

0 Kudos
Message 3 of 3
(2,920 Views)