03-29-2016 06:26 AM
Is it possible to run two versions of the same project concurently? I have tried to duplicate the project, each of the two (parent and clone) projects operate as expected individually but as soon as I try to run them together they conflict with each other with errors such as "Error 1055, LabVIEW: object reference invalid" (error produced by a property node).
03-29-2016 06:28 AM
03-29-2016 06:56 AM
Thank you for the suggestion. It is a LabVIEW project. I have tried renaming the projects but the conflicts still occur between the two. The Error seems to come from the attached segment of code.
03-29-2016 07:20 AM - edited 03-29-2016 07:26 AM
Your error is unrelated to copying the project. The TabCtrl (strict) property which returns the pages is not linked to a specific tab control so it expects you to wire a Tab reference to the incoming reference terminal). Create a control from the TabCtl (strict) node and then wire to it from the calling VI.
This should show you the difference: