Keypad
Pat Alonzi
Posts: 27
Hey Everyone,
I just bought some new parts and trying to get the keypad controller working.
This is the keypad controller I am using with a Basic Stamp 2: www.elabinc.com/ede1144.pdf
I was wondering if anyone knew how to use the data valid interrupt.
Thanks,
-Pat
pcalonzi@purdue.edu
I just bought some new parts and trying to get the keypad controller working.
This is the keypad controller I am using with a Basic Stamp 2: www.elabinc.com/ede1144.pdf
I was wondering if anyone knew how to use the data valid interrupt.
Thanks,
-Pat
pcalonzi@purdue.edu
Comments
let me lay this out. I am kind of inventing the code in my head before i have it wired up but here is the plan:
I am building a relay controller cabinet which will have different modes which run in loops I want to have the keypad to act as a user interface to start and stop the different loops:
Something like this:
Do
x = random number
on relay x
pause
off relay x
pause
loop
or
Do
on relay 1
pause
off relay 1
pause
on relay 2...
pause
off relay 2...
pause
loop
during any of these loops i want to ready the keypad to know if its time to stop the loop or adjust the pauses.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
On several occasions I have posted code snippets for the EDE1144…I will attach what I have here today. I hope this helps. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support