modbus interface for instructions electric actuators ... · modbus is an international, ......

38
Issue 08.18 Y070.400/EN Subject to changes without notice! Modbus interface for Electric Actuators Instructions Modbus RTU Modbus TCP/IP

Upload: dokhuong

Post on 11-Sep-2018

224 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Issue 08.18 Y070.400/EN Subject to changes without notice!

Modbus interface for Electric Actuators

Instructions

Modbus RTU

Modbus TCP/IP

Page 2: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Page 2 Y070.400/EN

Contents Page

1 General information 3 1.1 Safety instructions: Used symbols and their meanings 3 1.2 Notes to the operation instructions 3 2 The Modbus interface for SEVEN 3 2.1 General description 3 2.2 Modbus interface 4 2.3 Modbus – Basic functions 4 2.3.1 Telegram structure 4 2.3.2 Message frame for communication via Modbus 5 2.3.3 Three PDU types – communication procedure 5 2.3.4 Data model 6 2.3.5 Function codes – supported services 6 3 Technical Data 7 3.1 SEVEN with Modbus interface 7 3.2 General data of the Modbus interface 11 3.2.1 Modbus RTU interface 11 3.2.2 Modbus TCP/IP interface (based on Modbus RTU) 11 3.3 Connection to the fieldbus system 12 3.3.1 Modbus RTU 12 3.3.2 Modbus TCP/IP 13 4 Setting the communication parameters for Modbus 14 4.1 Communication parameters for Modbus 14 4.2 Options / tools for setting 14 5 Using actuators with Modbus interface 15 5.1 Control via Modbus 15 5.2 Inhibiting of the local control unit 15 5.3 Fault messages on display 15 6 Broadcast mode and safety functions 16 6.1 Broadcast messages 16 6.2 Modbus safety functions 16 7 Redundancy for Modbus RTU 16 8 Connection status and fault signal 17 8.1 Connection status 17 8.2 Bus communication fault/checksum fault 17

Attachments

Input Registers 18-24 Holding Registers 25-34 Discretes Input 35 Coils 36 Telegrams „Read Exception-Status“, 37 „Report-Slave ID“ and „Read Device Identification“

Page 3: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Y070.400/EN Page 3

1 General information

1.1 Safety instructions: Used symbols and their meanings

Warning marks activities which, if not carried out correctly, can affect the safety of persons or property.

Notice marks activities which have major influence on the correct operation. Non-observance of these notes may lead to consequential damage.

1.2 Notes to the operation instructions

This manual describes the Modbus interface for SEVEN electric actuators. You can find more detailed information about the electric actuators, including the electrical and mechanical connections, parameterization and commissioning in the Y070.302/EN (PROFITRON/HiMod) and Y070.301/EN (ECOTRON) manuals.

This manual is complete only in combination with the instruction manual of the respective actuator. The safety information contained in the instruction manuals must be heeded at all times when working with the actuators. This manual only contains specific information about the Modbus interface!

2 The Modbus interface for SEVEN

The Modbus interface is pre-installed and tested in all devices that leave the factory "Modbus-capable"!

2.1 General description

■ General information about Modbus Modbus is an international, open fieldbus standard and allows the communication with field devices connected to the same network. As a fieldbus protocol which is easy to implement, Modbus is successfully used throughout the world. The application range includes automation in the areas of manufacturing, processing and building.

■ Basic characteristics

Modbus determines the technical and functional features of a fieldbus system with which distributed digital field devices can be interconnected. It is designed for fast data transmission on the field level. SEVEN actuator support the two Modbus network protocols:

Modbus RTU for data exchange with RS-485 connection (RTU = Remote Terminal Unit) and

Modbus TCP/IP for data exchange via an Ethernet network (TCP/IP = Transmission Control Protocol/Internet Protocol). SEVEN actuators with Modbus TCP/IP interface have an integrated network protocol converter (TCP/IP <-> RTU gateway) with fast web server.

Modbus distinguishes between master and slave devices.

Master devices control the data traffic on the Bus. A master is allowed to send messages without an external request.

Slave devices such as SEVEN actuators for example are field devices. They do not have bus access, i.e. they may only acknowledge received messages or, at the request of a master, transmit messages to that master. Slaves are also called “passive stations”.

Page 4: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Page 4 Y070.400/EN

The following generally applies:

only 1 master may be active at a bus branch (mono-master bus system)

the communication is always initiated by the master; the slaves have to respond to the requests of the master

The master has two options for communication with the field devices (slaves): Unicast mode - direct request to a

certain field device (slave address not equal to ”0“). "Standard" operation: Master sends a request to a field device, to which the latter has to respond.

Broadcast mode - general request to all field devices (slave address ”0“). The master sends a request (telegram) to all bus stations, to send an emergency command, for example, to which none of the field devices may respond. For further information, refer to chapter 6.1.

2.2 Modbus interface

■ In 1- or 2-channel (not with FO and Ethernet) version.

■ For ECOTRON, PROFITRON and HiMod.

■ Electric standard connection of all SEVEN actuators for RS-485, FO as well as Ethernet.

■ Modbus can be retrofitted at any time.

■ User interface:

SEVEN actuators can both be parameterized and controlled via Modbus,

control mix also possible, e.g.:

- Control via binary/analog inputs and

- Observe/parameterize via fieldbus.

■ Observe Modbus cable specifications!

Modbus RTU : twisted, screened copper cable acc. to IEC 61158 resp. FO cable acc. to DIN VDE 0880 part 3,

Modbus TCP/IP: cable recommendation Cat. 6A acc. to IEC IEEE 802.3.

2.3 Modbus – Basic functions

2.3.1 Telegram structure

Serial data transmission is used as the basis, transmission is done bit per bit. Protocol data unit (PDU) The Modbus PDU (protocol data unit) consists of the function code and the actual data.

DataFunction code

Modbus PDU

Page 5: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Y070.400/EN Page 5

2.3.2 Message frame for communication via Modbus

2.3.3 Three PDU types – communication procedure

Three different communication types are used for communication.

Request – request from DCS/controls (master)

Response – for fault-free processing by the field device (slave)

Exception reply: The field device returns the request with a modified function code (highest bit is set); the exception code contains information on the cause of the fault

Communication procedure: ■ Fault-free

■ Fault

Causes for the fault:

Message (request telegram) is incomplete Slave does not respond, fault counter is incremented by one

The request in the message is generally not supported by the slave exception code

Slave is in one of the fault states and cannot execute the request at the moment exception code

Page 6: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Page 6 Y070.400/EN

2.3.4 Data model

The data model of the Modbus fieldbus is the mapping of the input and output values of a field device (e.g. SEVEN) on a storage structure. Using bus commands, you may access the storage structure and therefore operate the field device. Available data types in the Modbus data model:

■ There are 2 data types differing in size: 1-bit values and 16-bit values.

■ Both data types are available in 2 versions: a Read-Only version and a Read-Write version.

All in all, there are 4 different storage areas:

Storage area Data type Access rights Description Discretes Input Single-Bit Read-Only Signal end position OPEN/CLOSED, fault, etc. Coils Single-Bit Read-Write Control OPEN, CLOSE, EMERGENCY (per bit) Input Registers 16-Bit-Word Read-Only Signal end position OPEN/CLOSED, fault, etc. as well

as actual position value Holding Registers 16-Bit-Word Read-Write Control OPEN, CLOSE, EMERGENCY, setpoint as

well as parameter data

2.3.5 Function codes – supported services

The master uses the so-called function code in the Modbus telegram to inform the slave:

■ what it would like to read or write,

■ whether it would like to request diagnostic data.

Function codes are therefore commands to access the data model via bus. The function codes already determine the answer of the slave.

There are several predefined function codes. For a detailed description of the function codes, refer to chapter 3.1.

Example for a master request to the actuator:

Read access to Input Register 1001: current actual position value

*) hexadecimal presentation of the telegram values

Page 7: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Y070.400/EN Page 7

3 Technical Data

3.1 SEVEN with Modbus interface

Electrical connection / Fieldbus connection Supply voltage Tolerances

1-ph AC 110 - 115 V 1-ph AC 220 - 230 V 3-ph AC 190 - 200 V 3-ph AC 380 - 460 V Permissible voltage tolerances: -10 %/+15 %

Frequency range: 40 – 70 Hz

Automatic phase sequence correction

The direction of rotation of the output shaft is independent of the phase sequence

Optional external power supply of the electronics

24 V DC ± 25 % (protected against polarity reversal) Current consumption of the electronics: Modbus RTU 1 channel: max. 160 mA, Modbus RTU 2 channel: max. 180 mA, Modbus TCP/IP: max. 190 mA

Voltage output 24 V DC, max. 125 mA (floating and protected against polarity reversal)

Electrical connection with Modbus interface

Round plug connector with 50-pin screw connections. Modbus RTU:

RS 485 connection on integrated bus termination board with switchable bus termination resistors.

Modbus TCP/IP Ethernet connection via M12 connector led out at the electrical connection.

Max. lead cross section - Modbus RTU: 1.5 mm² - Modbus TCP/IP M12 connector, D-coded - analog / binary signals: 2.5 mm² - mains: 6 mm²

RS 485-interface (only Modbus RTU)

EIA-485 (RS 485), cable recommendation: Copper cable acc. IEC 61158 refer to chapter 3.2.1 “Communication parameters of the Modbus RTU interface”

Ethernet-interface (only Modbus TCP/IP)

IEC IEEE 802.3, cable recommendation: Cat. 6A

refer to chapter 3.2.2 “Communication parameters of the Modbus TCP/IP interface”

Fiber optic interface (option with Modbus RTU)

Fiber optic interface for the realization of star and line structures. refer to chapter 3.2.1 “Communication parameters of the Modbus RTU interface”

Overvoltage protection (option with Modbus RTU)

Protection of the electronics and motor against over voltage up to 6 kV on the bus terminals, at a guaranteed Modbus communication up to baud rate 115,200 Bit/s

Inputs, outputs / other features Control Control and feedback signal via Modbus details see “Parameterizing of Modbus” analog / binary inputs ECOTRON

- 3 binary 24/48 V DC inputs (OPEN, CLOSE, STOP) Status transmission possible via Modbus.

PROFITRON/HiMod - 5 binary 24/48 V DC inputs (OPEN, CLOSE, STOP, EMERGENCY, Mode) - 1 analog 0/4..20 mA input AI1 for e.g. positioner (option at PROFITRON) - 1 analog 0/4..20 mA input AI2 (option) Status transmission possible via Modbus.

analog / binary outputs - 5 binary outputs (programmable) - 1 analog output AO1 for actual position value

- 8 binary outputs (programmable) - 1 analog 0/4..20 mA output AO1 - 1 analog 0/4..20 mA output AO2 (option)

Galvanic separation - Binary inputs and outputs - analog inputs and outputs

Modbus redundancy (option with Modbus RTU)

Hardware (separate FIFO memories and DC/DC-converters)

Local controls Standard: - Drive Controller (option: lockable) - 2 indication lights for LOCAL (yellow) and REMOTE (blue) - Indication lights for CLOSE (yellow) and OPEN (green): run and end position indication - 2 indication lights (green and red) for status and fault signals (ECOTRON only) - Plain text status display on color graphics display (PROFITRON/HiMod only) - USB interface (ECOTRON: internally on control PCB; PROFITRON/HiMod: externally at the electronics housing) - Bluetooth interface for parameterizing and controlling (PROFITRON/HiMod only)

Remote control Control by remote depending on the parameter setting of “Control mode“ and “Alternative control mode “: - Conventional interface (24/48 V binary or 0/4-20 mA analog) - Fieldbus interface

Page 8: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Page 8 Y070.400/EN

Parameters / functions actuator Parameter settings - via Modbus

- menu based, via illuminated color graphics display with plain text display (operation with password-protection via Drive Controller of the local controls) (only PROFITRON/HiMod) - menu based, via illuminated LC display (only ECOTRON) - via the programming software COM-SIPOS

Language settings (only PROFITRON/HiMod)

CS, DA, DE, EL, EN, ES, FI, FR, IT, NL, NO, PL, PT, RU, SV, TR, ZH → other languages on request

Output speed / positioning time settings

- in 7 steps adjustable within the selected speed range (only ECOTRON) - continuous setting within the selected speed range (only PROFITRON/HiMod) Different settings possible for OPEN, CLOSE, EM. OP and EM. CL

Soft start Constant torque with reduced speed in to and out of the end positions: - no overtorque - Starting current < rated current

Positioner (option PROFITRON only) (only PROFITRON/HiMod)

Adaptive three-step controller Setpoint via Modbus or analog 0/4..20 mA signal, (rising/falling slope) Adjustable automatic adaptation of the dead band based on the quality of the setpoint and feedback signals. Speed reduction before reaching the setpoint

Process controller (option) (PROFITRON/HiMod only)

Setpoint via analog input AI1 or AI2 (0/4 … 20 mA), via Modbus or fixed setpoint Actual process value via analog input AI2 or AI1 (0/4 ... 20 mA)

Programmable travel dependent output speed (option) (only PROFITRON/HiMod)

Travel dependent speed setting via up to 10 interpolation points (value pairs): travel [% OPEN] in 1 % steps – speed [rpm]

External output speed setting (option) (only PROFITRON/HiMod)

Speed setpoint via Modbus or analog 0/4 ... 20 mA signal

Travel dependent freely adjustable positioning times (option) (only PROFITRON/HiMod)

The positioning times between up to 10 intermediate positions can be programmed independently: travel 0....100 [% OPEN], positioning time 0 ... 60000 [sec] For EMERGENCY operation via positioning time curve possible with adjustable factor.

Torque-curve recording from the valve (not for 2SG7 and 2SQ7) (only PROFITRON/HiMod)

Recording of up to 3 torque reference curves for pre-emptive valve monitoring: sampling rate in 1 % travel increments; can be saved and downloaded. The recorded values are reference values and can deviate from the absolute values especially in the end positions and when changing output speeds.

Retry torque block (only PROFITRON/HiMod)

Automatic retry to get over torque block (max. 5 x programmable)

Diagnostics

Diagnosis data - switching cycles/hour - number of switching cycles / travel dependent and torque dependent cut-offs - relative operating time - operating hours of electronics unit and motor

Maintenance limits /maintenance intervals (regarding valve) (only PROFITRON/HiMod)

- switching cycles - torque dependent cut-offs - motor operating hours

Fault memory former five faults are displayed Electronic rating-plate - manufacturer

- ordering no. - Serial number - original Serial number - tag number actuator

Monitoring and safety functions internal diagnosis: - runtime - motor protection - travel sensor

Page 9: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Y070.400/EN Page 9

Settings / Parameterizing of Modbus interface Baud rate setting … as well as parity setting: fixed and identical for all devices

Connection monitoring can be set from 0 s to 25.5 s

Coils (1 bit, Read / Write)

Selected control commands to the actuator

e.g. - OPEN - CLOSE - EMERGENCY - fault signal reset - maintenance carried out - etc.

Discretes Input (1 bit, Read-Only)

Selected status data from the actuator

