EtherNet/IP Protocol Principles
Overview
This section describes how to use the LTMT main unit over an EtherNet/IP communication protocol network.
WARNING |
|---|
|
LOSS OF CONTROL
Failure to follow these instructions can result in death, serious injury, or equipment
damage.
|
WARNING |
|---|
|
UNEXPECTED MOTOR RESTART
Ensure that the PLC application software handles:
Failure to follow these instructions can result in death, serious injury, or equipment
damage.
|
When you switch to the network control channels, the LTMT main unit checks the communication protocol configuration. It then uses the latest known motor control commands from the PLC to automatically restart the motor.
EtherNet/IP is an application layer protocol treating devices on the network as a series of objects. It is an implementation of the Common Industrial Protocol (CIP) over TCP/IP.
The network carries control data and the properties of the device being controlled. It enables you to operate either in a client/server or a peer-to-peer mode.
The messages can be exchanged through:
-
I/O messaging: dedicated to exchanges of process data. It is also called as class one messaging or implicit messaging.
-
Explicit messaging: dedicated to exchanges such as configuration, settings, or diagnostics data. It is also called as class three messaging.
WARNING