10-24-2008 05:33 AM
10-24-2008 05:48 AM
Hi,
So, did the example I sent you not work?
This showed you the setup you require to write bursts of data to a measurement file.
You can't write one sample of data to file every 1ms, your PC would never be able to acheive that!
For information is really required please.
Kind Regards,
10-24-2008 06:30 AM
10-24-2008 06:33 AM
Hi,
Sorry if im being slow then,
What is the problem now?
Kind Regards,
10-24-2008 06:38 AM
i need to write to a text file ,since in the measurement there are lot of calc and that calc need to be able to read in a text file ,and after this it must be transferred to a kml for google and excel ,since it for application that costumers does not have any tool transfor the file
i must be easy to see it in excel and do there extra work on the data
10-24-2008 09:12 AM
Your image really does not provide any kind of information on how you are actually saving data and how you are acquiring data in the first place. All it does is show that you are using an awful lot of local variables. Don't you know that you should be trying to use 0 local variables?
If you don't want to post the VI and subVIs, at least look at some of the shipping examples for producuer/consumer where the acquisition cna be done in one loop and the file write in a different one.
Also, you don't need to write in text format. You can write in any format you want. You can use a binary format while the VI is running and then when stopped, convert the binary file to text.