07-29-2010 04:00 AM
Hi,
I managed to create that index buffer. My new VI has been in use for over a week, and it works wonderfull.
Only thing what I've been unable to solve is how to turn face plate of polar plot. It's not neccessary, but would be just a nice addon detail.
What I've been trying to do is:
- turn North up (now on right, where east shoud be). I managed to change numbers, but that doesn't affet where drawing start.
- degress growing clockwice (now growing counterclockwice). Have no clue how this could be done.
07-29-2010 04:09 AM
07-29-2010 04:25 AM
Thanks for fast answer.
compass_mirror.jpg
this is how my polar plot is drawed at the moment. North on right, and degrees going counter clockwice.
compass_nortup.jpg
this is how i would like my polar plot to "looklike". So, Noth up and degrees going clockwice.
I could try that pahse shift trick, but would it change front plate numbers aswell, or do I have to change those 4 values inside polar plot vi, like I have tried to to earlier.
07-29-2010 04:33 AM
Hi MrHUU,
right now you have N=0°, E=90°, S=180°, W=270°
You need: N=90°, E=0°, S=270°, W=180°.
So you need to calc: degree_new = 90 - degree_old to get the correct "phase".
Do you plot just points/lines or present "real" values (as numbers) on your compass?
07-30-2010 02:38 AM
Thanks for the tip. It did work 🙂
I'm drawing points connected with lines. I changed numbers to letters N, E, S, W, this is enough close for me.
08-07-2013 05:15 PM
Please can you email me your vi to tawandamukanhairi@gmail.com , i am trying to do something like this
08-07-2013 05:28 PM
MrHUU has not logged into the Forums since 2010. You should probably try to work with the VIs and the recommendations which have been posted here. If that does not get it working for you, start a new thread and post what you have tried. Also indicate any problems and exactly what you want to do.
Lynn