Can .csv file be read as it is being written?

Viewed 15

I am using an external trigger sensor to write pass/fail data to a .csv file, then read from that file to send to excel file. The problem is if the program reads at same time as the trigger causes write program crashes. I am using exception to allow it to pass in this situation just wondering if there may be better way.

0 Answers
Related