10-14-2017 06:53 PM
Hello,
Please someone can help me to convert Labview 7.1 to Labview 2013 ? There are many subVI's missing in my program when I opened it with Labview 2013
Thank you very much for your help
10-15-2017 10:44 AM
Cannot say for sure without you posting your code, but my guess is that you are missing the NI DAQ (now called Traditional DAQ) VIs. Those have been obsolete for a long time. You will want to rewrite the application using DAQmx. To help with this, I create a Traditional DAQ API, where I just took all of the Traditional DAQ VIs and ripped out all of the DLL calls. You can find it here: https://forums.ni.com/t5/LabVIEW/Modifying-old-VI-for-LabVIEW-2015/m-p/3370067#M992248