05-06-2008 05:25 PM
05-06-2008 08:03 PM
05-06-2008 08:36 PM
You can have multiple sub-vi's appear within the same VI and they can ALL be called.. even simultaneously.
There are a few ways of doing this, one of which is making the sub-vi re-entrant.
However, if I understand the question correctly, the problem is that yo want to modify a control in only one of the sub-vi's?
Well, the sub-vi's are actually vi's themselves. And it's pointing to the same one. So, if you modify one, you modify IT. IT meaning that you are modifying the one and only VI (or sub-vi) by that name. You can't modify a clone of itself.
Can you provide more details on what you are actually trying to do and maybe we can provide an appropariate solution?
Thanks,
RayR
05-07-2008 01:08 PM
05-07-2008 08:36 PM
05-08-2008 11:40 AM