11-06-2022 07:16 AM
Hello,
For my application I need to populate an enum from data base and then, let the user to choose from enum.
I have already found a code for populate an enum.
But now, How do I refresh the enum at the GUI so I will show the new values.
And Another question, How do I remove values from the enum?
Thanks!
Gil,
11-06-2022 07:38 AM
Hi Gil,
@gilmaor1 wrote:
But now, How do I refresh the enum at the GUI so I will show the new values.
And Another question, How do I remove values from the enum?
You cannot change an enum while the VI is running, you can only change it in the IDE…
Simple solution: use a ring instead!
On those "How…" questions: there are property nodes where you can set/define the values of a ring…