03-06-2014 10:44 AM
Is anyone else having issues with measuremetn Computing's USB-DIO96H driver in Labview 2012 SP1. It throws warnings in Labview when loaded that are unresolvable as you can't save to the DLL driver file. Also it regularily crashes Labview randomly. I am not impressed with their driver. Anyone have any suggestion other than replacing with NI-DAQ solution, which I am working on?
03-07-2014 05:41 PM
03-09-2014 10:44 PM
Yes and the latest update from them as well.
03-11-2014 09:48 AM
I've taken a look and I don't see any drivers available for that device on ni.com. There are two potential workarounds that would both involve building your own driver:
1. Write a LabVIEW application that calls functions on the DLL you downloaded from Measurements Group
2. Write a LabVIEW application that addresses the device using NI-VISA and serial communication.
Some resources if you choose to go down that path:
http://www.ni.com/devzone/idnet/development.htm
http://www.ni.com/white-paper/3271/en/
http://www.ni.com/white-paper/3009/en/
Hope this helps!
03-11-2014 10:05 AM
03-11-2014 10:28 AM
Dennis I did post what my Labview, OS and the Meas Computing Driver (latest download available from Meas Computing). I did not post a specific error as I got none to give, just a Labivew crash with little info to go on. The Meas Comp support engineer seems to be indicating that the driver may be crashing if hardware is not connected and Meas Computing Driver, as DLL can't resolve the handle of the card at design time when it checks that the board(s) is configured by InstaCalc, which it cannot do if the device is not connected. If this is the case, this is not good as you MUST have the card connected to do ANY development with it. NI DAQmx does not require this. I will be watching to see if this is the case. If the crashing does not stop, I will have to replace with NI DAQmx so I have a more stable test system.
03-11-2014 11:26 AM
I am also checking to see if Labview x64 is causing the issue and have ported the project over to x32 Labview 2012 SP1 to see if there is any difference.
03-11-2014 11:30 AM
Have you already chosen a DAQ device for your application? PM me if you would like some assistance picking one out.
03-12-2014 03:19 PM
Thanks for the offer Rob. I think I can select one OK. I've been around for a while with NI stuff. I also think I may have resolved the issue by going to Labview x32 instead of x64. I have not had Labview crash for 2 days now and am still keeping an eye on it.