e.g. - ready + remote - actuator in end position „OPEN“ / “CLOSE“ - travel position „OPEN“ / “CLOSE“ active - running indication „OPEN“ / “CLOSE“ - end position OK - actuator parameterization OK - hand wheel / crank operated - local active - remote active - command "EMERGENCY“ active - maintenance necessary - Modbus channel 1 / 2 is active channel - Modbus channel 1 / 2 is present - etc.

Holding Registers (16 bit, Read / Write)

Control commands and parameterization data to the actuator

e.g. - OPEN - CLOSE - EMERGENCY - setpoint for position, process or output speed - fault signal reset - maintenance carried out Parameterization such as: - tripping torque in end position CLOSE - tripping torque in end position OPEN - output speed in direction CLOSE - output speed in direction OPEN - etc.

Input Registers (16 bit, Read-Only)

Status data from the actuator

e.g. - actual position value (0.01 % steps) - ready + remote - actuator in end position „OPEN“ / “CLOSE - intermediate contact ”OPEN“/“CLOSE“ active - running indication „OPEN“ / “CLOSE - output speed / positioning time - end position OK - actuator parameterization OK. - hand wheel / crank operated - local active - remote active - command „EMERGENCY“ active - warning motor temperature (not for 2SG7) - motor temperature (not for 2SG7) - electronics temperature (PROFITRON/HiMod only) - maintenance necessary - diagnosis data (PROFITRON/HiMod only) - maintenance limits (PROFITRON/HiMod only) - Modbus channel 1 / 2 is active channel - Modbus channel 1 / 2 is present fault signals: - sum fault signal - not ready - travel sensor signal fault - blocked in move - open circuit analog input - motor temperature too high - etc.

Full configuration see attachment ”Coils"

Full configuration see attachment ” Discretes Input”

Full configuration see attachment ”Holding Registers"

Full configuration see attachment ”Input Registers”

Page 10: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Page 10 Y070.400/EN

Supported function codes 01 Read Coil Status Reads the contents of the Coils information (bit values) from the actuator

02 Read Input Discrete Reads the contents of the Discretes Input information (bit values) from the actuator

03 Read Holding Registers Reads the contents of the Holding Registers information (16 bit-words) from the actuator

04 Read Input Registers Reads the contents of the Input Registers information (16 bit-words) from the actuator

05 Force Single Coil Writes data to a Coil (bit value) within the actuator to ON or OFF

06 Preset Single Register Writes data to a single Holding Register (16 bit-word) of the actuator

07 Read Exception Status see attachment E “Telegrams“

08 Diagnose Sub-function: 00 Loopback 10 Clear Counters and Diagnostic Register 11 Return Bus Message Count 12 Return Bus Communication Error Count 13 Return Bus Exception Error Count 14 Return Slave Message Count 15 Return Slave No Response Count 16 Return Slave NAK Count

15 Force Multiple Coils Writes data to several sequential Coils within the actuator to ON or OFF

16 Preset Multiple Registers Writes data to several sequential Holding Registers within the actuator

17 Report Slave ID see attachment E “Telegrams“

43 Read Device Identification see attachment E “Telegrams“

Behavior in case of communication breakdown

the reaction of the actuator is programmable: - keep position - move to EMERGENCY position (PROFITRON/HiMod only) - keep actual process value (PROFITRON/HiMod with process controller only) - move to fixed setpoint (PROFITRON/HiMod with process controller only) - execute last command

Ambient conditions Ambient temperature -20 °C to +60 °C

Enclosure protection according to EN 60529

standard: IP68

Vibration resistance acceleration frequency range duration

Germanischer Lloyd 0.7 g 5 ... 200 Hz , in the resonance frequencies

min. 1.5 h in 3 directions

EN 60068-2-6 2 g 5 ... 500 Hz octave/min

20 sweeps (10 cycles) in 3 directions

Loads according to EN 60068-2-6 up to 5 g for separate mounting of electronics and gear unit on request. The actuators can withstand a continuous load caused by plant-generated vibrations within a frequency range of 5 … 200 Hz at up to 0.5 g.

Page 11: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Y070.400/EN Page 11

3.2 General data of the Modbus interface

3.2.1 Modbus RTU interface

■ Connection via copper cable – 1 and 2 channel (redundant)

Communication protocol Modbus RTU according to IEC 61158 and IEC 61784

Network topology Line (BUS) structure. Tree structures can also be realized. Coupling and uncoupling of stations during operation without affecting other stations is possible.

Transmission medium twisted, screened 2-wire copper cable according to IEC 61158

Interface EIA-485 (RS-485)

Transmission rate 300; 600; 1,200; 2,400; 9,600; 19,200; 38,400; 57,600; 115,200 bit/s.

Max. cable length without repeater: 1,200 m with repeater: approx. 10 km

Station types - Modbus-Master, e.g. central controllers such as PLC, PC etc. - Modbus-Slave, e.g. SEVEN actuators, devices with binary and/or analog inputs/outputs, sensors.

Number of stations 32 stations without repeater; with repeaters expandable up to 247 stations

Bus access Mono-Master systems: Access to the slaves via polling.

■ Connection via fiber optics (FO)

Fiber optics interface for the realization of star and line structures.

Details see supplement to operation instructions: „Fieldbus connection with fiber optics (FO) in line/star topology“ Y070.399/EN.

3.2.2 Modbus TCP/IP interface (based on Modbus RTU)

Communication protocol Modbus TCP/IP according to IEC 61158 and IEC 61784

Network topology Star structure, point-to-point wiring Coupling and uncoupling of stations during operation without affecting other stations is possible.

Transmission medium IEC IEEE 802.3, cable recommendation: Cat. 6A

Transmission rate Baud rate of 10/100 Mbit/s Independent setting of the possible transmission rate (Auto-negotiation).

Max. cable length 100 m Bus access Client-server model: Access to the slaves via polling.

Configuration IP address via web server integrated in the actuator (Gateway RTU <-> TCP/IP) Default settings of the IP interface: IP Address Selection

Address Type Static IP Static IP Address 192.168.255.1 Subnet Mask 255.255.0.0 Default Gateway 192.168.0.1

Gateway RTU <-> TCP/IP settings

Modbus TCP/IP-RTU gateway settings can be adapted by means of the integrated web server via a browser. Login password (default setting in the factory): admin If required, only the IP interface must be adapted to the requirements of the Modbus TCP/IP network. All further settings of the Modbus TCP/IP-RTU gateway (particularly the port number 502 required for communication via the Industrial Ethernet network) are set as default in the factory.

Page 12: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Page 12 Y070.400/EN

3.3 Connection to the fieldbus system

3.3.1 Modbus RTU

Connection via copper cable – 1 and 2 channel (redundant)

To comply with the RFI regulations, the shield has to be connected flatly with the housing by means of the screen strap.

This applies analogously to both channels of the version with a redundant Modbus interface.

Correct pole-connection of the data-wire on terminal strip 1 is necessary for Modbus data exchange. Please make sure that .A or .B connections are always done with the same lead.

Channel 1 - 1A/1B Input Modbus-connection channel 1 Channel 1 - 2A/2B Output Modbus- connection channel 1 Channel 2 - 3A/3B Input Modbus-connection channel 2 Channel 2 - 4A/4B Output Modbus-connection channel 2

The 24 V DC external supply can be realized via the terminal strip 2. By doing this, the bus data exchange can be continued even if the main power supply (110-115V, 190-200V, 220-230V resp. 380-460V) is disconnected. The 24 V is internally connected with the pins 38 and 39 of the round plug.

Adjustment of the DIP-switches

Termination: OFF no bus termination resistor

ON bus termination resistor switched on and 2A/2B or 4A/4B separated from 1A/1B or 3A/3B

Bus cable

Only bus cables meeting the requirements of the cable specification for RS-485 (Modbus RTU) may be used.

Impedance: 135 to 165 Ohm, at a frequency of 3 to 20 MHz Cable capacity: < 30 pF per meter Cable diameter: > 0.64 mm Core diameter: > 0.34 mm² (corresponds to AWG 22), max. 1.5 mm² Loop resistance: < 110 Ohm per km Screening: Cu shielding braid or shielding braid and shielding foil

The bus cable must be laid at a distance of at least 20 cm from other cables. It should be laid in a separate, conductive and earthed cable trunking. It must be ensured that there are no potential differences between the individual stations on the Modbus.

There is no defined color coding for RS-485. The usual code is: .A → brown and .B → white.

terminal strip 2

terminal strip 1

Device n-1

Device n

Device n+1

Page 13: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Y070.400/EN Page 13

3.3.2 Modbus TCP/IP

Connection via Ethernet cable with M12 connector, D-coded

To connect the actuator to the Industrial Ethernet network, a Category 6A Ethernet cable is recommended. With the connection of the M12 connector on the actuator the connection is established to the Industrial Ethernet network.

After establishing the connection, the configuration data can be set.

The network interface of the gateway can be adjusted by the utility program "eSearch Utility" included on CD!

Contact your network administrator for a correct and working network configuration (for example, IP, Mask, Gateway)!

View / change configuration data

1. Open an Internet browser and enter IP address (default: „192.168.255.1“).

2. Enter password (default: „admin“).

3. Select "Port1" to change configuration data. The following entry mask shows the factory settings! resp. Select "Password" to change the password.

Page 14: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Page 14 Y070.400/EN

4 Setting the communication parameters for Modbus

Each device on the bus is handled via the bus address (field device address). This address must be unique on one bus line. SEVEN actuators are delivered with the default bus address 247. If the actuators are ordered with customer specific parameterization (order code „Y11”), the bus address is set to the specified value. In case of SEVEN actuators with redundant Modbus interface, both channels are set to the default address 247.

4.1 Communication parameters for Modbus

■ Bus addresses: 1 to 247

■ Baud rates: 300; 600; 1,200; 2,400; 4,800; 9,600; 19,200; 38,400; 57,600; 115,200 bit/s

■ Parities: even parity or odd parity with 1 stop bit no parity with 2 stop bits

■ Connection control time: 0 to 25.5 s.

Structure per byte: 1 start bit + 8 data bits + 1 parity bit + 1 stop bit or 1 start bit + 8 data bits + 2 stop bits, The communication parameter can be set separately for both channels and are stored fail-safe in the EEPROM. Modbus has no automatic adaptation of the communication parameters. I.e. the settings of the communication parameters within the field device have to match the communication parameters in the DCS/controls (master).

■ Default values - Modbus RTU: Address 247, 19,200 bit/s, even parity, 1 stop bit, connection control time 3s.

- Modbus TCP/IP: Adresse 247, 115,200 bit/s, even parity, 1 stop bit, connection control time 3s

For Modbus TCP / IP operation, the default setting should be retained.

4.2 Options / tools for setting

The Modbus communication parameters for SEVEN can be set via:

■ via the local control unit (PROFITRON/HiMod only). Changes will be effective immediately!

Address Channel 1: 1 ... 247 default: 247

Channel 2: 1 ... 247 default: 247

Data transmission speed 300 bit/s ... 115.2 kbit/s default RTU: 19.2 kbit/s default TCP/IP: 115.2 kbit/s

Parity/stop bit None / 2 stop bits

Even / 1 stop bit Odd / 1 stop bit

Default Even / 1 stop bit

Monitoring time Channel 1: 0 ... 25.5 s default: 3 s

Channel 2: 0 ... 25.5 s default: 3 s

For setting the parameters via the local control unit, see the operation instructions Y070.302/EN.

■ with the PC-parameterization program COM-SIPOS (connection via USB interface or Bluetooth (PROFITRON/HiMod only)). Changes will be effective immediately!

COM-SIPOS is available as accessory including software, data cable and description, Order-no.: 2SX7100-3PC02.

The latest COM-SIPOS version can be downloaded from our website www.sipos.de.

■ Modbus telegram. For that, the actuator must be connected to the bus. Please take care, that only one single actuator with default

address 247 is connected to the bus at a time. The Holding Registers can be used to assign a new bus address to the actuator.

The active channel can be selected in Coil 36/37 and in Holding Register 1002.

Page 15: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Y070.400/EN Page 15

5 Using actuators with Modbus interface

5.1 Control via Modbus

For safety reasons an operation command sent via Modbus (OPEN/CLOSE/EMERGENCY and ”Setpoint valid“) will be deleted after: - changing over from Remote to Local, - manual operation, - power failure, - change of active channel! Furthermore, a previously sent EMERGENY operation command will be deleted once the EMERGENCY position has been reached!

■ Permanent contact via Modbus – "Permanent contact fieldbus“

For the “Permanent contact fieldbus“ setting, the actuator is controlled via permanent contact via Modbus, using OPEN and CLOSE commands:

Coils: OPEN, CLOSE, EMERGENCY

Holding Registers: OPEN, CLOSE, EMERGENCY bit in register ”0“ or in register ”1000“ (compatible to AUMA Modbus)

■ Positioner with setpoint via Modbus – „Positioner fieldbus“

For the “Positioner fieldbus“ setting and in position “REMOTE”, the actuator is controlled with the setpoint value via Modbus:

Setting the setpoint via Holding Register "1" or within the register “1001” (compatible to AUMA Modbus)

Actuator will only implement the new set value, if the " setpoint is valid " bit is set to the value "1". Set in Holding Register "0" or within the register “1000” (compatible to AUMA Modbus) If the “setpoint is valid“ bit is set to “0”, the actuator remains in the current position Changes of the setpoint are therefore ignored.

■ Process controller with setpoint via Modbus – ”Process controller fieldbus“

For the “Process controller fieldbus“ setting and in position “REMOTE”, the actuator is controlled with the setpoint value as input variable for the integral process controller via Modbus:

Setting the setpoint for the process controller via Holding Register "1" or within the register “1001” (compatible to AUMA Modbus)

Actuator will only implement the new set value, if the " setpoint is valid " bit is set to the value "1". Set in Holding Register "0" or within the register “1000” (compatible to AUMA Modbus) If the “setpoint is valid“ bit is set to “0”, the actuator remains in the current position Changes of the setpoint are therefore ignored.

5.2 Inhibiting of the local control unit

The switch function for changing between remote control and local control by pressing the button on the local control unit can be disabled by means of a Modbus command. The appropriate bit has to be set in Holding Register 21. The blockage is automatically reset if the communication via Modbus is interrupted (“No communication” connection status, refer also to chapter 8).

5.3 Fault messages on display

Error messages concerning the Modbus interface and communication via the Modbus are output in plain text on the PROFITRON/HiMod display of the local control unit.

These error messages must either be dealt with by the owner of the plant (parameters and settings, ambient temperature too high, electrical connections not made properly, etc.), or they are due to circumstances outside his control (voltage fluctuations, power failures, etc.).

Page 16: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Page 16 Y070.400/EN

6 Broadcast mode and safety functions

6.1 Broadcast messages

In the Broadcast mode, the DCS may, e.g., address all actuators uniformly and with a single command. The master has to send a “Write Holding Registers" message to slave address 0.

■ The following commands are important:

emergency signal

reset

change of active channel (channel 1 or channel 2)

■ Further commands:

OPEN

CLOSE

setpoint

6.2 Modbus safety functions

SEVEN supports all standard Modbus safety functions:

■ parity check for each message byte

■ CRC (“cyclic redundancy check“, checksum for all sent bytes) for each message

■ Watchdog for communication monitoring with adjustable safety behavior. This is a cyclic monitoring at the actuator with adjustable connection control time (refer also to chapter 8).

