Difference between revisions of "What Is a Keypad?"

From Flowcode Help
Jump to navigationJump to search
 
(22 intermediate revisions by one other user not shown)
Line 1: Line 1:
<sidebar>Sidebar: What Is a Component</sidebar>
+
<sidebar>Sidebar: Flowcode Help Overview:Components</sidebar>
A '''keypad''' is a set of buttons arranged in a block or "pad", these buttons are labelled with digits (numerals), symbols and sometimes alphabetical letters (e.g. on phones and mobile phones).
+
[[File:Gen_Keypad_EB014_01.png|right|frameless]]
 +
<gallery perrow="2" style="float:right; clear:both;">
 +
File:Gen_Keypad_Base_01.png
 +
File:Gen_Keypad_EB014_01.png
 +
File:Gen_Keypad_Hex_01.png
 +
File:Gen_Keypad_Cursor_01.png
 +
</gallery>
 +
A '''keypad''' is a set of buttons arranged in a block or "pad", these buttons are labelled with digits (numerals), symbols and sometimes alphabetical letters. For example, telephones and mobile phones have a set of numbers 0-9, all alphabetical letters, usually in a set of 3 on each key, and symbols such as the asterisk (*) and the hash tag (#).
  
A number based keypad can be called a numeric keypad, also known as "numpads", these are often used on computer keyboards, digital and numerical based locks such as combination locks.
 
  
Calculators as well as keyboard number pads often consist of numerical digits and symbols, they are often formatted 0-9 bottom to top - left to right, the symbols are usually above and to the right of these digits , on numpads and simple calculators the main mathematical symbols are; . =, +, -, *, /.
+
A number based keypad can be called a numeric keypad, also known as "numpads", these are often used on computer keyboards, digital and numerical based locks such as combination locks.  
  
Advanced calculators such as 'Scientific Calculators' contain even more buttons with mathematical symbols and functions, these calculators usually have a different layout/format from the simple set previously mentioned.
+
Calculators are numerical and symbol based, similar to a computer keyboard number pad they have a set of numbers 0-9 from bottom to top and a set of simple symbols to the right and above the numbers, advanced and 'scientific' calculators have even more buttons and functions, usually to the topside of the keypad/calculator.
  
  
The default set of keypads components in Flowcode consist of the [[Component ID b80e57b1 8941 4831 878b b27440b4f4d8|Keypad Base]], [[Component ID b07090da-50a4-41ed-97d8-99016c092a14|Keypad EB014]] which is a common numpad specifically made for the EB014 E-block, [[Component ID 287e2f0b-8869-4994-a958-c8f851091322|Keypad Hex]] which  [[Component ID 1d24df27-423c-4d91-b2bb-e6ad3e121f14|Keypad Cursor]]
+
Keypad components work very well with LCDs and 7 Segment Displays in Flowcode, it is straight forward to program and has a clear and effective outcome, by programming the Keypad to act as an input for a 7 Segment Display to display any number pressed, and with an alphanumeric keypad you can use the LCD to type a message to display, based on letters, numbers and even ASCII if programmed properly.
 +
 
 +
 
 +
The default set of keypads readily available in Flowcode consist of the following components:
 +
 
 +
{| class="wikitable" style="width:60%; text-align:center; float:left; margin:auto;"
 +
|-
 +
!Icon
 +
!width="20%" | Component
 +
!Description
 +
|-
 +
|[[File:Component Icon b80e57b1 8941 4831 878b b27440b4f4d8.png]]
 +
|width="20%" | [[Component: ID b80e57b1 8941 4831 878b b27440b4f4d8|Keypad Base]]
 +
|Base component, used to create your own keypad component and increase functionality. Can also be used as a simple keypad component and is ideal for testing purposes.
 +
|-
 +
|[[File:Component Icon b07090da 50a4 41ed 97d8 99016c092a14.png]]
 +
|width="20%" | Keypad EB014
 +
|Standard 3 * 4 telephone keypad, as used by the Matrix EB014 E-block
 +
|-
 +
|[[File:Component Icon 287e2f0b 8869 4994 a958 c8f851091322.png]]
 +
|width="20%" | Keypad Hex
 +
|Hex keypad, with a full number set 0-9 and A-F alphabetical characters.
 +
|-
 +
|[[File:Component Icon 1d24df27 423c 4d91 b2bb e6ad3e121f14.png]]
 +
|width="20%" | Keypad Cursor
 +
|Simple programmable keypad with directional arrow keys, an 'OK' key and 4 'function' buttons to be programmed. Ideal for programming the Formula Flowcode Buggy
 +
|}

Latest revision as of 16:56, 7 March 2014

<sidebar>Sidebar: Flowcode Help Overview:Components</sidebar>

Gen Keypad EB014 01.png

A keypad is a set of buttons arranged in a block or "pad", these buttons are labelled with digits (numerals), symbols and sometimes alphabetical letters. For example, telephones and mobile phones have a set of numbers 0-9, all alphabetical letters, usually in a set of 3 on each key, and symbols such as the asterisk (*) and the hash tag (#).


A number based keypad can be called a numeric keypad, also known as "numpads", these are often used on computer keyboards, digital and numerical based locks such as combination locks.

Calculators are numerical and symbol based, similar to a computer keyboard number pad they have a set of numbers 0-9 from bottom to top and a set of simple symbols to the right and above the numbers, advanced and 'scientific' calculators have even more buttons and functions, usually to the topside of the keypad/calculator.


Keypad components work very well with LCDs and 7 Segment Displays in Flowcode, it is straight forward to program and has a clear and effective outcome, by programming the Keypad to act as an input for a 7 Segment Display to display any number pressed, and with an alphanumeric keypad you can use the LCD to type a message to display, based on letters, numbers and even ASCII if programmed properly.


The default set of keypads readily available in Flowcode consist of the following components:

Icon Component Description
Component Icon b80e57b1 8941 4831 878b b27440b4f4d8.png Keypad Base Base component, used to create your own keypad component and increase functionality. Can also be used as a simple keypad component and is ideal for testing purposes.
Component Icon b07090da 50a4 41ed 97d8 99016c092a14.png Keypad EB014 Standard 3 * 4 telephone keypad, as used by the Matrix EB014 E-block
Component Icon 287e2f0b 8869 4994 a958 c8f851091322.png Keypad Hex Hex keypad, with a full number set 0-9 and A-F alphabetical characters.
Component Icon 1d24df27 423c 4d91 b2bb e6ad3e121f14.png Keypad Cursor Simple programmable keypad with directional arrow keys, an 'OK' key and 4 'function' buttons to be programmed. Ideal for programming the Formula Flowcode Buggy