Use the input statement to enter a string as a keystroke of the Teach Pendant and store it in a variable. If not entered by the timeout, proceed to the following statement or branch to the timeout address.
Syntax
input <variable>[,<timeout>,<timeout address>]
Parameter
Parameter
Description
Remarks
variable
Variable to receive input. Numbers are also entered as string types. If numerical values are required, convert to int( ) or double( ) functions.