From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is calling lvanlys.dll?

Solved!
Go to solution

I have a build that always wants to include lvanlys.dll.

 

What is calling it? How do iremove it?

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 1 of 9
(11,847 Views)

It is required for most tools in the math and analysis palettes, etc. Unless your VI is very simple, chances are you need it.

Why do you want to remove it? Remove from where?

0 Kudos
Message 2 of 9
(11,844 Views)

I am trying to figure out why this one project add it to the build.

 

I am not using any math function beyond add subtract multiply and I don't think I am even using division at all.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 9
(11,840 Views)
Solution
Accepted by topic author RTSLVU

Go to your project and find it in the dependencies section. Then try the following:

 

  • find..callers
  • why is this item in the dependencies section?

 

Message 4 of 9
(11,838 Views)

Thanks, I am using the Mean function in a Functional Global, that is what is calling it.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 5 of 9
(11,826 Views)

Well, if that's the only function, you could roll your own:

 

"Add array elements" divided by "array size" ---> mean. 😄

Message 6 of 9
(11,822 Views)

@altenbach wrote:

Well, if that's the only function, you could roll your own:

 

"Add array elements" divided by "array size" ---> mean. 😄


How "mean."  😄

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
Message 7 of 9
(11,808 Views)

Hello LabVIEW Gurus...

 

What is the correct syntax to link the maths function ?

I found the following :

1) C:\Program Files (x86)\National Instruments\LabVIEW 2014\resource\lvanlys.dll

2) lvanlys.dll

3) lvanlys.*

 

Today i have two lvanlys.dll into my dependencies answering both "Why this tiem is in dependencies ?" the VI attached...

Boths Maths VI are calling Maths DLL using the first call method.

It might be important to know my VI is part of LVlib which is going to be part of a PackedLibrary then.

 

Getting those two lvanlys.dll make the build duplicating this DLL in different folders !

DATA0

DATA1

 

I am going to add prefix to my LVlibP dependencies as decribed in this topic :

https://decibel.ni.com/content/docs/DOC-20274

but i still need only one lvanlys.dll into my project before building it !

 

BR,

Vincent

0 Kudos
Message 8 of 9
(11,173 Views)

Hello,

 

I renamed the DLL lvanlys.dll call by 

" C:\Program Files (x86)\National Instruments\LabVIEW 2014\resource\lvanlys.* "

It deletes one of the lvanlys.dll i had into my dependencies.

 

I hope this could help any of you.

BR,

Vincent

0 Kudos
Message 9 of 9
(11,163 Views)