LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Question about producer consumer loops timing/data acquisition rate

I added a 100ms wait to the loop and kept the elapsed time vi. You're right, the loop definitely does not need to be spinning as fast as possible.

 

I'll have to play around with the block diagram a little and see how I want to log the data. It seems like I've got a few options to test. I definitely have a better understanding of producer and consumer loops and how to better collect and log data.

 

Thanks for your help!

0 Kudos
Message 11 of 14
(714 Views)

Hi cbutcher,

 

Are you converting your numerical data to a string and writing to a text file in that image?

 

What file type is it?

 

Thanks,

 

N

 

0 Kudos
Message 12 of 14
(694 Views)

I suppose it would be a .text if your writing to a text file. I think I need to use Number to Fractional String. Is that what you're using?

0 Kudos
Message 13 of 14
(690 Views)

@Nadweb wrote:

Hi cbutcher,

 

Are you converting your numerical data to a string and writing to a text file in that image?

 

What file type is it?

 

Thanks,

 

N

 


Ah, basically. Regarding this and your next post, it's using Array to Spreadsheet String and the file is created like this:

cbutcher_0-1598969762833.png

 


GCentral
0 Kudos
Message 14 of 14
(676 Views)