Hi,
I am using TS4.0.1. and LV 7.1.
I tried to create a custom step type (MultipleNumericTest_VBATPXI), which similiar to NI_MultipleNumeriLimitTest. The difference is, I have two additional measured data. (I don't want to check those against Limit, but want to log to the database. )
So I created the custome Datatype (Limit_test_VBATPXI) similar to "NI_LimitMeasurement" and add required two fields. This datatype is passed to the "MultipleNumericTest_VBATPXI" steptype for Result.Measurement type.
In property browser it shows Results.Measurement as Limit_test_VBATPXI type. But when I add one value in Limit window, Result.Measurements.Measurement[0] becomes type of NI_LimitMeasurement !
How to solve this?
br,
Vishal