AdvancedHMI Software
General Category => Support Questions => Topic started 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
-
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.
-
Good Grief, I can't believe that my eyes looked over that property!
Thanks