Nikunj Posted February 17, 2009 Report Share Posted February 17, 2009 Hello; I saw the example of Call Parent Node in Labview Examples (Dialoag Box.vi). In this we call another Vi in our running vi... i couldnt understand that how to make a call parent node for another vi... when i used call parent node then it gives me no vi found... so how to insert vi in the Call parent node... and where can i get more information for Call Parent Node... waiting for Reply.. Thanks; Regards; Nikunj Tanna Quote Link to comment
Aristos Queue Posted February 17, 2009 Report Share Posted February 17, 2009 The Call Parent Node is for VIs that are members of a LabVIEW class that have dynamic dispatching enabled. Dropping the Call Parent Node on the block diagram of a dynamic dispatch VI creates a call to the parent class implementation of that method. The Context Help and the online help for the Call Parent Node go into lots of detail. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.