I am trying to make a vi that should be able to acquire continuous measurement and save data in a text file without losing a single data point. My code takes approx. 2 sec to execute while loop once and in that time it takes only one set of data that is of a given time base of 0.005s*10 (it saves 2500 points per set). This means it is losing all the data measured during the whole 2 sec. Please suggest a solution. Thanks in advance.
↧