Online documentation, manuals and tutorials
< All Topics
Print

ShowKeypad

Description

Opens the numeric keypad page for numerical input. The numeric keypad page must be in the project and its ID must be 3. The numeric keypad page can also be opened with the Input Widget.

See in the Keyboard, Keypad and Message Box example how the numeric keypad page is defined:

Alt text

Properties

Specific

Label

EXPRESSION (string)

The label that will be displayed on the keyboard page (e.g. the name of the parameter whose value is entered).

Inital value

EXPRESSION (float)

Initial (default) number that will be displayed in the input field.

Min

EXPRESSION (integer)

The entered number must be greater than or equal to this number.

Max

EXPRESSION (integer)

The entered number must be less than or equal to this number.

Precision

EXPRESSION (float)

Defines the rounding precision of the entered number. For example if a maximum of two decimal digits is desired, then 0.01 should be entered here.

Unit

EXPRESSION (string)

Units that will be displayed when entering a number.

Inputs

seqin

SEQ | MANDATORY

A standard sequence input.

Outputs

result

DATA(float) | MANDATORY

Output to which the entered numeric value is sent.

canceled

DATA(null) | OPTIONAL

Flow execution continues through this output if the cancel button is pressed.

Examples

  • stm32f469i-disco-eez-flow-demo
  • eyboard, Keypad and Message Box
Page content