7 Redundancy for Modbus RTU

The SEVEN actuator can be connected to the DCS via two fieldbus cables (option) to increase plant safety. The Modbus sub-assembly is designed as 2-channel (redundant) version.

In this case, the FIFO memory, the driver devices, the opto isolator and the DC/DC converter are separately provided on the Modbus board for each channel.

The channel which is the first to enter the cyclic user data communication („Data Exchange”) when the actuator is switched on is the active channel. Via this channel, read and write access to the actuator is possible. This includes process mode, i.e. the drive is moved via this channel. The second channel is the passive channel, via which only data is sent from the actuator to the digital control system. The digital control system therefore can only observe the actuator via this passive channel but cannot move it.

■ The telegrams can be received simultaneously by both channels. They are evaluated separately within the firmware.

■ Simultaneous reading/writing via both channels is possible.

■ The operation commands OPEN, CLOSE and setpoint are executed by the active channel only. The operation commands of the passive channel are ignored.

By means of Input Register 32, the digital DCS control system is able to determine which channel is the active one. The active channel can also be read via the display (PROFITRON/HiMod) and via COM-SIPOS. Use Holding Register 1002 to explicitly select the active channel.

Changeover criteria

A changeover to the other channel is necessary whenever data is no longer being exchanged over the active channel.

The changeover criteria are as follows:

■ connection control time exceeded (e.g. master failure)

■ loss of bus connection (cable break)

■ change-over command from the active or passive channel

Page 17: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Y070.400/EN Page 17

8 Connection status and fault signal

8.1 Connection status

Each bus station receives all telegrams sent during data exchange between DCS/controls (master) and the field devices (slaves) within the query-response cycle (polling procedure). Status transition overview

no communication

data exchangeBaudrate OK

No valid telegram received within the connection control time

No valid telegram sent to the own address received within the connection control time, however, a valid telegram for another bus station was recorded

Valid telegram sent to own address within the connection control time

The connection status is displayed separately for each channel and has always one of the following three values:

■ no communication “no communication“ indication is set if

there is no communication (telegram) between DCS/controls and one of the field devices,

no valid telegram was received within the connection check time fault,

■ “Baudrate OK“ communication parameter ok “Baudrate OK“ indication is set if

communication with a valid telegram between DCS/controls and another field device is established. A valid telegram sent to another field device is recorded: The communication parameters of the own address are correctly set.

“Baudrate OK“ signals the fault, that the slave does not receive the usual telegram within the connection control time.

■ “Data Exchange“ cyclic data transmission “Data Exchange“ indication is set if

a communication with valid telegrams between DCS/controls and the own fieldbus address is established (Unicast mode),

communication with valid telegrams between DCS/controls and all field devices is established (Broadcast-Modus).

Usually all bus stations are addressed via a telegram during the connection control time, i.e. in fault free operation, one of the slaves is in the “Data Exchange” state. When leaving the “Data Exchange“ state, the control commands “OPEN“, “CLOSE“ as well as „setpoint is valid“ are deleted internally and have to be reset if required.

The connection status can be read out via the:

■ Display (PROFITRON/HiMod) – Main menu Observe Inputs and outputs Modbus

■ Modbus telegram

■ COM-SIPOS – Fieldbus tab

8.2 Bus communication fault/checksum fault

The bus communication fault is set, if no Modbus channel is in the ”Data Exchange“ state. The prerequisite is that one of the slave addresses is not equal to the default address 247. The bus communication fault can be read out via the:

■ Display (PROFITRON/HiMod) - „33 Fault fieldbus“ is displayed

■ Modbus telegram - Input Register 81

■ COM-SIPOS - State of unit tab, „33 Fault fieldbus“.

The bus communication fault sets the "sum fault signal". This is signaled in the Input Register 81 and the Discretes Input, address 7 or 1017.

The bus communication fault sets the “Ready + REMOTE“ message to 0, if the “Control mode“ parameter is set to bus control (Permanent contact fieldbus, Positioner fieldbus or Process controller fieldbus).

Page 18: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Inp

ut

Reg

iste

rs -

Mo

db

us

SE

VE

N

Issu

e 08

/18

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Inpu

t Reg

iste

rs -

Mod

bus“

P

age

18

0

man

ufac

ture

r

0. –

1. d

igit

(hig

h-by

te =

0.d

igit)

A

SC

II r

r r

r

1

2. –

3. d

igit

2

4. –

5. d

igit

3

6. –

7. d

igit

4

8. –

9. d

igit

5

seria

l num

ber

0.

– 1

. dig

it (h

igh-

byte

= 0

.dig

it)

AS

CII

r r

r r

6

2.

– 3

. dig

it

7

4.

– 5

. dig

it

8

6.

– 7

. dig

it

9

8.

– 9

. dig

it

10

10. –

11.

dig

it

11

12. –

13.

dig

it

12

orde

ring

no.

0.

– 1

. dig

it (h

igh-

byte

= 0

.dig

it)

AS

CII

r r

r r

13

2. –

3. d

igit

14

4.

– 5

. dig

it

15

6. –

7. d

igit

16

8.

– 9

. dig

it

17

10. –

11.

dig

it

18

12. –

13.

dig

it

19

14. –

15.

dig

it

20

firm

war

e ve

rsio

n

0. –

1. d

igit

(hig

h-by

te =

0.d

igit)

A

SC

II r

r r

r

21

2.

– 3

. dig

it

22

4. –

5. d

igit

23

6.

– 7

. dig

it

24

8. –

9. d

igit

25

m

ax. t

rippi

ng to

rque

(Tc

max

. [N

m])

unsi

gned

16

r r

r r

0

… 6

000

(1 =

1 N

m)

26

m

ove

in re

volu

tions

/stro

ke (f

or n

on-in

trusi

ve p

ositi

on e

ncod

er) 2

) 3

) (h

igh

wor

d)

unsi

gned

16

r r

r r

0

… 4

2949

6729

5 (1

= 0

.1 re

v/st

roke

)

0 =

no n

on-in

trusi

ve p

ositi

on e

ncod

er o

r no

end

posi

tion

avai

labl

e or

set

revo

lutio

ns/s

troke

< 0

.1

27

m

ove

in re

volu

tions

/stro

ke (f

or n

on-in

trusi

ve p

ositi

on e

ncod

er) 2

) 3

) (lo

w w

ord)

un

sign

ed16

r

r r

r

0 …

429

4967

295

(1 =

0.1

rev/

stro

ke)

0

= no

non

-intru

sive

pos

ition

enc

oder

or n

o en

d po

sitio

n av

aila

ble

or s

et re

volu

tions

/stro

ke <

0.1

28

low

est a

djus

tabl

e tri

ppin

g to

rque

un

sign

ed8

r r

r r

30

… 1

00 (1

= 1

% m

ax. t

rippi

ng to

rque

)

29

high

est a

djus

tabl

e tri

ppin

g to

rque

un

sign

ed8

r r

r r

30

… 1

00 (1

= 1

% m

ax. t

rippi

ng to

rque

)

1

) r =

read

2

) no

t for

2S

G7

3)

not f

or 2

SQ

7

Page 19: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Inp

ut

Reg

iste

rs -

Mo

db

us

SE

VE

N

Issu

e 08

/18

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Inpu

t Reg

iste

rs -

Mod

bus“

P

age

19

30

st

atus

wor

d 1

unsi

gned

16

r r

r r

bit 0

re

ady

+ re

mot

e 1

= ye

s; 0

= n

o

bit 1

E

ME

RG

EN

CY

oper

atio

n po

ssib

le

1 =

yes;

0 =

no

bi

t 2

sum

faul

t sig

nal

1 =

yes;

0 =

no

bi

t 4

fact

ory

setti

ng O

K 1

= ye

s; 0

= n

o

bit 5

en

d po

sitio

ns O

K 1

= ye

s; 0

= n

o

bit 6

ac

tuat

or p

aram

eter

izat

ion

OK

1 =

yes;

0 =

no

bi

t 7

com

mis

sion

ing

loca

l OK

1 =

yes;

0 =

no

bi

t 8

hand

whe

el/c

rank

ope

rate

d 2

) 3

) 1

= ye

s; 0

= n

o

bit 9

re

mot

e ac

tive

1 =

yes;

0 =

loca

l act

ive

bi

t 10

actu

ator

in e

nd p

ositi

on C

LOS

E 1

= ye

s; 0

= n

o

bit 1

1 ac

tuat

or in

end

pos

ition

OP

EN

1

= ye

s; 0

= n

o

bit 1

2 tri

ppin

g to

rque

CLO

SE

reac

hed

1 =

yes;

0 =

no

bi

t 13

tripp

ing

torq

ue O

PEN

reac

hed

1 =

yes;

0 =

no

bi

t 14

actu

ator

runn

ing

in C

LOS

E d

irect

ion

1 =

yes;

0 =

no

bi

t 15

actu

ator

runn

ing

in O

PE

N d

irect

ion

1 =

yes;

0 =

no

31

st

atus

wor

d 2

unsi

gned

16

r r

r r

bit 0

co

mm

and

„EM

ER

GE

NC

Y“ a

ctiv

e 1

= ye

s; 0

= n

o

bit 1

in

term

edia

te c

onta

ct C

LOSE

act

ive

1 =

yes;

0 =

no

bi

t 2

inte

rmed

iate

con

tact

OP

EN

act

ive

1 =

yes;

0 =

no

bi

t 5

war

ning

mot

or te

mpe

ratu

re 2

) 1

= ye

s; 0

= n

o

bit 6

m

otor

pro

tect

ion

activ

e 1

= ye

s; 0

= n

o

bit 7

m

otor

war

rant

y va

lid

1 =

yes;

0 =

no

bi

t 8

mai

nten

ance

nec

essa

ry

1 =

yes;

0 =

no

bi

t 11

posi

tione

r with

spl

it-ra

nge

func

tiona

lity

enab

led

1 =

yes;

0 =

no

bi

t 12

trave

l dep

ende

nt o

utpu

t spe

ed a

djus

tmen

t (sp

eed

curv

e) e

nabl

ed

1 =

yes;

0 =

no

bi

t 13

anal

og o

utpu

t spe

ed s

etpo

int e

nabl

ed

1 =

yes;

0 =

no

bi

t 14

posi

tione

r ena

bled

1

= ye

s; 0

= n

o

bit 1

5 pr

oces

s co

ntro

ller e

nabl

ed

1 =

yes;

0 =

no

32

st

atus

wor

d 3

unsi

gned

16

r r

r r

bit 0

M

odbu

s ch

anne

l 1 a

vaila

ble

1 =

yes;

0 =

no

bi

t 1

Mod

bus

chan

nel 2

ava

ilabl

e 1

= ye

s; 0

= n

o

bit 2

M

odbu

s ch

anne

l 1 is

act

ive

chan

nel

1 =

yes;

0 =

no

bi

t 3

Mod

bus

chan

nel 2

is a

ctiv

e ch

anne

l 1

= ye

s; 0

= n

o

bit 4

tra

vel d

epen

dent

free

ly a

djus

tabl

e po

sitio

ning

tim

es (t

rave

l-pos

ition

ing

time-

curv

e) e

nabl

ed

1 =

yes;

0 =

no

bi

t 5

Blu

etoo

th a

vaila

ble

1 =

yes;

0 =

no

bi

t 6

cust

omer

var

iant

sub

ject

to c

harg

es

1 =

yes;

0 =

no

bi

t 7

cust

omer

var

iant

sub

ject

to c

harg

es e

nabl

ed

1 =

yes;

0 =

no

bi

t 8

elec

troni

c te

mpe

ratu

re s

enso

r ava

ilabl

e 1

= ye

s; 0

= n

o

bit 9

no

n-in

trusi

ve p

ositi

on e

ncod

er a

vaila

ble

2)

3)

1 =

yes;

0 =

no

bi

t 10

trave

l dep

ende

nt fr

eely

adj

usta

ble

posi

tioni

ng ti

mes

(stro

ke-ti

me

curv

e) v

alid

1

= ye

s; 0

= n

o

bit 1

1 ad

d-on

PC

B A

I2/A

O2

enab

led

1 =

yes;

0 =

no

bi

t 12

add-

on P

CB

AI2

/AO

2 w

ith H

AR

T in

terfa

ce e

nabl

ed

1 =

yes;

0 =

no

bi

t 13

Err

or re

mot

e so

urce

1

= ye

s; 0

= n

o

bit 1

4 ke

ep a

ctua

l pro

cess

val

ue (i

f the

"pro

cess

set

poin

t“ co

ntro

l sou

rce

has

faile

d)

1 =

yes;

0 =

no

on

ly w

ith p

roce

ss c

ontro

ller

bi

t 15

appr

oach

fixe

d se

tpoi

nt v

alue

(if t

he "p

roce

ss s

etpo

int“

cont

rol s

ourc

e ha

s fa

iled)

1

= ye

s; 0

= n

o

33

actu

al d

uty

unsi

gned

8 r

r r

r

0

... 9

(s

ee H

oldi

ng R

egis

ter R

egN

o 22

)

34

actu

al p

ositi

on v

alue

in

tege

r16

r r

r r

0.

01%

OP

EN

1

) r =

read

2

) no

t for

2S

G7

3

) no

t for

2S

Q7

Page 20: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Inp

ut

Reg

iste

rs -

Mo

db

us

SE

VE

N

Issu

e 08

/18

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Inpu

t Reg

iste

rs -

Mod

bus“

P

age

20

35

ac

tual

pro

cess

val

ue

inte

ger1

6

r on

ly w

ith e

nabl

ed p

roce

ss

(0.0

1%)

co

ntro

ller

36

ac

tual

out

put s

peed

ac

tual

pos

ition

ing

time

unsi

gned

8 r

r r

r 7-

step

spe

ed s

ettin

g

0

1.25

rp

m

80

sec / 90

°

(for c

ontin

uous

set

ting

1

1.

75

rpm

56 se

c / 90°

s

ee R

egN

o 10

9)

2

2.

50

rpm

40 se

c / 90°

3

3.

50

rpm

28 se

c / 90°

4

5.

00

rpm

20 se

c / 90°

5

7.

00

rpm

14 se

c / 90°

6

10

.0

rpm

10 se

c / 90°

7

14

.0

rpm

8

20

.0

rpm

9

28

.0

rpm

10

40.0

rp

m

11

56

.0

rpm

12

80.0

rp

m

13

11

2 rp

m

14

16

0 rp

m

15

0

rpm

37

m

otor

tem

pera

ture

2)

inte

ger1

6 r

r r

r

0.01

°C

38

D

C-li

nk v

olta

ge c

onve

rter [

V]

unsi

gned

16

r r

r r

39

stat

us c

hann

el 1

un

sign

ed8

r r

r r

0 no

com

mun

icat

ion

1 =

yes;

0 =

no

1

Bau

drat

e O

k 1

= ye

s; 0

= n

o

2 da

ta e

xcha

nge

1

= ye

s; 0

= n

o

40

stat

us c

hann

el 2

un

sign

ed8

r r

r r

0 ...

2

(see

Reg

No

39)

41

bi

nary

inpu

ts ,

inde

pend

ent o

