Hi all,
I'd like to include a vi in front panel at 6 different locations (the same vi).
For that, I save the included vi with vit extension.
I open 6 references of the vit.
I execute 6 times the vit.
It's working.
But now, I'd like to use "call by reference node" to execute function implemented in this vit.
But, to use "call by reference node", I must use static reference of the vit.
But if I use static reference, I can't include the same vi into front panel more than one time.
So, is there a way to include the same vi several time in the front panel and use "call by reference node" ?
If yes, how ?
If no, is there another way ?
Many thanks in advance for your help