LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving data [need dot]

Solved!
Go to solution

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 ?

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 1 of 4
(2,478 Views)
Solution
Accepted by topic author hlod

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.

Message 2 of 4
(2,474 Views)

Thanks, Dennis_Knutson I didn't see option "use system decimal point" .

 

 

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 3 of 4
(2,469 Views)

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.

Message 4 of 4
(2,461 Views)