01-21-2010 11:08 AM
What could I do to keep each plot on the drawing? How the scale of the 3D draw will include both spheres?
Thank you for your help.
Solved! Go to Solution.
01-21-2010 01:48 PM
I found this old 5.1 VI ...Multiple 3D graph .VI, most of VI inside are not seen in LabVIEW 8.2 and I can't open it in LabVIEW 2009. Is there a way to convert in 2009? Or, how can I do the equivalent in 2009?
Thank you
01-22-2010 06:41 PM
fmethot,
Hello! This document talks about How to Upgrade or Revert a VI to a Different Version of LabVIEW.
I took a look at your code and played with it a little bit. I was able to get it to graph different plots at the same time. Take a look.
01-22-2010 07:35 PM
Thank you. I get it now. We have to cascade each PloterHelper.VI and number the ID for each. I attached something that I was working on and I did the correction to get the 3 spheres at the same time. I put a while loop to include the complete code and refresh every 3 seconds.
Question: After each refresh, I loose the drawing for a second. Is it possible to refresh without this blanking?
...those 3 spheres will represent 3 antennae where the radius is the measured distance of a mobile unit.
Thank you again.
01-23-2010 08:04 AM
Oups! I forgot to save all my setting as default values. This VI is more representative of my blanking (after refresh) question....
Regards,
01-24-2010 06:43 AM
01-25-2010 09:11 AM
fmethot,
Glad to hear you got it working!