06-05-2006 10:44 AM
06-06-2006 12:50 AM
typically the situation you describe would arise from some problems in accessing the Drive on the RT Target.
The most likely reason to the problem you are experiencing is that disk space is becoming insufficient after 15 minutes.
I would be very curious to look at your code and see how you programmed this application.
Also, remember that it is very good practice to open a session to a file at the beginning of your logging and keeping it open through the execution of your code. This saves a lot of time to your program.
06-06-2006 03:10 AM
06-07-2006 02:28 AM
06-08-2006 05:36 AM
Now it works 🙂
I noticed that there was yet another Open/Close pair hidden in a subVI (for testing file existence). I redesigned the program a bit to remove this pair and i haven't met the problem anymore. Still i don't know exactly why it didn't work, however it seems that some combinations of many fast Open/Close may somehow screw up the FP OS even if they're valid.
Grazie per l'aiuto!