NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW and TestStand numeric formating is different

I am using LabVIEW to create my test report for TestStand and wanted to carry over the numeric formating from TS steps.  The problem I run into is that TS and LabVIEW don't follow the same format syntax. 
 
For example in TS to convert to an integer is %i and LV it is %d.  TestStand also has syntax "$" and "#" which LV doesn't understand.
# - means show decimal point or radix
$ - means show trailing zeros
 
When I wire the numeric format from the TS property directly the LV format to string function I get errors.  My bandaid fix is the do a search and replace on the different conditions mentioned.
 
I was going to put this in the bug report/ new feature request link, but couldn't find it.
0 Kudos
Message 1 of 2
(3,094 Views)
Hi Taylored_Solution,

Your understanding of the difference between the numeric formating strings in TestStand and LabVIEW as well as your workaround for this difference is correct.  You can submit product suggestions by visiting http://www.ni.com/contact/, and then select the feedback link in the Product Feedback section of the page.  We truly value all customer feedback and look forward to your suggestions.

Please let me know if there is anything else that we can assist you with!

Message Edited by Jonathan C on 10-22-2007 01:30 PM

0 Kudos
Message 2 of 2
(3,059 Views)