Okay, poor title but I can't summarise any better than that at the moment.
So I'm sure many of us use the old trick of creating a re-entrant VI so we can use a loop structure within the VI (that usually executes only one cycle per call) to allow us to store persistent (static) variables within the VI between calls. The problem with this is that all the headaches that come with a re-entrant VI in terms of not being able to run 'with the lightbulb on' to debug then arise.
Most of the time, I only need a single instance of this VI, so how about an alternative to re-entrancy like 'allow statics' that gives me the stored info but only allows a single instance to be used, and gives me the ability to run 'with the lightbulb'?
Of course, I have made an assumption that limiting to a single instance would make this feasible without major architectural modifications. If not then this is one for the scrapheap.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Already possible as described here: http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Alternative-to-creating-re-entrant-VI-for-storage-of-p...