count duration
Tobias
Posts: 95
I am working on a Project where I am getting a signal input of· 1 to 4 counts but sometimes there are bursts of like 11 or 22 so I would like to have the code to the BS2 that if the input pin has anything greater then 3 for x amount of time goto setting1:
-Tobias
-Tobias
Comments
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·
count 8, 10, mph
command,
8 =pin#
10=duration
and mph is the value it will display
count 8, 10, mph
if mph>3 then setting1
'continue with what you were doing
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Don't have VGA?
Newzed@aol.com
·