LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need a custom control just like the "DAQ Channel Name" control found on the I/O palete but I want to be able to populate the selection list my self.

I need it to have the same functionality as the "DAQ Channel Name" control but I want to be able to populate the selection list my self. It will not be used as a "DAQ Channel Name" control anymore. I need to be able to populate the control with my own values just like you do a Ring or Enum control. It's output value should be an index of an array or the selected string itself.Basically a ring control with the capability to enter text directly with the mouse.

Thanks
0 Kudos
Message 1 of 3
(2,734 Views)
You can programmatically change the values of a text ring control. I belive this is what you are asking for. Check out the attached code and please let me know if this is what you are looking for.
0 Kudos
Message 2 of 3
(2,734 Views)
Thanks but I am using LV6.1 and that control is not available to it. Refer to this link for future replies.

http://exchange.ni.com/servlet/Redirect?id=9571387

Thanks again.
0 Kudos
Message 3 of 3
(2,734 Views)