ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save the numeric format of a single number changed under the sequence editor ?

Under teststand 2.0 when I change the numeric format of a numeric limit test, this one is set to default
when I re-open the sequence file.
I need the sequence file to keep this property
information. How can I make to save the numeric
format of a single number under the sequence
editor ?
Thanks in advance!
0 Kudos
Message 1 of 4
(3,351 Views)
GPP -
This is a known problem. It is an internal problem with saving the file. I believe it will be fixed very soon in an upcoming release.
Scott Richardson
https://testeract.com
0 Kudos
Message 2 of 4
(3,351 Views)
Since 2/5/2002, I've been told that this problem
is fixed under teststand 2.0.1
0 Kudos
Message 4 of 4
(3,351 Views)
As Scott said, this is a known issue that is solved in TestStand 2.0.1 which is now available to order from:
http://www.ni.com/upgrade

In TestStand 2.0, the numeric format of a numeric property is Not saved if you leave its default value set to 0 (for the low limit property and for any numeric variable or parameter) or 10 (for the high limit property).

As a workaround you may change the default value of the numeric property to something different than 0 or 10 (as explained above). If the low limit (or any other property) needs to be set to 0 before the comparison, you may set its value at run-time using the "Pre-Expression" text box of the step's properties window. The pre-expression should be something like this:
Step.Limits.Low = 0
(Remember: The defau
lt value of the low limit should be different than 0 in order for the numeric format to be saved)

I hope this helps.

Regards,

Carlos Leon
0 Kudos
Message 3 of 4
(3,351 Views)