U90 Ladder Software Manual
66
If there is more than one Variable on display, there is an HMI Var Keypad Entry Complete SB for each
Variable.
The SBs are:
SB 30 - HMI Keypad entries complete
SB 31 - HMI Var 1 Keypad entry completed
SB 32 - HMI Var 2 Keypad entry completed
SB 33 - HMI Var 3 Keypad entry completed
SB 34 - HMI Var 4 Keypad entry completed
You can use these special SBs in your Ladder project or Jump conditions to move from Display to Display when
keypad entry is complete.
Force: HMI Keypad Entry Complete, SB 39
A flashing cursor on the LCD screen indicates that the controller is waiting for a keypad entry. You can turn off
the flashing cursor by turning SB 39 ON.
This can enable you to use the same HMI screen to first enable keypad entry, and then to simply display the
entered value.
Converting Display values: Linearization
If you want to enter an Analog value, such as temperature, via the keypad and convert that value into a Digital
value for comparison with a digital value from a temperature probe, you use the Enable Linearization feature
in the linked Variable.
This conversion process is Reverse Linearization.
To enable Analog to Digital conversion:
1. Create a Display for entering the analog value.
2. Create an Integer Variable.
3. Select keypad entry and enable linearization.
4. Enter the linearization values for the x and y axes.