Argox PA-20 Basic Programming Manual User Manual
Page 46

PT-Basic Programming Manual Ver. 1.00
45/143
Purpose: To get data length that is read from a specified reader ports.
Syntax: A%=GET_READER_DATALEN
Example: A% = GET_READER_DATALEN
Description: A% is an integer variable to be assigned to the result.
Purpose: To start scanner setting procedure.
Syntax: READER_CONFIG_START
Example: READER_CONFIG_START
A%=READER_SENDCMD(11,1, CHR$(1)) „Code-39
can read
…
READER_CONFIG_END
Description: This command can start scanner setting procedure.
Purpose: To terminate scanner setting procedure.
Syntax: READER_CONFIG_END
Example: READER_CONFIG_END
Description: This command can terminate scanner setting procedure.