08-18-2015 07:29 AM
Wonder if following is possible!
I have an array of system ring controls. These ring controls are to be populated with ten values which could be achieved using strings[] property. The values are loaded from the rows of a csv file. If size of rows was fixed and known, I would use for loop and drive case structure using for loop's iteration terminal and use property node on the front panel for each ring control within its position in the array and it would all be fine.
Unfortunately, I am having to work with csv file which is regularly populated and user interface is not to be changed. I have lost my brain cells thinking over it and I do not think it is achievable! Any comments?
08-18-2015 07:41 AM
08-18-2015 07:44 AM
Have you thought about using a cluster of system ring controls instead of an array? Visually, it's nearly indistinguishable from an array and you can individually set the Ring Strings for each cluster element. Operationally, you can use Cluster to Array and have minimal effect on any existing code.
08-18-2015 07:47 AM
Any advices to achieve similar functionality? What about using combo box. Combo box have similar property strings[]. I am so sorry knowing too little about labview controls!
08-18-2015 11:06 AM
08-19-2015 01:06 PM
Obligatory free training, links at the bottom.
https://decibel.ni.com/content/docs/DOC-40451
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord