A question from a relative newbie to LabVIEW:
My lab has an old data acquisition program that was programmed out of house with LabVIEW 4.1. We would like to upgrade the whole DAQ system, preferrably by just editing the old VI with LV 7.0 to work with the new DAQ equipment (an MCC PCI-DAS1000 internal DAQ card). Unfortunately, MCC boards need to use their own Universal Library AI VIs for LabVIEW to properly recognize them. I believe I've successfully replaced all the necessary LV Analog Input VIs with MCC's. However, the application is still looking for an SCXI chassis (our old DAQ system) that doesn't exist on the machine. I believe the issue has to do with the old DAQDRV file used in old (pre-6.0) versions of LV
that has been replaced by LVDAQ.DLL. It seems that said DAQDRV is still being pointed to as the DAQ driver by the program.
Unfortunately, I have not been able to get a hold of the developer of our program.
So after much convaluted explanation, my question is: can I point the old VI program (made with LV4.1) to look at another driver file? If so, how? And if not, would anyone have any other suggestions concerning this problem?