09-15-2007 06:00 PM - edited 09-15-2007 06:00 PM
When you select this menu option from the menu of a VI's Front Panel or Block Diagram, the VI will be highlighted in the Project Explorer window.
Message Edited by Jim Kring on 09-15-2007 04:01 PM
08-17-2022 12:56 AM
Hello Jim Kring,
Thank you for a great tool.
I have been using this tool for years, and it has become one of my essential tools.
I have found a solution to the problem of sometimes missing projects when multiple project files are open simultaneously and a solution to the problem.
Problem
Solution
Use "Application.Project.Owning Project" instead of "Application.Project.ActiveProject" to get a reference to Project.
Thank you,
08-17-2022 07:35 AM
@yubeshi wrote:
I have been using this tool for years, and it has become one of my essential tools.
Another option: View >> This VI In Project (Ctrl+Shift+E), which has been in LV for many years (possibly even before this tool was written, although I expect it probably would have been noticed).
08-17-2022 08:09 AM
@tst wrote:
@yubeshi wrote:
I have been using this tool for years, and it has become one of my essential tools.
Another option: View >> This VI In Project (Ctrl+Shift+E), which has been in LV for many years (possibly even before this tool was written, although I expect it probably would have been noticed).
I'm not seeing that option in LabVIEW 8.2.1, which has a copyright of 2007. So the OpenG tool was needed at the time.
The next version I have installed is 2016, which does have the Ctrl+Shift+E option.
08-17-2022 09:27 AM
@crossrulz さんは書きました:
@tst wrote:
@yubeshi wrote:
I have been using this tool for years, and it has become one of my essential tools.
Another option: View >> This VI In Project (Ctrl+Shift+E), which has been in LV for many years (possibly even before this tool was written, although I expect it probably would have been noticed).
I'm not seeing that option in LabVIEW 8.2.1, which has a copyright of 2007. So the OpenG tool was needed at the time.
The next version I have installed is 2016, which does have the Ctrl+Shift+E option.
I have been using LabVIEW since Version 8.6, and until today I was unaware that this feature was included as standard.
I checked, and it is implemented in LabVIEW2010. (This is the oldest version installed on my PC)
I will use the shortcut key as soon as possible!
Thank you,
08-17-2022 01:37 PM
@yubeshi wrote:
I will use the shortcut key as soon as possible!
It is a very useful shortcut, but you might end up noticing that it only works in a project, and not in a library or class, unless a project is open that has that library or class in it. I made an idea exchange item you can go vote for to add this.
https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Shortcut-For-This-VIs-Class-Library/idi-p/3582037
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
08-19-2022 10:14 PM
@Hooovahh さんは書きました:
@yubeshi wrote:
I will use the shortcut key as soon as possible!
It is a very useful shortcut, but you might end up noticing that it only works in a project, and not in a library or class, unless a project is open that has that library or class in it. I made an idea exchange item you can go vote for to add this.
Certainly, just opening a library or class does not seem to work.
I often use VI scripts to extend my development environment.
So I tried to see if I could modify "File Locate in Project" to work with libraries and found it is possible.
Attached is a minimal VI Snippet I wrote to verify the functionality and "File Locate in Project" that reflects this.
Please give it a try.
You should be able to use it by replacing the "File Locate in Project.llb" in the wizard in the LabVIEW installation directory.