04-13-2023 02:01 PM - edited 07-17-2023 07:12 AM
In LabVIEW 2023 Q3, you can right-click on a subVI on the diagram, or the icon of a VI (in the top-right corner of the VI window) and use the "Find All Instances" command even when the VI is running. In earlier versions, this command was only available for VIs in edit mode.
Known Issue(s)
04-18-2023 07:23 AM
Does this also work for non-running reentrant clones? In previous versions they also don't support it and you have to change to edit mode to get the original VI.
04-18-2023 03:54 PM
@tst wrote:
Does this also work for non-running reentrant clones? In previous versions they also don't support it and you have to change to edit mode to get the original VI.
I apologize; I'm not entirely sure what use case you're describing here. Can you please try the Beta and let me know if it does what you expect?
04-19-2023 03:52 AM
@Christina_R wrote:
@tst wrote:
Does this also work for non-running reentrant clones? In previous versions they also don't support it and you have to change to edit mode to get the original VI.
I apologize; I'm not entirely sure what use case you're describing here. Can you please try the Beta and let me know if it does what you expect?
If you run a.vi which calls a reentrant b.vi and then stop a.vi and double click the subVI, the FP of the clone will open (in run mode. Note the lack of the grid on the FP). In previous versions you couldn't right click the icon to find the callers. In the beta I see that you can, but it searches for instances of the clone, which doesn't actually help (and it doesn't even find anything). It should search for all instances of the original reentrant VI (2 in the example below).
04-19-2023 09:01 AM
Should be an easy fix. Thanks for pointing that out.