04-10-2025 02:27 AM
Hello community,
When I open a VI from the Block Diagram,
it opens as a clone and I can't edit it.
I can only edit it if I open it from the project menu:
So I have two questions:
1) Why is this happening?
2) How can I close the clones in memory?
Thanks in advanced.
Solved! Go to Solution.
04-10-2025 03:02 AM
This happens because it's reentrant. Open the clone and then press ctrl+M to open the project vi.
04-10-2025 04:08 AM
I need the block to be reentrant.
But you have solved it so that it does not open again as a clone, if I open it from the block diagram by changing the reentrancy method.
Thanks a lot.