f par

amet

eriz

atio

n hi

gh/lo

w a

ctiv

e un

sign

ed16

0

bina

ry in

put C

LOSE

r r

r r

1 bi

nary

inpu

t OP

EN

r r

r r

2 bi

nary

inpu

t STO

P

r r

r r

3 bi

nary

inpu

t EM

ER

GE

NC

Y

r

r

4

bina

ry in

put M

ode

r

r

42

an

alog

inpu

t AI1

un

sign

ed16

r

r

0-10

000

scal

ing,

0=0

mA

, 100

00=2

0mA,

inde

pend

ent o

f par

amet

eriz

atio

n

43

anal

og in

put A

I2

unsi

gned

16

r r

0-

1000

0 sc

alin

g, 0

=0m

A, 1

0000

=20m

A, in

depe

nden

t of p

aram

eter

izat

ion

44

bi

nary

inpu

ts ,

acco

rdin

g pa

ram

eter

izat

ion

high

/low

act

ive

unsi

gned

16

0 bi

nary

inpu

t CLO

SE

r

r r

r

1

bina

ry in

put O

PE

N

r

r r

r

2

bina

ry in

put S

TOP

r

r r

r

3

bina

ry in

put E

ME

RG

EN

CY

r r

4 bi

nary

inpu

t Mod

e

r r

5 no

sig

nal a

nalo

g in

put A

I1

r

r

6

no s

igna

l ana

log

inpu

t AI2

r r

45

anal

og in

put A

I1

unsi

gned

16

r r

0-

1000

0 sc

alin

g, a

ccor

ding

par

amet

eriz

atio

n

46

anal

og in

put A

I2

unsi

gned

16

r r

0-

1000

0 sc

alin

g, a

ccor

ding

par

amet

eriz

atio

n

47

elec

troni

cs te

mpe

ratu

re

sign

ed16

r

r

(1 =

0-1

°C)

0 =

tem

pera

ture

sen

sor n

ot a

vaila

ble

1)

r = re

ad

2)

not f

or 2

SG

7

Page 21: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Inp

ut

Reg

iste

rs -

Mo

db

us

SE

VE

N

Issu

e 08

/18

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Inpu

t Reg

iste

rs -

Mod

bus“

P

age

21

48

se

tpoi

nt fr

om D

CS

(set

poin

t bef

ore

adap

tatio

n to

val

ve c

urve

) si

gned

16

r r

only

with

act

ivat

ed

0-10

000

scal

ing

(1 =

0.0

1% O

PE

N)

valv

e cu

rve

adap

tatio

n 49

actu

al v

alve

to D

CS

(act

ual v

alue

afte

r ada

ptat

ion

to v

alve

cur

ve: i

n co

ntro

lled

stat

e =

flow

rate

) si

gned

16

r r

0-

1000

0 sc

alin

g (1

= 0

.01%

OP

EN

)

50

sw

itchi

ng c

ycle

s pe

r hou

r un

sign

ed16

r

r r

r

51

re

lativ

e op

erat

iona

l tim

e un

sign

ed8

r r

r r

52

num

ber o

f sw

itchi

ng c

ycle

s

(hig

h w

ord)

un

sign

ed16

r

r r

r

53

nu

mbe

r of s

witc

hing

cyc

les

(lo

w w

ord)

un

sign

ed16

r

r r

r

54

nu

mbe

r of t

rave

l dep

ende

nce

cut-o

ffs

unsi

gned

16

r r

r r

55

num

ber o

f tor

que

depe

nden

ce c

ut-o

ffs

unsi

gned

16

r r

r r

56

elec

troni

cs u

nit o

pera

ting

hour

s

(hig

h w

ord)

un

sign

ed16

r

r r

r

57

el

ectro

nics

uni

t ope

ratin

g ho

urs

(lo

w w

ord)

un

sign

ed16

r

r r

r

58

m

otor

/gea

r uni

t ope

ratin

g ho

urs

unsi

gned

16

r r

r r

65

valv

e m

aint

enan

ce li

mits

: sw

itchi

ng c

ycle

s (h

igh

wor

d)

unsi

gned

16

r r

r r

66

sw

itchi

ng c

ycle

s (lo

w w

ord)

un

sign

ed16

r

r r

r

67

torq

ue c

ut-o

ffs

unsi

gned

16

r r

r r

68

m

otor

ope

ratin

g ho

urs

unsi

gned

16

r r

r r

75

bi

t 0

torq

ue c

urve

s re

cord

ing

poss

ible

2)

3)

1 =

yes;

0 =

no

unsi

gned

16

r r

bit 1

cu

rve

reco

rdin

g cu

rve

1 ac

tive

1

= ye

s; 0

= n

o

bit 2

cu

rve

reco

rdin

g cu

rve

2 ac

tive

1 =

yes;

0 =

no

bi

t 3

curv

e re

cord

ing

curv

e 3

activ

e 1

= ye

s; 0

= n

o

76

num

ber o

f rec

orde

d cu

rves

(firs

t cur

ve) 2

) 3

) un

sign

ed16

r

r

77

nu

mbe

r of r

ecor

ded

curv

es (s

econ

d cu

rve)

2)

3)

unsi

gned

16

r r

78

num

ber o

f rec

orde

d cu

rves

(thi

rd c

urve

) 2)

3)

unsi

gned

16

r r

80

faul

t sig

nal 1

un

sign

ed16

r

r r

r

bi

t 1

Flas

h M

emor

y de

fect

1

= ye

s; 0

= n

o

bit 2

R

AM

def

ect

1 =

yes;

0 =

no

bi

t 3

EE

PR

OM

def

ect

1 =

yes;

0 =

no

bi

t 4

inte

rnal

vol

tage

faul

ty

1 =

yes;

0 =

no

bi

t 5

Wat

chdo

g ac

tive

1 =

yes;

0 =

no

bi

t 6

high

cur

rent

con

verte

r 1

= ye

s; 0

= n

o

bit 8

m

ain

supp

ly v

olta

ge fa

ult

1 =

yes;

0 =

no

bi

t 9

high

vol

tage

1

= ye

s; 0

= n

o

bit 1

0 lo

w v

olta

ge

1 =

yes;

0 =

no

bi

t 11

mov

ed to

o fa

r 1

= ye

s; 0

= n

o

bit 1

2 no

sig

nal p

oten

tiom

eter

1

= ye

s; 0

= n

o

bit 1

3 no

sig

nal m

otor

tem

pera

ture

2)

1 =

yes;

0 =

no

81

fa

ult s

igna

l 2

unsi

gned

16

r r

r r

bit 0

an

alog

inpu

t AI2

I >

21 m

A or

I <

3.6

mA

(liv

e ze

ro)

1 =

yes;

0 =

no

bi

t 1

anal

og in

put A

I1 I

> 21

mA

or I

< 3.

6 m

A (l

ive

zero

) 1

= ye

s; 0

= n

o

bit 2

an

alog

out

put A

O1

defe

ct

1 =

yes;

0 =

no

bi

t 4

no b

us c

omm

unic

atio

n ch

anne

l 1 a

nd 2

1

= ye

s; 0

= n

o

bit 5

B

lock

ed in

mov

e 1

= ye

s; 0

= n

o

bit 6

R

un ti

me

erro

r 1

= ye

s; 0

= n

o

bit 7

m

otor

tem

pera

ture

too

high

1

= ye

s; 0

= n

o

bit 8

no

sig

nal f

iber

opt

ics

1 =

yes;

0 =

no

bi

t 9

faul

t Blu

etoo

th

1 =

yes;

0 =

no

bi

t 10

faul

t ele

ctro

nic

tem

pera

ture

1

= ye

s; 0

= n

o

bit 1

1 no

sig

nal n

on-in

trusi

ve p

ositi

on e

ncod

er 2

) 3

) 1

= ye

s; 0

= n

o

bit 1

2 no

com

mun

icat

ion

non-

intru

sive

pos

ition

enc

oder

2)

3)

1 =

yes;

0 =

no

bi

t 14

no s

igna

l sta

ndst

ill s

enso

r 2)

3)

1 =

yes;

0 =

no

1)

r = re

ad

2)

not f

or 2

SG

7

3)

not f

or 2

SQ

7

Page 22: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Inp

ut

Reg

iste

rs -

Mo

db

us

SE

VE

N

Issu

e 08

/18

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Inpu

t Reg

iste

rs -

Mod

bus“

P

age

22

82 -

la

st fa

ults

(5x

2 re

gist

ers)

un

sign

ed16

r

r r

r

91

82, 8

4,

bit 0

an

alog

inpu

t AI2

I >

21 m

A or

I <

3.6

mA

(liv

e ze

ro)

1 =

yes;

0 =

no

86, 8

8 bi

t 1

anal

og in

put A

I1 I

> 21

mA

or I

< 3.

6 m

A (l

ive

zero

) 1

= ye

s; 0

= n

o

an

d 90

bi

t 2

anal

og o

utpu

t AO

1 de

fect

1

= ye

s; 0

= n

o

bit 4

no

bus

com

mun

icat

ion

chan

nel 1

and

2

1 =

yes;

0 =

no

bi

t 5

Blo

cked

in m

ove

1 =

yes;

0 =

no

bi

t 6

Run

tim

e er

ror

1 =

yes;

0 =

no

bi

t 7

mot

or te

mpe

ratu

re to

o hi

gh

1 =

yes;

0 =

no

bi

t 9

Flas

h M

emor

y de

fect

1

= ye

s; 0

= n

o

bit 1

0 R

AM

def

ect

1 =

yes;

0 =

no

bi

t 11

EE

PR

OM

def

ect

1 =

yes;

0 =

no

bi

t 12

inte

rnal

vol

tage

faul

ty

1 =

yes;

0 =

no

bi

t 13

Wat

chdo

g ac

tive

1 =

yes;

0 =

no

bi

t 14

high

cur

rent

con

verte

r 1

= ye

s; 0

= n

o

83

, 85,

bi

t 0

mai

n su

pply

vol

tage

faul

t 1

= ye

s; 0

= n

o

87

, 89

bit 1

hi

gh v

olta

ge

1 =

yes;

0 =

no

and

91

bit 2

lo

w v

olta

ge

1 =

yes;

0 =

no

bi

t 3

mov

ed to

o fa

r 1

= ye

s; 0

= n

o

bit 4

no

sig

nal p

oten

tiom

eter

1

= ye

s; 0

= n

o

bit 5

no

sig

nal m

otor

tem

pera

ture

2)

1 =

yes;

0 =

no

bi

t 8

no s

igna

l fib

er o

ptic

s 1

= ye

s; 0

= n

o

bit 9

fa

ult B

luet

ooth

1

= ye

s; 0

= n

o

bit 1

0 fa

ult e

lect

roni

c te

mpe

ratu

re

1 =

yes;

0 =

no

bi

t 11

no s

igna

l non

-intru

sive

pos

ition

enc

oder

2)

3)

1 =

yes;

0 =

no

bi

t 12

no c

omm

unic

atio

n no

n-in

trusi

ve p

ositi

on e

ncod

er 2

) 3

) 1

= ye

s; 0

= n

o

bit 1

4 no

sig

nal s

tand

still

sen

sor 2

) 3

) 1

= ye

s; 0

= n

o

92

run

time

dete

rmin

ed b

y th

e ac

tuat

or in

dire

ctio

n C

LOS

E fr

om 1

00 %

OP

EN

to 0

% O

PE

N

unsi

gned

16

r r

r r

0

… 6

5535

(1=

0.1s

) 0

= ru

n tim

e no

t yet

det

erm

ined

93

run

time

dete

rmin

ed b

y th

e ac

tuat

or in

dire

ctio

n O

PE

N fr

om 0

% O

PE

N to

100

% O

PE

N

unsi

gned

16

r r

r r

0

… 6

5535

(1=

0.1s

) 0

= ru

n tim

e no

t yet

det

erm

ined

95

faul

t sig

nal 3

un

sign

ed16

r

r r

r

bi

t 0

faul

t ana

log

PC

B A

I2/A

O2

1 =

yes;

0 =

no

bi

t 1

failu

re H

AR

T co

mm

unic

atio

n 1

= ye

s; 0

= n

o

bit 2

fa

ult a

nalo

g ou

tput

AO

2 1

= ye

s; 0

= n

o

96

faul

t sig

nal 4

un

sign

ed16

r

r r

r

bi

t 0

no s

igna

l ana

log

outp

ut A

O2

1 =

yes;

0 =

no

bi

t 1

failu

re c

omm

unic

atio

n to

the

rem

ote

cont

rol u

nit

1 =

yes;

0 =

no

fro

m fi

rmw

are

3.09

bit 2

no

sig

nal t

orqu

e sw

itch

1 =

yes;

0 =

no

100

to

rque

mea

sure

men

t fla

nge:

cur

rent

torq

ue 4

) si

gned

16

r r

from

firm

war

e 3.

04

-327

68 …

+32

767

(1 =

0.1

Nm

)

10

1

torq

ue m

easu

rem

ent f

lang

e: o

ffset

4)

sign

ed16

r

r

-327

68 …

+32

767

(1 =

0.1

Nm

)

1

) r =

read

2

) no

t for

2S

G7

3

) no

t for

2S

Q7

4)

only

for 2

SA7.

1 …

2S

A7.

6

Page 23: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Inp

ut

Reg

iste

rs -

Mo

db

us

SE

VE

N

Issu

e 08

/18

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Inpu

t Reg

iste

rs -

Mod

bus“

P

age

23

107

ad

ditio

nal g

ear:

prop

osed

sig

nalin

g ge

ar s

ettin

g 2

)

unsi

gned

16

r r

from

firm

war

e 3.

05

8 …

402

00 (1

= 0

.1 re

v/st

roke

)

108

sp

eed

setti

ng in

ste

ps o

r con

tinuo

usly

un

sign

ed8

r r

r r

cont

inuo

us s

peed

set

ting

0

7-st

ep s

ettin

g

from

firm

war

e 3.

08

1

cont

inuo

us s

ettin

g

109

ac

tual

spe

ed

unsi

gned

16

r r

r r

12

5 …

100

0 (1

= 0

.1 %

nm

ax.)

11

1

stat

e un

sign

ed8

r r

r r

from

firm

war

e 3.

10

bi

t 0

actu

ator

rota

tes

(pul

ses

from

sta

ndst

ill se

nsor

or n

iP a

vaila

ble)

1

= ye

s; 0

= n

o

bit 1

st

ands

till s

enso

r det

ecte

d 1

= ye

s; 0

= n

o

11

2

stat

us s

igna

l at b

inar

y ou

tput

s un

sign

ed8

r r

r r

bit 0

bi

nary

out

put 1

1

= ac

tive;

0 =

not

act

ive

bi

t 1

bina

ry o

utpu

t 2

1 =

activ

e; 0

= n

ot a

ctiv

e

bit 2

bi

nary

out

put 3

1

= ac

tive;

0 =

not

act

ive

bi

t 3

bina

ry o

utpu

t 4

1 =

activ

e; 0

= n

ot a

ctiv

e

bit 4

bi

nary

out

put 5

1

= ac

tive;

0 =

not

act

ive

bi

t 5

bina

ry o

utpu

t 6

1 =

activ

