02-12-2009 09:10 AM
Hello,
Is there an easy way to manipulate the angular scale on a polar plot? Specificaly I want 0 degrees where 90 degees is and then populate counter-clockwise around the circle.
Thanks
Dan
Solved! Go to Solution.
02-12-2009 11:21 AM
This question has actually been asked before. The polar plot is drawn using a picture indicator. In order to change the labels you would need to modify one (or more) of the subVIs. Since these subVIs are within the vi.lib folder, you should not modify the original VIs. Based on looking at the Polar Plot VIs, it seems as if the angle labels are handled by the "PC Angle Labels" VI. Thus, you may be lucky and only need to modify this one VI. I would try the "rotating the image" approach first.
If you decide to modify the Polar Plot subVI, then the cleanest way of doing this is to save the Polar Plot VI and all of its subVIs within your own directory structure so that you have your own Polar Plot library. When you want to use the Polar Plot VI, use the one in your directory instead of the one in the functions palette. The reason for this is that you don't want to mess around with the VIs distributed with LabVIEW. If you need to reinstall then you've just lost your work.
02-12-2009 11:29 AM
02-12-2009 11:34 AM - edited 02-12-2009 11:34 AM
02-12-2009 12:49 PM
02-12-2009 01:04 PM
Cool! That is what I want. I have access to the sound and vibration tookit. For this particular application I have to use LabVIEW 8.2.1 I couldn't find that VI in that version (I have Sound and Vibration Toolkit 4.0 installed for LabVIEW 8.2.1. I have been trying to figure out if the version of sound and vibration toolkit the polor plot is in and if that version of Sound and vibration toolkit is compatable with LabVIEW 8.2.1.
Thanks
Dan
02-14-2009 11:41 AM