LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how should i set the tme interval?

Hi,
   

i would like to ask that when i use the write to measurement file, there got the x column that show time inside the excel file. In this column, i would like to set the time interval at every 210ms .The data may come in every msec but i just want to record the data at every 210ms .  for example, 210ms-420ms-630ms ..etc. how can i set it ?

One more thing .. can i set that time interval at 210ms at x axis in graph also ?

thank you ,

roxy

0 Kudos
Message 1 of 2
(2,459 Views)

Have you started coding already?  if so please post what you have so far.

You could try a producer consumer loop architecture, where the producer obtains data continuously and passes it to the consumer loop via a queue so that it is written to file at desired timed intervals.

Such an architecture can be found under the File menu.  Or using the Example FInder uner the Help menu.

R

0 Kudos
Message 2 of 2
(2,440 Views)