LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Please teach me how to make the arrangement using Code Interface Node.

How is what is necessary just to make arrangement (for example, Sine?Wave)
using Code Interface Node? Please teach me a way.
0 Kudos
Message 1 of 4
(2,599 Views)
What is it exactly you want to do?? Please explain in more detail.

In LabVIEW you rarely need an code interface node (CIN) since LabVIEW is a programming environment featuring a huge amount of readily available functions, and generating a sine wave is definitely possible without a code CIN
0 Kudos
Message 2 of 4
(2,599 Views)
I want to make my original FFT program by CIN.
Since the program which surely outputs a calculation result in arrangement
for that purpose was required, I had you teach and it swarmed.

"fahlers" wrote in message
news:506500000005000000AFBD0100-1079395200000@exchange.ni.com...
> What is it exactly you want to do?? Please explain in more detail.
>
> In LabVIEW you rarely need an code interface node (CIN) since LabVIEW
> is a programming environment featuring a huge amount of readily
> available functions, and generating a sine wave is definitely possible
> without a code CIN
0 Kudos
Message 3 of 4
(2,599 Views)
Try to get hold of the 'Advanced Analyis' library for labview. It contains VIs for doing FFT! No need to reinvent the wheel.

If you can't get it and want to take the hard way, try to learn CIN programming by
- reading the manual (no joke or cynism intended)
- look for advice in NI's developer zone (www.ni.com/devzone) by using the search phrase 'CIN tutorial': you'll get several links which should be helpful in your case.
- better than a CIN: try to use the DLL calling mechanisms and compile your C code into a dll. In order to learn dll intewrfacing for LabVIEW, follow the route explained under point 1 and 2 above...


Good luck,


Franz
0 Kudos
Message 4 of 4
(2,599 Views)