Hi,
I am facing the error code 6 issue while trying to write to a text file. I have gone through all the posts which describes this issue and some possible solutions. I am still facing this issue. Here are some details:
1. The code writes data to a .txt file , which is always unique . Each time the application executes a new .txt file gets created as per the serial number of the UUT.
2. The error 6 is not very frequent , it appears once or twice duing its execution period over a month.
3. I have FGV which stores all the data and then writes it to the text file
4. I have also ensured that the code doesn't writes a huge amount of data at a time, so i am clearing the FGV after acquiring / writing the latest test data.
I am attaching the vi snippet for refrence
Thanks and Regards