04-24-2008 09:27 AM
04-24-2008 09:42 AM
04-24-2008 09:44 AM
You are pretty much there...You just need to add the column headers (concatinate all 10 headers with tabs between, before you write the data string).
Where you have the "File Editor" add a tab constant and a time/date string to that concatenate string...
04-24-2008 11:27 AM
Hi guys,
Thanks for your help!
I did the modifications you advised me. It's working well:
Now I'd like the following: If make "SAVE" for the same file three times, I'd like it to be like in the attached txt file (data):
How can I implement it? I've tried it with "Set File Position" but it's not working.
Best regards
Kabanga
04-24-2008 11:46 AM - edited 04-24-2008 11:50 AM
04-24-2008 12:50 PM
Hi Gomez,
it works perfectly. Thanks a lot !!!
Best regards
Kabanga
04-25-2008 09:03 AM
Hi all,
I'm struggling with formating my data. The actual format in my application is %.6e and all data look like that (this is just an example): 1,003433 ( with a comma)...etc
Is there any way to format the data so that the above number is 1.003433 (with a dot ) ?
Thanks for your help
Kabanga
04-25-2008 09:08 AM
Localization Codes | Determines if LabVIEW uses a decimal or comma to separate the whole number from the decimal part of the number. These codes control the decimal separator for numeric output. These codes do not cause any input or output to occur. They change the decimal separator for all further inputs and outputs until they find the next %;. | |
%,; | Comma decimal separator. | |
%.; | Period decimal separator. | |
%; | System default separator. |
04-25-2008 09:24 AM
04-25-2008 09:51 AM