12-01-2015 04:54 PM
Hello all! I'm having issues opening LabView on device:
1. Message: Run-time error '481', Invalid Picture
2. Message: DAQ ERROR!!!, DAQ Error - 10005 Occurred. Do you want to continue?. If I click YES system close program, if I clock No, system close program too.
This is a criticla application in EMC Tecnologia Operations, I appreciate all help you can give us.
Thanks in advance!
12-01-2015 05:05 PM
Nothing indicates that this program is even written in LabVIEW.
12-01-2015 07:58 PM
Error -10005 (found by looking at explain error in LabVIEW) stands for Device is invalid.
That means the program is looking for a DAQ device that either doesn't exist on the system, or perhaps exists under a different name than what the program is trying to call.
You need to contact the programmer for this program for their help. There is nothing we can do on the forums for you.
12-02-2015 07:54 AM
1. Try to read datasheet and user manual of the hardware that you want to interface with computer.
2. Try to install any drivers required to be pre-installed for that device.
3. Try read any instructions provided by user for its installation other than datasheet and user manual.
Jamal
12-02-2015 08:02 AM
Yeah, since the program was written for Windows 95 by the looks of it, you might also want to think about getting the program upgraded to work with software/hardware that isn't 15-20 years old!
Fortunately you've come to the right place - lots of LabVIEW experts to choose from on the forums!
12-03-2015 05:24 AM
Presumably there is some documentation with the program which should tell you how the hardware should be connected. Following those instructions should fix the DAQ error.
12-09-2015 04:11 PM
Hello all! Thanks for your comments and suggestions, effectively local provider has fixed issue in local program.
Regards!