05-28-2008 04:19 AM
05-28-2008 10:48 AM
Method of VI.
Returns an image of the front panel. Use the Get Panel Image Scaled method to return an image of the front panel and scale it proportionally according to the maximum width and height you wire to the method. If a front panel is not visible, LabVIEW does not update the values in the objects on the front panel. If you call a VI whose front panel is not visible and you use the Get Panel Image method to create an image of the front panel, the image does not reflect any value changes that occurred when you ran the VI.
If you want the image to reflect value changes, make sure the front panel is open before any values change. If you do not want to display the front panel but want the image to reflect value changes, wire a Property Node to any front panel terminal on the block diagram of the VI for which you want to create a front panel image.
end of help
Probably, the key is in the second underlined statement, but I don't understand it: wire a Property Node to any terminal? with what property?
05-30-2008 02:27 AM
06-04-2008 08:15 AM