Argox PA-20 Basic Programming Manual Manuel d'utilisateur Page 32

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 143
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 31
PT-Basic Programming Manual Ver. 1.00 31/143
OFF MINUTE
Purpose
To terminate MINUTE event trigger.
Syntax
OFF MINUTE
Example
ON MINUTE GOSUB A10
A10:
OFF MINUTE
ON MINUTE GOSUB A10
RETURN
Description
To resume the event trigger, call ON MINUTE GOSUB…
OFF READER
Purpose
To terminate READER event trigger.
Syntax
OFF READER(N%)
Example
ON READER(1) GOSUB GetData
GetData:
OFF READER(1)
CLS
A$=GET_READER_DATA$(1,4)
PRINT "DATA:"+A$
LOCATE 0,2
A$=GET_READER_DATA$(1,1)
PRINT "Name:"+A$
LOCATE 0,4
PRINT GET_READER_DATALEN
ON READER(1) GOSUB GetData
RETURN
Description
To resume the event trigger, call ON READER… GOSUB…
N% is an integer variable, indicating the reader port (now we
only can choose 1).
Vue de la page 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 142 143

Commentaires sur ces manuels

Pas de commentaire