03-24-2008 10:09 AM
I have an architecture question for the labview 8.2
community...
I have two indicators that I'll be passing data to and I would like to create a
single picture (png, jpg, ect) of both indicators. The key aspects is that the
data to these indicators will be changing and it's not until the end user
clicks "snap picture" on the front panel when the picture is taken.
I'm leaning towards creating a subpanel on the main vi then passing the data by
"call by reference" to a subvi. When the GUI event happens in the
event structure a "Get Image" of the subpanel is taken.
I have two questions.
1) I haven't gotten data to update properly in the subvi. The "Get
Image" always snaps a picture of the default vi and without the
values. What's the best way to pass the data in?
2) Is their a better architecture to use for this goal? I'm open to
other ideas it their is a more efficient and streamlined approach.
Thanks.
03-25-2008 02:12 PM
03-28-2008 07:40 AM
08-25-2008 12:15 PM
Do you have an example of you #2 scheme that you can post?
-Tim C.
08-26-2008 04:40 AM
08-26-2008 04:57 AM