LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Missing "ButterworthLowpass.VI"

Solved!
Go to solution

I'm upgrading to LV8.5 and when loading a program I get an error stating that ButterworthLowpass.VI can not be found.  I've searched the web and haven't found a reference to this.  LV is looking in ".....\LabVIEW 8.5\instr.llb\Agilent 34401\Public\Utility\ButterworthLowpass.VI"

 

Is ButterworthLowpass an old VI which is no longer available?

 

0 Kudos
Message 1 of 6
(3,005 Views)
It looks like that VI was part of an Agilent Instrument driver. Try reinstalling that Agilent driver now that you have LV 8.5 installed.
0 Kudos
Message 2 of 6
(3,003 Views)
Solution
Accepted by topic author davey31415
It could also be that you have "downgraded" to base version of labview. Filter VIs are not included in labview base


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
Message 3 of 6
(2,988 Views)

A driver for the 34401 has shipped with every version of LabVIEW for many years and I doubt that it was ever part of the driver. I suspect that the search is just showing you the last place it is looking. Unless of course, someone modified the shipping driver to include a custom function. If that's the case, you need to find the original. It would also help if you mentioned the version of LabVIEW that you are upgrading from and if you posted the VI you aer trying to load.

Message 4 of 6
(2,987 Views)

I am using the Base verison, that is probably the issue.

 

Is it possible to modify a program which uses filter VIs with the Base version?  Would copying the VIs from the other, older version work?

 

Or will an installation of the older version be my only option here?

 

The upgrade is from 7.1- I believe it was Professional but I will need to verify that.  I know it supported events whereas the new version does not.

 

Thanks,

 

Dave

 

Message Edited by davey31415 on 03-16-2009 11:50 AM
0 Kudos
Message 5 of 6
(2,975 Views)

I guess you can use the old filter VIs. But if you build an application you may have some problems. Your old filter functions is located in a DLL file ...\National Instruments\LabVIEW 7.1\resource\lvanlys.dll. Perhaps you can rename this dll, and modify all filter VIs to call the renamed DLL instead. I will not recommend replacing the new lvanlys.dll with the old one.



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
Message 6 of 6
(2,969 Views)