Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
Safetyvacon • 3
9000.emf
13006.emf
9001.emf
9000.emf
9000.emf
9000.emf
9000.emf
9000.emf
9000.emf
1.SAFETY
This manual contains clearly marked cautions and warnings which are intended for your personal
safety and to avoid any unintentional damage to the product or connected appliances.
Please read the information included in cautions and warnings carefully.
The cautions and warnings are marked as follows:
Table 1. Warning signs
= DANGER! Dangerous voltage
= WARNING or CAUTION
= Caution! Hot surface
1.1Danger
The components of the power unit are live when the drive is connected to mains
potential. Coming into contact with this voltage is extremely dangerous and may
cause death or severe injury.
The motor terminals U, V, W and the brake resistor terminals are live when the
AC drive is connected to mains, even if the motor is not running.
After disconnecting the AC drive from the mains, wait until the indicators on the
keypad go out (if no keypad is attached see the indicators on the cover). Wait 5
more minutes before doing any work on the connections of the drive. Do not open
the cover before this time has expired. After expiration of this time, use a measuring equipment to absolutely ensure that no
absence of voltage before starting any electrical work!
The control I/O-terminals are isolated from the mains potential. However, the
relay outputs and other I/O-terminals may have a dangerous control voltage
present even when the AC drive is disconnected from mains.
voltage is present.
Always ensure
Before connecting the AC drive to mains make sure that the front and cable covers of the drive are closed.
During a ramp stop (see the Application Manual), the motor is still generating
voltage to the drive. Therefore, do not touch the components of the AC drive
before the motor has completely stopped. Wait until the indicators on the keypad
go out (if no keypad is attached see the indicators on the cover). Wait additional 5
minutes before starting any work on the drive.
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
1
vacon • 4Safety
13006.emf
13006.emf
13006.emf
13006.emf
13006.emf
13006.emf
13006.emf
13006.emf
13006.emf
13006.emf
1.2Warnings
The AC drive is meant for fixed installations only.
Do not perform any measurements when the AC drive is connected to the mains.
The earth leakage current of the AC drives exceeds 3.5mA AC. According to stan-
dard EN61800-5-1, a reinforced protective ground connection must be ensured.
See chapter 1.3.
If the AC drive is used as a part of a machine, the machine manufacturer is responsible for providing the machine with a supply disconnecting device (EN
60204-1).
Only spare parts delivered by VACON
®
can be used.
At power-up, power break or fault reset the motor will start immediately if the
start signal is active, unless the pulse control for
Start/Stop logic has been selected
Futhermore, the I/O functionalities (including start inputs) may change if parameters, applications or software are changed. Disconnect, therefore, the motor if
an unexpected start can cause danger.
The motor starts automatically after automatic fault reset if the auto restart
function is activated. See the Application Manual for more detailed information.
Prior to measurements on the motor or the motor cable, disconnect the motor
cable from the AC drive.
Do not touch the components on the circuit boards. Static voltage discharge may
damage the components.
Check that the EMC level of the AC drive corresponds to the requirements of your
supply network.
.
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
1
Safetyvacon • 5
13006.emf 13006.emf
1.3Earthing and earth fault protection
CAUTION!
The AC drive must always be earthed with an earthing conductor connected to the earthing terminal
marked with .
The earth leakage current of the drive exceeds 3.5mA AC. According to EN61800-5-1, one or more
of the following conditions for the associated protective circuit shall be satisfied:
b)The protective conductor shall have a cross-sectional area of at least 10 mm2 Cu or 16
mm2 Al, through its total run.
c)Where the protective conductor has a cross-sectional area of less than 10 mm2 Cu or 16
mm2 Al, a second protective conductor of at least the same cross-sectional area shall be
provided up to a point where the protective conductor has a cross-sectional area not less
than 10 mm2 Cu or 16 mm2 Al.
d)Automatic disconnection of the supply in case of loss of continuity of the protective conduc-
tor.
The cross-sectional area of every protective earthing conductor which does not form part of the
supply cable or cable enclosure shall, in any case, be not less than:
-2.5mm
-4mm
2
if mechanical protection is provided or
2
if mechanical protection is not provided.
The earth fault protection inside the AC drive protects only the drive itself against earth faults in the
motor or the motor cable. It is not intended for personal safety.
Due to the high capacitive currents present in the AC drive, fault current protective switches may
not function properly.
Do not perform any voltage withstand tests on any part of the AC drive. There is
a certain procedure according to which the tests shall be performed. Ignoring this
procedure may result in damaged product.
NOTE! You can download the English and French product manuals with applicable safety,
warning and caution information from
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 http://drives.danfoss.com/knowledge-center/technical-documentation/
.
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
1
vacon • 6Modbus - general info
11608_uk
Master´s
message
Slave
response
Start
Address
Function
Data
CRC
End
Start
Address
Function
Data
CRC
End
2.MODBUS - GENERALINFO
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). The Master can also write information to the Slaves. Modbus is typically used to transmit signals from instrumentation and control devices back to a main
controller or data gathering system.
Standard Modbus network contains one Master device and up to 247 Slave devices. In ModbusRTU
and ModbusUDP networks it is mandatory to define a unique Slave Address (or Unit identifier number) for the every Slave Device. Slave Address is a number between 1 and 247. In ModbusTCP networks, it is not mandatory to define a unique Slave Address, because the IP address identifies the
device.
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 this, Modbus gives the possibility to easily upgrade 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
different interface types, without the need to use a different protocol for every connection.
2
Figure 1.Basic structure of Modbus frame
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 peerto-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. A conversation is always started by a master in the Modbus network. A
Modbus master sends a message and—depending of the contents of the message—a slave takes
action and responds to it. There can be more masters in a Modbus network. Addressing in the message header is used to define which device should respond to a message. All other nodes on the
Modbus network ignore the message if the address field does not match their own address.
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
Modbus - general infovacon • 7
Your VACON® 100 family AC drive is equipped with Modbus support as standard. If you need to con-
®
tact VACON
with the Drive Info File taken with VACON
service in problems related to Modbus, send a description of the problem together
®
Live to customer support. If possible, also send a "Wire-
shark" log from the situation if applicable.
Ethernet
Modbus TCP
Switch
Modbus
RTU
master
Modbus RTU
Figure 2.Principal example diagram of Modbus
11781_uk
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
2
vacon • 8Modbus technical data
3.MODBUSTECHNICALDATA
3.1Modbus RTU protocol
Table 2.
InterfaceRS-485
Data transfer methodRS-485 MS/TP, half-duplex
STP (Shielded Twisted Pair), type Belden
9841 or similar
2.5 mm
As described in “Modicon Modbus Protocol Reference Guide”
300, 600, 1200, 2400, 4800, 9600, 19200,
38400, 57600, 76800, 115200 and 230400
bits/s
2
Connections and
communications
Transfer cable
Connector
Electrical isolationFunctional
Modbus RTU
Bitrate
Addresses1 to 247
3.2Modbus TCP protocol
Table 3.
Interface100BaseTX, IEEE 802.3 compatible
Data transfer methodEthernet half/full -duplex
Data transfer speed10/100 MBit/s, autosensing
As described in Modbus Messaging
Implementation Guide
3.3Modbus UDP vs TCP
In addition to TCP, the VACON® 100 family AC drive supports also UDP starting from following firmware versions:
®
•VACON
•VACON
•VACON
It is recommended that UDP is used when reading and writing rapidly and repetitively (cyclically)
the same data as in case of process data. TCP must be used for single operations, like service data
(e.g. reading or writing parameter values).
100 INDUSTRIAL and VACON® 100 X: FW0072V025
®
100 FLOW: FW0159V016
®
100 HVAC: FW0065V035
3
The key difference between UDP and TCP is that when using TCP, each and every Modbus frame
needs to be acknowledged by the receiver (see the figure below). This adds extra traffic to the network and more load to the system (PLC and drives) because software needs to keep track of sent
frames to make sure that they have reached their destination.
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
Modbus technical datavacon • 9
Modbus TCP Communication
PLC
TCP, SYN
TCP, SYN, ACK
Open
Connection
Modbus Response, TCP, ACK
Communicate
Close
Connection
TCP, ACK
Modbus Query
TCP, ACK
Modbus Query
TCP, ACK
TCP, ACK
TCP, FIN, ACK
TCP, ACK
Drive
Modbus UDP Communication
PLCDrive
Modbus Query
Modbus Response
Modbus Query
Communicate
11716_uk
Figure 3. Modbus TCP and UDP communication comparison
Another difference 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 first
packet is already a Modbus query. IP address and port combination is treated as a connection. If
port number 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 its destination. The PLC must
keep track of the Modbus requests by using the Modbus transaction id-field. It actually must do this
also when using TCP. If the PLC does not receive response in time from the AC drive in UDP connection, it needs to send the query again. When using TCP, the TCP/IP stack will keep resending the
request until it has been acknowledged by the receiver (see Figure 4). If the PLC sends new queries
during this time, some of those may not be sent to the network (by TCP/IP stack) until previous sent
package(s) has been acknowledged. This can cause small packet storms when the connection is resumed between the PLC and the AC drive (See Figure 5).
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
3
vacon • 10Modbus technical data
11717_uk
Modbus TCP Communication
PLCDrive
Modbus Query (1)
Modbus Query (2)
Modbus Response (1), TCP, ACK
Modbus Response (2), TCP, ACK
TCP, ACK
TCP retransmission, Modbus Query (2)
TCP retransmission, Modbus Query (2)
Normal communication continues
Packet lost, no response
Packet lost, no response
Modbus Query (1)
Modbus Response (1)
Modbus Response (4)
Modbus Query (2)
Modbus Query (3)
Modbus Query (4)
Packet lost, no response
Packet lost, no response
Normal communication continues
Modbus UDP Communication
PLCDrive
11718_uk
Modbus TCP Communication
PLCDrive
ModbusModbus
TCP
stack
TCP
stack
Modbus Query (1)
Modbus Query (2)
Modbus Query (3)
Modbus Query (4)
Modbus Query
(1,2,3)
Modbus Query (4)
Modbus Response
(1,2,3)
Modbus Response
(4)
TCP Modbus Query
TCP, ACK
TCP, ACK
TCP, ACK
TCP, ACK
TCP, Modbus Response (1,2,3)
TCP, Modbus Response (4)
TCP, Modbus Query (4)
Retransmission
Modbus Query (1,2,3)
Retransmission Modbus Query (1,2,3)
Retransmission
Modbus Query (1,2)
Retransmission
Modbus Query (1)
Modbus
Response (1,2,3)
Modbus
Response (4)
Normal communication continues
Packet lost
Figure 4. Modbus TCP and UDP communication errors comparison
Figure 5. Modbus TCP retransmissions
3
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
Modbus technical datavacon • 11
Losing one packet is not a big issue because the same request can be sent again after timeout. In
TCP, the packages always reach their destination but if network congestion causes retransmissions, the resent packages will most likely contain old data or instructions when they reach their
destination.
3.4Connections and wiring
The VACON® 100 family AC drive supports 10/100Mb speeds in both Full- and Half-duplex modes.
However, real-time process control requires the Full-duplex mode and the 100-megabit speed.
Drives must be connected to the Ethernet network with a Shielded Twisted Pair (STP) CAT-5e cable
(or better). Use only industrial standard components in the network and avoid complex structures
to minimize the length of response time and the amount of incorrect dispatches.
The maximum length of an RS-485 cable depends on the bitrate used, the cable (gauge, capacitance
or characteristic impedance) and the number of devices in the bus. The Modbus RTU specification
states that for a maximum 9600 bits/second bitrate and AWG26 or wider gauge, the maximum
length is 1000 meters. The actual cable length used in an installation can be lower than this number
depending on the aforementioned parameters.
3.5ACD (Address Conflict Detection) in Ethernet network
The VACON® 100 family AC drive implements the ACD algorithm (IETF RFC 5227).
The ACD algorithm tries to actively detect if the IP address configured to this device is used by another device in the same network. To accomplish this, the ACD sends four ARP request packets
when the device's Ethernet interface goes up or when its IP address changes. The ACD prevents the
use of the Ethernet interface until the ARP probing finishes. This delays the startup of fieldbus protocols about one second. During the delay or after it, the ACD passively checks incoming ARP messages for use of the device's IP address. If another device with the same IP address is detected, the
ACD will try to defend its IP address with a single ARP message. If the other device with the same
IP address also supports ACD, it should stop using the address. If not, the ACD will close the Ethernet connection and indicate the situation with an Alarm. This is done according the "DefendWithPolicyB". Acknowledging of the Alarm is not possible if the problem is active. The ACD opens an
Ethernet connection if the other device with the same IP address disappears from the network. The
alarm can be acknowledged after this. Other policies are not supported. If the fieldbus protocol has
been active, a fieldbus fault may be activated (depends on the fieldbus and drive application configuration).
The ACD functionality can be enabled and disabled with Duplicate IP Detection panel parameter
(see Chapter 5.3.1 Ethernet common settings (M5.9.1)).
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
3
vacon • 12Installation
M4x55
9174.emf
9000.emf
9235.emf
4.INSTALLATION
4.1Installation in VACON® 100 family AC drives
Open the cover of the AC drive.
1
2
The relay outputs and other I/O-terminals may have a dangerous control voltage
present even when the AC drive is disconnected from mains.
Open the inner cover of the drive.
4
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
Installationvacon • 13
Ethernet
cable
9316.emf
4.1.1Prepare for use through ethernet
Connect the Ethernet cable (see specification in Chapter 3.2) to its terminal as
shown in figure below.
3
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
4
vacon • 14Installation
9068.emf
IP54
9265.emf
IP21
Ethernet
cable
Protection class IP21: Cut free the opening on the AC drive cover for the Ethernet cable.
Protection class IP54: Cut the rubber grommets open to slide the cables
through. Should the grommets fold in while inserting the cable, just draw the
cable back a bit to straighten the grommets up. Do not cut the grommet openings wider than what is necessary for the cables you are using.
NOTE! To meet the requirements of the enclosure class IP54, the connection
between the grommet and the cable must be tight. Therefore, lead the first bit of
the cable out of the grommet straight before letting it bend. If this is not possible, the tightness of the connection must be ensured with insulation tape or a
cable tie.
4
5
Remount the AC drive cover.
NOTE! When planning the cable runs, remember to keep the distance between
the Ethernet cable and the motor cable at a minimum of 30 cm. See figure below.
4
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
Installationvacon • 15
9189.emf
10
5
1
5
m
m
9188.emf
4.1.2Prepare for use through RS485
Strip about 15 mm of the RS485 cable (see specification in Chapter 3.1) and cut
off the grey cable shield. Remember to do this for both bus cables (except for the
last device).
Leave no more than 10 mm of the cable outside the terminal block and strip the
cables at about 5 mm to fit in the terminals. See picture below.
Also strip the cable now at such a distance from the terminal that you can fix it to
1
the frame with the grounding clamp. Strip the cable at a maximum length of 15
mm. Do not strip the aluminum cable shield!
Local contacts: http://drives.danfoss.com/danfoss-drives/local-contacts/
4
Loading...
+ 39 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.