lraynal Posted June 2, 2007 Report Posted June 2, 2007 Hi all, I can't see any way to get the value of a "control" composing an Array, without creating this control. I explain myself: I have an Array of listbox. I initialise the property "String []" of this listbox, via a Property node of this control, BUT this control doesn't really exist in my Bloc Diagram! because it is embedded inside the Array. Now, I would like to get the "String []" of this control via the VI Server. And as far as I know, it's impossible because the VI Server can't find the listbox control ! Does someone has an idea, how to get this, without creating the listbox as a real control... Here is my bloc diagram simplified: http://forums.lavag.org/index.php?act=attach&type=post&id=5999 And the code in 8.2: http://forums.lavag.org/index.php?act=attach&type=post&id=6000 Thanks for your help! Laurent Quote
Ton Plomp Posted June 2, 2007 Report Posted June 2, 2007 You have to get inside the array control: http://forums.lavag.org/index.php?act=attach&type=post&id=6001 Ton http://forums.lavag.org/index.php?act=attach&type=post&id=6002 Quote
lraynal Posted June 2, 2007 Author Report Posted June 2, 2007 QUOTE(tcplomp @ Jun 1 2007, 03:52 PM) You have to get inside the array control:Ton Thanks Ton! I wanted in fact String[] from the ring control, which I get (from inside your loop!) Perfect! Laurent Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.