|  | 
|  | 
| ETB_RDPARAM | DATADescription 
                Get the parameter of ethernet board.
                The following parameter can be acquired by this function.
             
MTConnect Fanuc AdapterUniversal Fanuc DriverFanuc Focas Library CDParameter for TCP/IPParameter for connected hostParameter for FTP serverParameter for Ethernet function Declaration #include "fwlib32.h"FWLIBAPI short WINAPI etb_rdparam(unsigned short FlibHndl, short type , IODBETP *param);Arguments : HSSB FlibHndl
        [ in ]
     type
        [ in ]
     
                            Specify the parameter type which wants to be acquired.
                            Specify the following type.
                         
| 0 | : | Parameter for TCP/IP |  
| 1 | : | Parameter for connected host (for server No.1) |  
| 2 | : | Parameter for connected host (for server No.2) |  
| 3 | : | Parameter for connected host (for server No.3) |  
| 4 | : | Parameter for FTP server |  
| 5 | : | Parameter for ethernet function |  param
        [ out ]
     
                            Specify the pointer to IODBETP structure to store the acquired parameter.
                            IODBETP structure is as follows.
                         
typedef struct _iodbetp {
    short       ParameterType;
    union {
        TCPPRM  tcp;
        HOSTPRM host;
        FTPPRM  ftp;
        ETBPRM  etb;
    } prm;
} ETBPARAM;
typedef struct _tcpprm {
    char    OwnIPAddress[16];
    char    SubNetMask[16];
    char    RouterIPAddress[16];
} TCPPRM;
typedef struct _hostprm {
    unsigned short  DataServerPort;
    char            DataServerIPAddress[16];
    char            DataServerUserName[32];
    char            DataServerPassword[32];
    char            DataServerLoginDirectory[128];
} HOSTPRM;
typedef struct _ftpprm {
    char    FTPServerUserName[32];
    char    FTPServerPassword[32];
    char    FTPServerLoginDirectory[128];
} FTPPRM;
typedef struct _etbprm {
    char    OwnMACAddress[13];
    short   MaximumChannel;
    short   HDDExistence;
    short   NumberOfScreens;
} ETBPRM;
 
 param.ParameterTypeThe value of specified parameter(type) by argument of this function is set.
 param.tcpprm.OwnIPAddress[16]IP address of CNCThe Ascii string less than 16 characters which included NULL is set.
 param.tcpprm.SubNetMask[16]Mask address of IP address on NetworkThe Ascii string less than 16 characters which included NULL is set.
 param.tcpprm.RouterIPAddress[16]IP address of routerThe Ascii string less than 16 characters which included NULL is set.
 param.hostprm.DataServerPortThe port number for the DATA SERVER.
 param.hostprm.DataServerIPAddress[16]IP address of host computerThe Ascii string less than 16 characters which included NULL is set.
 param.hostprm.DataServerUserName[32]Username for login to the host computer.The Ascii string less than 32 characters which included NULL is set.
 param.hostprm.DataServerPassword[32]Password for login to the host computer.The Ascii string less than 32 characters which included NULL is set.
 param.hostprm.DataServerLoginDirectory[128]Directory name for login to the host computer.The Ascii string less than 128 characters which included NULL is set.
 param.ftpprm.FTPServerUserName[32]User name for host computer to login to DATA SERVER.The Ascii string less than 32 characters which included NULL is set.
 param.ftpprm.FTPServerPassword[32]Password for host computer to login to DATA SERVER.The Ascii string less than 32 characters which included NULL is set.
 param.ftpprm.FTPServerLoginDirectory[128]Directory name for host computer to login to DATA SERVER.The Ascii string less than 128 characters which included NULL is set.
 param.etbprm.OwnMACAddress[13]MAC address of ethernet boardThe Ascii string less than 13 characters which included NULL is set.
 param.etbprm.MaximumChannelNumber of channels which can be used.
 param.etbprm.HDDExistenceThe state of hard disk mountingThe value by which whether the hard disk (The ATA flash card is included) is mounted is shown is set.
 param.etbprm.NumberOfScreensTotal number of ethernet error message screen used by Ethernet function 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 |  
