Hi All!
I'm beginning a new project, a simulator of a kind of plant, with many IO. Until today I struggled with distributed IO, more than with GUI building (in LV). I have to put on the Panel arrays of boolean, organized in block of 16. I've already done something similar, but it was static, ie the number of simulated plants was 1, with fixed names upon IO arrays. Now, I have to simulate a (possibly) variable number of plants, each on the same vi (it's something like a list of plants on a RS-485 bus....), each one in a tab.
I already know there's almost no way of implementing dinamically add of tabs (Yes, I know I can put a fixed number and then hyde unused tabs...). But, apart from this, I need that each tab has a variable number of 16 bool IO array, and that each bool has it's own caption, not the same caption for each element of the array!
I've tried with string indicator, but the result is quite awful!
Almost forgave to say that labels has to be loaded run-time from some kind of config file....
In GTK+ with C I'd be able of doing this, but I don't know how to integrate GTK and LV...
BTW, I use LV 7.1...
Any advice will be very much apreciated!!!!!!!!!!
graziano