03-04-2014 05:53 PM
Hi,
I am new for Labview and VI programming.
I have the NI 9237 with 9174 chassis and they are working good with NI MAX (NI Measurements & Automation Explorer) program. Since this program is not able to do data log, I installed the Labview 2010 and wanted to write VI code for this 9237. Now it seems the Labview can't see the 9237 when I click the link "Find Instrument Drivers..." fro the Labview main page.
I also downloaded example code " cont Acq Strain Samples (with Calibration).vi" from NI web and when I load it in Labview I received massege that "Driver or toolkit component missing"
Thanks for help in advance,
Ming
03-04-2014 06:17 PM
03-05-2014 09:20 AM
Hi Ming1.
Actually, Dennis_Knutson is right. "Find Instrument Drivers" is a tool for finding third party instrument drivers. The supported drivers you are missing are NI-DAQmx drivers. You can download them from here
ni.com: NI Hardware Drivers :: Downloads > Data Acquisition
http://www.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/sn/catnav:du,n8:3478.41.181.5495,s...
And use the shipping examples that come with the drivers. (On LabVIEW Help » find examples)
03-05-2014 09:49 AM
03-05-2014 10:44 AM
Thanks for the adivice from both of you.
By following your suggestion I downloaded the NIDAQ922f0.exe. But I am not able to install it since in installation it detected a new version program NI DAQmx installed already.
As you can see from my last email, I installed NI Measurements & Automation Explorer program first and then the Labview installed. It seems the NI Measurements & Automation Explorer program includes NI-DAQmx which is the drivers I guess.
My question is: should I uninstall the current NI-DAQmx first, then install it again and hope during the installation, it can detect the Labview 2010 and then setup the relation between 9237 driver and Labview properly. Or I don't need to uninstall the NI DAQmx, but do some configuration in Labview to be able to see the 9237 driver.
Thanks,
Ming
03-05-2014 11:21 AM
Hi Ming1.
It is always recommended (I would even say mandatory) to install the drivers AFTER installing LabVIEW. You might want to uninstall them and then install them again, LabVIEW then should be able to recognize them.
03-05-2014 11:32 AM
03-05-2014 12:07 PM
My Labview is 2010, I thought I should install the drivers with same year's one. You may be correct I should take the lateat drivers version.
Thanks.
Ming
03-05-2014 01:44 PM - edited 03-05-2014 01:45 PM
@Ming1 wrote:
My Labview is 2010, I thought I should install the drivers with same year's one. You may be correct I should take the lateat drivers version.
Thanks.
Ming
DAQmx and many other NI drivers support multiple versions of LabVIEW. Usually the last 3 or 4 versions. Here is the chart that explains what is compatible:
http://digital.ni.com/public.nsf/allkb/B0D5630C0A50D5C6862578E800459248
Looks like 2010 is still supported with the latest DAQmx.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
03-06-2014 03:15 PM
I reinstall the Labview and then the latest driver. Now it is working.
Thank you all for guidance!
Ming