08-05-2008 02:30 AM
08-05-2008 02:41 AM
08-05-2008 07:11 AM
08-05-2008 07:51 AM
08-05-2008 10:20 AM
davidson.d wrote:
I have a subVI (reentrant) which is being used 20 times in the Main VI.All the subVIs run in parallel with independent data input and output.Each use of the subVI in my main VI is what i mentioned as "muliple Instances"As You mentioned about the memory usage, this VI would take 20 copies of the subVI everytime.I was not sure whether this (reentrant) aproach right .Regarding semaphore, i'm not yet tried. I thought of possibility to implement without reentrant VI.Can You get me..?