05-24-2021 05:51 PM
Hello everyone.
I have a solenoid valve which increases the pressure in a line automatically until it reaches a precise level I want to measure the time it takes to increase the pressure to this level. Someone can help me please
Solved! Go to Solution.
05-24-2021 06:41 PM
@Malaak1 wrote:
Hello everyone.
I have a solenoid valve which increases the pressure in a line automatically until it reaches a precise level I want to measure the time it takes to increase the pressure to this level. Someone can help me please
Or
05-26-2021 06:21 AM
I create a timer but the problem is it goes back to 0 when the pressure reaches the pricese level, here is my programme to see what i did if you can help me please
05-26-2021 06:44 AM - edited 05-26-2021 06:45 AM
Hi Malaak,
several problems in your VI(s):
Please cleanup your VI for all these items and reattach it…
05-26-2021 06:55 AM
Thanks for your answer, I am new with labview this is my first program. I will take all of this advice into consideration. but you still haven't answered my main question I want to measure the time it takes for the pressure to move from one level to another
05-26-2021 07:05 AM
05-26-2021 07:27 AM
I want to opt for the 2nd solution, How can I save the current time when the pressure start increasing and the same when it reaches the precise level so I can do the subtraction
05-26-2021 08:53 AM
@Malaak1 wrote:
I want to opt for the 2nd solution, How can I save the current time when the pressure start increasing and the same when it reaches the precise level so I can do the subtraction
I suggest using a Shift Register to store the start time
05-26-2021 01:18 PM
Thank you