Hi cwn,
Attached to this message you'll find two files. The image shows how to send data to your pop-up indicator using an invoke node. The string constant is the label of the pop-up control that i want to reach.
In my application, i wanted to continuously read data from a control and display its value in the popup indoctor. The easiest way to do that is to send the reference of the control to read to the pop-up indicator. Then using VI servers function you can read the value of the control... My pop-up is set as reentrant so I can display several pop-ups at the same time and send them different references...
Once the value of the control is set, I activate the VI and run it...
I hope this helps...