Hi,
I still have some problems with globals:
My application uses a state machine that calls several VIs with "Call by Reference" nodes.
One called VI acts as configuration, global variables are written.
Other VIs that are called in other states of the states machine read from the globals.
I faced the problem that sometimes my global still held the default values although they should have been changed by the configuration VI.
My question:
Are globals kept in memory, when they're only accessed by VIs that are called by reference?
If not, could I make them do their job by using them once in the state machine architecture?
Thanks and best regards,
Andreas