NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Property Loader failed to import properties

Solved!
Go to solution

Hi,

 

I'm using the Property Loader step to set the limits of a Numeric Limit Test step.

 

It works fine when the default limits are a numeric value, like 9 and 11.

But I want to make sure the Numeric Limit Test step fails when the limits haven't been set by the Property Loader step, so I changed the default limits to IND.

 

However, this causes the Property Loader to throw an error:

-18; User-defined error code.

Property loader step failed to import or export properties.
3 property value(s) were found.

1 property value(s) were imported from 6 row(s) of data

 

Is this a bug in the Property Loader, or am I doing something wrong?

 

See attached file for a test case (made with Teststand 4.2).

0 Kudos
Message 1 of 5
(4,910 Views)
Solution
Accepted by Jeroen_Oortwijn

The PropertyLoader doesn't allow you to mix the two type ie LowExpr and Low (similar HighExpr and High) as one is a string and the other is a number.

 

If you insert IND into the Step's High Low limit and skip the property loader step the sequence File runs as you expect.

It seems that the PropertyLoader is treating IND and INF and NAN as expressions rather than constant.

 

 

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 5
(4,905 Views)

Using LowExpr and HighExpr instead of Low and High fixed it (see attached file).

 

Thank you for the solution.

0 Kudos
Message 3 of 5
(4,852 Views)

I have compiled and build my labview application in labview 2010 successfully without error.After building application,it is showing error " application loader failed".Pls someone help me out.

0 Kudos
Message 4 of 5
(4,585 Views)

Hello gokilaravee,

 

Is this related to the previous post about TestStand?

 

If it is only related to LabVIEW, then please repost your question in the appropriate LabVIEW section of the forum.

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 5 of 5
(4,570 Views)