
PT-Basic Programming Manual Ver. 1.00 58/143
To set scanner sleep on or off when using “INPUT_S” command.
INPUT_S_SLEEP(1)
R%=INPUT_S("",S1$) „Scanner to sleep
…
N% is an integer variable. After using “INPUT_S” command, the
“INPUT_S_SLEEP” command can set scanner to sleep or not.
If use this command and set “1”, when leaving “INPUT_S”
command, scanner will go to sleep.
Not sleep(scanner go to suspend)
To set the display mode of the input data.
mode% is an integer variable, indicating the input mode.
Nothing will be displayed on the LCD.
The input characters will be displayed on the LCD
(default).
“*” will be displayed instead of the input
characters. Usually it is applied for password input.
To enable or disable the key click sound.
status% is an integer variable, indicating the key click status.
Comentários a estes Manuais