PI1X Basic Programming Manual Ver. 1.10
104/156
Description
:
Several key arguments as below:
Type%
1: Get upload information
2: Get download information.
Num%
Which file to get. For
example, if there are three
files transferred success,
when you want to get the
first file information, the
parameter will be filled in 0.
A$
is a string variable to be assigned to the result.
Format of string as show below:
A$(Length)
Meaning
1~
(LEN(A$)-14)
Device file path+ File name
(LEN(A$)-13)~LEN(A$)
The file upload/download
time
You can use the GET_FILETRANS_ERROR
command to get the error code. Possible error codes
and their interpretation are listed below:
GET_FILETRANS_ERROR Meaning
0
No information
returned.
1
Get a file information.
-1
Not open the file
transfer_RealTime.
-2
Parameter error.