Navigating long lists in LabVIEW can get painful, e.g. for producer consumer design patterns and message handlers.
This idea is to add submenu parsing for dot notation items.
Now your case structure can do this:
I don't think it will effect ranges in the case selector as it requires two dots... e.g. "Init.Step1".."Init.Step4"
Credit: This thread for inspiration: https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Case-structure-easier-selection-for-structures-with-a...
Suggestions required on how to handle a list in this situation where its a lot of numbered messages.
Also I just learned from a colleague that by grouping controls carefully (& some caveats) with the dot notation on FPGA it allows for a submenu. (And clusters on a FPGA can take up a lot of gates). So LabVIEW already has some code for this feature. Can it be leveraged? See below:
This post generated this idea which is the same problem in the FPGA space... grouping long lists to make them easier to use.
https://forums.ni.com/t5/LabVIEW-FPGA-Idea-Exchange/Better-FPGA-FP-Control-Selection/idi-p/3074718
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.