Find Broadcast Event Frames
In DQMH 6.0 and later, and LabVIEW 2015 and later, you can right-click a Broadcast Event subVI and select Find DQMH Broadcast Event Frames:
After selecting this option, the tool will search all VIs in the active project for event structures registered for this broadcast event:
Once items appear in the list, you can double-click them to open the VI and highlight the event structure frame registered for the broadcast event:
|
LabVIEW INI token
This right-click plugin excludes VIs in the vi.lib, user.lib, and instr.lib folders by default from the search. To restore the original behavior and include those folders in the search, add the following INI token to your LabVIEW INI file: DQMH.FindBroadcastExcludeFolders="". |