Description
ds_delhddfile | Delete of file in hard disk |
ds_copyhddfile | Copy of file in hard disk |
ds_puthddfile | PUT of file in hard disk |
ds_mputhddfile | MPUT of file in hard disk |
ds_lputhddfile | LIST-PUT of file in hard disk |
ds_ldelhddfile | LIST-DELETE of file in hard disk |
ds_gethostfile | GET of host file |
ds_mgethostfile | MGET of host file |
ds_lgethostfile | LIST-GET of host file |
In case of the execution of the above function, the DATA SERVER keeps the state of the occupation until the execution result(normal termination or the errors other than EW_BUSY) of the function is acquired by this function or the execution is discontinued by ds_cancel.
If these function is executed when the DATA SERVER is occupied, the EW_REJECT error will occur.When this function retuens EW_DTSRVR error, in order to get more information for this err_no return value, execute cnc_getdtailerr function.
The following detail status will be set onto the member, err_no of ODBERR structure.
Function Name | Detail | Meaning |
---|---|---|
ds_delhddfile | 0xfe07 | Deletion failed. |
ds_copyhddfile | 0xfe0f | The file of the same name was found. |
0xfe15 | Copy failed. | |
ds_puthddfile | 0xfe01 | Mistake of parameter for connected host. |
0xfe04 | User name/Password is wrong. | |
0xfe0a | File PUT failed. | |
0xfe12 | File not found | |
0xfe2b | FTP not ready | |
0xfe03 | Connection error to FTP server. | |
0xfe05 | ||
0xfe06 | ||
0xfe2c | ||
0xfe2d | The server or the router is not found. | |
ds_mputhddfile | 0xfe01 | Mistake of parameter for connected host. |
0xfe04 | User name/Password is wrong. | |
0xfe0a | MPUT failed. | |
0xfe23 | ||
0xfe2b | FTP not ready | |
0xfe03 | Connection error to FTP server. | |
0xfe05 | ||
0xfe06 | ||
0xfe2c | ||
0xfe2d | The server or the router is not found. | |
ds_gethostfile | 0xfe01 | Mistake of parameter for connected host. |
0xfe04 | User name/Password is wrong. | |
0xfe09 | File GET failed. | |
0xfe0f | The file of the same name was found. | |
0xfe2b | FTP not ready | |
0xfe03 | Connection error to FTP server. | |
0xfe05 | ||
0xfe06 | ||
0xfe2c | ||
0xfe2d | The server or the router is not found. | |
ds_mgethostfile | 0xfe01 | Mistake of parameter for connected host. |
0xfe04 | User name/Password is wrong. | |
0xfe09 | MGET failed. | |
0xfe22 | ||
0xfe2b | FTP not ready | |
0xfe03 | Connection error to FTP server. | |
0xfe05 | ||
0xfe06 | ||
0xfe2c | ||
0xfe2d | The server or the router is not found. | |
ds_lputhddfile | 0xfe01 | Mistake of parameter for connected host. |
0xfe04 | User name/Password is wrong. | |
0xfe0a | List-Put failed. | |
0xfe10 | ||
0xfe24 | ||
0xfe0c | File open failed. | |
0xfe12 | File not found. | |
0xfe28 | List format error. | |
0xfe2b | FTP not ready | |
0xfe03 | Connection error to FTP server. | |
0xfe05 | ||
0xfe06 | ||
0xfe2c | ||
0xfe2d | The server or the router is not found. | |
ds_ldelhddfile | 0xfe0c | File open failed. |
0xfe10 | List-Delete failed. | |
0xfe24 | ||
0xfe27 | ||
0xfe28 | List format error. | |
ds_lgethostfile | 0xfe01 | Mistake of parameter for connected host. |
0xfe04 | User name/Password is wrong. | |
0xfe09 | List-Get failed. | |
0xfe10 | ||
0xfe24 | ||
0xfe25 | ||
0xfe0c | File open failed. | |
0xfe0f | The file of the same name was found. | |
0xfe28 | List format error. | |
0xfe2b | FTP not ready | |
0xfe03 | Connection error to FTP server. | |
0xfe05 | ||
0xfe06 | ||
0xfe2c | ||
0xfe2d | The server or the router is not found. |
This function is available even to "Fast Ethernet".
Universal Fanuc Driver
Fanuc Focas Library CD
Declaration
Arguments : HSSB
Specify the library handle. See "Library handle" for details.
Return
EW_OK is returned on successful completion, otherwise any value except EW_OK is returned.
The major error codes are as follows.
Return code | Meaning/Error handling |
---|---|
(-1) |
The function for the DATA SERVER has already been executed. |
(1) |
The function for the DATA SERVER is not executed. |
(6) |
|
(14) |
Error occurred in DATA SERVER. |
As for the other return codes or the details, see "Return status of Data window function"
CNC option
For HSSB connection,
The DATA SERVER function and the extended driver/library function are necessary.
CNC parameter
This function is not related to CNC parameter.
CNC mode
This function can be used in any CNC mode.
Available CNC
0i-A | 0i-B/C(Note) | 0i-D | 0i-F | 15 | 15i | 16 | 18 | 21 | 16i-A | 18i-A | 21i-A | 16i-B | 18i-B | 21i-B | 30i-A | 30i-B | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
M (Machining) | |||||||||||||||||
T (Turning) | - | ||||||||||||||||
LC (Loader) | - | - | - | - | - | - | - | - |
0i-D | 0i-F | 16i | 18i | 30i-A | 30i-B | |
---|---|---|---|---|---|---|
P (Punch press) | - | |||||
L (Laser) | - | - | - | - | ||
W (Wire) | - | - |
Power Mate i-D | |
Power Mate i-H | |
Power Motion i-A | X |
"O" | : | Both Ethernet and HSSB | |
"E" | : | Ethernet | |
"H" | : | HSSB | |
"X" | : | Cannot be used | |
"-" | : | None |
Note) 0i-C does not support the HSSB function.