LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Source code of polar plot tool

 

Hi all

 

 Can i get the source code behind the Polar plot tool in LabVIEW?

 

Any help will be greatly appreciated.

 

 

0 Kudos
Message 1 of 9
(3,457 Views)

Hi mhs,

 

ever double-clicked the "polar plot" VI? It's not password protected and you can browse its full hierarchy...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 9
(3,451 Views)

 

Yes i have double clicked on it several times , but i am asking about the  source code which draws the circular lines of plot and put labels on it . I want a C language code which i want to implement in LabWindows, because there is no polar plot tool available there.  

0 Kudos
Message 3 of 9
(3,443 Views)

LabVIEW DOES NOT RUN ON C...

 

The picture control used by LabVIEW origins from the Mac platform and uses Op-codes (commands) to draw images and texts.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 4 of 9
(3,437 Views)

Here is the source code. It has been written fully in LabVIEW. Accept for the text vi, but you don't need that either way.

 

 

20909i68C05CAF1674AA51

0 Kudos
Message 5 of 9
(3,424 Views)

 

Yes i want to do it in Labwindows, so i thought that how the polar plot of Labview is made?

0 Kudos
Message 7 of 9
(3,384 Views)

 


@mhs100 wrote:

 

Yes i want to do it in Labwindows, so i thought that how the polar plot of Labview is made?


It's not. LabVIEW and LabWindows are two totally different languages. You can use C DLLs in LabVIEW, and you can use LabVIEW DLLs in C (with the Run-TIme Engine), but you can't take LabVIEW objects and place them in LabWindows code. You received several good suggestions in your other thread, so you should stick with that thread since you are trying to do this in LabWindows, not in LabVIEW.

 

Message 8 of 9
(3,371 Views)

 

Ok. Thanks for the guidance.

0 Kudos
Message 9 of 9
(3,354 Views)