02-15-2010 05:34 AM
If a Boolean Value changes fom false to true is it possible to display a true boolean value for around 10 seconds then revert back to false whilst the original boolean remains true.
02-15-2010 05:42 AM
Hi Connor1929,
see the attached example.
Mike
02-15-2010 05:46 AM
02-15-2010 06:06 AM
Hi mike sorry im running labview 8.2 so cant open your example.
02-15-2010 06:12 AM
Hi Connor1929,
attached you'll find the 8.0 version.
Where do you want to use it? Do you react on some hardware inputs?
Mike
02-15-2010 06:30 AM
A Passcode is compared to see if it matches the stored passcode and if it matches it gives a true output and stays true until the wrong passcode is entered however I only want the true output to be available for around 10 seconds. I still haven't been able to execute this.
02-15-2010 07:23 AM
Hi Connor1929,
did you see my example? Can you post your code or parts of it?
Mike
02-15-2010 07:31 AM
Sorry Mike yeah I did see the code which works fine but the only problem is it gives a true output for 10 seconds when the Input goes from true to false also.
02-15-2010 07:37 AM
Hi Connor1929,
next version with some minor changes.
Mike
02-15-2010 08:17 AM
Hi mike sorry to bother you again thanks for your help so far but i've tried to replace the switch with the output from my passcode match and its saying that event structure and data node are unwired when I get rid of the switch. thanks