Top Page


Communication with Ethernet Board

Ethernet version is realized by the socket communication (TCP/IP communication) with FANUC Ethernet Board, or FANUC Fast Ethernet Board. And in case of Series 16i/18i/21i-MODEL B and Series 30i/31i/32i-MODEL A, Ethernet version can communicate with CNC side by the "Embedded Ethernet function".

Before using, refer to the necessary manual, and confirm the following items.

The mechanism of Ethernet version is as follows.

DNC1/Ethernet is based on FOCAS1/Ethernet. You can add an additional function by using FOCAS1/Ethernet into DNC1/Ethernet application.

The following figure indicates the relationship of FOCAS1/Ethernet and DNC1/Ethernet.

Interface Function Programming Usage Re-connect after disconnect
FOCAS1/Ethernet Wide range functions
like system call
Need to specify detail sequences and conditions Cell control and operation screen development Manual (Need to get the library handle again)
DNC1/Ethernet Frequently used functions
like macro
Easy Cell control Auto

<Restrictions>

The number of the application software(clients) that can connect to one CNC at the same time depends on the type of Ethernet interface as follows.
Fast Ethernet Board Ethernet Board
Note 1)
Embedded Ethernet
Clients
at the same time
maximum 20 maximum 10 maximum 5
PCs
at the same time
maximum 20 maximum 10 1
(recommended)
Note 1) Maximum 3, in case of 6561/03, or 6561/04(for Series 16i/18i/21i, Power Mate i). Series 30i/31i/32i-A does not support the Ethernet board.
See the manual "APPENDIX D RESTRICTIONS" in "FANUC Ethernet Board/DATA SERVER Board OPERATOR'S MANUAL (B-63354EN)", "FANUC FAST Ethernet Board/FAST DATA SERVER OPERATOR'S MANUAL (B-63644EN)" for details.

<Notes for Embedded Ethernet>

  1. The communication using the Embedded Ethernet is processed on the CNC CPU. This means that the running condition of CNC may affect the communication performance of the Embedded Ethernet, and conversely, the communication condition of the Embedded Ethernet may affect the process of CNC.
    The Embedded Ethernet function is processed at lower priority than the process such as the automatic operation, or each axis process at the manual operation. Therefore, during the automatic operation, or in case that the CNC is configured so as to have many controlled axes, the communication speed may be slow.
    The other way, the Embedded Ethernet function is processed at higher priority than the process such as screen display process of CNC, C-language executor(except the high level task), macro executor(except the execution macro). Therefore, the performance of these processes may go down by doing the communication of the Embedded Ethernet.

  2. The following Ethernet applications cannot be used because the adequate performance may not be acquired by the above reasons.
    • CNC Screen Display Function
    • Application for the DNC operation

  3. In case that the Embedded Ethernet is connected to the Intranet that uses many broadcast data, it may take a long time to process the broadcast data. So, it may affect the performance of the process such as screen display of CNC.

Top Page