07-23-2012 12:06 AM
I am using the IMAQdx blocks to capture images and store them to the harddisk,
Sometimes when i run the VI , it shows the error in "configure.vi".
but when i restart my computer and run the VI again ,
It wil work fine.
I am unable to find the root cause for the error
Can someone help me in removing this error ?
Please find the Attached VI and the error it is displaying.
Thank you
Solved! Go to Solution.
07-24-2012 05:19 AM
I have not yet encountered an error so far in your code, however, I believe that the errors could be for the following reason:
1. The temporary memory allocation by IMAQ create vi needs to be cleared using IMAQ dispose, which also happens automatically when you reboot the system.
2 . The user configuration attributes may be out of range and thus they need to be reconfigured, which happens when you reboot the system..