10-24-2011 06:50 AM
I have a vi that's been opened with the 'run vi' method of a Top vi, SLH-dispatcher.vi.
When I execute a subvi (with frontpanel showing) in SLH-dispatcher.vi, all values in the Top vi lose their state. I set those values with cvt's.
What's happening?
10-24-2011 08:13 AM
What is that VI supposed to show us? Your post is very brief, and you don't explain what the VI does.
As for structure:
Were you trying to create a state machine: Application Design Patterns: State Machines
Were you trying to create a producer/consumer architecture: Application Design Patterns: Producer/Consumer
10-24-2011 10:55 AM
Solved. I forgot to post the sub vi.
I initialized the memory form the cvt array to default in my sub vi by calling the init cvt.