09-16-2017 01:46 PM
Hi, I have a question about a PCI-5152 DAQ digitizer from NI. I am having a problem with the initialization stage block of the drivers from the digitizer. I receive this error code -1073807343 from the initializer block. (Error code is undefined…)
The data files have nothing written in them so basically the card is not functioning properly with the LabVIEW program.
Also, the I made sure digitizer is hooked up to the proper input on mother board. (Therefore, not a connection/ obvious hardware issue). Do you have any ideas for a solution or troubleshooting?
Also, one more thing. The LabVIEW code was functioning about 3-4 months ago. Then, I left for summer. When I returned, I was having this issue. Apparently, no one in my lab even turned on the computer in this time. The only change that was made was the removal of a second DAQ card (separate from mine) in the same computer. It was removed (properly) and placed into another computer.
Solved! Go to Solution.
09-18-2017 09:17 AM
Hello,
I ran across this KB which might be of some assistance in narrowing down what the issue is.
Not sure how this would've changed if the computer hasn't been on for a few months. If the other card is lying around and easy to take out, does this VI function when you add it back to your computer?
-Ryan M
09-24-2017 09:53 AM
rsmayer,
Thank you for the help! your link helped me trouble shoot the program aka (find a definition for the undefined error)
It was a very basic mistake. In the LabVIEW front panel, when I was declaring the device. There was a device 1 and device 2 option. It turned out I was declaring the wrong device. Therefore it would be looking for the other DAQ card that was removed which caused a power error in the initialization.
Thanks again for your help,
Jesse