LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with multiple plot on smith chart.

I want to plot multiple curve simultaneously on smith chart and using smith_multi_plot but I am stuck with array and cluster any help or tutorial will be much helpful.

0 Kudos
Message 1 of 8
(3,554 Views)

According to the definition of Smith Multi Plot : It is an array of clusters, where each cluster contains an array of points. A point is represented by a cluster containing the r and x values that make up the complex impedance r+jx.

 

Please help me with making a point that is represented by a cluster containing the r and x values that make up the complex impedance r+jx.

 

Thanking in advance.

0 Kudos
Message 2 of 8
(3,545 Views)

hello,

 

i don't know if you have resolve your problem but in labview you have some examples witch can help you to find how to display mutiple plot on smith chart:

 

0 Kudos
Message 3 of 8
(3,331 Views)

Hi,

I have attached a vi that would help. Let us presume that you are getting r and x independently. What you do is that you create a cluster of them using the bundle function and then place the whole thing inside a for loop. Place the smith plot indicator outside the loop and wire the cluster (output of the bundle function) to the smith plot terminal.
Hope this helps.

Vinayak Singh
Application Engineer
NI

0 Kudos
Message 4 of 8
(3,319 Views)

hello,

 

for me it can be interesting but i can't open it because i use labview 8.5, could you change your VI so i can read it?

thanks

0 Kudos
Message 5 of 8
(3,317 Views)

Here is the final thing in the labview version suitable for you
Vinayak

0 Kudos
Message 6 of 8
(3,312 Views)

hi,

 

thanks for the changment, i can use something similar in my program.

 

regards

0 Kudos
Message 7 of 8
(3,290 Views)

Hi every body

could you tell me how do you insert the data to this plot ???

0 Kudos
Message 8 of 8
(3,143 Views)