LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change comma with dot in writing measurement file

Solved!
Go to solution

Hello,

 

I'm using the write to measurement file vi for save some data. I don't manage to read the text file in Matlab, I guess is because the decimal separator is the comma.

 

Is there a simple way in LabVIEW for set the decimal separator to be the dot instead of the comma? (in the writing to measurement file vi)

now the data is like this 56,897 but I would like it in the format 56.897

 

Thanks

0 Kudos
Message 1 of 5
(8,732 Views)
Solution
Accepted by topic author simo28

Hello simo,

does unchecking 'use localized decimal point' in Options-Front Panel help?

Message 2 of 5
(8,726 Views)

Yes! thank you so much tomstar Smiley Wink

0 Kudos
Message 3 of 5
(8,715 Views)

It has been working fine inside LabVIEW, but when I make the .exe application and start recording it register the text file with the comma separator again. So I guess it was just a temporary setting of LabVIEW.

 

Is there a way to have the dot separator also when I register the data file from the application .exe?

I don't find a way to set it in the "Write to measurement file"..

 

Regards

0 Kudos
Message 4 of 5
(8,652 Views)

Sorry I found a solution of course.. I should have checked better before post this question.

 

Here it is: Decimal separator from comma to dot in .exe application

0 Kudos
Message 5 of 5
(8,646 Views)