07-08-2008 09:27 PM
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
07-09-2008 07:26 AM
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