e; 0

= n

ot a

ctiv

e

bit 6

bi

nary

out

put 7

1

= ac

tive;

0 =

not

act

ive

bi

t 7

bina

ry o

utpu

t 8

1 =

activ

e; 0

= n

ot a

ctiv

e

11

3

anal

og o

utpu

t AO

1 un

sign

ed16

r

r r

r

0-10

000

scal

ing,

0=0

mA

, 100

00=2

0mA,

inde

pend

ent o

f par

amet

eriz

atio

n

11

4

anal

og o

utpu

t AO

2 un

sign

ed16

r

r

stat

e

11

5

Blu

etoo

th a

ddre

ss

0.

– 1

. dig

it (h

igh-

byte

= 0

.dig

it)

AS

CII

r r

11

6

2. –

3. d

igit

117

4.

– 5

. dig

it

11

8

6. –

7. d

igit

119

8.

– 9

. dig

it

12

0

10. –

11.

dig

it

12

1

posi

tioni

ng ti

me

in d

irect

ion

CLO

SE

(hig

h w

ord)

un

sign

ed16

r

r co

ntin

uous

spe

ed s

ettin

g 12

2

(1 =

0.1

sec

.) (lo

w w

ord)

un

sign

ed16

r

r fro

m fi

rmw

are

3.10

12

3

posi

tioni

ng ti

me

in d

irect

ion

OP

EN

(h

igh

wor

d)

unsi

gned

16

r r

12

4

(1 =

0.1

sec

.) (lo

w w

ord)

un

sign

ed16

r

r

125

po

sitio

ning

tim

e in

dire

ctio

n C

LOSE

by

EMER

GEN

CY

(hig

h w

ord)

un

sign

ed16

r

r

126

(1

= 0

.1 s

ec.)

(low

wor

d)

unsi

gned

16

r r

12

7

posi

tioni

ng ti

me

in d

irect

ion

OPE

N b

y EM

ERG

ENC

Y (h

igh

wor

d)

unsi

gned

16

r r

12

8

(1 =

0.1

sec

.) (lo

w w

ord)

un

sign

ed16

r

r

129

re

mot

e co

ntro

l uni

t RC

U: s

igna

l qua

lity

unsi

gned

8

r

r fro

m fi

rmw

are

3.10

0

… 1

00 (0

= 0

%)

130

to

rque

mea

sure

men

t fla

nge

+ ad

ditio

nal g

ear:

curre

nt to

rque

/ cu

rren

t for

ce

(hig

h w

ord)

si

gned

16

r r

13

1

(rot

ary

gear

box

and

part-

turn

gea

rbox

: 1 =

0.1

Nm

; lin

ear t

hrus

t uni

t: 1

= 0.

1 kN

) (lo

w w

ord)

si

gned

16

r r

1

) r =

read

2

) on

ly fo

r 2SA

7.1

… 2

SA

7.6

Page 24: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Inp

ut

Reg

iste

rs -

Mo

db

us

SE

VE

N

Issu

e 08

/18

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Inpu

t Reg

iste

rs -

Mod

bus“

P

age

24

co

mpa

tible

to A

UM

A-M

OD

BU

S fr

om re

gist

er 1

000

upw

ards

10

00

m

essa

ges

– ac

tuat

or lo

gics

un

sign

ed16

r

r r

r

bi

t 0

no s

igna

l mot

or te

mpe

ratu

re 2

) 1

= ye

s; 0

= n

o

bit 1

en

d po

sitio

ns O

K 1

= ye

s; 0

= n

o

bit 2

re

mot

e ac

tive

1 =

yes;

0 =

loca

l act

ive

bi

t 3

loca

l act

ive

1 =

yes;

0 =

rem

ote

activ

e

bit 4

in

term

edia

te c

onta

ct O

PE

N

1 =

yes;

0 =

no

bi

t 5

inte

rmed

iate

con

tact

CLO

SE

1 =

yes;

0 =

no

bi

t 6

tripp

ing

torq

ue O

PEN

reac

hed

1 =

yes;

0 =

no

bi

t 7

tripp

ing

torq

ue C

LOS

E re

ache

d 1

= ye

s; 0

= n

o

bit 8

ac

tuat

or in

end

pos

ition

OP

EN

1

= ye

s; 0

= n

o

bit 9

ac

tuat

or in

end

pos

ition

CLO

SE

1 =

yes;

0 =

no

bi

t 10

setp

oint

reac

hed

1 =

yes;

0 =

no

bi

t 11

not r

eady

+ re

mot

e 1

= ye

s; 0

= n

o

bit 1

2 ac

tuat

or ru

nnin

g in

OP

EN

dire

ctio

n 1

= ye

s; 0

= n

o

bit 1

3 ac

tuat

or ru

nnin

g in

CLO

SE

dire

ctio

n 1

= ye

s; 0

= n

o

bit 1

5 su

m fa

ult s

igna

l 1

= ye

s; 0

= n

o

10

01

ac

tual

pos

ition

val

ue

inte

ger1

6 r

r r

r

1 =

0.1%

OP

EN

10

02

m

essa

ges

trave

ling

unsi

gned

16

r r

r r

bit 4

ac

tuat

or ru

nnin

g in

OP

EN

or C

LOS

E di

rect

ion

1 =

yes;

0 =

no

bi

t 5

hand

whe

el/c

rank

ope

rate

d 2

) 3

) 1

= ye

s; 0

= n

o

bit 6

re

mot

e ac

tive

and

actu

ator

runn

ing

in O

PE

N o

r CLO

SE

dire

ctio

n 1

= ye

s; 0

= n

o

bit 7

lo

cal a

ctiv

e an

d ac

tuat

or ru

nnin

g in

OPE

N o

r CLO

SE

dire

ctio

n 1

= ye

s; 0

= n

o

bit 8

ac

tuat

or in

end

pos

ition

CLO

SE

1 =

yes;

0 =

no

bi

t 9

actu

ator

in e

nd p

ositi

on O

PE

N

1 =

yes;

0 =

no

bi

t 10

rem

ote

activ

e 1

= ye

s; 0

= n

o

bit 1

1 bl

ocke

d in

mov

e an

d to

rque

dep

ende

nt c

ut-o

ff “C

LOSE

” 1

= ye

s; 0

= n

o

bit 1

2 bl

ocke

d in

mov

e an

d to

rque

dep

ende

nt c

ut-o

ff “O

PE

N

1 =

yes;

0 =

no

bi

t 14

not r

eady

+ re

mot

e 1

= ye

s; 0

= n

o

bit 1

5 su

m fa

ult s

igna

l 1

= ye

s; 0

= n

o

10

03

op

tion

(bin

ary

inpu

ts)

unsi

gned

16

r r

r r

bit 8

in

term

edia

te c

onta

ct C

LOSE

1

= ye

s; 0

= n

o

bit 9

in

term

edia

te c

onta

ct O

PE

N

1 =

yes;

0 =

no

bi

t 12

bina

ry in

put C

lose

1

= ye

s; 0

= n

o

bit 1

3 bi

nary

inpu

t Ope

n 1

= ye

s; 0

= n

o

bit 1

4 bi

nary

inpu

t STO

P 1

= ye

s; 0

= n

o

bit 1

5 bi

nary

inpu

t EM

ER

GE

NC

Y

1 =

yes;

0 =

no

1004

anal

og in

put A

I1

unsi

gned

16

r r

0-

1000

sca

ling,

acc

ordi

ng p

aram

eter

izat

ion

1007

war

ning

s un

sign

ed16

r

r r

r

bi

t 2

no s

igna

l pot

entio

met

er

1 =

yes;

0 =

no

bi

t 6

no s

igna

l ana

log

inpu

t AI2

1

= ye

s; 0

= n

o

bit 7

no

sig

nal a

nalo

g in

put A

I1

1 =

yes;

0 =

no

bi

t 9

Mod

bus

chan

nel 2

is a

ctiv

e ch

anne

l 1

= ye

s; 0

= n

o

bit 1

3 ad

just

men

t end

pos

ition

s ne

cess

ary

1 =

yes;

0 =

no

1008

anal

og in

put A

I2

unsi

gned

16

r r

0-

1000

sca

ling,

acc

ordi

ng p

aram

eter

izat

ion

1)

r = re

ad

2)

not f

or 2

SG

7

3)

not f

or 2

SQ

7

Page 25: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

25

0

cont

rol c

omm

ands

un

sign

ed8

w

w

w

w

bit 0

co

ntro

l com

man

d C

LOS

E 1

= ye

s; 0

= n

o

bit 1

co

ntro

l com

man

d O

PE

N

1 =

yes;

0 =

no

bi

t 2

cont

rol c

omm

and

EME

RG

EN

CY

1

= ye

s; 0

= n

o

bit 3

re

set f

ault

mes

sage

1

= ye

s; 0

= n

o

bit 4

m

aint

enan

ce d

one

1 =

yes;

0 =

no

bi

t 5

setp

oint

is v

alid

1

= ye

s; 0

= n

o

high

byte

de

sire

d sp

eed

in %

(13

… 1

00%

nm

ax.)

1

setp

oint

(dep

ende

nt o

f dut

y m

ode)

in

tege

r16

r+w

r+

w

r+w

r+

w

0

… 1

0000

( 1=

0.0

1% O

PEN

)

2

ta

g nu

mbe

r

0. –

1. d

igit

(hig

h-by

te =

0. d

igit)

A

SC

II r+

w

r+w

r+

w

r+w

3

2. –

3. d

igit

4-

4.

– 5

. dig

it to

18.

– 1

9. d

igit

11

(see

Reg

No

3)

12

ou

tput

spe

ed in

dire

ctio

n C

LOS

E po

sitio

ning

tim

e in

dire

ctio

n C

LOS

E un

sign

ed8

r+w

r+

w

r+w

r+

w

7-st

ep s

peed

set

ting

0

1.

25

rpm

80 se

c / 90°

(fo

r con

tinuo

us s

ettin

g

1

1.75

rp

m

56

sec / 90

°

see

Reg

No

166

– 16

9)

2

2.

50

rpm

40 se

c / 90°

3

3.

50

rpm

28 se

c / 90°

4

5.

00

rpm

20 se

c / 90°

5

7.

00

rpm

14 se

c / 90°

6

10

.0

rpm

10 se

c / 90°

7

14

.0

rpm

8

20

.0

rpm

9

28

.0

rpm

10

40.0

rp

m

11

56

.0

rpm

12

80.0

rp

m

13

11

2 rp

m

14

16

0 rp

m

13

outp

ut s

peed

in d

irect

ion

OP

EN

po

sitio

ning

tim

e in

dire

ctio

n O

PE

N

unsi

gned

8 r

r r+

w

r+w

0

... 1

4 (s

ee R

egN

o 12

)

14

EM

ER

GE

NC

Y ou

tput

spe

ed in

dire

ctio

n C

LOSE

po

sitio

ning

tim

e in

dire

ctio

n C

LOS

E by

EM

ERG

ENC

Y un

sign

ed8

r r

r+w

r+

w

0

... 1

4 (s

ee R

egN

o 12

)

15

EM

ER

GE

NC

Y ou

tput

spe

ed in

dire

ctio

n O

PE

N

posi

tioni

ng ti

me

in d

irect

ion

OP

EN

by

EMER

GEN

CY

unsi

gned

8 r

r r+

w

r+w

0

... 1

4 (s

ee R

egN

o 12

)

16

tripp

ing

torq

ue in

end

pos

ition

CLO

SE

in %

of I

nput

-Reg

No

25 2

) un

sign

ed8

0

100%

T c

max

.

100%

Tc

max

.

r+w

r+

w

r+w

r+

w

1

90%

T c

max

.

r+

w

r+w

r+

w

r+w

2

80

%

T c m

ax.

r+w

r+

w

r+w

r+

w

3

70%

T c

max

.

r+

w

r+w

r+

w

r+w

4

60

%

T c m

ax.

r+w

r+

w

r+w

r+

w

5

50%

T c

max

.

r+

w

r+w

r+

w

r+w

6

40

%

T c m

ax. (

only

2S

.70.

. and

2S.

73..)

r+

w

r+

w

7

30

%

T c m

ax. (

only

2S

.70.

. and

2S.

73..)

r+

w

r+

w

17

tri

ppin

g to

rque

in e

nd p

ositi

on O

PE

N in

% o

f Inp

ut-R

egN

o 25

2)

unsi

gned

8 r+

w

r+w

r+

w

r+w

0

... 7

(s

ee R

egN

o 16

)

18

end

posi

tion

rang

e C

LOS

E fr

om 0

% to

regi

ster

val

ue

unsi

gned

16

r r

r+w

r+

w

20

0 ...

200

0 (0

.01%

OP

EN

)

19

end

posi

tion

rang

e O

PE

N fr

om 1

00%

to re

gist

er v

alue

un

sign

ed16

r

r r+

w

r+w

8000

... 9

800

(0.0

1% O

PE

N)

1)

r = re

ad;

w =

writ

e;

r+w

= re

ad+w

rite

2)

for 2

SG

7 an

d 2S

Q7

only

100

% T

c m

ax. r

eada

ble

Page 26: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

26

20

st

ruct

ure

code

1

unsi

gned

16

bit 0

cl

ockw

ise

rota

tion

CLO

SE

1

= ye

s; 0

= a

nti-c

lock

wis

e

r+w

r+

w

r+w

r+

w

if ch

ange

d, n

ew

bi

t 1

trave

l dep

ende

nce

cut-o

ff in

end

pos

ition

CLO

SE

1 =

yes;

0 =

torq

ue d

epen

denc

e cu

t-off

r+

w

r+w

r+

w

r+w

co

mm

issi

onin

g ne

cess

ary

bi

t 2

trave

l dep

ende

nce

cut-o

ff in

end

pos

ition

OP

EN

1

= ye

s; 0

= to

rque

dep

ende

nce

cut-o

ff

r+w

r+

w

r+w

r+

w

bit 3

cl

ose

tight

ly

1 =

yes;

0 =

no

r

r r+

w

r+w

fo

r 2S

G7

/ 2S

Q7

fixed

at 0

bit 4

-5

cont

rol s

ourc

e fa

ult

r+w

r+

w

r+w

r+

w

0 ke

ep p

ositi

on

1

mov

e to

EM

ER

GEN

CY

posi

tion

2

keep

act

ual p

roce

ss v

alue

only

with

pro

cess

con

trolle

r

3 m

ove

to fi

xed

setp

oint

bit 6

„N

C“ o

n bi

nary

inpu

t EM

ER

GE

NC

Y

1 =

yes;

0 =

“NO

r r

r+w

r+

w

bit 7

„N

C“ o

n bi

nary

inpu

ts (O

PEN

, CLO

SE,

STO

P, M

ode)

1

= ye

s; 0

= “N

O”

r

r r+

w

r+w

bi

t 9

anal

og in

put A

I1 s

etpo

int i

nput

with

live

zer

o 4

to 2

0 m

A 1

= ye

s; 0

= w

ith d

ead

zero

0 to

20

mA

r

r r+

w

r+w

bi

t 10

anal

og in

put A

I1 s

etpo

int w

ith s

lope

risi

ng

1 =

yes;

0 =

with

slo

pe fa

