Hi everyone,
I'm experiencing some kind of trouble trying to execute more then one instance of the same vi. The problem is the following: I read a signal in two channels and after that I have to pass them through the same calculations (segmentation and the extraction of some parameters). When I tried without the option 'reentrant execution' it didn't work because the channels were mixed and all the segmentation parameters came out wrong, but when I switched it to reentrant, it came out wrong as well (probably the poor LabVIEW lost track of its whereabouts sometime in the middle of the execution) - the thing is I have a signal (two channels) to be passed through the same procedure, which cuts it, and recycles part of the signal for the
next time (I gather a piece of signal each 0.5 seconds) and I really think it is stupid to save a copy of the same VI with another name just to cope with multiple instances. Are there any other solutions?
Thanks
Ricardo Giorgi