LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Labview 7.1 to Labview 2013

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

 

 

 

0 Kudos
Message 1 of 2
(2,448 Views)

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


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(2,422 Views)