Using Ethernet

Default Socket Configuration

The default socket configuration enables you to implement these communication options as shown below.

Note that the Vision700 comprises a built-in Ethernet port that offers 8 sockets, as explained in the topic Vision700 - Using Ethernet.

 

MODBUS

Use the MODBUS IP FBs to:

 

PLC networks, PLC to PLC

Any controller within the network can be both master and slave. In order to be read by the master, a slave's application must contain the MODBUS IP Scan FB.

Using UDP to implement controller-to-controller communication

In order to communicate via Ethernet throughout your controller network, you must include an Ethernet Card Init FB in the ladder application of each networked controller. Remember, when using UDP, do not use the Socket: Connect or Socket: Close elements; these are only required by TCP applications.

Master

Slave

Using TCP to implement controller-to-controller communication

In order to communicate via Ethernet throughout your controller network, you must include an Ethernet Card Init FB in the ladder application of each networked controller. When using TCP, you must use the Socket: Connect or Socket: Close element.

Master

Slave

 

PC to PLC: Accessing PLC via SCADA