04-29-2020 09:20 AM
Hi there,
I was trying to simulate a radar in LABView using Polar Plot. I coded it as the images below. The program is running without informing any errors but it did not appear anything in the chart.
Could you please show me the reasons?
Thank you!
Solved! Go to Solution.
04-29-2020 09:34 AM - edited 04-29-2020 09:39 AM
Hi Alex,
The plot needs at least 2 points to create a line and you are giving only 1 data point.
Extend the "build array.vi". Connect the appended array to the right of the while loop, right click on the terminal which will appear and create a shift register. Then connect the left shift register to the "build array.vi". And initialise the shift register.
On a side note : you may prefer to use "bundle by name" instead of "bundle" for the plot attributes. And also put the property node outside of the loop as it needs to be read only once.
Yddet
04-29-2020 06:20 PM
Thank you bro,
Thats right. I can plot the graph now. I am very appreciated!
11-12-2022 02:51 PM
Just found your post whilst searching polar plots. Did this work? Can you show me a picture of the type of plots you are producing?
Thanks,
Paul
11-13-2022 10:14 AM
@MancPablo wrote:
Just found your post whilst searching polar plots. Did this work? Can you show me a picture of the type of plots you are producing?
It will do line plots, similar to an xy graph. It will not really work for what you are trying to do here (intensity as a function of xy position).