LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Functional global with too many terminals

For i'm stuck might not handle two beers, send one my way! 😄

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 21 of 26
(751 Views)

@for(imstuck) wrote:

@Mark_Yedinak wrote:
Oh look at you Greg. Quite the name dropper.

 Smiley Very Happy

(Just giving you a hard time)


Debated long and hard about the name drops, actually. But, I decided they help to improve credibility. 

 

Oh, the wise LabVIEW Champion Mark Yedinak once called me a name dropper, and then I made him buy me a beer at NI week.


The word of a Trusted Enthusiast isn't good enough?


"Should be" isn't "Is" -Jay
0 Kudos
Message 22 of 26
(741 Views)

Jeff·Þ·Bohrer wrote:
The word of a Trusted Enthusiast isn't good enough?

Apparently not.  Not enough logos in his signature.Smiley Wink


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 23 of 26
(735 Views)

A bit off-topic;

 

To reveal a knowldge I have not found anywhere in LabView help.

 

If you have a subVI that takes big chunks of data as input and proceeds with some algorithm, if it is possible allways inline that subVI.

 

I had this simple algorithm, that was cutting out some array subset. Algorithm itself took 0ms, the subVI itself took 500ms. After inlining, the subVI itself took 0ms.

0 Kudos
Message 24 of 26
(711 Views)

You should NOT inline a funtional global because you lose all statefullness by inlining.....

 

Unless you've got a constant referring to a Queue or DVR in there the FGV won't work when attempting to share data between processes.

0 Kudos
Message 25 of 26
(659 Views)

I was writing about subVI, not FGV. Yes the subVI is in FGV 🙂

0 Kudos
Message 26 of 26
(646 Views)