Ethernet Ip
Ethernet Ip
Fieldbus manual
MDrive Motion Control Products
V1.00, 01.2012
TM
EtherNet/IP Fieldbus Manual
Date Revision Changes
09/26/2011 V1.00, 09.2011 Initial Release
01/12/2012 V1.00, 01.2012 Minor updates
Hand this manual and all other pertinent product documentation over to all
users of the product.
Carefully read and observe all safety instructions and the chapter “Before you
begin - safety information”.
This page intentionally left blank
EtherNet/IP Fieldbus manual Table of Contents
Table of Contents
Important information .................................................................... 3
1 Introduction ................................................................................... 1
1.1 Fieldbus devices on the EtherNet/IP network .................... 1
3 Basics ............................................................................................ 7
3.1 EtherNet/IP technology ...................................................... 7
3.1.1 Data security ......................................................... 7
3.1.2 Basics ................................................................... 7
3.1.3 Encapsulation ..................................................... 10
3.1.4 Messaging and message types .......................... 10
3.1.5 Communication via Explicit Message ................. 11
3.1.6 Communication via I/O Messages ...................... 12
4 Installation................................................................................... 13
5 Commissioning........................................................................... 15
5.1 Configuration .................................................................... 16
5.1.2 Configuring the Assembly object ........................... 17
i
Table of Contents EtherNet/IP Fieldbus manual
9 Glossary ...................................................................................... 33
12.1 Units and conversion tables ............................................. 33
12.1.1 Length ................................................................. 33
12.1.2 Mass ................................................................... 33
12.1.3 Force................................................................... 33
12.1.4 Power.................................................................. 34
12.1.5 Rotation .............................................................. 34
12.1.6 Torque ................................................................ 34
12.1.7 Moment of inertia ................................................ 34
12.1.8 Temperature ....................................................... 34
12.1.9 Conductor cross section ..................................... 35
12.2 Terms and Abbreviations ................................................. 35
ii
EtherNet/IP Fieldbus manual Table of Contents
List of Figures
List of Tables
iii
V1.00, 01.2012 Table of Contents EtherNet/IP Fieldbus manual
iv
EtherNet/IP Fieldbus manual About this manual
Source manuals The latest versions of the manuals can be downloaded from the Internet
at:
http://www.schneider-electric-motion.us
Applicable manuals for MDrive products with EtherNet/IP are:
• MCode Programming and Software Reference manual
• MODBUS/TCP Fieldbus manual
• EtherNet/IP Fieldbus manual
Graphic User Interface software For easier prototyping and development, a Graphic User Interface (GUI)
is available for use with MDrivePlus and MDrive Hybrid products. This
software is available for download from the Internet at:
http://www.schneider-electric-motion.us
Further reading
Recommended literature for further reading.
Reference documents • The CIP Networks Library Volume 1 Common Industrial Protocol
• The CIP Networks Library Volume 3 DeviceNet Adaptation of CIP
• The CIP Networks Library Volume 2 DeviceNet Adaptation of CIP
• DeviceNet terms of Usage Agreement http://www.odva.org
Fieldbus interface 1
About the manual EtherNet/IP Fieldbus manual
2 Fieldbus interface
EtherNet/IP Fieldbus manual 1 Introduction
1 Introduction
1
EtherNet/IP is a fieldbus based on TCP and UDP. EtherNet/IP extends
Ethernet by an advanced industrial protocol (CIP, Common Industrial
Protocol) as an application layer for automation applications - this way,
Ethernet is excellently suited for industrial control . Products from dif-
ferent manufacturers can be networked without the need for special
interface adaptation. The majority of the required network components
correspond to the Ethernet components used in the PC world.
Ethernet switch
PC
Controller
MDrive #1 MDrive #2
e.g. 192.168.33.1 e.g. 192.168.33.2
Fieldbus interface 1
1 Introduction EtherNet/IP Fieldbus manual
2 Fieldbus interface
EtherNet/IP Fieldbus manual 2 Before you begin - safety information
Fieldbus interface 3
2 Before you begin - safety information EtherNet/IP Fieldbus manual
4 Fieldbus interface
EtherNet/IP Fieldbus manual 2 Before you begin - safety information
LOSS OF CONTROL
• The designer of any control scheme must consider the
potential failure modes of control paths and, for certain
critical functions, provide a means to achieve a safe state
during and after a path failure. Examples of critical control
functions are emergency stop, overtravel stop, power out-
age and restart.
• Separate or redundant control paths must be provided for
critical functions.
• System control paths may include communication links.
Consideration must be given to the implication of unantici-
pated transmission delays or failures of the link.
• Observe all accident prevention regulations and local
safety guidelines. 1)
• Each implementation of the product must be individually
and thoroughly tested for proper operation before being
placed into service.
Failure to follow these instructions can result in death or
serious injury.
1) For USA: Additional information, refer to NEMA ICS 1.1 (latest edition), “Safety
Guidelines for the Application, Installation, and Maintenance of Solid State Control”
and to NEMA ICS 7.1 (latest edition), “Safety Standards for Construction and Guide
for Selection, Installation and Operation of Adjustable-Speed Drive Systems”.
V1.00, 01.2012
Fieldbus interface 5
2 Before you begin - safety information EtherNet/IP Fieldbus manual
6 Fieldbus interface
EtherNet/IP Fieldbus manual 3 Basics
3 Basics
3
3.1.2 Basics
The ODVA ( is in charge of the specifications for the EtherNet/IP network
and EtherNet/IP data terminal equipment. For more information on the
ODVA see:
http://www.odva.org
Cable length The maximum cable length is 100 m between EtherNet/IP terminal
points and 90 m between infrastructure components. However, interfer-
ence in industrial environments may require you to use shorter cables.
Drive prof les The product supports the following drive profiles:
• “Drive Profile MDrive”
V1.00, 01.2012
Fieldbus interface 7
3 Basics EtherNet/IP Fieldbus manual
Assembly
Output
112
EtherNet/IP cyclic
exchanges
The product identifies itself as CIP “Generic Device” (Device Type = 0h).
Data link layer The EtherNet/IP data link layer uses the transmission mechanisms as
per IEEE 802.3 Standard Ethernet specification (edition 2002). This
makes it possible to use a wide selection of available Ethernet compo-
nents.
V1.00, 01.2012
8 Fieldbus interface
EtherNet/IP Fieldbus manual 3 Basics
Terms: Object class, instance, attribute, The EtherNet/IP approach is object-oriented. CIP defines object class-
service es; one or more instances (objects) can be derived from such object
classes. The attributes of an object class or the instance derived from it
contain the various parameters. Services are actions that are possible
with these attributes.
Fieldbus interface 9
3 Basics EtherNet/IP Fieldbus manual
Electronic Data Sheet An EDS file is a file in ASCII format. This file contains device-specific
and vendor-specific descriptions of all parameters for a device. The EDS
file also contains the fieldbus-specific communication parameters. The
EDS file is required for commissioning.
3.1.3 Encapsulation
EtherNet/IP is based entirely on existing TCP/IP and UDP/IP technolo-
gies that are used without any modification. TCP/IP is used for the trans-
mission of Explicit Messages while UDP/IP is used for I/O Messaging.
I/O messages I/O Messages, also referred to as Implicit Messages, are transmitted
via UDP/IP. I/O Message connections are often established as One-
to- Many relationships in the producer-consumer Multicast model of
Ether-Net/IP. The data fields of I/O Messages contain no protocol infor-
mation, but only time-critical I/O data. I/O Messages are a lot smaller
than Explicit Messages, thus allowing for much faster processing. These
messages are used to to transport application-specific I/O data over
the network at regular intervals. The meaning of the data is pre-defined
at the time the connection is established. I/O Messages can contain
socalled Assemblies of several parameters that can be transmitted with
a single message. The parameters for configuring EtherNet/IP commu-
nication are described in chapter 5 “Commissioning”.
V1.00, 01.2012
10 Fieldbus interface
EtherNet/IP Fieldbus manual 3 Basics
Command processing: Transmit data and The master sends a command to the drive system (slave) to execute
receive data a motion command, activate functions or request information from the
slave. The slave executes the command and acknowledges it with a
response message that may contain an error message if an error oc-
curred.
The master device can send new commands as soon as it has received
acknowledgement concerning the current command. Acknowledgement
information and error messages are included in the transmitted data in
bit-coded form.
The master must then continuously monitor for completion of the pro-
cessing command by evaluating the acknowledgment from the slave.
I/O messages are a special case. I/O messages are not acknowledged
from the slave.
Fieldbus interface 11
3 Basics EtherNet/IP Fieldbus manual
Output, Input Output and Input refer to the direction of data transmission from the
perspective of the master.
• Output: Commands from the master to the slave, or originator to
target.
• Input: Status messages from the slave to the master, or target to
originator.
Polled I/O Connection The Assemblies are used in a Polled I/O Connection . A Polled I/O
Connection is initiated by the master with a Poll Command. The Slave
responds with a Poll Response.
V1.00, 01.2012
12 Fieldbus interface
EtherNet/IP Fieldbus manual 4 Installation
4 Installation
4
Fieldbus interface 13
4 Installation EtherNet/IP Fieldbus manual
14 Fieldbus interface
EtherNet/IP Fieldbus manual 5 Commissioning
5 Commissioning
5
LOSS OF CONTROL
The product is unable to detect an interruption of the network
link if
Verify that connection monitoring is on.
The shorter the time for monitoring, the faster the detection of
the interruption.
Failure to follow these instructions can result in death,
serious injury or equipment damage.
UNINTENDED OPERATION
The product is unable to detect an interruption of the network
link if
Do not write values to reserved parameters.
Do not write values to parameters unless you fully understand
the function.
Run initial tests without coupled loads.
Verify that the system is free and ready for the movement be-
fore changing parameters.
Verify the use of the word sequence with fieldbus communica-
tion.
Do not establish a fieldbus connection unless you have fully
understood the communication principles.
Failure to follow these instructions can result in death,
serious injury or equipment damage.
Fieldbus interface 15
5 Commissioning EtherNet/IP Fieldbus manual
16 Fieldbus interface
EtherNet/IP Fieldbus manual 5 Commissioning
Fieldbus interface 17
5 Commissioning EtherNet/IP Fieldbus manual
When completed click the “Set” button. This will set the attributes in the
MDrive.
The last step is to export the *.L5X (RSLogix 5000) file that maps the
tags to the attributes.
18 Fieldbus interface
EtherNet/IP Fieldbus manual 6 Diagnostics and troubleshooting
Connections for f eldbus mode If the product cannot be addressed via the fieldbus, first check the con-
nections. The product manual contains the technical data of the device
and information on network and device installation. Check the following:
• Power connections to the device
• Fieldbus cable and fieldbus wiring
• Network connection to the device
You can also use the TCP/IP Configuration Utility for troubleshooting.
Fieldbus function test If the connections are correct, check the settings for the fieldbus ad-
dresses. After correct configuration of the transmission data, test field-
bus mode.
1) In addition to the master that knows the product via the EDS file
and addressing, activate a bus monitor that, as a passive device,
displays messages.
2) Switch the supply voltage off and on.
3) Observe the network messages that are generated briefly after
the supply voltage is switched on. A bus monitor can be used to
record the elapsed time between
Fieldbus interface 19
6 Diagnostics and troubleshooting EtherNet/IP Fieldbus manual
LED 1
NS
P2
MS
LED 2
NS = Network Status
MS Module Status
Figure 6.1: Status indicator LEDs
20 Fieldbus interface
EtherNet/IP Fieldbus manual 7 Object model
7 Object model
7
7.1 Data types used in this object model
Fieldbus interface 21
7 Object model EtherNet/IP Fieldbus manual
15 ... 12 11 10 9 8 7 ... 4 3 2 1 0
Rsrvd Maj UF Maj RF Min.UF Min. RF Ext Stat Rsrvd Config Rsrvd Owned
Table 7.4: Bit definitions for status instance attribute of identity object
V1.00, 01.2012
22 Fieldbus interface
EtherNet/IP Fieldbus manual 7 Object model
1. This instance allows clients to monitor input data without providing output data.
2 This instance allows clients (PLCs) to monitor input data without providing output
data. To use this connection type, an owning connection must exist from a second
client and the configuration of the connection must match exactly.
3 Configuration data is not required, but it must match if supplied. Contents of the
configuration instance are yet to be determined.
V1.00, 01.2012
Fieldbus interface 23
7 Object model EtherNet/IP Fieldbus manual
24 Fieldbus interface
EtherNet/IP Fieldbus manual 7 Object model
Fieldbus interface 25
7 Object model EtherNet/IP Fieldbus manual
26 Fieldbus interface
EtherNet/IP Fieldbus manual 8 Manufacturer specific objects
Object Description
0x64 Setup instructions
0x65 Miscellaneous instructions and flags
0x66 Motion instructions and flags
0x67 I/O instruction variables and flags
0x68 Position related instructions and flags
0x69 Encoder related instructions and flags
0x6A Hybrid specific instructions and flags
Table 8.1: Object class groupings
Access Description
RO Readable only
WO Writable only
WONE Writable only , no equal sign
RW Readable and writable, unconditional
RW_IO Readable always, Writable only if I/O
connection present
Table 8.2: Access types identification
NOTE: References in the section to “I/O” refer to the control of the hard-
ware input/output points on the device.
Fieldbus interface 27
8 Manufacturer specific objects EtherNet/IP Fieldbus manual
28 Fieldbus interface
EtherNet/IP Fieldbus manual 8 Manufacturer specific objects
Fieldbus interface 29
8 Manufacturer specific objects EtherNet/IP Fieldbus manual
30 Fieldbus interface
EtherNet/IP Fieldbus manual 8 Manufacturer specific objects
Fieldbus interface 31
8 Manufacturer specific objects EtherNet/IP Fieldbus manual
32 Fieldbus interface
EtherNet/IP Fieldbus manual 9 Glossary
9 Glossary
9
9.1 Units and conversion tables
The value in the specified unit (left column) is calculated for the desired
unit (top row) with the formula (in the field).
Example: conversion of 5 meters [m] to yards [yd]
5 m / 0.9144 = 5.468 yd
9.1.1 Length
in ft yd m cm mm
in — / 12 / 36 * 0.0254 * 2.54 * 25.4
ft * 12 — / 3 * 0.30479 * 30.479 * 304.79
yd * 36 *3 — * 0.9144 * 91.44 * 914.4
m / 0.0254 / 0.30479 / 0.9144 — * 100 * 1000
cm / 2.54 / 30.479 / 91.44 / 100 — * 10
mm / 25.4 / 304.79 / 914.4 / 1000 / 10 —
9.1.2 Mass
lb oz slug kg g
lb — * 16 * 0.03108095 * 0.4535924 * 453.5924
oz / 16 — * 1.942559*10-3 * 0.02834952 * 28.34952
slug / 0.03108095 * 1.942559*10-3 — * 14.5939 * 14593.9
kg / 0.453592370 / 0.02834952 / 14.5939 — * 1000
g / 453.592370 / 28.34952 / 14593.9 / 1000 —
9.1.3 Force
lb oz p dyne N
lb — * 16 * 453.55358 * 444822.2 * 4.448222
oz / 16 — * 28.349524 * 27801 * 0.27801
p / 453.55358 / 28.349524 — * 980.7 * 9.807*10-3
dyne / 444822.2 / 27801 / 980.7 — / 100*103
N / 4.448222 / 0.27801 / 9.807*10-3 * 100*103 —
V1.00, 9.2011
9.1.4 Power
HP W
HP — * 745.72218
W / 745.72218 —
9.1.5 Rotation
9.1.6 Torque
9.1.8 Temperature
°F °C K
°F — (°F - 32) * 5/9 (°F - 32) * 5/9 + 273.15
V1.00, 9.2011
°C °C * 9/5 + 32 — °C + 273,15
K (K - 273.15) * 9/5 + 32 K - 273.15 —
AWG 1 2 3 4 5 6 7 8 9 10 11 12 13
mm2 42.4 33.6 26.7 21.2 16.8 13.3 10.5 8.4 6.6 5.3 4.2 3.3 2.6
AWG 14 15 16 17 18 19 20 21 22 23 24 25 26
mm2 2.1 1.7 1.3 1.0 0.82 0.65 0.52 0.41 0.33 0.26 0.20 0.16 0.13
AC Alternating current
Acceleration The time rate of change of velocity with respect to a fixed reference
frame. The commanded step rate is started at a base velocity and ac-
celerated at a slew velocity at a defined and controlled rate or rate of
changes.
ASCII American Standard Code for Information Interchange. Standard for cod-
ing of characters.
Back Electro-Motive Force (Back EMF) Also known as regeneration current, the reversed bias generated by
rotation of the magnetic field across a stator’s windings. Sometimes
referred to as counter EMF.
Closed Loop System In motion control, this term describes a system wherein a velocity or
position (or both) sensor is used to generate signals for comparison
to desired parameters. For cases where loads are not predictable, the
closed loop feedback from an external encoder to the controller may be
used for stall detection, position maintenance or position verification.
Daisy Chain This term is used to describe the linking of several devices in sequence,
such that a single signal stream flows through one device and on to
V1.00, 9.2011
another
DC Direct current
Detent Torque The periodic torque ripple resulting from the tendency of the magnetic
rotor and stator poles to align themselves to positions of minimal reluc-
tance. The measurement is taken with all phases de-energized.
Duty Cycle For a repetitive cycle, the ratio of on time to total cycle time.
Error class Classification of errors into groups. The different error classes allow for
specific responses to faults, e.g. by severity.
Fatal error In the case of fatal error, the drive is not longer able to control the motor,
so that an immediate switch-off of the drive is necessary.
Fault reset A function used to restore the drive to an operational state after a
detected fault is cleared by removing the cause of the fault so that the
fault is no longer active (transition from state “Fault” to state “Operation
Enable”).
Full Duplex The transmission of data in two directions simultaneously. For example,
a telephone is a full-duplex device because both parties can talk at the
same time.
Ground Loop A ground loop is any part of the DC return path (ground) that has more
than one possible path between any two points.
Half Duplex A ground loop is any part of the DC return path (ground) that has more
than one possible path between any two points.
Half Step This term means that the motor shaft will move a distance of 0.9 degree
(400 steps per shaft revolution) instead of moving 1.8 degree per digital
pulse.
Hybrid Motion Technology™ (HMT) A motor control technology representing a new paradigm in brushless
motor control. By bridging the gap between stepper and servo perfor-
mance, HMT offers system integrators a third choice in motion system
design.
Hybrid Motors Hybrid stepper motors feature the best characteristics of PM and VR
motors. Hybrid steppers are best suited for industrial applications be-
cause of high static and run torque, a standard low step angle of 1.8°,
and the ability to Microstep. Hybrid stepper motors offer the ability to
precisely position a load without using a closed-loop feedback device
such as an encoder.
Holding Torque The maximum torque or force that can be externally applied to a
stopped, energized motor without causing the rotor to rotate continu-
ously. This is also called “static torque”.
I/O Inputs/outputs
Inc Increments
Index pulse Signal of an encoder to reference the rotor position in the motor. The
encoder returns one index pulse per revolution.
Inertia (Ref ected) Inertia as seen by the stepper motor when driving through a speed
change, reducer or gear train.
Lag The amount (in full motor steps) that the rotor lags the stator. Lag condi-
V1.00, 9.2011
tions are caused by loading on the motor shaft, as during transient load-
ing or rapid acceleration.
Lead The amount (in full motor steps) that the rotor leads the stator. Lead
conditions are caused by an overhauling load, as during periods of rapid
deceleration.
Limit switch Switch that signals overtravel of the permissible range of travel.
Locked rotor When the lag/lead limit is reached, a timer starts a countdown that is
determined by the user. The locked rotor will assert itself by triggering
a flag and, depending on the selected mode, by disabling the output
bridge.
Loss of synchronization In traditional stepper systems, when the lead/lag relationship of the rotor
and stator reaches two full motor steps, the alignment of the magnetic
fields is broken and the motor will stall in a freewheeling state. Hybrid
Motion Technology eliminates this.
Motor phase current The available torque of a stepper motor is determined by the mo-
tor phase current. The higher the motor phase current the higher the
torque.
Node guarding Monitoring of the connection with the slave at an interface for cyclic data
traffic.
Open Loop System An open loop motion control system is where no external sensors are
used to provide position or velocity feedback signals, such as encoder
feedback of position.
V1.00, 9.2011
Parameter Device data and values that can be set by the user.
Persistent Indicates whether the value of the parameter remains in the memory
after the device is switched off.
Position lead/lag The HMT circuitry continually tracks the position lead or lag error, and
may use it to correct position.
Position make-up When active, the position make-up can correct for position errors oc-
curring due to transient loads. The lost steps may be interleaved with
incoming steps, or reinserted into the profile at the end of a move.
Power stage The power stage controls the motor. The power stage generates cur-
rents for controlling the motor on the basis of the positioning signals
from the controller.
Pull-In Torque This is the maximum torque the stepper motor can develop when instan-
taneously started at that speed.
Pull-Out Torque This is the maximum torque that the stepper can develop once an ac-
celeration profile has been used to “ramp” it to the target speed.
Quick Stop Function used to enable fast deceleration of the motor via a command
or in the event of a malfunction.
Resonance The frequency that a stepper motor system may begin to oscillate. Pri-
mary resonance frequency occurs at about one revolution per second.
This oscillation will cause a loss of effective torque and may result in
loss of synchronism. The designer should consider reducing or shifting
the resonance frequency by utilizing half step or micro-step techniques
or work outside the primary resonance frequency.
Rotor The moving part of the motor, consisting of the shaft and the magnets.
These magnets are similar to the field winding of a brush type DC motor
V1.00, 9.2011
RS485 Fieldbus interface as per EIA-485 which enables serial data transmission
with multiple devices.
Sinking Current Refers to the current flowing into the output of the chip. This means that
a device connected between the positive supply and the chip output will
be switched on when the output is low.
Slew The position of a move profile where the motor is operating at a constant
velocity
Sourcing Current Refers to the current flowing out of the output of the chip. This means
that a device connected between the chip output and the negative sup-
ply will be switched on when the output is high.
Stall detection Stall detection monitors whether the index pulse is always correctly trig-
gered at the same angle position of the motor shaft.
Stator The stationary part of the motor. Specifically, it is the iron core with the
wire winding in it that is pressed into the shell of the frame. The winding
pattern determines the voltage constant of the motor.
Torque ramp Deceleration of the motor with the maximum possible deceleration,
which is only limited by the maximum permissible current. The higher
the permissible braking current, the stronger the deceleration. Because
energy is recovered up depending on the coupled load, the voltage may
increase to excessively high values. In this case the maximum permis-
sible current must be reduced.
Variable current control When active, variable current control will control the motor current as
such to maintain the torque and speed on the load to what is required
by the profile. This leads to reduced motor heating and greater system
efficiency.
Warning If not used within the context of safety instructions, a warning alerts to
a potential problem detected by a monitoring function. A warning is not
a fault and does not cause a transition of the operating state. Warnings
belong to error class 0.
Watchdog Unit that monitors cyclic basic functions in the product. Power stage and
outputs are switched off in the event of faults.
Zero crossing The point in a stepper motor where one phase is at 100% current and
V1.00, 9.2011
Fieldbus interface 41
A Setting up an MDrive using RS Logix 5000 EtherNet/IP Fieldbus manual
42 Fieldbus interface
EtherNet/IP Fieldbus manual A Setting up an MDrive using RS Logix 5000
Step 2 A “New Module” dialog will appear. Fill in the following information as
follows:
Name: MDrive (IMPORTANT!)
Description: MDriveHybrid (Desc. is at user discretion)
Comm Format: Data - SINT
IP Address: 192.168.33.1
Connection Parameters:
Assembly Instance Size
Input 100 16
Output 112 36
Configuration 1 0
Fieldbus interface 43
A Setting up an MDrive using RS Logix 5000 EtherNet/IP Fieldbus manual
Step 3 Set “Request Packet Interval (RPI)” under the connection tab to 20ms.
44 Fieldbus interface
EtherNet/IP Fieldbus manual A Setting up an MDrive using RS Logix 5000
Fieldbus interface 45
A Setting up an MDrive using RS Logix 5000 EtherNet/IP Fieldbus manual
For the Destination, create a Tag using the User Defined data type
MDrive_Inputs_T2O as the Data Type.
46 Fieldbus interface
EtherNet/IP Fieldbus manual A Setting up an MDrive using RS Logix 5000
Fieldbus interface 47
A Setting up an MDrive using RS Logix 5000 EtherNet/IP Fieldbus manual
This associates the Tags created with the import of the user defined
data types with the data in the implicit data object in the MDrive.
Step 5 Add another rung to the routine created above. This rung should include
a N/O contact as well and a Move (MOV) command. For the Contact,
create a Tag called “Jog”. In the Move, select the Source to be a Jog
speed in micosteps/sec. Set the Destination to be the “SL” parameter
within the MDrive Out Tag created in Step 4. Copy this rung, changing
the contact Tag to “Step”, and set the source to be 0.
Download the application and go online with the project. Toggling the
“Jog” contact will cause the connected Mdrive to Slew at the requested
speed. Toggling the “Stop” contact will make it stop.
48 Fieldbus interface
EtherNet/IP Fieldbus manual A Setting up an MDrive using RS Logix 5000
Fieldbus interface 49
A Setting up an MDrive using RS Logix 5000 EtherNet/IP Fieldbus manual
50 Fieldbus interface
EtherNet/IP Fieldbus manual A Setting up an MDrive using RS Logix 5000
Field Description
Message Type The message type for MDrive parameters will be CIP Generic
Service Type The service type for MDrive, in this case will be Get Attribute Single. If setting a parameter the service type
would be Set Attribute Single. Available services depend on the class and instance being read or written.
Service code This field will be read only when Set Attribute Single or Get Attribute Single is the service type.
Class This is the EtherNet/IP class. For this exercise it is 64h Miscellaneous. Refer to Section 8: Manufacturer specific
objects, for a listing of supported classes, instances and attributes.
Instance This is the EtherNet/IP instance or object. Refer to Section 8: Manufacturer specific objects, for a listing of
supported classes, instances and attributes.
Attribute The attribute represents, in this exercise, the hex number (0x0B), of the instance assigned to the Read_Serial_
Number command. Refer to Section 8: Manufacturer specific objects, for a listing of supported classes, instances
and attributes.
Fieldbus interface 51
A Setting up an MDrive using RS Logix 5000 EtherNet/IP Fieldbus manual
52 Fieldbus interface
EtherNet/IP Fieldbus manual B Upgrading the Ethernet controller firmware
Requirements The latest versions of the software and firmware are available on the
web site under the downloads tab at http://www.schneider-electric-
motion.us
1) TCP/IP Configuration Tool (Installed)
2) TFTPD Firmware Server (Installed)
3) Ethernet firmware upgrade file
IMPORTANT: Unzip upgrade *.S19 file to the installation directory
of the TCP/IP Configuration Tool
This process will utilize the firmware upgrade area on the configuration
tab of the TCP/IP Configuration Tool to set up.
Config Tab
Firmware upgrade
area
V1.00, 01.2012
Fieldbus interface 53
B Upgrading the Ethernet controller firmware EtherNet/IP Fieldbus manual
B.1.1 To begin
1) Open the TCP/IP Configuration Tool
2) Click the config tab, if not already active.
3) Connect to your Ethernet MDrive over TCP.
B.1.2 Set the Tftpd Server IP
a) Click “Get Local IP”
b) Click “Write”
c) Tftpd Server IP should read ‘OK’
a
V1.00, 01.2012
54 Fieldbus interface
EtherNet/IP Fieldbus manual B Upgrading the Ethernet controller firmware
2956102
Fieldbus interface 55
B Upgrading the Ethernet controller firmware EtherNet/IP Fieldbus manual
56 Fieldbus interface
WARRANTY
TWENTY-FOUR (24) MONTH LIMITED WARRANTY
IMS Schneider Electric Motion USA warrants only to the purchaser of the Product from IMS Schneider Electric Motion USA (the “Customer”) that the
product purchased from IMS Schneider Electric Motion USA (the “Product”) will be free from defects in materials and workmanship under the normal use
and service for which the Product was designed for a period of 24 months from the date of purchase of the Product by the Customer. Customer’s exclusive
remedy under this Limited Warranty shall be the repair or replacement, at Company’s sole option, of the Product, or any part of the Product, determined
by IMS Schneider Electric Motion USA to be defective. In order to exercise its warranty rights, Customer must notify Company in accordance with the
instructions described under the heading “Obtaining Warranty Service”.
NOTE: MDrive Motion Control electronics are not removable from the motor in thef eld. The entire unit must be returned to the factory
for repair.
This Limited Warranty does not extend to any Product damaged by reason of alteration, accident, abuse, neglect or misuse or improper or inadequate
handling; improper or inadequate wiring utilized or installed in connection with the Product; installation, operation or use of the Product not made in strict
accordance with the specifications and written instructions provided by IMS; use of the Product for any purpose other than those for which it was designed;
ordinary wear and tear; disasters or Acts of God; unauthorized attachments, alterations or modifications to the Product; the misuse or failure of any item
or equipment connected to the Product not supplied by IMS Schneider Electric Motion USA; improper maintenance or repair of the Product; or any other
reason or event not caused by IMS Schneider Electric Motion USA.
IMS SCHNEIDER ELECTRIC MOTION USA HEREBY DISCLAIMS ALL OTHER WARRANTIES, WHETHER WRITTEN OR ORAL, EXPRESS OR
IMPLIED BY LAW OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE. CUSTOMER’S SOLE REMEDY FOR ANY DEFECTIVE PRODUCT WILL BE AS STATED ABOVE, AND IN NO EVENT WILL
IMS BE LIABLE FOR INCIDENTAL, CONSEQUENTIAL, SPECIAL OR INDIRECT DAMAGES IN CONNECTION WITH THE PRODUCT.
This Limited Warranty shall be void if the Customer fails to comply with all of the terms set forth in this Limited Warranty. This Limited Warranty is the
sole warranty offered by IMS Schneider Electric Motion USA with respect to the Product. IMS Schneider Electric Motion USA does not assume any other
liability in connection with the sale of the Product. No representative of IMS Schneider Electric Motion USA is authorized to extend this Limited Warranty
or to change it in any manner whatsoever. No warranty applies to any party other than the original Customer.
IMS Schneider Electric Motion USA and its directors, officers, employees, subsidiaries and affiliates shall not be liable for any damages arising from any
loss of equipment, loss or distortion of data, loss of time, loss or destruction of software or other property, loss of production or profits, overhead costs,
claims of third parties, labor or materials, penalties or liquidated damages or punitive damages, whatsoever, whether based upon breach of warranty,
breach of contract, negligence, strict liability or any other legal theory, or other losses or expenses incurred by the Customer or any third party.
Customer shall prepay shipping charges for Products returned to IMS Schneider Electric Motion USA for warranty service and IMS Schneider Electric
Motion USA shall pay for return of Products to Customer by ground transportation. However, Customer shall pay all shipping charges, duties and taxes for
Products returned to IMS Schneider Electric Motion USA from outside the United States.
Schneider Electric Motion USA
370 North Main Street, P.O. Box 457
Marlborough, CT 06447 - U.S.A.
Tel. +00 (1) 860 295-6102 - Fax +00 (1) 860 295-6107
e-mail: [email protected]
http://www.PRWLRQschneider-electricFRP
© Schneider Electric Motion USA All Rights Reserved. V1.00, 01.2012
Product Disclaimer and most recent product information at
www.motion.schneider-electric.com