LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

FIR_Coef with external compiler

Solved!
Go to solution

Hi

 

What files do you have to include if you want to use FIR_Coef function? I am using visual studio. I have already included the following files:

 

utility.h

ansi_c.h

cvirte.h

 

 I am using other labview functions but the compiler can´t recognise the function FIR_Coef();

 

I want to use the functions in this eksampel:

 

http://zone.ni.com/devzone/cda/epd/p/id/2715

 

BR

Benjamin

0 Kudos
Message 1 of 19
(4,656 Views)

IIRC, you need analysis.h.

 

JR

0 Kudos
Message 2 of 19
(4,644 Views)

Hi

 

Okay, but when I search my computer I just can´t find the file?

 

What do you have to select in the install to make sure the file is added?

 

BR

Benjamin

0 Kudos
Message 3 of 19
(4,641 Views)
Which version of CVI are you using? This function is probably included in the advanced analysis library, which is not included in the base package of CVI. You also must check that the analysis library has been installed with CVI (in some versions this is a separate option and not installed by default)


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 4 of 19
(4,640 Views)

Hi

 

I am using LabWindows/CVI 8.5 "Version 8.5.1"

 

So I have to select custom install to add the analysis library? But what install supbject is analysis library under? By subjects i mean, what  install do I have to select to custom design when I install labview again?

 

BR

Benjamin

0 Kudos
Message 5 of 19
(4,639 Views)

With 8.5 the analisys library is always installed, so you should find analysis.h in \include folder. Regarding the actual function you want to use, as you can see in this page filtering functions are not present in base package of CVI, so the question is: which version of CVI have you installed?

 

 

BTW, please don't use the term "labview" to refer to CVI, as it is the proper name of a complete different developing environment. Speaking of LabVIEW may lead those who read your posts to misunderstand your questions and to give you incorrect answers.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 6 of 19
(4,638 Views)

Hi

 

Sorry it is not installed on my version. I have made a full install on another computer and I can´t find the file there either.

 

I have found a library with the name Analysis.lib but it does not contain any .h files.

 

Sorry about the name, it´s the first time I´m using CVI 🙂

 

BR

Benjamin

Message Edited by bandersen on 11-05-2008 06:16 AM
0 Kudos
Message 7 of 19
(4,636 Views)

So it may be that you have the base package: I cannot say it for sure since we always used the full package here; on the installation CD should have been noted which is your version. In any case, all include files distributed with CVI are located in <cvidir>\include folder, where you should search for analiysis.h.

I forgot the link to the comparison table between CVI versions before: looking at what is included in base and full version you may consider to upgrade your system.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 8 of 19
(4,631 Views)

Hi

 

That must be the problem, the stange thing is I have called NI and gave them my serial number and then they said it was a full version ?

 

But apperantlig it´s not 😞

 

Is it possible to download a trial version for this? Would really like to get it working before buying.

 

BR

Benjamin

0 Kudos
Message 9 of 19
(4,628 Views)

You can download it from CVI home page.

But I would clarify this item with your NI representative: it may be happened that you have received a wrong CD.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 10 of 19
(4,623 Views)