LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Config Action Engine Fails (always worked before?)

Solved!
Go to solution

@AKA_TG wrote:

 

AS others have said

One thing about AE's is that they are just VI's

So if the caller goes idle LabVIEW will close all resources in the AE, including any references.

 

This also happens when you run the AE by itself without a caller, although certain references can stay open from one execution to the next.The thing is LabVIEW always removes references from memory once it establishes they are no longer needed. Its something to be aware of when stuff like this happens.

 

 

 

 


Yeah, I often make my DAQ code into AEs and I can initialize, configure, set variables, collect data, etc. all by just selecting the actions and running though them without a MAIN VI so the DAQmx tasks stick around BUT apparently LabVIEW closes file references.  Live and Learn I guess.  Thanks!

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 11 of 14
(761 Views)

I don't think I really earned this kudo.

 

Perhaps I can trade it in for a candy bar 🙂

 

 

Message 12 of 14
(756 Views)

@AKA_TG wrote:

...Perhaps I can trade it in for a candy bar 🙂


No need: The parent class of a Kudos is already candy bar.



0 Kudos
Message 13 of 14
(745 Views)

@AKA_TG wrote:

I don't think I really earned this kudo.

 


You don't deserve a kudo, I like that, have a kudo.

 

(BTW thank you OP for the kind kudos)

0 Kudos
Message 14 of 14
(740 Views)