I'm seeing the same thing you are...
I made 2 VI's:
"SendDatatoSubVI" creates an array of random data, and passes that data and a string to "FP-to-Image1"
"FP-to-Image1" plots the data on a graph, and saves the front panel image to a .jpg file.
If "FP-to-Image1" is in memory (but not necessarily open), the .jpg file saved has the data on the graph. If I close both VI's, then open just "SendDatatoSubVI" then the first time it is run, there is no data the graph. I have seen 2 ways to make it work every time:
Option A) In the sub-vi's Window Appearance property, set the "Window runs transparently to 100%"
Option B) In the sub-vi't Window Run-time Position property, set Position to "Minimized"
In the main VI, be sure to set the SubVI Node Setup to "Show front panel when called" and "Close afterwards if originally closed"
I'm using LabVIEW 8.5.

Message Edited by LabViewGuruWannabe on
01-16-2008 07:15 PMMessage Edited by LabViewGuruWannabe on
01-16-2008 07:16 PMMessage Edited by LabViewGuruWannabe on
01-16-2008 07:16 PMMessage Edited by LabViewGuruWannabe on
01-16-2008 07:19 PM