PI1X Basic Programming Manual Ver. 1.10
100/156
-1
Parameter error.
-2
Temp buffer is full, cannot send
data this time.
Purpose
:
Return data send temp buffer status.
Syntax
:
N%=FILE_TRANS_SENDBC_STA
Example
:
N%=
FILE_TRANS_SENDBC_STA
Description
:
N%
is an integer to be assigned to the
result.
Purpose
:
Clear all data send.
Syntax
:
FILE_TRANS_SENDBC_CLR
Example
:
FILE_TRANS_SENDBC_CLR
Description
:
Clear all send data in send data buffer.
Purpose
:
Read data from read temp
buffer.
Syntax
:
A$=FILE_TRANS_READBAR
CODE$
Example
:
S1$=FILE_TRANS_READBA
RCODE$
EID$= LEFT$(S1$,4)
PRINT "EID:";EID$
DateTime$=MID$(S1$,5,18)
PRINT " Date Time:";
DateTime$
Size$=MID$(S1$,19,22)
PRINT " Size=";
VAL(Size$) …
Description
:
This function can read
data(Barcode or other input)
from temp read buffer. It has 20
gropus for temp your data.When
remote connect, the data will be
auto read.If data buffer is full,
the oldest data will be deleted.
A$
is a string variable. Format
of string as show below: