04-14-2009 08:37 AM
Jignesh
04-15-2009
12:56 PM
- last edited on
07-01-2025
07:40 AM
by
Content Cleaner
First off LabVIEW 8.0 is NOT compatible with NI-DAQmx 8.9. The latest DAQmx driver that is compatible with LabVIEW 8.0 is: DAQmx 8.7.1 I suggest uninstalling the DAQmx driver from ADD/Remove programs =--> National Instruments Software and installing the proper Driver version.
Please see the following Document for version compatibility: https://www.ni.com/en/support/documentation/compatibility/16/ni-daqmx-and-labview-compatibility.html
To download DAQmx 8.7.1 please see the following Link: http://joule.ni.com/nidu/cds/view/p/id/965/lang/en
After you do this lets ensure that the PCI - MIO 16E-4 is recognized under Measurement and Automation Explorer and has a green icon next to it under NI-DAQmx devices. This is crucial to start establishing communication with the SCXI Chassis.
After doing all of this please repost thank you.
Also next time this post would be more appropriate and would likely get more attention by other customers if it was located under MultiFunction DAQ
Thank you and have a great day!
04-16-2009 10:04 AM
04-16-2009
10:45 AM
- last edited on
07-01-2025
07:40 AM
by
Content Cleaner
HiI found a post similar on the AI-16E-4 card (https://forums.ni.com/t5/Multifunction-DAQ/I-have-a-pre-WIndows-XP-DAQCard-AI-16E-4-can-it-work-with...)I installed the Traditional NI-DAQ 7.4.1. Now “Traditional NI-DAQ (Legacy) Devices” folder is visible in the “Device and Interfaces” in MAX. I added “SCXI Chassis” and now there are two items in the folder: DAQCard-AI-16E-4(Device 1) and SCXI-1000 (Chassis 1). Still in the VI, there is no Physical Channels are avaible. Please suggest me what I should do now. An early rerply would be really appreaciated. Thank you,
04-16-2009 01:22 PM
04-17-2009 05:01 PM
I Unfortunately do not have the Continuous Strain Measurements.vi and so I cannot comment on it. However I quickly developed an example VI that reads from an SCXI Chassis setup just like yours (with your exact hardware). PLease see the attached screenshots to see how this is implemented. This is the basics from strain measurements. Other more advanced features can be included if necessary but they would simply be added to this simple VI.
04-20-2009 01:28 PM
Hi
As I mentioned in the previsoul post that there is no “PCI – MIO 16E-4” available in the “Device and Interfaces” in MAX. There are NI-DAQmx Devices, Ports (Serial & Parallel) and PXI System (External PC) options visible. I wrote a VI from the sceenshot you gave but in that I could not find anything in the “Physical Channel” option. Please let me know what should I do next. Hoping for and early reply. Thank you very much.
04-21-2009
12:01 PM
- last edited on
07-01-2025
07:42 AM
by
Content Cleaner
Hi Jignesh,
The DAQCard-AI-16E-4 is supported by Traditional NI-DAQ but not NI-DAQmx.
Continuous Strain Measurement.vi uses the Traditional NI-DAQ API, so it may work with the DAQCard-AI-16E-4 and SCXI-1121 if you have the jumpers on the SCXI-1121 set correctly (see the SCXI-1121 manual), you have the chassis and SCXI-1121 configured correctly in MAX, you have the signals wired up correctly, and you specify the correct channel string. Some information on Traditional NI-DAQ channel strings can be found in the article Valid SCXI Channel String Arrays under LabVIEW.
Cont Acq Strain Samples.vi uses the NI-DAQmx API, so it will not work with the DAQCard-AI-16E-4.
Brad