| EW_ATTRIB (4)
 | Parameter type error Parameter type(type) is wrong.
 |  
| EW_NOOPT (6)
 | No option |  
      As for the other return codes or the details, see 
      
    "Return status of Data window function"
     CNC option For HSSB connection, 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) | X | X | X | X | X | X | X | X | X | H | H | H | H | H | H | X | X |  | T (Turning) | X | X | X | X | X | - | X | X | X | H | H | H | H | H | H | X | X |  | LC (Loader) | - | - | - | - | - | - | X | X | X | X | X | X | X | X | X | - | - |  
|  | 0i-D | 0i-F | 16i | 18i | 30i-A | 30i-B |  | P (Punch press) | X | X | X | X | - | X |  | L (Laser) | - | - | X | - | - | X |  | W (Wire) | - | - | X | X | X | X |  
| Power Mate i-D | X |  | Power Mate i-H | X |  | 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. See Also etb_wrparam  
 | 
| Fanuc Focas Library | Data | cnc_clrmsgbuffClears the receive buffer or the transmit buffer.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dschdirDATA SERVER Changing a current folder of the ATA card with DATA SERVER function. DATA SERVER Host... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dscopyfileCopying a file in the ATA card with DATA SERVER function.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsftpcancelThis function is used to cancel the following operetions.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsftpstatThe execution result(EW_OK/EW_DTSRVR) of the following function can be taken out only at once.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsget_reqDirects to GET a file to from a host computer at DATA SERVER. When this function is normally ended, it starts getting files from host... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dslistdel_reqAccording to the list which exists in the ATA card of DATA SERVER functon, two or more files are deleted. When this function carries... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dslistget_reqAccording to the list file which exists in the connection host of DATA SERVER function, the file transfer of two or more files is continuously carried... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dslistput_reqAccording to the list file which exists in the ATA card of DATA SERVER function ,the file transfer of two or more files is carried out to a connection... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsmget_reqIt directs to MGET a file from a host computer to DATA SERVER. A wild card can be used for a file name and the file transfer of two or... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsmkdirDATA SERVER A new folder is created to the current folder of the ATA card of DATA SERVER function. DATA SERVER... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsmput_reqIt directs to MPUT a file to a host computer from DATA SERVER. A wild card can be used for a file name and the file transfer of two or... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsput_reqDirects to PUT a file to a host computer to DATA SERVER. When this function is normally ended, it starts putting files from host... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsremoveDATA SERVER The file in the current folder of the ATA card of DATA SERVER function delete. DATA SERVER Host... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsrenameDATA SERVER Changing the file or folder name which exist in the current folder of the ATA card of DATA SERVER... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dsrmdirDATA SERVER The folder in the current folder of the ATA card of DATA SERVER function delete. DATA SERVER... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvchkdskChecks the hard disk on the DATA SERVER whether there is an error sector etc. or not. If this function is executed while... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvcnclupdnCancels the following if it is being executed. - Download from DATA SERVER to CNC - Upload from CNC to... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvdeleteDeletes the file in the DATA SERVER. If this function is executed while... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvdownloadOrders the CNC to download the file from the DATA SERVER. Therefore, normal termination of this function shows that downloading the file from the DATA SERVER... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvftpgetOrders the DATA SERVER to get file from the host computer. Therefore, normal termination of this function shows that getting the file from the host computer... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvftpputOrders the DATA SERVER to put file to the host computer. Therefore, normal termination of this function shows that putting the file to the host computer has... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvftpstatThe execution result of cnc_dtsvftpput ,... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvgetdncpgGets the file name for DNC operation in the DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvgetmodeGets the current mode of the DATA SERVER(storage mode/buffer mode).... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvhdformatFormats the hard disk on the DATA SERVER. If this function is executed while... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvmntinfoReads the following maintenance information for the DATA SERVER. This is the function for purposes of maintenance.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvrdcramReads the contents of the interface buffer for the DATA SERVER. This is the function for purposes of maintenance.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvrderrmsgReads the message of the error occurred in the DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvrdfileTransfers file from DATA SERVER to hard disk on personal computer. This function is effective for the DATA SERVER board(10BASE-T), and... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvrdpgdirReads the directory information in the DATA SERVER. If this function is executed while... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvrdsetReads the setting data in the DATA SERVER. If this function is executed while... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvsavecramSaves the contents of the interface buffer for the DATA SERVER to the file by the name of COMMON.RAM in the hard disk of the DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvsetdncpgSets the file name for DNC operation in the DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvsetmodeSets the current mode of the DATA SERVER(storage mode/buffer mode). If the mode of the DATA SERVER is changed, all the data in hard disk of the DATA... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvupdnstatThe execution result of cnc_dtsvdownload ,... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvuploadOrders the CNC to upload the file to the DATA SERVER. Therefore, normal termination of this function shows that uploading the file to the DATA SERVER has been... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvwrfileTransfers file from hard disk on personal computer to DATA SERVER. This function is effective for the DATA SERVER board(10BASE-T), and 16i/18i/21i, 0i.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_dtsvwrsetWrites the setting data in the DATA SERVER. If this function is executed while... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rdcomlogmsgReads logging message for DNC2.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rdcomopemsgReads operator's message for DNC1,DNC2.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rdcomparamReads communication parameters for DNC1, DNC2 or OSI-Ethernet function.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rddncfnameReads the name of the file in the host computer for DNC operation using DNC1, DNC2 or OSI-Ethernet function.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rddsdevinfoAll the number of pages , the use number of pages, the total number of entries, and the numberof use entries are taken out from an ATA... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rddsdirDATA SERVER The current folder name of the ATA card of DATA SERVER function is taken out with a full path.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rddsdncfileDATA SERVER The file name set to DNC operation at the time of the Storage mode of DATA SERVER function is taken out with... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rddsfileDATA SERVER The list of the files in the current folder of DATA SERVER function (a sub folder is included) is taken out.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rdrcvmsgReads contents of the receive buffer in which received message is stored. When this function is called, receipt status in CNC is... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rdrcvstatObtains receipt status of message for OSI-Ethernet. The receipt status becomes ON when CNC receives a message for OSI-Ethernet, and becomes OFF when... [read more] |  | 
| Fanuc Focas Library | Data | cnc_rdsndmsgReads contents of the transmit buffer in which transmitted message is stored.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_sendmessageSends message to the host computer.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_wrcomparamWrites communication parameters for DNC1,DNC2 or OSI-Ethernet function. When communication parameters are written to OSI-Ethernet board... [read more] |  | 
| Fanuc Focas Library | Data | cnc_wrdncfnameWrites the name of the file in the host computer for DNC operation using DNC1, DNC2 or OSI-Ethernet function.... [read more] |  | 
| Fanuc Focas Library | Data | cnc_wrdsdncfileDATA SERVER The file for DNC operation at the time of the storage mode of DATA SERVER function is set up. DATA... [read more] |  | 
| Fanuc Focas Library | Data | ds_cancelThe execution of the function for the following DATA SERVER is stopped.... [read more] |  | 
| Fanuc Focas Library | Data | ds_checkhddWhether a defective sector exists in the hard disk is checked.... [read more] |  | 
| Fanuc Focas Library | Data | ds_chghdddirChange the work directory(current directory) of hard disk in the DATA SERVER. This function is available even to Fast Ethernet.... [read more] |  | 
| Fanuc Focas Library | Data | ds_copyhddfileThe file in the hard disk of the DATA SERVER is copied. In this function, the control returns to the application without only requesting the copy of the file... [read more] |  | 
| Fanuc Focas Library | Data | ds_delhdddirDelete the directory in the hard disk of the DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | ds_delhddfileThe file in the hard drive of the DATA SERVER is deleted. The some files can be deleted simultaneously by specifying wild-card(*,?). In this function,... [read more] |  | 
| Fanuc Focas Library | Data | ds_delhostfileDelete the file of host computer. The wild-card(*, ?) cannot be used to specify the name.... [read more] |  | 
| Fanuc Focas Library | Data | ds_downloadOutputs data to be registered(downloading). This function is only for Fast Ethernet board. This function is not supported at Embedded... [read more] |  | 
| Fanuc Focas Library | Data | ds_dwnendNotifies the end of downloading data to CNC. (This function must be executed after... [read more] |  | 
| Fanuc Focas Library | Data | ds_dwnstartRequests CNC to start downloading. (This function must be executed before... [read more] |  | 
| Fanuc Focas Library | Data | ds_formathddThe hard disk is formatted(initialization).... [read more] |  | 
| Fanuc Focas Library | Data | ds_gethostfileThe file of the host computer is transferred to the hard disk of the DATA SERVER according to the get command of the FTP.... [read more] |  | 
| Fanuc Focas Library | Data | ds_ldelhddfileThe files in the hard disk of the DATA SERVER are deleted according to the list file. The wild-card(*, ?)... [read more] |  | 
| Fanuc Focas Library | Data | ds_lgethostfileThe files in the host computer are transferred to the hard disk of the DATA SERVER by the processing of FTP according to the... [read more] |  | 
| Fanuc Focas Library | Data | ds_lputhddfileThe files in the hard disk of the DATA SERVER are transferred to the host computer by the processing of FTP according to the... [read more] |  | 
| Fanuc Focas Library | Data | ds_makehdddirMake the directory in the hard disk of the DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | ds_mgethostfileThe files of the host computer are transferred to the hard disk of the DATA SERVER according to the mget command of the... [read more] |  | 
| Fanuc Focas Library | Data | ds_mputhddfileThe files in the hard disk of the DATA SERVER are transferred to the host computer according to the mput command of the... [read more] |  | 
| Fanuc Focas Library | Data | ds_puthddfileThe file in the hard disk of the DATA SERVER is transferred to the host computer side according to the put command of the FTP. The wild-card(*, ?) cannot... [read more] |  | 
| Fanuc Focas Library | Data | ds_rddnchddfileThe file name which includes the PATH name in the hard disk which is setted for the DNC operation are acquired.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rddnchostfileThe connected host number and the file name in host computer for the DNC operation is acquired.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdfileTransfers file from DATA SERVER to hard disk on personal computer. This function is effective in only 16i/18i/21i. and, this function... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdhdddirGet the file information at each file. The following information is acquired at each file. - File name... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdhddinfoGet the information of hard disk of DATA SERVER. The following information can be acquired. - The remainder capacity of hard disk.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdhostdirGet the file information of host computer.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdhostdir2Get the number of files and file information of login directory on the host computer. Information acquired in... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdhostinfoGet the information of login directory of the host computer. The following information is acquired.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdhostnoGet the host number of the connected host computer.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdm198hdddirThe work directory for the M198(subprogram call) is acquired.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdm198hostConnected host number for the M198(subprogram call) is acquired.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdmntinfoThe data for troubleshooting is acquired as maintenance information for the file transfer between the DATA SERVER and CNC.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdmodeGet the mode for the DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdncfileThe NC program is inputted from the hard drive to the NC. Storage mode : To CNC memory from hard disk(or ATA) of DATA SERVER... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdncfile2The NC program is inputted from the hard drive to the NC. Storage mode : To CNC memory from hard disk(or ATA) of DATA SERVER... [read more] |  | 
| Fanuc Focas Library | Data | ds_rdresultGet the execution result of the function for the following DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | ds_renhddfileThe file name in the hard disk of the DATA SERVER is changed.... [read more] |  | 
| Fanuc Focas Library | Data | ds_searchresultGets the result of ds_searchword function.... [read more] |  | 
| Fanuc Focas Library | Data | ds_searchwordThe string of the NC program in DATA SERVER at the running of M198/DNC in MEM/RMT mode is searched. The result of search can... [read more] |  | 
| Fanuc Focas Library | Data | ds_wrdnchddfileThe file name in the hard disk of the DATA SERVER for DNC operation is set. The current work directory is... [read more] |  | 
| Fanuc Focas Library | Data | ds_wrdnchostfileThe file name of the host computer for DNC operation is set. The current connected host computer is set... [read more] |  | 
| Fanuc Focas Library | Data | ds_wrfileTransfers file from hard disk on personal computer to DATA SERVER. This function is effective in only 16i/18i/21i. and, this function... [read more] |  | 
| Fanuc Focas Library | Data | ds_wrhostnoThe host computer which works the FTP server which becomes the other party of the communication of the DATA SERVER is changed.... [read more] |  | 
| Fanuc Focas Library | Data | ds_wrm198hdddirThe work directory for the M198(subprogram call) is set. The current directory in the hard disk of the... [read more] |  | 
| Fanuc Focas Library | Data | ds_wrm198hostConnected host number for the M198(subprogram call) is set. The connected host of now becomes the host for... [read more] |  | 
| Fanuc Focas Library | Data | ds_wrmodeSet the mode for the DATA SERVER. The mode of the DATA SERVER which can be set is shown as follows.... [read more] |  | 
| Fanuc Focas Library | Data | ds_wrncfileThe NC program is outputted from the NC to the hard drive. Storage mode : To hard disk(or ATA) of DATA SERVER from CNC... [read more] |  | 
| Fanuc Focas Library | Data | etb_rderrmsgGet the error message which occurred in the Ethernet board. This function acquires the error message of the Ethernet board... [read more] |  | 
| Fanuc Focas Library | Data | etb_wrparamSet the parameter for Ethernet board. The following parameter can be set to the Ethernet board. Parameter... [read more] |  | 
| Fanuc Focas Library | Data | eth_clrlogClear the logs for Ethernet function : Embedded Ethernet[Internal port ,PCMCIA Card], Fast Ethernet board, Fast DATA SERVER board, Windows CE... [read more] |  | 
| Fanuc Focas Library | Data | eth_dschkdskCheck disk of ATA card on DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | eth_dsformatFormat ATA card on DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | eth_rddsformatGet the format of ATA card on DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | eth_rddsm198dirGet the work folder for the M198 on DATA SERVER using Strage mode.... [read more] |  | 
| Fanuc Focas Library | Data | eth_rddsm198hostGet the connected host number and work folder for the M198 on DATA SERVER using FTP mode.... [read more] |  | 
| Fanuc Focas Library | Data | eth_rddsmodeGet the all channel modes on DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | eth_rddsstateGet each path of maintenance information on DATA SERVER.... [read more] |  | 
| Fanuc Focas Library | Data | eth_rdhostGet the host number selected current Ethernet function.... [read more] |  | 
| Fanuc Focas Library | Data | eth_rdlogMTConnect Fanuc Adapter... [read more] |  | 
| Fanuc Focas Library | Data | eth_rdparamGet the parameters for Ethernet function : Fast Ethernet board, Fast DATA SERVER... [read more] |  | 
| Fanuc Focas Library | Data | eth_wrdsm198dirSet the work folder for the M198 on DATA SERVER using Strage mode.... [read more] |  | 
| Fanuc Focas Library | Data | eth_wrdsm198hostSet the connected host number and work folder for the M198 on DATA SERVER using FTP mode.... [read more] |  | 
| Fanuc Focas Library | Data | eth_wrdsmodeChange the mode for DATA SERVER function.... [read more] |  | 
| Fanuc Focas Library | Data | eth_wrhostSet the host number selected Ethernet function.... [read more] |  | 
| Fanuc Focas Library | Data | eth_wrparamSets the parameters for Ethernet function : Fast Ethernet board, Fast DATA SERVER... [read more] |  | 
| Fanuc Focas Library | Data | flist_DataCNC: Function Reference related to data server,DNC1,DNC2,OSI-Ethernet... [read more] |  | 
| Modified: 2023-12-05 | 
|  |