09-20-2007 03:00 AM
09-20-2007 03:10 AM - edited 09-20-2007 03:10 AM
Message Edited by GerdW on 09-20-2007 10:11 AM
09-20-2007 03:20 AM
09-20-2007 04:00 AM
09-20-2007
06:37 AM
- last edited on
06-30-2025
11:36 AM
by
Content Cleaner
Those missing VIs are all part of the NI traditional DAQ driver. Install it from the drivers CD that you got with LabVIEW or download the latest version here. Check the actual DAQ board in your system and make sure it is supported in the release.
03-31-2013 02:08 AM
Hi. I am missing those VIs also. The hyperlink is bad. Where is the new location to download those old VIs?
03-31-2013
07:07 AM
- last edited on
06-30-2025
11:36 AM
by
Content Cleaner
Here's the download location I found:http://joule.ni.com/nidu/cds/view/p/id/586/lang/en
What version of LabVIEW are you using? Traditional DAQ is no longer supported and does not work in the latest versions of LabVIEW (I want to say 2010 was the last).
01-02-2014 11:39 AM
I am trying to port code from 7.0 to 2013 (yes, it is a big jump). I am also new to LabView programming. I am missing DIO Port Write.vi. I believe some of you said, the latest version which LV 2013 does NOT have this vi. How do I port this vi to the new one that 2013 supports? If you point me to a sample or a link, I would really appreciate it.
-Arul.
01-02-2014
12:01 PM
- last edited on
06-30-2025
11:37 AM
by
Content Cleaner
Here is alink to the current version of Traditional DAQ. Note, that only 32-bit operating systems are supported.
01-02-2014 12:13 PM
You really can't port the old driver to LabVIEW 2013. What you should do is replace the traditional DAQ functions with DAQmx. This is not a trivial task. You need to have an understanding of both.