07-08-2012 11:54 AM
Hi all
Inside my VI(I'm acquiring data from machine with CALL LIBRARY FUNCTION. after that I have Index array to get wanted channel and after that I use "number to fractional string" so I can "concatenate" string and write to file) I'm saving my data into .TXT file. The problem is that saved data is in form:
-0,021362
-0,022278
but I need :
-0.021362
-0.022278
So is there any setting to set saving data with dot and not comma ?
Solved! Go to Solution.
07-08-2012 11:58 AM
Don't you have Context Help turned on? Do that and read the help for the Number to Fractional String function. Read what all of the inputs are and what they do.
07-08-2012 12:04 PM
Thanks, Dennis_Knutson I didn't see option "use system decimal point" .
07-08-2012 01:48 PM
You probably have Context Help set up to show only the recommended inputs. The "use system decimal point" is an optional input.
http://zone.ni.com/reference/en-XX/help/371361H-01/glang/number_to_fract_string/
The button in the lower left corner of the Context Help window turn on/off the display of optional inputs.