lling

r

r r+

w

r+w

bi

t 11

anal

og in

put A

I2 w

ith li

ve z

ero

4 to

20

mA

1

= ye

s; 0

= w

ith d

ead

zero

0 to

20

mA

r

r r+

w

r+w

bi

t 12

anal

og in

put A

I2 w

ith ri

sing

slo

pe

1 =

yes;

0 =

with

slo

pe fa

lling

r

r r+

w

r+w

bi

t 13

anal

og o

utpu

t AO

1 w

ith a

ctua

l pro

cess

val

ue

1 =

yes;

0 =

with

act

ual p

ositi

on v

alue

r r

r+w

r+

w

bit 1

4 an

alog

out

put A

O1

with

live

zer

o 4

to 2

0 m

A 1

= ye

s; 0

= w

ith d

ead

zero

0 to

20

mA

r

r r+

w

r+w

bi

t 15

anal

og o

utpu

t AO

1 w

ith ri

sing

slo

pe

1 =

yes;

0 =

with

slo

pe fa

lling

r

r r+

w

r+w

21

st

ruct

ure

code

2

unsi

gned

16

bit 0

m

otor

hea

ting

ON

1

= ye

s; 0

= n

o

r+w

r+

w

r+w

r+

w

bit 2

lo

cal b

lock

ed

1 =

yes;

0 =

no

in

pos

ition

“rem

ote”

bit 3

an

alog

out

put A

O2

activ

e 1

= ye

s; 0

= n

o

r r

r+w

r+

w

bit 4

an

alog

out

put A

O2

with

act

ual p

roce

ss v

alue

1

= ye

s; 0

= w

ith a

ctua

l pos

ition

val

ue

bi

t 5

anal

og o

utpu

t AO

2 w

ith li

ve z

ero

4 to

20

mA

1 =

yes;

0 =

with

dea

d ze

ro 0

to 2

0 m

A

bit 6

an

alog

out

put A

O2

with

risi

ng s

lope

1

= ye

s; 0

= w

ith s

lope

falli

ng

bi

t 8 -

11

valv

e cu

rve

adap

tatio

n 4

bit

r+w

r+

w

0

= w

ithou

t

1

= eq

ual p

erce

ntag

e

2

= qu

ick

open

ing

bi

t 12

feed

back

1

= flo

w ra

te; 0

= v

alve

pos

ition

bi

t r

r r+

w

r+w

22

re

mot

e co

ntro

l un

sign

ed8

0 an

alog

: pro

cess

con

trolle

r AI1

r+w

r+

w

only

with

pro

cess

con

trolle

r

1 fie

ldbu

s: p

roce

ss c

ontro

ller

r+

w

r+w

2

inte

rnal

: pro

cess

con

trolle

r with

fixe

d se

tpoi

nt v

alue

r+w

r+

w

3 an

alog

: pos

ition

er A

I1

r+

w

r+w

on

ly w

ith p

ositi

oner

4 fie

ldbu

s: p

ositi

oner

r+w

r+

w

6 bi

nary

: per

man

ent c

onta

ct s

igna

l

r+w

r+

w

r+w

r+

w

7 fie

ldbu

s: p

erm

anen

t con

tact

sig

nal

r+

w

r+w

r+

w

r+w

8

bina

ry: p

ulse

con

tact

sig

nal

r+

w

r+w

r+

w

r+w

10

bi

nary

: pro

porti

onal

ope

ratio

n

r+w

r+

w

only

with

pos

ition

er

11

fie

ldbu

s: p

ropo

rtion

al o

pera

tion

r+

w

r+w

12

an

alog

: pro

cess

con

trolle

r AI2

r+w

r+

w

only

with

pro

cess

con

trolle

r

13

anal

og: p

ositi

oner

AI2

r+w

r+

w

only

with

pos

ition

er

23

al

tern

ativ

e co

ntro

l mod

e un

sign

ed8

r r

r+w

r+

w

255

not a

ctiv

e (e

lse,

see

Reg

No

22)

24

E

ME

RG

EN

CY

posi

tion

unsi

gned

16

r r

r+w

r+

w

0

… 1

0000

(0.0

1% O

PE

N)

25

in

term

edia

te c

onta

ct C

LOSE

un

sign

ed16

r

r r+

w

r+w

0 …

100

00 (0

.01%

OP

EN

)

26

inte

rmed

iate

con

tact

OP

EN

un

sign

ed16

r

r r+

w

r+w

0 …

100

00 (0

.01%

OP

EN

)

1

) r =

read

; r+

w =

read

+writ

e

Page 27: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

27

27

ris

e tim

e un

sign

ed8

r r

r+w

r+

w

1

… 1

00 (0

.1 s

ec),

for 2

S.7

5.. a

nd 2

S.7

8.. 1

… 2

00

28

dc

-bra

ke

unsi

gned

8 r

r r+

w

r+w

0 …

250

%

29

re

try to

get

ove

r tor

que

bloc

k w

hen

out o

f tra

vel l

imit

area

s un

sign

ed8

r+w

r+

w

r+w

r+

w

0

… 5

(0 =

no

repe

ated

sta

rt)

30

ou

tput

(mes

sage

) 1

unsi

gned

8 r

r r+

w

r+w

bi

t 0-6

0

not u

sed

1

end

posi

tion

CLO

SED

2 en

d po

sitio

n O

PE

N

3

torq

ue C

LOS

E re

ache

d

4 to

rque

OP

EN

reac

hed

5

torq

ue C

L/O

P re

ache

d

6 fa

ult

7

blin

ker

8

read

y

9 re

ady+

rem

ote

10

lo

cal

11

in

term

edia

te c

onta

ct C

L

12

inte

rmed

iate

con

tact

OP

13

fa

ult m

otor

tem

pera

ture

14

war

ning

mot

or te

mp.

2)

15

fa

ult e

xter

nal v

olta

ge

16

m

aint

enan

ce

17

ru

n in

dica

tion

CLO

SE

18

run

indi

catio

n O

PEN

19

run

indi

catio

n C

LOS

E/O

PEN

20

blin

ker +

end

pos

ition

CL

21

bl

inke

r + e

nd p

ositi

on O

P

22

trave

l end

CLO

SE

fro

m fi

rmw

are

3.10

23

trave

l end

OP

EN

bit 7

N

C (l

ow-a

ctiv

e)

1 =

yes;

0 =

NO

(hig

h ac

tive)

31

outp

ut 2

un

sign

ed8

r r

r+w

r+

w

(s

ee R

egN

o 30

)

32

outp

ut 3

un

sign

ed8

r r

r+w

r+

w

(s

ee R

egN

o 30

)

33

outp

ut 4

un

sign

ed8

r r

r+w

r+

w

(s

ee R

egN

o 30

)

34

outp

ut 5

un

sign

ed8

r r

r+w

r+

w

(s

ee R

egN

o 30

)

35

outp

ut 6

un

sign

ed8

r+w

r+

w

(s

ee R

egN

o 30

)

36

outp

ut 7

un

sign

ed8

r+w

r+

w

(s

ee R

egN

o 30

)

37

outp

ut 8

un

sign

ed8

r+w

r+

w

(s

ee R

egN

o 30

)

38

war

ning

mot

or te

mpe

ratu

re a

t … °

C 2

) in

tege

r16

r+w

r+

w

r+w

r+

w

-2

0°C

… 1

55°C

(0.0

1°C

)

1

) r =

read

; r+

w =

read

+writ

e 2

) no

t for

2S

G7

Page 28: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

28

39

la

ngua

ge o

n th

e D

ispl

ay

unsi

gned

8

r+

w

r+w

0

Ger

man

1 E

nglis

h

2 Fr

ench

3 S

pani

sh

4

Italia

n

5 P

olis

h

6 C

zech

7 S

wed

ish

8

Net

herla

nds

9

Por

tugu

ese

10

Fi

nnis

h

11

Chi

nese

12

Am

eric

an

13

R

ussi

an

14

D

anis

h

15

Turk

ish

16

R

oman

ian

17

A

rabi

c

18

Slo

vaki

an

19

G

reek

20

Bra

zilia

n

21

Japa

nese

22

Egy

ptia

n

23

Bul

garia

n

24

Indi

an

25

K

orea

n

26

Cro

atia

n

27

Nor

weg

ian

28

S

love

ne

29

H

unga

rian

30

Th

ai

31

Fr

anco

nian

40

inte

rval

val

ue s

witc

hing

cyc

les

(hig

h w

ord)

un

sign

ed16

r+

w

r+w

0 ...

30

Mio

. (fo

r 2S.

75..

and

2S.7

8..)

0 ...

100

000

(for 2

S.70

.. an

d 2S

.73.

.)

41

inte

rval

val

ue s

witc

hing

cyc

les

(low

wor

d)

unsi

gned

16

r+w

r+

w

0

... 3

0 M

io. (

for 2

S.75

.. an

d 2S

.78.

.)

0

... 1

0000

0 (fo

r 2S.

70..

and

2S.7

3..)

42

in

terv

al v

alue

torq

ue d

epen

dent

cut

-offs

un

sign

ed16

r+

w

r+w

0 ...

200

00 (f

or 2

S.75

.. an

d 2S

.78.

.)

0

... 1

0000

(for

2S.

70..

and

2S.7

3..)

43

in

terv

al v

alue

mot

or o

pera

ting

hour

s un

sign

ed16

r+

w

r+w

0 …

250

0

44

proc

ess

cont

rolle

r: am

plifi

catio

n K

p si

gned

16

r+w

r+

w

-1

00 …

100

(1 =

0.0

1%)

45

pr

oces

s co

ntro

ller:

rese

t tim

e Tn

un

sign

ed16

r+

w

r+w

0 …

300

00 (1

= 0

.1 s

)

46

func

tion

cont

rol

unsi

gned

8 w

w

w

w

1

dele

te fo

rmer

err

ors

1)

w =

writ

e;

r+w

= re

ad+w

rite

Page 29: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

29

47

sp

eed

curv

e –

posi

tion

1 un

sign

ed8

r+w

r+

w

0

… 1

00 (%

OP

EN

; 0 =

end

pos

ition

CLO

SE

)

48

-

spee

d cu

rve

– po

sitio

n 2-

10

unsi

gned

8

r+

w

r+w

56

(s

ee R

egN

o 47

)

57

spee

d cu

rve

– sp

eed

1 po

sitio

ning

tim

e 1

unsi

gned

8

r+

w

r+w

7-

step

spe

ed s

ettin

g

0

1.25

rp

m

80

sec / 90

°

(for c

ontin

uous

set

ting

1

1.

75

rpm

56 se

c / 90°

s

ee R

egN

o 17

0 –

179)

2

2.50

rp

m

40

sec / 90

°

3

3.50

rp

m

28

sec / 90

°

4

5.00

rp

m

20

sec / 90

°

5

7.00

rp

m

14

sec / 90

°

6

10.0

rp

m

10

sec / 90

°

7

14.0

rp

m

8

20.0

rp

m

9

28.0

rp

m

10

40

.0

rpm

11

56.0

rp

m

12

80

.0

rpm

13

112

rpm

14

160

rpm

58-

sp

eed

curv

e - s

peed

2-1

0 po

sitio

ning

tim

e 2-

10

unsi

gned

8

r+

w

r+w

66

(s

ee R

egN

o 57

)

67

spee

d –

func

tion

sele

ctio

n un

sign

ed8

r+w

r+

w

bit 0

sp

eed

curv

e se

tting

: loc

al v

ia s

peed

cur

ve

1 =

yes;

0 =

par

amet

eriz

ed O

PE

N/C

LOS

E s

peed

s

bit 1

sp

eed

curv

e se

tting

: rem

ote

via

spee

d cu

rve

1 =

yes;

0 =

par

amet

eriz

ed O

PE

N/C

LOS

E s

peed

s

bit 2

sp

eed

curv

e se

tting

: loc

al v

ia e

xter

nal s

peed

set

poin

t 1

= ye

s; 0

= p

aram

eter

ized

OP

EN

/CLO

SE

spe

eds

bi

t 3

spee

d cu

rve

setti

ng: r

emot

e vi

a ex

tern

al s

peed

set

poin

t 1

= ye

s; 0

= p

aram

eter

ized

OP

EN

/CLO

SE

spe

eds

bi

t 4

exte

rnal

spe

ed s

etpo

int v

ia a

nalo

g in

put A

I1

1 =

yes;

0 =

via

ana

log

inpu

t AI2

bit 7

ac

tivat

e cu

rve

posi

tion

/ cur

ve s

peed

1

= ye

s

68

split

rang

e fu

nctio

n: c

urre

nt v

alue

1

unsi

gned

8

r+

w

r+w

sm

alle

r tha

n cu

rrent

val

ue 2

0

… 2

00 (1

= 0

.1m

A)

69

sp

lit ra

nge

func

tion:

pos

ition

val

ue 1

un

sign

ed8

r+w

r+

w

uneq

ual p

ositi

on 2

0

… 1

00 (1

= 1

% O

PE

N)

70

sp

lit ra

nge

func

tion:

cur

rent

val

ue 2

un

sign

ed8

r+w

r+

w

larg

er th

an c

urre

nt v

alue

1

0 …

200

(1 =

0.1

mA

)

71

split

rang

e fu

nctio

n: p

ositi

on v

alue

2

unsi

gned

8

r+

w

r+w

un

equa

l pos

ition

1

0 …

100

(1 =

1%

OP

EN

)

1

) r+

w =

read

+writ

e

Page 30: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

30

72

tra

vel-p

ositi

onin

g tim

e-cu

rve

unsi

gned

8

r+

w

r+w

bi

t 0

activ

e at

“loc

al o

pera

tion”

1

= ye

s; 0

= n

o

bit 1

ac

tive

at “r

emot

e op

erat

ion”

1

= ye

s; 0

= n

o

bit 2

ac

tive

at “E

ME

RG

ENC

Y op

erat

ion”

1

= ye

s; 0

= n

o

bit 7

po

sitio

n va

lues

/ -po

sitio

ning

tim

es a

ctiv

ate

1 =

yes;

0 =

no

73

tra

vel-p

ositi

onin

g tim

e-cu

rve:

pos

ition

1

unsi

gned

8

r+

w

r+w

0 …

100

(% O

PE

N, 0

= e

nd p

ositi

on C

LOS

E)

74-

tra

vel-p

ositi

onin

g tim

e-cu

rve:

pos

ition

2 u

p to

pos

ition

5

unsi

gned

8

r+

w

r+w

77

(s

ee R

egN

o 73

)

78

trave

l-pos

ition

ing

time-

curv

e: p

ositi

onin

g tim

e 1

unsi

gned

16

r+w

r+

w

0

… 6

0000

(1 =

1 s

ec)

79-

tra

vel-p

ositi

onin

g tim

e-cu

rve:

pos

ition

ing

time

2 up

to p

ositi

onin

g tim

e 5

unsi

gned

16

r+w

r+

w

82

(see

Reg

No

78)

83-

tra

vel-p

ositi

onin

g tim

e-cu

rve:

pos

ition

6 u

p to

pos

ition

10

unsi

gned

8

r+

w

r+w

87

(s

ee R

egN

o 73

)

88

-

trave

l-pos

ition

ing

