LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

clone reference equal

Solved!
Go to solution
You assume wrongly that clones are completely independent copies of the same VI. They are not! A clone maintains an independent dataspace but for everything else like code etc refers to the single master copy of the VI.

You make assumptions about the equal operator that are wrong in the current situation. You can feel sorry that it doesn't work the way you would want but the likely truth is, that if you insisted on it working like this, clones might never have been possible to implement in the current LabVIEW architecture.
Rolf Kalbermatter
My Blog
0 Kudos
Message 11 of 13
(871 Views)

Arleady found way around that. Just asking why it works in that way...

0 Kudos
Message 12 of 13
(855 Views)

Well technically it is the same VI, just not the same instance of it. Take two integer values, should equal give you false for the same integers because they are technically two different instances (memory locations)?

Rolf Kalbermatter
My Blog
0 Kudos
Message 13 of 13
(840 Views)