Argox PA-20 Basic Programming Manual User Manual Page 32

  • Download
  • Add to my manuals
  • Print
  • Page
    / 143
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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).
Page view 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 142 143

Comments to this Manuals

No comments