How to get the time elapsed time after using the reset of the "Elapsed Time" component?

1.5k Views Asked by At

I am calculating the capacitance of a circuit using LabVieW. I have tried to get the time after the voltage across it reaches 2.5V. I am giving a supply of 5V. I used a logic operator and connected it to the reset to the elapsed time component. But I get zero as the time gets reseted. I want to get the actual time elapsed.

The block diagram of the circuit:

The block diagram of the circuit

1

There are 1 best solutions below

0
On BEST ANSWER

Try this code: Do not wire something on the reset and place a False on the Auto Reset Input

Block Diagram enter image description here