Metrologic IS1000 Series Guía de usuario Pagina 51

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 198
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 50
Chapter
5
BASIC
Commands
45
OFF READER
Purpose
To terminate the "READER Event Trigger" that executes a specific subroutine
when data is received from the reader ports.
Syntax
OFF READER(N%)
Remarks
"N%" is an integer variable, indicating the reader port.
It is 1 for portable terminals.
Example
ON READER(1) GOSUB BcrData_1
...
BcrData_1:
OFF READER(1)
BEEP(2000,5)
Data$ = GET_READER_DATA$(1)
CLS
PRINT Data$
See Also
ON READER… GOSUB…
OFF TCPIP 8xxx
Purpose
To terminate the "TCP/IP Event Trigger".
Syntax
OFF TCPIP
Remarks
"SubLabel" is the line label of a subroutine.
Example
OFF TCPIP
See Also
ON TCPIP GOSUB…
OFF TIMER
Purpose
To terminate the "TIMER Event Trigger" that is specified by the ON TIMER...
GOSUB... command.
Syntax
OFF TIMER(N%)
Remarks
"N%" is an integer variable in the range of 1 to 5, indicating the number of the timer
specified by the user.
Vista de pagina 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 197 198

Comentarios a estos manuales

Sin comentarios