NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Showing Result as Hex in TestStand v4.0

I'm using TestStand v4.0 & CVI v8.5 and having some problem with displaying hex result in TestStand.
 
In the code,
td->measurement = 0xAA; // td is tTestData passed from TestStand
 
In the TestStand step,
Limits -> Numeric Format is configured as "Hexadecimal" (%#x).
 
The limits were shown as hex. However, the test result was shown as decimal.
 
The same code & step worked in TestStand v3.5. Did I missed anything in the code / step?
 
Thanks
Eric
0 Kudos
Message 1 of 5
(3,676 Views)
Hi,
 
You have to format the Result.Numeric separately.
Do this by selecting Property Browser, then expand the Results and select Numeric. Then press right mouse click and select Numeric Format.
 
Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 5
(3,663 Views)
I believe this was fixed in 4.0.1.  If it isn't, Ray's fix should work.

Allen P.
NI
0 Kudos
Message 3 of 5
(3,658 Views)

Thanks for your help. Ray's suggestion works. I also want to update TS to 4.0.1. I checked the http://joule.ni.com/nidu/cds/fn/p/sn/n23:4.33/lang/en, but I don't think the update was listed there. Can it be downloaded from NI website?

Thanks

Eric

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

See this post.

Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 5 of 5
(3,633 Views)