LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

measurement analysis using TDS3000

Hello

 

HI. i am using TDS3000 downloaded from NI website

 

Actually graph that is produced from labview measurement as i attached in the attachment. ie the labeled came out as

Vpeak= ___V

90% OF the graph in term of seconds

10% of the graph in term of seconds

 

As i am doing impulse testing i need those parameters for analysis 

Here also i attached my modified programming

 

 

Download All
0 Kudos
Message 1 of 7
(3,364 Views)

I don't understand what your problem is.  Are you just trying to make the measurements and don't know how to?



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 7
(3,336 Views)

hi thanks for reply.

 

I have an xy-graph and I would like to insert programmatically some text label connected to certain x-y coordinates of the plot itself and display it at the front panel

 

 

0 Kudos
Message 3 of 7
(3,329 Views)

Well, you have the array of data.  So just use the Array Max & Min to get the peak voltage.  From there, get your 10% and 90% voltage levels and use Threshold 1D Array to find the index of those points.  You may need to use Interpolate 1D Array with the resulting indecies and the time array in order to get your time of those points.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 7
(3,323 Views)

 

From the peak value, is there any method for it to plot itself 10% and 90% voltage levels crossrulz?

0 Kudos
Message 5 of 7
(3,314 Views)

@nizam2 wrote:

 

From the peak value, is there any method for it to plot itself 10% and 90% voltage levels crossrulz?


Not itself.  But you can easily make the lines and add them to the graph plot.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 7
(3,306 Views)
Hello I have 1 more problem related to this topic, which is i planning to do an array for my programming, but the wire cant connect each other. Here i attached the picture of my problem. Hope someone can help me
0 Kudos
Message 7 of 7
(3,279 Views)