03-29-2007 12:22 PM
03-29-2007 12:32 PM
03-29-2007 01:05 PM
Thanks Beaton.
dphan128
03-29-2007 05:24 PM
Beaton,
Pardon me for bothering you again. But how would I combined two "1D-array of string" into "StringsAnd Values" property node of ring menu.
Thanks
dphan128
03-30-2007 12:16 AM
Take Ur first 1D Str array as such ( assuming it for [Strings]. and convert Ur second one to Numeric U16 format ( because Ring is U16 ).
Then inside a For loop, bundle them into a cluster ( because Strings & Values [] is a cluster ), and pass the outcoming array from the For loop to the Strings & Values [] property of the Ring.
See the attached VI in LV 7.1 for more info.
03-30-2007 11:25 AM
Thanks parthabe.
dphan128
04-02-2007 04:49 PM
One more question! In my program I need to have two set of values for each selected item. How can it be done ? For example in my case (see attached vi), when the operator select a P/N, the catalog # should be asssigned. And also the cost type should be assigned. Another issue is the "cost type" value is the same for some items. And ring menu doesn't allow same value for different item.
I could hard code the case statement to solve that issue, but then if my table data change from time to time then it won't work. Please advise.
Thanks
dphan128
03-06-2008 12:07 PM - edited 03-06-2008 12:08 PM
03-06-2008 01:04 PM
03-06-2008 04:11 PM