04-28-2014 02:38 PM - edited 04-28-2014 02:38 PM
I probably would just add a small latch action button (next to the ring) that says "Repeat" on it.
04-28-2014 02:42 PM
Another option would be a listbox. It is less clunky (your words) because all items are visible (no clunky "click...move...release" action needed).
You can create an event for "listbox... Double-click" and the action will be triggered even if the item is already selected.
04-28-2014 03:37 PM
@aputman wrote:
You can do what Altenbach says adding the dummy state. And add a Mouse Down event to cause it to Reinit to Default and a Value Change to catch the new value. This works for me on a menu ring, even when selecting the same value.
I tried that too. It works unless they click and decide to NOT add a value.
04-28-2014 03:46 PM
Try the attached VI and tell me why it doesn't work for you. It seems to work to me unless there is something about it that doesn't work in your scenario.
11-03-2019 02:13 PM
Thanks for this solution!
As long as you can live with a dummy value within the ring it works perfectly.
To make it bulletproof you can add the dummy-value to the list of deactivated elements.
I added it to your example.
Kind regards,
Jonas