4x4 keypad examples

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Bobw
Posts: 157
Joined: Sat Jan 22, 2011 10:39 pm
Location: Michigan
Has thanked: 6 times
Been thanked: 27 times
Contact:

4x4 keypad examples

Post by Bobw »

Looking at possibly using a keypad as opposed to several switches.
I have been playing with the sample file that displays the number for the key you pressed.
Is there a sample file that will display a number based on several key presses to be passed to a variable?
I need to use both negative and positive numbers from 1 to 3 digits.
I think I now understand how the keypad generates either a number or a byte, but grouping them together was escaping me.

Bob

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: 4x4 keypad examples

Post by medelec35 »

Hi Bob, there are different ways of doing this.
One way can be found in this flowchart:
http://www.matrixmultimedia.com/mmforum ... 565#p34486

Martin
Martin

Bobw
Posts: 157
Joined: Sat Jan 22, 2011 10:39 pm
Location: Michigan
Has thanked: 6 times
Been thanked: 27 times
Contact:

Re: 4x4 keypad examples

Post by Bobw »

Martin,
Thanks, I will give it a look.

Bobw
Posts: 157
Joined: Sat Jan 22, 2011 10:39 pm
Location: Michigan
Has thanked: 6 times
Been thanked: 27 times
Contact:

Re: 4x4 keypad examples

Post by Bobw »

Wow
Many things going on there. Won't be able to pick it apart till this weekend.
I think I see how you are keeping track of the entered numbers.
Will try to save off what I come up with so others can use it.

Bob

Post Reply