09-03-2014 06:40 AM
Hi,
I have some old .VI's that I want to continue developing.
They were created in Labview 8.5.
When loading the .VI's I get the messages that "deviceopen.VI", "DIOwriteportbyte.VI", "AIconfig.VI", etc cant be found.
I tried but cant find where I can download Labview 8.5. It would be easier for me to download 8.5 than to try to figure out how to upgrade 30 .VI's.
I currenty use Labview 2013.
Any suggestions?
09-03-2014 06:46 AM
Those VIs are from the NI DAQ (now called Traditional DAQ) which NI no longer supports. They were replaced with DAQmx around the LabVIEW 7.1 to 8.0 days.
You could try this: Traditional NI-DAQ (Legacy) for Windows Vista, Windows 7, and Windows 8 but I would recommend rewriting those VIs to use DAQmx. It is a much better API and will be supported for a while now.
09-03-2014 08:11 AM - edited 09-03-2014 08:12 AM
Thank you for the suggestions.
As I use a 64 bit system, the traditional daq is not available to me.
As for rewriting the .VI's to daqmx, I am pretty new to this so I could if possible use some help or example suggestions.
I have attached three of the files that I need to rewrite as examples.
09-03-2014 08:20 AM
I would highly recommend going through the examples built into LabVIEW. To open the Example Finder, go to Help->Find Examples. You can find way more information than you ever wanted in there.
But here's a really quick rewrite of your Digital Read function.