07-26-2012 03:50 AM
Dear Sir,
I had written a program to capture the digital data when it change of state.
It work well when I check the check box "Lock file for faster access".
But error occur when it unchecked.
Because I need to open the tdm file at the vi running, thus I need to uncheck it.
Please kindly to advise any solution for it.
The program is attached.
Thank You.
07-27-2012 10:41 AM
Hi poly-alex,
Can you give us more information about the error you are seeing? Is there an error number? Can you post a screen shot of it?
08-01-2012 07:33 AM
Hi Jayme,
Sorry for late reply.
The screen capture of error message is attached.
Thanks for your helping.
Poly-Alex
08-01-2012 09:09 AM
Check your file properties and make sure it didn't get set to read only.
08-04-2012 04:33 AM
Hi Nlquist,
Thanks for your helping.
I had check the file property and it didn't set to read only.
Thank You.
08-04-2012 10:37 AM
Did you check the vi with the highlight execution?. Check whether the error occurs at the 1st iteration or the second. If it is happening at the 1st iteration then you need to check the file property if it is on second then you have to go for the low level vi's. And also why you need to open the vi when it is running?. Are you opening through the code or manually.