LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert percent undershoot measurement ot an actual voltage measurement

I am using the Transition Measurement VI to measure Rise,Fall, Overshoot and Undershoot of a digital signal. The VI returns the overshoot and undershoot in percent format but I need to convert it to a voltage format. Does anyone know how to do this?
0 Kudos
Message 1 of 5
(3,430 Views)

According to the LabVIEW help on this vi, there are two formatting options for the reference levels: percentage (default) or absolute units.  To select absolute units, change the ref units option of the reference levels input cluster to absolute.

Message Edited by DavidMN on 02-01-2010 12:51 PM
David
Applications Engineer
National Instruments


Digital Multimeters
0 Kudos
Message 2 of 5
(3,404 Views)
I seem to get an error when I change to absolute. Here is the VI I am using to test out.
0 Kudos
Message 3 of 5
(3,385 Views)

Dave,

 

I understand sort of. I changed to absolute and set my high ref to 6.3 Vlts then my mid ref to 3.5 and the low ref to .640 and I don't get an error anymore but the problem is in the post transition cluster the undershoot looks like its still in the peercent mode. It doesn't change even if I am in the absolute mode. I need to convert that percentage to a voltage level.

0 Kudos
Message 4 of 5
(3,374 Views)
The algorithm called by the llb governing the transition measurements vi only returns the overshoot/undershoot as a percentage (as you have found).  To overcome this, you can multiply the percentage by the high state level or low state level output of the amplitude and levels vi to obtain an absolute voltage representation of the overshoot/undershoot.
David
Applications Engineer
National Instruments


Digital Multimeters
0 Kudos
Message 5 of 5
(3,350 Views)