06-21-2006 05:34 PM
Hello,
I am writing a labview 7.1 program to allow the operator to add and configure test equipments programmatically based on the kind of and number of equipments needed. In order for the user to avoid selecting a VISA Resource Name that is already selected, I would like to be able to add and display each configured array element, which is a five element cluster (Name of the Test Equipment, Data Header String, VISA Resource Name, Function Selected and a Boolean) to a multicolumn listbox. How do I accomplish that?
06-22-2006 10:30 AM
06-22-2006 10:51 AM
See this thread starting at about reply #24.
http://forums.ni.com/ni/board/message?board.id=170&message.id=127096
It shows you how to make an array of clusters look and act like a "mixed data type multi-collumn list box".
Ben