03-27-2006 07:27 AM
03-28-2006
03:52 PM
- last edited on
07-02-2025
04:16 AM
by
Content Cleaner
Hello Grifter,
The first thing you will need to verify is that you have the correct version of the Traditional NI-DAQ driver for your DAQCard-700. For LabVIEW 5.1 and that device, the latest version of the Traditional NI-DAQ driver you can use is 6.9.3. You can check what version of the driver you are using by looking at the software category in Measurement & Automation Explorer (MAX).
The signal conditioning VIs that are part of the Traditional NI-DAQ functions are meant to work with National Instruments SCXI or SCC signal conditioning products, and I'm not sure that they will work properly with a 3rd party signal conditioning system. You should still be able to use the analog input functions to take measurements from your DAQCard-700. The best place to start with programming with Traditional NI-DAQ in LabVIEW is the example programs in the NI Example Finder (Help >> Find Examples).
From looking at the specifications I found online for the PCLD-789D, it basically multiplexes 16 inputs into one signal. Theoretically, you should be able to read all 16 inputs through one analog input channel of your DAQCard-700. The problem is that you are mixing products from different manufacturers, so there won't be an easy out-of-the-box solution for coordinating the sampling of the DAQCard-700 and the multiplexing of the PCLD-789D. The product page for the PCLD-789D states that it is for use with a PC-LabCard, so to use that signal conditioning device with a National Instruments data acquisition card will require that you basically write your own driver for the device.
This is a pretty advanced task, and since you said you were new to LabVIEW, this probably won't be a good solution. What I would recommend is that you use some National Instruments signal conditioning hardware, which is garunteed to seemlessly integrate with our DAQ devices. This way, you will be able to use the NI-DAQ driver, and its application programming interface (API), to easily program a data acquisition task in LabVIEW.
Sorry, I know this probably isn't the answer you were looking for, but let us know if you have any further questions or need any help in speccing out any National Instruments signal condition hardware.
Regards,
Travis G.
Applications Engineering
03-30-2006 01:34 PM
Dear Travis,
Thank you so much for your reply. Unfortunately for the mean time I must use the PLCD board for my project due to time constraint. I do have a question regarding cold junction compensation. If the board already compensate for cold junction, how do I adapt the CJC in the vi? since for a multiplexed mode, DAQCard-700 only support single-channel or single scan acquisition, hence im not able to assign more than 1 channel to my vi( im using AI sample channel vi) . And since for a multiplexed module, the default analog input channel is 0 hence I cabled the board analog output (channel 0) to the channel 0 of the DAQCard.
That’s all for now. Thank you very much for your time
03-31-2006 04:43 PM