LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with exporting data from Intensity Graph

Hello community

I working on a VI to plot the characteristic of my transistor in the intensity graph or chart, I am changing gate voltage and drain voltage, and measuring current and voltage.

The purpose of using the intensity plots is to see the changing of the current  with the gate voltage and drain voltage while doing a lot of measurements, but when I want to export the data from the graph to the excel it gave me only the current measurements,no gate or drain voltage, can you help me to figure out the problem,maybe it is not possible or maybe i don't understand how it works.

 the VI is attached below.

qu1 ni.PNG

0 Kudos
Message 1 of 7
(2,919 Views)

Hi vi  123,

 

when I want to export the data from the graph to the excel

You don't use a graph, you use a chart.

 

it gave me only the current measurements

Because it only contains the measurement data - as can be seen by THINK DATAFLOW!

 

You are also mixing lots of different data(types) due to heavy overuse of DDT wires and ExpressVIs. It would help to stay away from both…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 7
(2,913 Views)

Hi GerdW

I removed the DDT wires and the Express XY graph, but can you tell why it would help to stay away from both.

I tried to think DataFlow ,so I wired the 2 voltages and current to the intensity chart, I exported the measurements and I got the 3  variables measurements, but in the chart I got the change of the 3 variables too instead of only the current, I thought that the change of voltages will be represented in X and Y axis. I don't know if I explain myself very well. I am here for any questions.

thank you

qu2 ni.PNGqu21 ni.PNG

 

 

0 Kudos
Message 3 of 7
(2,896 Views)

Hi vi,

 

but in the chart I got the change of the 3 variables too instead of only the current, I thought that the change of voltages will be represented in X and Y axis.

Why do you think so?

The IntensityChart works (completely) different then the XYGraph…

 

When you want to learn/explore a new LabVIEW feature you should make up a small, simple test VI to just tst that new feature:

check.png

(LabVIEW also comes with a huge library of example VIs!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 7
(2,890 Views)

yeah I thought that it is possible even if I know how it works.

so it doesn't really plot 3 variables that I can choose against each other as it  is said here,it plots a 2D variable.labview for everyone.PNG

0 Kudos
Message 5 of 7
(2,878 Views)

Hi vi,

 

That text is correct: intensity graphs/charts do plot 3D data. But you are responsible for creating the correct order of data...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 7
(2,874 Views)

I tried many times with the intensity chart, it gave me current on z axis,and nomber of itérations in x and y axis.

can you suggest a manner to plot current Id,Vd and Vg against each other.

I want Vd in X axis ,Vg in Y axis and current in Z axis.

0 Kudos
Message 7 of 7
(2,849 Views)