05-05-2010 02:09 PM
When running a VI I have used for over a year, all the sudden I am now getting a time out error message on the HSDIO card.
Not only do I get the error, but it takes several seconds to open new VI windows once I get the error.
I get the same problem on two cards, one is a 6552 and one is a 6551.
The only way to reset seems to be close LabView. Sometimes I have to shut the entire computer down.
I am running LV 8.6.1.
Dave
05-07-2010
02:48 PM
- last edited on
12-28-2024
02:12 PM
by
Content Cleaner
AMI_dwillis,
Does this also happen if you interact with the cards in MAX with reset, self-test or any test panels? You may want to try installing the lastest HSDIO Driver here.
Regards,
05-10-2010 12:15 PM
The HSDIO driver was indeed corrupt. I re-installed the HSDIO driver and the code worked again.
The example files from NI worked because they did not have the "WAIT UNTIL DONE" module which is where the failure occurred.
The tests in MAX all worked because I don't think MAX uses the Labview drivers directly.
Problem is fixed and my module is running again.