NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Data logging more then one data per column

Hello,

I want to log multiply data to on column in my database. I use TestStand 3.0 and a SQL database. For example:

I have the column "data" and in this column I want to log all data results from different steps (String, ButtonHit, Numeric) as a string. Logging.StepResult.Numeric, Logging.StepResult.ButtonHit, Logging.StepResult.String ......

How is it posssible?

Greetings

Schwede
0 Kudos
Message 1 of 2
(2,759 Views)
Schwede -
This is currently done in the default schema for the STEP_NUMERICLIMIT and MEAS_NUMERICLIMIT statements. Both log to the MEAS_NUMERICLIMIT table. The STEP_NUMERICLIMIT statement logs a single value for a Numeric Limit Test step and the MEAS_NUMERICLIMIT logs a value for each measurement in the Multiple Numeric Limit Test step.

In summary, if you the step subproperties are different between two step types, but you want to log them to a shared table column, you have to use a separate statement per step type.
Scott Richardson
https://testeract.com
Message 2 of 2
(2,754 Views)