01-03-2008 03:41 PM
01-03-2008 03:49 PM
01-03-2008 08:27 PM
01-03-2008 11:09 PM
johnsold wrote:
Read the array and use the numeric value of the ring as the index to an index array function to get the currently selected string.
01-11-2008 10:18 AM
Thanks for the replies. I had a chance to play with ring controls and updating the string array dynamically.
However, as I mentioned in my first post, one of the reasons I want to use dynamically updated lists is to have a readable drop down list in TestStand when you configure a step (i.e. Specify Module). This would help serve as a part of a hardware abstraction layer, and for maintainability purposes we don't want to split the hardware map among a number of VI's.
Unfortunately, TestStand doesn't seem to recognize the string list from a ring control. And as mentioned above, there are issues with updating Enums. Is it possible to accomplish a way of dynamically populating this list in such a way that TestStand will recognize it? Is there another control that would work better (e.g. list boxes, combo boxes, etc.)?
Thanks for your help,
q