To improve navigation through this long list, there isn’t no sorting option available in LabVIEW for the moment. Nevertheless, there are few workarounds that are going to be expose just below.
Using “Tabbing” Order
By default, elements in the Read/Write Control drop down menu are sorted regarding tabulation settings in the LabVIEW FPGA Front Panel. Customize the order is explained in the LabVIEW help:
Setting the Tabbing Order of Front Panel ObjectsPros: Easy to set order to match your need and be reflected in the drop-down menu.
Cons: Does not scale well in case LabVIEW FPGA Controls and Indicators are often inserted or removed. LabVIEW Scripting method to change tabbing order programmatically isn’t working.
Setting Groups and Define Name Prefix
You can
group a set of Controls/Indicators inside the LabVIEW FPGA Front Panel. The elements inside this group need to have a common prefix for their Labels separated by a dot “.”.
For the following example, the prefix is “Grouped” but can be any other name related to your application:
Pros: Easy to define and group elements within the drop-down menu for an easier navigation.
Cons: This method won’t work if you configure the “Open FPGA VI Reference” with “
Dynamic Mode” activated.