06-30-2016 06:43 AM
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
Solved! Go to Solution.
07-07-2016 09:23 AM - edited 07-07-2016 09:24 AM
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
07-25-2016 06:25 AM
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