11-15-2005 12:43 AM
11-15-2005 01:15 AM
Well keeping track of multiple sub Vi's and its dlls is indeed a messy job if right care is not taken.
we have had our share of misery in similiar situations before getting things right 😉
try following to make things easier.
For ex: if 2 main VI's A and B use two diferent Vi's that have the same name 'C'
opening B along with A will open the sub vi C which originally is a sub Vi of A instead of intended VI.
But Labview will inform by a pop up msg that this sub vi which was expected to be at location x has been opened from location Y,
Just heed to all those pop up messages and life will become easier.
One final note: while closing a VI, if save changes msg pops up, do select 'explain changes' and try to ascertain which sub vi has changed before selecting 'save sub VI's' option.
and Finally keeping a cool head is trick 😉
regards,
Dev