LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

refresh 6008

now but the hillman .jpg is still the same issue                about the file thats to slow!!
0 Kudos
Message 11 of 16
(1,301 Views)

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,

Kind Regards
James Hillman
Applications Engineer 2008 to 2009 National Instruments UK & Ireland
Loughborough University UK - 2006 to 2011
Remember Kudos those who help! 😉
0 Kudos
Message 12 of 16
(1,298 Views)
i have  no problem writing  your example file!!
0 Kudos
Message 13 of 16
(1,292 Views)

Hi,

 

Sorry if im being slow then,

 

What is the problem now?

 

Kind Regards,

Kind Regards
James Hillman
Applications Engineer 2008 to 2009 National Instruments UK & Ireland
Loughborough University UK - 2006 to 2011
Remember Kudos those who help! 😉
0 Kudos
Message 14 of 16
(1,290 Views)

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 

0 Kudos
Message 15 of 16
(1,287 Views)

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.

0 Kudos
Message 16 of 16
(1,259 Views)