02-06-2006 08:17 AM - edited 02-06-2006 08:17 AM
I need a way to calculate and show the time is take to close on labview.( the duration between 1 and 0) I have been playing around with some case structures and while loops with the clock, but I can't seem to get a something that labview likes.
Any Suggestions?
Message Edited by JoeyBeagen on 02-06-2006 08:21 AM
02-06-2006 09:07 AM
How long is the average time between the 0 and the 1?
See if the attached will work for you. Inside the WHILE loop you would keep reading the valve value.
When it is "1", stop the WHILE loop.
02-06-2006 09:23 AM
02-06-2006 10:34 AM
02-06-2006 11:04 AM
I'm not sure I understand your question.
Would it be possible for you to upload the VI?