LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView V8 Clones

What is a clone? Many of my own subs have became clones and I cannot edit
them - what do I do?


M.




--
Posted via a free Usenet account from http://www.teranews.com

0 Kudos
Message 1 of 12
(5,569 Views)
A clone is a copy of a VI in memory, with LV 8 clones were introduced with the namespace items. To edit them you have to switch them to 'edit mode' (ctrl-m on windows) After editing you might see a strange icon where the run-button was located (three arrows down pointed or something) if you hit this button all (non-running clones) will be updated!

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 12
(5,557 Views)
The reason the VIs are opening as clones is because they are set to be "Reentrant execution". (VI Properties -> Execution).  In LabVIEW 8.x Reentrant VIs can be debugged, so LabVIEW opens a seperate copy for each SubVI that you open.
Message 3 of 12
(5,549 Views)
If we are using a VIT (and not a VI) any sub VI is opened as a clone, although the re-entrant execution mode has not been activated. What's the reason?
0 Kudos
Message 4 of 12
(5,070 Views)

The VIT template is not meant to be used as vi (or sub-vi), so it automatically creates a clone that you can use to develop your code and then you should save it as a named.vi.  After saving it, the newly created vi is no longer a clone.

R

Message 5 of 12
(5,049 Views)
Please refer to the below link for more info on reentrant VIs (Preallocate), Reentrant VIs (Share Clones), VI Templates, and Dynamic VIs;
 
Message 6 of 12
(5,038 Views)
Thanks for the link. It was very useful and informative.
0 Kudos
Message 7 of 12
(4,981 Views)
That certainly clarified things. Thanks foe the answer.

Have a nice day!
0 Kudos
Message 8 of 12
(4,979 Views)
There's an on-going discussion about other types of clones (project related) here.
0 Kudos
Message 9 of 12
(4,957 Views)
Thanks , once again, for pointing to a useful page.

Have a very nice day!
0 Kudos
Message 10 of 12
(4,932 Views)