Author Topic: Numeric KeyPad 2-Digit Limit  (Read 951 times)

sds5150

  • Newbie
  • *
  • Posts: 14
    • View Profile
Numeric KeyPad 2-Digit Limit
« on: March 18, 2016, 12:22:04 PM »
I have used a basic.label to write number to a PLC integer location.
I want to limit the entry on the keypad to 2 digits or even better the digits 1-24.
Is there a way to configure this in the keypad properties?
Thanks


Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Numeric KeyPad 2-Digit Limit
« Reply #1 on: March 18, 2016, 12:30:36 PM »
KeypadMinValue and KeypadMaxValue properties of the BasicLabel will let you limit the entered value. If an out of range value is entered, it will pop up an error.

sds5150

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Numeric KeyPad 2-Digit Limit
« Reply #2 on: March 18, 2016, 12:36:26 PM »
Good Grief, I can't believe that my eyes looked over that property!
Thanks