07-05-2012 02:01 PM
Hi
I am wanting to create a dropdown menu that has names given to the serial commands for a device.
So, like the Advanced Serial Write and Read.vi that is provided by labview, instead of having to type in the code for the serial command, I want to assign a code to a given name and have the user select that name from a dropdown list and this will execute the vi.
Any suggestions would be helpful. I also looked into using enums and rings but could not find an example of these.
Thanks
Solved! Go to Solution.
07-05-2012 04:36 PM
Combo Box and use properties menu or Strings[] property to load it?