Metrologic IS1000 Series Betriebsanweisung Seite 52

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 198
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 51
46
CipherLab BASIC Compiler
User's Guide
Example
ON TIMER(1,200) GOSUB ClearScreen
...
ClearScreen:
OFF TIMER(1)
CLS
RETURN
' TIMER(1) = 2 sec
See Also
ON TIMER… GOSUB…
ON COM ... GOSUB ...
Purpose
To activate the "COM Event Trigger" that executes a specific subroutine when data
is received from the COM ports.
Syntax
ON COM(N%) GOSUB SubName|SubLabel
Remarks
"N%" is an integer variable, indicating the COM port.
COM Model Number
1 ~ 2
1 ~ 4
7xx, 8000, 8300
8500
Example
ON COM(1) GOSUB HostCommand
...
HostCommand_1:
OFF COM(1)
...
ON COM(1) GOSUB HostCommand
RETURN
See Also
Communication Ports commands, OFF COM
ON ESC GOSUB ...
Purpose
To activate the "ESC Event Trigger" that executes a specific subroutine when the
ESC key is pressed.
Syntax
ON ESC GOSUB SubName|SubLabel
Remarks
"SubName|SubLabel" is the name or line label of a subroutine to be called when the
event is triggered.
Seitenansicht 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 ... 197 198

Kommentare zu diesen Handbüchern

Keine Kommentare