time-

curv

e: p

ositi

onin

g tim

e 6

up to

pos

ition

ing

time

10

unsi

gned

16

r+w

r+

w

92

(see

Reg

No

78)

93

tra

vel-p

ositi

onin

g tim

e-cu

rve:

EM

ER

GE

NC

Y fa

ctor

un

sign

ed16

r+

w

r+w

1-10

0 (1

=0.1

)

94

min

imum

dea

d zo

ne p

ositi

oner

0,2

… 5

%

unsi

gned

8

r+

w

r+w

20 …

500

(1 =

0.0

1%)

95

m

axim

um d

ead

zone

pos

ition

er 0

,2 …

5%

un

sign

ed8

r+w

r+

w

20

… 5

00 (1

= 0

.01%

)

96

dela

y tim

e un

derv

olta

ge s

igna

l 0 …

25

sec

unsi

gned

8 r+

w

r+w

r+

w

r+w

0 …

250

( 1

= 0.

1 se

c)

97

bit 0

se

para

te m

ount

ing

1 =

>10m

with

sin

e fil

ter;

0 =

none

or <

=10m

bi

t r+

w

r+w

r+

w

r+w

98

cu

stom

er v

aria

nt 0

… 1

27

unsi

gned

8 r+

w

r+w

r+

w

r+w

99

ru

n tim

e in

dire

ctio

n C

LOS

E fo

r con

trol v

ia p

ropo

rtion

al o

pera

tion

unsi

gned

16

r+w

r+

w

0

or 5

0 …

327

60 (1

=0.1

s)

0 =

run

time

dete

rmin

ed b

y th

e ac

tuat

or (I

nput

-Reg

No

92) i

s us

ed

100

ru

n tim

e in

dire

ctio

n O

PE

N fo

r con

trol v

ia p

ropo

rtion

al o

pera

tion

unsi

gned

16

r+w

r+

w

0

or 5

0 …

327

60 (1

=0.1

s)

0 =

run

time

dete

rmin

ed b

y th

e ac

tuat

or (I

nput

-Reg

No

93) i

s us

ed

101

pr

oces

s co

ntro

ller:

fixed

set

poin

t val

ue

unsi

gned

8

r+

w

r+w

0 ...

200

(1 =

0.5

%)

102

cu

stom

er p

aram

eter

1 fo

r cus

tom

er v

aria

nt

unsi

gned

16

r+w

r+

w

r+w

r+

w

0

... 6

5534

10

3

cust

omer

par

amet

er 2

for c

usto

mer

var

iant

un

sign

ed16

r+

w

r+w

r+

w

r+w

0 ...

655

34

104

cu

stom

er p

aram

eter

3 fo

r cus

tom

er v

aria

nt

unsi

gned

16

r+w

r+

w

r+w

r+

w

0

... 6

5534

10

5

cust

omer

par

amet

er 4

for c

usto

mer

var

iant

un

sign

ed16

r+

w

r+w

r+

w

r+w

0 ...

655

34

106

O

utpu

t sig

nal s

ets

unsi

gned

8 r+

w

r+w

O

utpu

t 1

Out

put 2

O

utpu

t 3

Out

put 4

O

utpu

t 5

1

Set

1

Trav

el e

nd O

PEN

, N

O

Trav

el e

nd C

LOSE

, N

O

Torq

ue C

L/O

P re

ache

d,

NC

R

eady

+ R

emot

e,

NO

W

arni

ng m

otor

tem

p 2)

, N

C

2

Set

2

End

pos

ition

OPE

N,

NO

E

nd p

ositi

on C

LOS

ED

, N

O

Blin

ker,

NO

R

eady

+ R

emot

e,

NO

W

arni

ng m

otor

tem

p 2)

, N

C

3

Set

3

End

pos

ition

OPE

N,

NO

E

nd p

ositi

on C

LOS

ED

, N

O

Faul

t N

C

Loca

l, N

O

War

ning

mot

or te

mp

2),

NC

4

Set

4

Trav

el e

nd O

PEN

, N

O

Trav

el e

nd C

LOSE

, N

O

Rea

dy +

Rem

ote,

N

O

Torq

ue O

PE

N re

ache

d,

NC

To

rque

CLO

SE

reac

hed,

N

C

1)

r+w

= re

ad+w

rite

2)

for 2

SG

7 “F

ault

mot

or te

mpe

ratu

re“

Page 31: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

31

107

bi

t par

amet

er

un

sign

ed8

r+w

r+

w

bit 0

B

luet

ooth

act

ivat

ed

1 =

yes;

0 =

no

108

di

spla

y or

ient

atio

n un

sign

ed8

r+w

r+

w

0 st

anda

rd

1

turn

ed 9

0° to

the

left

fro

m f

irmw

are

3.07

2 tu

rned

180

°

3 tu

rned

90°

to th

e rig

ht

fro

m f

irmw

are

3.07

10

9

data

: yea

r un

sign

ed16

r+

w

r+w

fro

m fi

rmw

are

3.04

1

… 9

9

11

0

data

: mon

th

unsi

gned

8

r+

w

r+w

1 …

12

111

da

ta: d

ay

unsi

gned

8

r+

w

r+w

1 …

31

112

tim

e: h

ours

un

sign

ed8

r+w

r+

w

0

… 2

3

11

3

time:

min

utes

un

sign

ed8

r+w

r+

w

0

… 5

9

11

4

time:

sec

onds

un

sign

ed8

r+w

r+

w

0

… 5

9

12

0

end

posi

tion

spee

d un

sign

ed8

r+w

r+

w

r+w

r+

w

from

firm

war

e 3.

05

0

norm

al

1

quic

k st

art

2

quic

k st

art/s

top

121

D

CS

acc

epta

nce

time

unsi

gned

8 r+

w

r+w

r+

w

r+w

0 …

255

(1 =

0.1

s)

130

to

rque

mea

sure

men

t fla

n ge:

con

nect

ion

2)

unsi

gned

8

r+

w

r+w

fro

m fi

rmw

are

3.04

0 no

t ava

ilabl

e

1 at

ana

log

inpu

t AI1

2 at

ana

log

inpu

t AI2

13

1

torq

ue m

easu

rem

ent f

lan g

e: z

ero

adju

st 2

) un

sign

ed8

w

w

0 do

not

per

form

zer

o ad

just

men

t

1 pe

rform

zer

o ad

just

men

t (cu

rrent

torq

ue is

sto

red

as o

ffset

)

13

5

addi

tiona

l gea

r: ge

ar ty

pe 2

) 3

) un

sign

ed8

r+w

r+

w

from

firm

war

e 3.

05

0

not a

vaila

ble

1

rota

ry g

earb

ox

2

part-

turn

gea

rbox

3 lin

ear t

hrus

t uni

t

13

7

addi

tiona

l gea

r: re

duct

ion

ratio

2)

3)

unsi

gned

16

r+w

r+

w

ro

tary

gea

rbox

: 100

… 1

0000

(1 =

0.0

1); p

art-t

urn

gear

box:

1 …

100

00 (1

= 1

)

13

8

addi

tiona

l gea

r: fa

ctor

out

put/i

nput

torq

ue 2

) 3

) un

sign

ed16

r+

w

r+w

10 …

500

00 (r

otar

y ge

arbo

x: 1

= 0

.01;

par

t-tur

n ge

arbo

x: 1

= 0

.1)

139

ad

ditio

nal g

ear:

max

. out

put t

orqu

e 2

) 3)

un

sign

ed16

r+

w

r+w

1 …

500

00 (r

otar

y ge

arbo

x: 1

= 1

Nm

; par

t-tur

n ge

arbo

x: 1

= 1

0 N

m)

140

ad

ditio

nal g

ear:

max

. inp

ut s

peed

2)

3)

unsi

gned

16

r+w

r+

w

1

… 1

000

(1 =

1 rp

m)

141

ad

ditio

nal g

ear:

spin

dle

pitc

h 2

) 3

) un

sign

ed16

r+

w

r+w

10 …

100

0 (li

near

thru

st u

nit:

1 =

0.1

mm

)

14

2

addi

tiona

l gea

r: fa

ctor

inpu

t tor

que/

outp

ut fo

rce

2)

3)

unsi

gned

16

r+w

r+

w

10

… 1

000

(line

ar th

rust

uni

t: 1

= 0.

1)

143

ad

ditio

nal g

ear:

max

. out

put f

orce

2)

3)

unsi

gned

16

r+w

r+

w

1

… 1

000

(line

ar th

rust

uni

t: 1

= 1

kN

)

1

) w

= w

rite;

r =

read

; r+

w =

read

+writ

e 2

) on

ly fo

r 2SA

7.1

… 2

SA

7.6

3)

can

be c

hang

ed fo

r use

r-de

fined

add

ition

al g

ear

Page 32: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

32

144

ad

ditio

nal g

ear:

posi

tioni

ng a

ngle

2)

3)

unsi

gned

16

r+w

r+

w

from

firm

war

e 3.

05

1 …

360

(par

t-tur

n ge

arbo

x: 1

= 1

°)

145

ad

ditio

nal g

ear:

stro

ke 2

) 3

) un

sign

ed16

r+

w

r+w

1 …

100

00 (l

inea

r thr

ust u

nit:

1 =

1 m

m)

146

ad

ditio

nal g

ear:

rev.

/stro

ke 2

) 3

) (lo

w w

ord)

un

sign

ed16

r+

w

r+w

1 …

990

00 (r

otar

y ge

arbo

x: 1

= 0

.1 re

v./s

troke

)

14

7

addi

tiona

l gea

r: re

v./s

troke

2)

3)

(hig

h w

ord)

un

sign

ed16

r+

w

r+w

1 …

990

00 (r

otar

y ge

arbo

x: 1

= 0

.1 re

v./s

troke

)

15

0

spec

ial p

aram

eter

s un

sign

ed16

r+

w

r+w

r+

w

r+w

bi

t 0

deac

tivat

e ”M

aint

enan

ce re

quire

d“ s

igna

l 1

= ye

s; 0

= n

o

bit 1

de

activ

ate

DC

link

vol

tage

lim

itatio

n 1

= ye

s; 0

= n

o

bit 2

de

activ

ate

runt

ime

mon

itorin

g 1

= ye

s; 0

= n

o

bit 3

de

activ

ate

end

posi

tion

adap

tatio

n fo

r tor

que-

depe

nden

t cut

-off

1 =

yes;

0 =

no

151

te

st o

pera

tion

unsi

gned

8

r+

w

r+w

0

norm

al o

pera

tion

1

test

ope

ratio

n ac

tive

152

te

st o

pera

tion:

runt

ime

CLO

SE

unsi

gned

16

r+w

r+

w

0

… 6

5530

(1 =

0.1

sec

)

15

3

test

ope

ratio

n: p

ause

CLO

SE

unsi

gned

16

r+w

r+

w

0

… 6

5530

(1 =

0.1

sec

)

15

4

test

ope

ratio

n: ru

ntim

e O

PE

N

unsi

gned

16

r+w

r+

w

0

… 6

5530

(1 =

0.1

sec

)

15

5

test

ope

ratio

n: p

ause

OP

EN

un

sign

ed16

r+

w

r+w

0 …

655

30 (1

= 0

.1 s

ec)

160

M

ode

inpu

t un

sign

ed8

r+w

r+

w

0 no

func

tion

1

inte

rlock

LO

CA

L/R

EM

OTE

2 en

able

mot

or o

pera

tion

fro

m f

irmw

are

3.08

3 en

able

LO

CA

L

from

firm

war

e 3.

10

164

lo

wer

lim

it va

lue

for w

ire b

reak

det

ectio

n at

ana

log

inpu

ts

unsi

gned

8

r+

w

r+w

fro

m f

irmw

are

3.05

0

… 3

6 (1

= 0

.1 m

A)

165

up

per l

imit

valu

e fo

r wire

bre

ak d

etec

tion

at a

nalo

g in

puts

un

sign

ed8

r+w

r+

w

20

0 …

220

(1 =

0.1

mA

)

16

6

outp

ut s

peed

in d

irect

ion

CLO

SE

unsi

gned

16

r+w

r+

w

cont

inuo

us s

peed

set

ting

125

… 1

000

(1 =

0.1

% n

max

.)

from

firm

war

e 3.

08

167

ou

tput

spe

ed in

dire

ctio

n O

PE

N

unsi

gned

16

r+w

r+

w

12

5 …

100

0 (1

= 0

.1 %

nm

ax.)

168

E

ME

RG

EN

CY

outp

ut s

peed

in d

irect

ion

CLO

SE

unsi

gned

16

r+w

r+

w

(for 7

-ste

p se

tting

12

5 …

100

0 (1

= 0

.1 %

nm

ax.)

s

ee R

egN

o 12

– 1

5)

169

E

ME

RG

EN

CY

outp

ut s

peed

in d

irect

ion

OP

EN

un

sign

ed16

r+

w

r+w

125

… 1

000

(1 =

0.1

% n

max

.)

17

0

spee

d cu

rve

- spe

ed 1

un

sign

ed16

r+

w

r+w

(fo

r 7-s

tep

setti

ng

125

… 1

000

(1 =

0.1

% n

max

.)

see

Reg

No

57 –

66)

17

1-

sp

eed

curv

e - s

peed

2-1

0 un

sign

ed16

r+

w

r+w

179

12

5 …

100

0 (1

= 0

.1 %

nm

ax.)

180

st

andb

y sc

reen

un

sign

ed8

r+w

r+

w

from

firm

war

e 3.

07

0

stan

dard

1 po

sitio

n

2 po

sitio

n+fil

ling

3

posi

tion+

bar+

stat

us

4

fast

to L

OC

AL

fro

m fi

rmw

are

3.10

1

) r+

w =

read

+writ

e (le

s- u

nd ü

bers

chre

ibba

r) 2

) on

ly fo

r 2SA

7.1

… 2

SA

7.6

3)

can

be c

hang

ed fo

r use

r-de

fined

add

ition

al g

ear

Page 33: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

33

181

co

ntro

l sou

rce

faul

t un

sign

ed8

r+w

r+

w

r+w

r+

w

from

firm

war

e 3.

10

0

keep

pos

ition

1 m

ove

to E

ME

RG

ENC

Y po

sitio

n

2 ke

ep a

ctua

l pro

cess

val

ue

on

ly w

ith p

roce

ss c

ontro

ller

3

mov

e to

fixe

d se

tpoi

nt

4

exec

ute

last

com

man

d

1

) r+

w =

read

+writ

e

Page 34: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Ho

ldin

g R

egis

ters

- M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

R

egN

o V

alue

Rot

ary

actu

ator

P

art-t

urn

actu

ator

Ty

pe

EC

OT

RO

N 1

) P

RO

FIT

RO

N 1

) R

emar

k

2SA

7 2S

G7

/2S

Q7

2S

.70

2S.7

3 2S

.75

2S.7

0 2S

.73

2S.7

5 2S

.78

Y0

70.4

00/E

N

Atta

chm

ent „

Hol

ding

Reg

iste

rs -

Mod

bus“

P

age

34

co

mpa

tible

to A

UM

A-M

OD

BU

S fr

om re

gist

er 2

09 u

pwar

ds

209

ba

udra

te c

hann

