08-23-2011 04:18 AM
Hi guys. I have a polar plot in my VI that is suppose to show a fully plotted ellipse after the VI had finish running. I wish to know how I could export this ellipse to another VI through a designated path where my VI export the log files.
Hope to receive all of your prompt replies.
Thanks.
08-23-2011 04:33 AM - edited 08-23-2011 04:35 AM
Hello fredteng,
since the polar plot is a simple picture in a picture indicator, you can explort its content by using the "picture to pixmap.vi" to convert the picture indicator content to an image- Cluster, then use e.g. "write to png.vi" from the graphics formats palette to create a picture file.
To import the picture you use the "Read png file.vi" and "Draw flattened Pixmap.vi".
Hope this helps,
08-23-2011 10:40 PM - edited 08-23-2011 10:45 PM
Hi daveTW.
This is what I have done so far and I came unstuck. So can you tell me how can I continue on to achieve what I want? Really appreciate your help.
Thanks.
08-23-2011 10:44 PM
Post what you have done so far so we can help you become stuck.
08-23-2011 11:23 PM
Please refer to the previous post by me to see what I have done so far.
Thanks.