AdvancedHMI Software

General Category => Support Questions => Topic started by: sds5150 on March 18, 2016, 12:22:04 PM

Title: Numeric KeyPad 2-Digit Limit
Post by: sds5150 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

Title: Re: Numeric KeyPad 2-Digit Limit
Post by: Archie 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.
Title: Re: Numeric KeyPad 2-Digit Limit
Post by: sds5150 on March 18, 2016, 12:36:26 PM
Good Grief, I can't believe that my eyes looked over that property!
Thanks