el 1

un

sign

ed8

r+w

r+

w

r+w

r+

w

0

300

bit/s

1

600

bit/s

2

1200

bi

t/s

3

24

00

bit/s

4

4800

bi

t/s

5

96

00

bit/s

6

1920

0 bi

t/s (d

efau

lt)

7

38

400

bit/s

8

5760

0 bi

t/s

9

115

200

bit/s

21

0

parit

y de

finiti

on c

hann

el 1

un

sign

ed8

r+w

r+

w

r+w

r+

w

0 no

par

ity w

ith 2

sto

p bi

ts,

1

even

par

ity w

ith 1

sto

p bi

t (de

faul

t)

2 od

d pa

rity

with

1 s

top

bit

212

co

nnec

tion

cont

rol t

ime

chan

nel 1

un

sign

ed8

r+w

r+

w

r+w

r+

w

0 …

255

(1

= 0

.1se

c, d

efau

lt =

30)

0 =

no c

onne

ctio

n m

onito

ring

213

sl

ave

addr

ess

chan

nel 1

un

sign

ed8

r+w

r+

w

r+w

r+

w

1

– 24

7 (d

efau

lt ad

dres

s =

247)

21

9

baud

rate

cha

nnel

2

unsi

gned

8 r+

w

r+w

r+

w

r+w

0

… 7

(s

ee R

egN

o 20

9)

220

pa

rity

defin

ition

cha

nnel

2

unsi

gned

8 r+

w

r+w

r+

w

r+w

0

… 2

(s

ee R

egN

o 21

0)

222

co

nnec

tion

cont

rol t

ime

chan

nel 2

un

sign

ed8

r+w

r+

w

r+w

r+

w

0 …

255

(1

= 0

.1se

c, d

efau

lt =

30)

0 =

no c

onne

ctio

n m

onito

ring

223

sl

ave

addr

ess

chan

nel 2

un

sign

ed8

r+w

r+

w

r+w

r+

w

1

– 24

7 (d

efau

lt ad

dres

s =

247)

com

patib

le to

AU

MA

-MO

DB

US

from

regi

ster

100

0 up

war

ds

1000

cont

rol c

omm

ands

un

sign

ed16

w

w

w

w

bi

t 8

cont

rol c

omm

and

OP

EN

1

= ye

s; 0

= n

o

bit 9

co

ntro

l com

man

d C

LOS

E 1

= ye

s; 0

= n

o

bit 1

0 se

tpoi

nt is

val

id

1 =

yes;

0 =

no

bi

t 11

rese

t fau

lt m

essa

ge

1 =

yes;

0 =

no

1001

setp

oint

(dep

ende

nt o

f dut

y m

ode)

un

sign

ed16

r+

w

r+w

0 …

100

0 (1

= 0.

1% O

PE

N)

1002

auxi

liary

com

man

ds

unsi

gned

16

r+w

r+

w

r+w

r+

w

bit 1

2 ch

anne

l 1 a

ctiv

e 1

= ye

s; 0

= n

o

bit 1

3 ch

anne

l 2 a

ctiv

e 1

= ye

s; 0

= n

o

1

) r =

read

; w

= w

rite;

r+

w =

read

+writ

e

Page 35: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Dis

cret

es In

pu

t - M

od

bu

s S

EV

EN

Is

sue

08/1

8

Nam

e o

f p

aram

eter

s

HiM

od

Ad

dNo

Val

ue

R

otar

y ac

tuat

or

Par

t-tur

n ac

tuat

or

Type

E

CO

TR

ON

1)

PR

OF

ITR

ON

1)

Rem

ark

2S

A7

2SG

7 /2

SQ

7

2S.7

0 2S

.73

2S.7

5 2S

.70

2S.7

3 2S

.75

2S.7

8

Y070

.400

/EN

A

ttach

men

t „D

iscr

etes

Inpu

t - M

odbu

s“

Pag

e 35

AU

MA

-com

patib

le p

art i

s lis

ted

first

(Add

No

0 to

15)

0

ac

tuat

or in

end

pos

ition

OP

EN

B

oole

an

r r

r r

1

ac

tuat

or in

end

pos

ition

CLO

SE

Boo

lean

r

r r

r

3

not r

eady

+ re

mot

e B

oole

an

r r

r r

4

tra

velin

g O

PE

N +

rem

ote

Boo

lean

r

r r

r

5

trave

ling

CLO

SE

+ re

mot

e B

oole

an

r r

r r

7

su

m fa

ult s

igna

l B

oole

an

r r

r r

8

no

sig

nal m

otor

tem

pera

ture

B

oole

an

r r

r r

9

su

m fa

ult s

igna

l (w

ithou

t blo

cked

in m

ove)

or n

ot e

nd p

ositi

ons

OK

B

oole

an

r r

r r

10

rem

ote

activ

e B

oole

an

r r

r r

11

loca

l act

ive

Boo

lean

r

r r

r

12

in

term

edia

te c

onta

ct O

PE

N a

ctiv

e B

oole

an

r r

r r

13

inte

rmed

iate

con

tact

CLO

SE a

ctiv

e B

oole

an

r r

r r

14

tripp

ing

torq

ue O

PEN

reac

hed

Boo

lean

r

r r

r

15

tri

ppin

g to

rque

CLO

SE

reac

hed

Boo

lean

r

r r

r

1000

read

y +

rem

ote

Boo

lean

r

r r

r

1001

rem

ote

activ

e B

oole

an

r r

r r

10

02

tra

velin

g C

LOS

E B

oole

an

r r

r r

10

03

tra

velin

g O

PE

N

Boo

lean

r

r r

r

1004

actu

ator

in e

nd p

ositi

on C

LOS

E B

oole

an

r r

r r

10

05

ac

tuat

or in

end

pos

ition

OP

EN

B

oole

an

r r

r r

10

06

tri

ppin

g to

rque

CLO

SE

reac

hed

Boo

lean

r

r r

r

1007

tripp

ing

torq

ue O

PEN

reac

hed

Boo

lean

r

r r

r

1008

inte

rmed

iate

con

tact

CLO

SE a

ctiv

e B

oole

an

r r

r r

10

09

in

term

edia

te c

onta

ct O

PE

N“ a

ctiv

e B

oole

an

r r

r r

10

10

ha

nd w

heel

/cra

nk o

pera

ted

Boo

lean

r

r r

r

1011

com

man

d „E

ME

RG

EN

CY“

act

ive

Boo

lean

r

r r

r

1012

war

ning

mot

or te

mpe

ratu

re

Boo

lean

r

r r

r

1013

mot

or p

rote

ctio

n ac

tive

Boo

lean

r

r r

r

1014

mot

or w

arra

nty

pres

ent

Boo

lean

r

r r

r

1015

mai

nten

ance

nec

essa

ry

Boo

lean

r

r r

r

1016

EM

ER

GE

NC

Y op

erat

ing

poss

ible

B

oole

an

r r

r r

10

17

su

m fa

ult s

igna

l B

oole

an

r r

r r

10

18

fa

ctor

y pr

ogra

mm

ing

OK

Boo

lean

r

r r

r

1019

end

posi

tions

OK

Boo

lean

r

r r

r

1020

actu

ator

par

amet

eriz

atio

n O

K B

oole

an

r r

r r

10

21

co

mm

issi

onin

g lo

cal O

K B

oole

an

r r

r r

10

22

M

odbu

s ch

anne

l 1 a

vaila

ble

Boo

lean

r

r r

r

1023

Mod

bus

chan

nel 2

ava

ilabl

e B

oole

an

r r

r r

10

24

M

odbu

s ch

anne

l 1 in

dat

a ex

chan

ge

Boo

lean

r

r r

r

1025

Mod

bus

chan

nel 2

in d

ata

exch

ange

B

oole

an

r r

r r

10

26

M

odbu

s ch

anne

l 1 is

act

ive

chan

nel

Boo

lean

r

r r

r

1027

Mod

bus

chan

nel 2

is a

ctiv

e ch

anne

l

Boo

lean

r

r r

r

1)

r = re

ad

Page 36: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Co

ils -

Mo

db

us

SE

VE

N

Issu

e 08

/18

Nam

e o

f p

aram

eter

s

HiM

od

Ad

dNo

Val

ue

R

otar

y ac

tuat

or

Par

t-tur

n ac

tuat

or

Type

E

CO

TR

ON

1)

PR

OF

ITR

ON

1)

Rem

ark

2S

A7

2SG

7 /2

SQ

7

2S.7

0 2S

.73

2S.7

5 2S

.70

2S.7

3 2S

.75

2S.7

8

Y070

.400

/EN

A

ttach

men

t „C

oils

- M

odbu

s “

Pag

e 36

0

cont

rol c

omm

and

OP

EN

Bo

olea

n r+

w

r+w

r+

w

r+w

1

cont

rol c

omm

and

CLO

SE

Bool

ean

r+w

r+

w

r+w

r+

w

2

se

tpoi

nt is

val

id

Bool

ean

r+w

r+

w

r+w

r+

w

3

re

set f

ault

mes

sage

Bo

olea

n r+

w

r+w

r+

w

r+w

36

ch

anne

l 1

Bool

ean

r+w

r+

w

r+w

r+

w

37

chan

nel 2

Bo

olea

n r+

w

r+w

r+

w

r+w

C

oil 0

to 2

55 is

AU

MA

-com

patib

le

256

co

ntro

l com

man

d C

LOS

E Bo

olea

n r+

w

r+w

r+

w

r+w

257

co

ntro

l com

man

d O

PE

N

Boo

lean

r+

w

r+w

r+

w

r+w

258

co

ntro

l com

man

d EM

ER

GE

NC

Y

Boo

lean

r+

w

r+w

r+

w

r+w

259

re

set f

ault

mes

sage

B

oole

an

r+w

r+

w

r+w

r+

w

26

0

mai

nten

ance

don

e B

oole

an

r+w

r+

w

r+w

r+

w

26

1

setp

oint

is v

alid

B

oole

an

r+w

r+

w

r+w

r+

w

26

2

rese

t fau

lt hi

stor

y B

oole

an

r+w

r+

w

r+w

r+

w

1

) r+

w =

read

+writ

e

Page 37: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Tel

egra

m „

Re

ad E

xcep

tio

n-S

tatu

s“,

SE

VE

N

Issu

e 08

/18

„Rep

ort

-Sla

ve ID

“ an

d „

Rea

d D

evi

ce Id

enti

fica

tio

n“

Y0

70.4

00/E

N

Atta

chm

ent „

Tele

gram

„Rea

d E

xcep

tion-

Sta

tus“

, „R

epor

t-Sla

ve ID

“ and

„Rea

d D

evic

e Id

entif

icat

ion“

P

age

37

Tele

gram

„Rea

d E

xcep

tio

n-S

tatu

s“ -

(Fun

ctio

n co

de 0

7)

bi

t-no

Nam

e of

par

amet

ers

Type

EC

OT

RO

N 1

)

H

iMo

d

PR

OF

ITR

ON

1)

Rem

ark

bi

t 0

read

y +

rem

ote

1 =

yes;

0 =

no

bool

r

r

bi

t 1

rem

ote

activ

e 1

= ye

s; 0

= n

o

bit 2

tra

velin

g C

LOS

E 1

= ye

s; 0

= n

o

bit 3

tra

velin

g O

PE

N

1 =

yes;

0 =

no

bi

t 4

actu

ator

in e

nd p

ositi

on C

LOS

E 1

= ye

s; 0

= n

o

bit 5

ac

tuat

or in

end

pos

ition

OP

EN

1

= ye

s; 0

= n

o

bit 6

tri

ppin

g to

rque

/forc

e C

LOS

E re

ache

d 1

= ye

s; 0

= n

o

bit 7

tri

ppin

g to

rque

/forc

e O

PE

N re

ache

d 1

= ye

s; 0

= n

o

Te

legr

am „R

epo

rt-S

lave

ID

“ - (F

unct

ion

code

17)

Byt

e V

alue

D

escr

iptio

n Ty

pe

E

CO

TR

ON

1)

HiM

od

P

RO

FIT

RO

N 1

) R

emar

k

0 3

ECO

TRO

N

unsi

gned

8

r

„Sla

ve ID

“ (C

odin

g

4 PR

OFI

TRO

N/H

iMod

r

of th

e el

ectro

nics

ver

sion

) 1

0 no

t rea

dy +

rem

ote

unsi

gned

8

r r

“run

indi

cato

r sta

tus”

255

read

y +

rem

ote

2 - 1

9

man

ufac

ture

r („S

IPO

S A

ktor

ik G

mbH

“) A

SC

II r

r

20 -

37

or

derin

g no

. (e.

g. 2

SA

7510

-0C

D00

-4EA

4)

AS

CII

r r

38

- 50

firm

war

e ve

rsio

n (v

.vv

dd.m

m.jj

, e.g

. „3.

04 1

0.05

.16“

) A

SC

II r

r

51 -

70

ta

g nu

mbe

r A

SC

II r

r

71 -

83

se

rial n

umbe

r (e.

g. „0

8393

8700

2002

“) A

SC

II r

r

84 -

96

or

igin

al s

eria

l num

ber (

e.g.

„083

9387

0020

02“)

AS

CII

r r

Te

legr

am „R

ead

De

vice

Iden

tifi

cati

on

“ - (F

unct

ion

code

43)

Obj

ect

ID

cate

gory

D

escr

iptio

n Ty

pe

E

CO

TR

ON

1)

HiM

od

P

RO

FIT

RO

N 1

) R

emar

k

0 B

asic

m

anuf

actu

rer (

„SIP

OS

Akto

rik G

mbH

“) A

SC

II r

r „V

endo

rNam

e“

1 or

derin

g no

. (e.

g. 2

SA

7510

-0C

D00

-4EA

4)

AS

CII

r r

„Pro

duct

code

“ 2

firm

war

e ve

rsio

n (v

.vv

dd.m

m.jj

, e.g

. „3.

04 1

0.05

.16“

) A

SC

II r

r “M

ajor

Min

orR

evis

ion”

3

Reg

ular

hom

epag

e of

the

man

ufac

ture

r („w

ww

.sip

os.d

e“)

AS

CII

r r

„Ven

dorU

rl“

4 pr

oduc

t nam

e „S

IPO

S S

EVE

N“

AS

CII

r r

„Pro

duct

Nam

el“

5 el

ectro

nics

ver

sion

„EC

OTR

ON

“ or „

PRO

FITR

ON

“/„H

iMod

“) A

SC

II r

r „M

odel

Nam

e“

6 ta

g nu

mbe

r A

SC

II r

r „U

serA

pplic

atio

nNam

e“

128

Ext

ende

d se

rial n

umbe

r (e.

g. „0

8393

8700

2002

“) A

SC

II r

r

129

orig

inal

ser

ial n

umbe

r (e.

g. „0

8393

8700

2002

“) A

SC

II r

r

1)

r = re

ad

Page 38: Modbus interface for Instructions Electric Actuators ... · Modbus is an international, ... correction The direction of rotation of the output shaft is independent of the phase sequence

Issue 08.18 © SIPOS Aktorik GmbH Y070.400/EN Subject to changes without notice! Im Erlet 2 • D-90518 Altdorf www.sipos.de