•
NOTE! Download the English and French product manuals with applicable safety, warning and caution information from https://
www.danfoss.com/en/service-and-support/.
REMARQUE Vous pouvez télécharger les versions anglaise et française des manuels produit contenant l'ensemble des informations de sécurité, avertissements et mises en garde applicables sur le site https://www.danfoss.com/en/service-and-support/.
Manual version
New features
Firmware
version
DPD01583C (for
OPTE9)
EtherNet/IP protocol
Ethernet ring support (RSTP)
Address Conict Detection (ACD)
V004
(OPTE9)
DPD01583D (for
OPTE9)
Media Redundancy Protocol (MRP)
Simple Network Management Protocol (SNMP)
LLDP-MIB, LLDP-EXT-DOT3-MIB, LLDP-EXT-PNO-MIB
EDD les SIMATIC PDM
V006
(OPTE9)
DPD01583E (for
OPTE9)
Fast communication modes in VACON® NXP
PROFINET Alarms.
V007
(OPTE9)
DPD01583F (for
OPTE9)
Simple Network Time Protocol (SNTP).
Fast MRP support veried
V008
(OPTE9)
Device Level Ring (DLR)
V009
(OPTE9)
DPD01583G (for
OPTEA/OPTE9)
PROFINET + PROFIsafe for VACON® NXP
V001 (OPTEA)
VACON® OPTEA/OPTE9 Ethernet Board
User Guide
Introduction
1 Introduction
1.1 Purpose of the Manual
The EtherNet/IP user guide provides information about conguring the system, controlling the drive, accessing parameters, programming, troubleshooting, and some typical application examples.
The user guide is intended for use by qualied personnel, who are familiar with the VACON® drives, EtherNet/IP technology, and
with the PC or PLC that is used as a master in the system.
Read the instructions before commissioning and programming and follow the procedures in this manual.
1.2 Additional Resources
Resources available for the drive and optional equipment are:
•
VACON® Ethernet Installation Guide provides the necessary information to install the option board to the AC drive.
•
The Operating Guide of the AC drive provides the necessary information to get the drive up and running.
•
The Application Guide of the AC drive provides more details on working with parameters and many application examples.
Supplementary publications and manuals are available from drives.danfoss.com/knowledge-center/technical-documentation/.
For US and Canadian markets:
1.3 Manual and Software Version
This manual is regularly reviewed and updated. All suggestions for improvement are welcome.
The original language of this manual is English.
Redistribution and use in source and binary forms, with or without modication, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products derived from this software without specic prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE
Introduction
1.6 Product Overview
1.6.1 Ethernet Networks with VACON® AC drives
The VACON® AC drives can be connected to the Ethernet networks using the VACON® OPTEA Advanced Dual Port Ethernet eldbus
option board (OPTEA), or the VACON® OPTE9 Dual Port Ethernet eldbus option board (OPTE9).
OPTEA supports all the features described in this manual. Features that are not supported by OPTE9, are marked with extra (OPTEA)
on the title.
The option boards support PROFINET I/O, EtherNet/IP, Modbus TCP, and Modbus UDP eldbus protocols. In addition, the Advanced
Dual Port Ethernet board (OPTEA) supports PROFINET I/O with PROFIsafe when the OPTBL/OPTBM/OPTBN option board is also installed. OPTEA also supports advanced features such as PROFINET System Redundancy "S2".
OPTEA can be used alone as PROFINET I/O device. However, PROFIsafe always requires OPTBL/OPTBM/OPTBN option board and VACON® NXP control, too.
The drives can be daisy chained by utilizing two Ethernet ports. The following network topologies are supported. See details in
Ethernet Board Installation Guide.
•
Star
•
Daisy chain
•
Ring
Every appliance connected to an Ethernet network has two identiers: a MAC address and an IP address. The MAC address (Address
format: xx:xx:xx:xx:xx:xx) is unique for each appliance and cannot be changed. The MAC address of the Ethernet board can be found
on the sticker attached to the board.
In a local network, the user can dene the IP addresses as long as all the units connected to the network are given the same network
portion of the address. Overlapping IP addresses cause conicts between appliances. For more information about setting IP addresses, see 3.2.3 Conguring with VACON® NCIPCong, 3.2.4.1 Setting the Drive Parameters with VACON® NCDrive, or 3.2.4.2 Set-
ting the Drive Parameters with VACON® Live.
1.6.2 Fieldbus Protocols
1.6.2.1 Modbus TCP/Modbus UDP
Modbus is a communication protocol developed by Modicon systems. In simple terms, it is a way of sending information between
electronic devices. The device requesting the information is called the Modbus Master (or the Client in Modbus TCP/UDP) and the
devices supplying information are Modbus Slaves (in Modbus TCP/UDP servers).
In a standard Modbus network, there is one Master and up to 247 Slaves, each with a unique Slave Address from 1 to 247. The
Master can also write information to the Slaves. Modbus is typically used to transmit signals from instrumentation and control devices back to the main controller or data gathering system.
The Modbus communication interface is built around messages. The format of these Modbus messages is independent of the type
of physical interface used.
The same protocol can be used regardless of the connection type. Because of it, Modbus gives the possibility to upgrade easily the
hardware structure of an industrial network, without the need for large changes in the software. A device can also communicate
with several Modbus nodes at once, even if they are connected with dierent interface types. There is no need to use a dierent
protocol for every connection.
On simple interfaces like RS485, the Modbus messages are sent in plain form over the network. In this case, the network is dedicated
to Modbus. When using more versatile network systems like TCP/IP over Ethernet, the Modbus messages are embedded in packets
with the format necessary for the physical interface. In that case Modbus and other types of connections can co-exist at the same
physical interface at the same time. Although the main Modbus message structure is peer-to-peer, Modbus is able to function on
both point-to-point and multidrop networks.
Each Modbus message has the same structure. Four basic elements are present in each message. The sequence of these elements is
the same for all messages, to make it easy to parse the content of the Modbus message. In the Modbus network, the master always
starts the conversation. A Modbus master sends a message and depending on the contents of the message, a slave reacts to it.
There can be more than one master in a Modbus network. Addressing in the message header is used to dene which device must
respond to a message. If the address eld does not match their own address, all other nodes on the Modbus network ignore the
message.
Modbus UDP vs TCP
In addition to TCP, the option boards also support UDP (from OPTE9 rmware version V006). We recommend using UDP when reading and writing rapidly and repetitively (cyclically) same data as with process data. Use TCP for single operations, like service data
(for example, reading or writing parameter values).
The main dierence between UDP and TCP is that when using TCP, the receiver must acknowledge every Modbus frame (see Illustra-
tion 2). It adds extra trac to the network and more load to the system (PLC and drives) because software must follow sent frames
to make sure that they have reached their destination.
Illustration 2: Modbus TCP and UDP Communication Comparison
Another dierence between TCP and UDP is that UDP is connectionless. TCP connections are always opened with TCP SYN messages and closed with TCP FIN or TCP RST. With UDP, the rst packet is already a Modbus query. The option board treats IP address and
port combination as a connection. If port changes, it is considered as a new connection or as a second connection if both stay active.
When using UDP, it is not guaranteed that the sent frame reaches is destination. PLC must follow the Modbus requests by using the
Modbus transaction id-eld. It actually must do it also when using TCP. If PLC does not receive response in time from drive in UDP
connection, it must send the query again. When using TCP, the TCP/IP stack keeps resending the request until receiver has acknowledged it (see Illustration 3). If PLC sends new queries during this time, some of them can not be sent to network (by TCP/IP stack)
until previous sent package(s) has been acknowledged. It can cause small packet storms when the connection is resumed between
PLC and drive (See Illustration 4).
Losing one packet is not a fatal because the same request can be sent again after timeout. In TCP, the packages always reach their
destination but if network congestion causes retransmissions, those packages contain most likely old data or instructions when they
reach their destination.
1.6.2.2 PROFINET I/O
PROFINET is the Ethernet-based automation standard of PROFIBUS International for the implementation of an integrated and consistent automation solution based on Industrial Ethernet. PROFINET supports the integration of simple distributed eld devices and
time-critical applications in (switched) Ethernet communication. It also supports the integration of component-based distributed
automation systems for vertical and horizontal integration of networks.
The option boards implement the following features:
•
PROFINET I/O version 2.4
•
PROFINET RT
•
Conformance class B (PA)
•
Highest netload class (class III)
•
Standard diagnosis for VACON® AC drive faults and alarms
The Advanced Dual Port Ethernet option board (OPTEA) implements also
More information on the EtherNet/IP can be found at http://www.odva.org.
1.6.3 Redundancy Protocols
1.6.3.1 Rapid Spanning Tree Protocol (RSTP)
To use the RSTP protocol, add a managed Ethernet switch that supports the RSTP protocol. If a single link is broken, the RSTP switch
notices it and start sending data from the PLC to both directions eectively creating two daisy chains. When the link has been repaired, the switch notices it, too, and reverts to normal operating mode. Compared to the star topology, the ring topology adds
more network trac to almost all drives. Damage to two cables always creates an isolated subnetwork.
In the RSTP conguration, one of the ports in the switch is "Designated Port" (DP) and the other "Alternative Port" (AP). When the
network is functioning properly, the tracows through the designated port. Only the BPDU (Bridge Protocol Data Unit) packets
are transferred through the AP port. The BPDU packets are used by the switch to determine if the network is working properly. If it
detects that the BPDU packets do not go through the ring, it changes the alternative port to a second designated port. Now the
switch sends packets to both directions in the broken ring (see Illustration 6).
Each designated port has a list of MAC addresses which are behind that port. Only frames directed to the device in the MAC list are
forwarded into that designated port. The broadcast and multicast frames are sent to all designated ports.
Illustration 5: Ring Topology
In the example below, the Ethernet communication is interrupted to device number 3 and other devices after that when the link is
broken. The Fieldbus communication maybe faulted when the link is broken, but when the switch enables the second designated
port, the connections can be reopened. In the RSTP protocol, it generally takes few seconds before the second designated port is
activated. The time depends on the BPDU exchange cycle, which is 2 seconds by default.
NOTE! The switch itself in Ethernet boards does not implement the RSTP protocol, so the network always needs a third party switch
to support it.
NOTE! Do not use RSTP together with PROFIsafe. Recovery time in RSTP network can be several seconds, and recovery time in STP
network can be several tens of seconds. To compensate the recovery time, the PROFIsafe watchdog time must be set long enough
so that slow recovery time of RSTP network can be tolerated. However, for example, in Siemens TIA portal, the longest PROFIsafe
watchdog time setting is 1920 ms, and it is too short for RSTP.
Conguration Example
The screenshots (
Illustration 7, Illustration 8) show one example of conguring the RSTP in the switch (in this case an EtherWAN
switch). Port two is the designated port and port one is the alternative port. The PLC was connected to port nine (the laptop taking
the screenshots was in port 16). When conguring your switch, refer to the manual of the switch manufacturer.
Illustration 7: EtherWAN Switch RSTP Conguration Example
Illustration 8: EtherWAN Switch RSTP Conguration Example - Port Settings
Introduction
1.6.3.2 Media Redundancy Protocol (MRP)
The MRP is designed to react deterministically on a cable failure. It makes it suitable to be used in process automation. One of the
nodes in the network has the role of Media Redundancy Master (MRM), which observes and controls the ring topology to react to
network faults. Usually this device is PLC or network switch.
Other nodes in the network are called Media Redundancy Clients (MRC), and they react on received conguration frames from the
MRM and can detect link changes on its ring ports. OPTEA and OPTE9 boards support only MRC functionality.
The MRM and MRC have two ring ports, which take one of the following states:
•
DISABLED - All frames are dropped
•
BLOCKING - All frames are dropped, except the following frames:
-
MRP frames (for example, MRP_test and MRP_TopologyChange)
-
Frames specied to pass ports in "Discarding" state, for example, LLDP frames
•
FORWARDING - All frames are forwarded according to normal behavior
The MRM sends MRP_Test frames in a congured time period to monitor the state of the ring topology. If the MRM receives its own
MRP_Test frames (network is closed), one of the ring ports is set to FORWARDING state and the other to BLOCKED state (see Illustra-
tion 9). If the MRM does not receive the MRP_Test frames (network is open), it sets both of its ring ports to FORWARDING state (see
Illustration 10).
The following gure shows an example of an MRP network, where the PLC acts as an MRM. The dotted line shows Blocked connection.
In the example below, the Ethernet communication is interrupted to device number 3 and other devices after that when the link is
broken.
Illustration 10: MRP Ring: Error in Network
NOTE! MRP (as MRC) can only be used when PROFINET is the selected protocol. MRP is available in all versions of OPTEA board and
in OPTE9 since V006 rmware.
MRP Recovery Times and Fast MRP
MRP can be congured to send test frames with dierent time periods, depending on the maximum allowed recovery time for the
network. These times are set as the guaranteed time for a network of 50 nodes to recover from a ring error.
Typically, in PROFINET systems the recovery time is dened as 200 ms. However, the MRP specication allows for recovery times of
500, 200, 30, and 10 ms. OPTEA and OPTE9 boards can be used in systems with the lowest recovery time of 10 ms. It is often called
“Fast MRP”.
When using MRP in a PROFINET network, the recommendation is to set the watchdog time of each device in the ring to the maximum recovery time, usually 200 ms. It guarantees that a cable failure does not interrupt the eldbus connection.
1.6.3.3 Device Level Ring (DLR)
Device Level Ring (DLR) protocol provides a way to detect, manage, and recover from faults in a ring-based network. It supports a
single-ring topology. Multiple or overlapping rings are not supported. Other features include "Sign on process" used to identify all
ring participants, and "Neighbor check process" which allows nodes to check the health of their adjacent nodes.
One device acts as a ring supervisor, monitoring the state of the ring while other devices act as DLR nodes. Only one device can act
as an active supervisor, although back-up supervisors are possible. Nodes can be divided into Beacon- and Announce-based nodes
depending on which frames the nodes process. OPTEA and OPTE9 boards support Announce-based functionality.
DLR nodes have three states:
•
IDLE_STATE: indicating linear topology for non-supervisor nodes
•
FAULT_STATE: initial state for enabled ring supervisor, or when ring fault has been detected
•
NORMAL_STATE: normal function in ring topology mode
The active ring supervisor sends Beacon frames from both its ring ports once per beacon interval (400 μs by default) to monitor the
state of the ring. It also sends an Announce frame once per s. If the Beacon frames are received back at the supervisor, one of its
ports is set to blocking and the other to forwarding state (Illustration 11). Only the following packets are processed from the blocked
port:
Neighbor_Check request or response and Sign_On frames
Illustration 11: DLR Ring: Network Conguration when Ring is Closed (NORMAL_STATE)
Introduction
If a network error occurs to DLR-capable nodes, the nodes send Link_Status frames to inform the ring supervisor immediately which
port(s) have a failure (Illustration 12).
Illustration 12: DLR Ring: Failure in Network
A Link_Status frame triggers an error response in active ring supervisor, which unblocks trac on its previously blocked port (Illus-
tration 13). If there is an uncommon failure (for example, if a cable breaks between two non-DLR capable devices), the error is no-
ticed from Beacon timeout value, and not from Link_Status frames. Therefore, a recovery in a network with non-DLR capable devices
can take longer.
Illustration 13: DLR Ring: Network Conguration after Failure (FAULT_STATE)
Introduction
The ring recovers after Beacon frames again are received from both of the active ring supervisors ring ports. Ring recovers back to its
original state (Illustration 11).
NOTE! DLR is active only when EtherNet/IP is the selected protocol. DLR is available since V002 rmware for OPTEA and since V009
rmware for OPTE9 board.
DLR Recovery Times
DLR allows setting of the beacon interval and the beacon timeout values, with lower beacon interval providing faster ring recovery
performance. With default values (400 μs interval and 1960 μs timeout), DLR can reach much faster ring recovery times than, for
example, Media Redundancy Protocol. Typically, these times are around 3 ms for Beacon-based and 4 ms for Announce-based nodes.
When using DLR, we recommend that the watchdog time is set to a value greater than 4 ms. It ensures that a properly congured
ring network recovers from a network failure within the watchdog time.
1.6.3.4 PROFINET System Redundancy (OPTEA)
Redundancy is a requirement in process automation systems for high availability and reduced production downtimes. PROFINET
System Redundancy provides a solution to build a system with redundant PN controllers, devices, and communication.
PROFINET System Redundancy fullls among others the following requirements:
Highly reliable communication
•
Short take over time
•
Bumpless I/O data during fault recovery
•
Monitoring of the back-up connection
•
System redundancy implements two redundant PN controllers, one working as primary and other as back-up. These controllers can
be connected via a redundant network to PN devices. It is, however, not mandatory as system redundancy has dierent levels which
are independent from each other. Thus, PN controller, Ethernet media, and PN device can have dierent redundancy congurations.
OPTEA supports "S2" level of System Redundancy and Media Redundancy Protocol (MRP) for redundant connectivity.
S2 uses a single PROFINET interface (NAP = Network Access Point), and two SR-ARs (System Redundancy Application Relations =
connections), one to each PN controller. Redundant PN controllers have parallel access to an SR PN device, but only one AR acts as a
primary (SR-ARa) and the other is back-up (SR-ARb).
Illustration 15: NAP S2, Connected to 2 IOCs
In case the primary AR fails, the IOC initiates a switch for the back-up SR-AR to become primary. This switchover cannot take longer
than the Redundancy Data Hold Time (RDHT) congured by the IOC. During the transition, the input data is hold and the output
data frozen to ensure a bumpless transition. OPTEA does not create a fault during this time when a back-up connection is available.
A fault is created after this time elapses and no Primary is available.
NOTE! System Redundancy is available in OPTEA version V002 or later and requires the use of GSDML le dated 21.06.2018 or later.
1.6.4 PROFINET Shared Device (OPTEA)
OPTEA supports Shared Device feature where multiple PLCs can connect to same device. PLC A can connect to PROFIdrive module
and PLC B can connect to PROFIsafe module. It is also possible to have System Redundancy connections (two PLCs) and PROFIsafe
from third PLC at the same time.
This kind of setup generates up to three times more Ethernet trac than connecting with single PLC, so consider the cycle times
and number of devices in the system. Connections to multiple PROFIdrive or PROFIsafe modules are not supported.
Shared device feature also enables adding of PROFIsafe to existing systems. Notice that PROFIsafe has its own conguration requirements (see 4.5 PROFIsafe (OPTEA)).
Introduction
1.6.5 Address Conict Detection (ACD)
The OPTEA and OPTE9 option boards implement ACD algorithm (IETF RFC 5227). The implementation includes requirements from
the EtherNet/IP protocol.
The ACD algorithm tries to detect actively if another device is using the IP address in the same network. The ACD sends 4 ARP request packets when the Ethernet interface of the device activates, or when its IP address changes.
ACD prevents the use of the Ethernet interface until the ARP probing nishes. This delays the start-up of eldbus protocols about 1
s. During the delay or after it, the ACD passively checks incoming ARP messages for use of the IP address of the device.
If another device with the same IP address is detected, the ACD tries to defend its IP address with a single ARP message. If the other
device with the same IP address also supports ACD, it must stop using the address. If it does not, the ACD closes the Ethernet connection and indicates the situation with LEDs. This is done according the "DefendWithPolicyB". Other policies are not supported.
If the eldbus protocol has been active, it can activate a eldbus fault (depends on the eldbus and drive application conguration).
1.6.6 Technical Data
Table 2: OPTEA/OPTE9 Option Board Technical Data
1
For connecting the eldbus Ethernet boards, use only Ethernet cables that meet at least the requirements of category 5 (CAT5) according to EN
50173 or ISO/IEC 11801.
1.6.7 VACON® PC Tools
With VACON® PC tools, it is possible to do following operations for OPTEA/OPTE9 Ethernet board:
Update rmware into OPTEA/OPTE9 board (with VACON® Loader), see
•
•
Set parameters for OPTEA/OPTE9 Ethernet board (with VACON® NCDrive or VACON® Live), see 3.2.4.1 Setting the Drive Parame-
ters with VACON® NCDrive and 3.2.4.2 Setting the Drive Parameters with VACON® Live
•
Read monitor values of OPTEA/OPTE9 Ethernet board (with VACON® NCDrive or VACON® Live)
For instructions on downloading and installing the tools, see 3.1.1 Installing VACON® PC Tools.
The following table describes what PC tools are supported in each AC drive type.
3.2.1 Updating Fieldbus Firmware with VACON® Loader
Table 3: The Supported PC Tools with Dierent AC Drives
1
The connection type "serial" is a direct serial connection to the AC drive.
2
The connection type "Ethernet" is an Ethernet connection, for example, VACON® 100 family built-in Ethernet interface, or a connection via OPTEA/
OPTE9 Dual Port Ethernet option board.
Introduction
1.7 AC Drive Support
1.7.1 VACON® OPTEA Advanced Dual Port Ethernet Drive Support
The VACON® OPTEA Advanced Dual Port Ethernet option board can be used with the following VACON® AC drives. Option board
can be used for PROFINET with PROFIsafe communication in slot E, when OPTBL/OPTBM/OPTBN is installed to slot D. If PROFIsafe is
not used, then OPTEA can be installed to slot D too.
Table 4: OPTEA-supported AC Drives and Slots
VACON® 100 Family Support
The VACON® 100 family AC drives are supported from the OPTEA rmware version V002. The process data in VACON® 100 family AC
drives is 32 bit. PROFIsafe features are supported only in VACON® NXP drives.
EtherNet/IP and Modbus TCP/UDP Support
Support for EtherNet/IP, Modbus TCP/UDP, and other features which were in OPTE9, were added to OPTEA rmware V002. Table
below shows required minimum AC drive rmware version.
Table 5: Required Minimum AC Drive Firmware Versions
1.7.2 VACON® OPTE9 Dual Port Ethernet Drive Support
The VACON® OPTE9 Dual Port Ethernet option board can be used with the following VACON® AC drives.
Simple and vendor-neutral communication protocol intended for monitoring and controlling of eld devices.
MRC
Media Ring Client
MRM
Media Ring Master
MRP
Media Ring Protocol
NSOLL
Sollwert (German for reference value)
NIST
Istwert (German for actual value)
PC
Personal computer
PDI
Process Data In
PDO
Process Data Out
PHY(X)
Ethernet physical interface X, where X shows the number of interfaces
PLC
Programmable logic controller
PNU
Parameter number
PPO
Process parameter object
PROFINET I/O
PROFINET is a standard for industrial automation in Ethernet network. PROFINET I/O describes the exchange of data between controllers and eld devices.
Transmission Control Layer provides reliable, ordered, and error-checked delivery of data streams between
computers that are connected to a local area network.
Indicates a hazardous situation which, if not avoided, will result in death or serious injury.
W A R N I N G
Indicates a hazardous situation which, if not avoided, could result in death or serious injury.
C A U T I O N
Indicates a hazardous situation which, if not avoided, could result in minor or moderate injury.
N O T I C E
Indicates information considered important, but not hazard-related (for example, messages relating to property damage).
Safety
2.2 Danger and Warnings
D A N G E R
SHOCK HAZARD FROM POWER UNIT COMPONENTS
The power unit components are live when the drive is connected to mains. A contact with this voltage can lead to death or seri-
ous injury.
Do not touch the components of the power unit when the drive is connected to mains. Before connecting the drive to mains,
-
make sure that the covers of the drive are closed.
D A N G E R
SHOCK HAZARD FROM TERMINALS
The motor terminals U, V, W, the brake resistor terminals, or the DC terminals are live when the drive is connected to mains, also
when the motor does not operate. A contact with this voltage can lead to death or serious injury.
Do not touch the motor terminals U, V, W, the brake resistor terminals, or the DC terminals when the drive is connected to
-
mains. Before connecting the drive to mains, make sure that the covers of the drive are closed.
D A N G E R
SHOCK HAZARD FROM DC LINK OR EXTERNAL SOURCE
The terminal connections and the components of the drive can be live 5 minutes after the drive is disconnected from the mains
and the motor has stopped. Also the load side of the drive can generate voltage. A contact with this voltage can lead to death or
serious injury.
Before doing electrical work on the drive:
-
Disconnect the drive from the mains and make sure that the motor has stopped.
Lock out and tag out the power source to the drive.
Make sure that no external source generates unintended voltage during work.
Wait 5 minutes before opening the cabinet door or the cover of the AC drive.
Use a measuring device to make sure that there is no voltage.