PI1X Basic Programming Manual Ver. 1.10
57/156
-1
Input error.
S$
is a string variable, indicating the input default value.
variable
is numeric or string variable that will receive the input
data. The data entered must match the data type of the variable.
When the input task is properly ended with the ENTER key being
pressed, the data string will be stored in a variable. Otherwise,
press the ESC key to abort the task.
Purpose
:
To set ENT auto press on/off when using
“INPUT_S_CARRYENT” command.
Syntax
:
INPUT_S_CARRYENT(N%)
Example
:
INPUT_S_CARRYENT(1)
Description
:
N%
is an integer variable. When using “INPUT_S_CARRYENT”
command, it can set auto press ENT on/off key after scanner
reading.
N%
Auto press ENT
0
No
1
Yes
Purpose
:
To set vibrator on or off when using “INPUT_S_VIBRATE”
command.
Syntax
:
INPUT_S_VIBRATE(N%)
Example
:
INPUT_S_VIBRATE(1)
Description
:
N%
is an integer variable. When using “INPUT_S_VIBRATE”
command, it can set vibrator on or off after scanner reading.
N%
Meaning
0
Vibrate off
1
Vibrate on