07-05-2007 06:12 AM
07-05-2007 07:31 AM
There are many ways to pass data between controls on seperate vi. The easiest it direct wiring, make the control an imput which is wired, when you launch this vi it will have the value. Other methods include using a global (not a good way but easy), using property nodes->value as well as many others. I would use data flow If I were you (the direct wire of the control)
Paul