LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analysis tools are not available

version 5.1.1 and daq 6.0 on win 98

under the data acquisition vis there used to be fft and min/max. I reinstalled the daq driver and labview several times. What is there works fine but some of the other analysis vis dont seem to be there. the problem is not ghost question marks but the vi not there at all
0 Kudos
Message 1 of 3
(2,508 Views)
1.I think MAYBE the reason is that the different LabView versions use the
different
"lvanlys.dll", this dll file includes some mathematical analysis tools.

You can find the lvanlys.dll and always keep it
in the same direction with your program , so that the program could find the
functions every time.

Or you can replace the missed analysis functions again.

2. MAYBE you did not save all the needed vis, and the
top-level program could not find the sub-vis any more after you change
something
(e.g you changed the name or the path of sub-vi.)

You should select "save with options" and "Include vi.lib files", then
labview
will build every vis in a *.llb file (under 5.1 you should give the extern
name
*.llb), and you would not miss any sub-vi.

I hope it works.



"dako
ta" wrote in message
news:506500000008000000EFD20000-1079395200000@exchange.ni.com...
> version 5.1.1 and daq 6.0 on win 98
>
> under the data acquisition vis there used to be fft and min/max. I
> reinstalled the daq driver and labview several times. What is there
> works fine but some of the other analysis vis dont seem to be there.
> the problem is not ghost question marks but the vi not there at all
0 Kudos
Message 2 of 3
(2,508 Views)
Could it be that you only have the Base version of LabVIEW? Only the Full and Professional versions of LabVIEW have the Advanced Analysis libraries.

Brian
0 Kudos
Message 3 of 3
(2,508 Views)