Welcome to the Industrial Automation website!

NameDescriptionContent
HONG  KANG
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

ControlEdge HC900 Controller Communications User Guide

来源: | 作者:佚名 | 发布时间 :2023-11-27 | 424 次浏览: | Share:

1. Introduction

1.1 Overview

Communication interfaces

The ControlEdge HC900 controller provides Modbus communication support on three communication interfaces.

 Network port: Modbus TCP on an Ethernet connection

 Serial Port S1 RS232/RS485 selectable port. (Default RS232.): Modbus RTU

 Serial Port S2 RS232/RS485 selectable port. (Default RS485.): Modbus RTU

View or print addresses

You can print out the Modbus addresses of various parameters of the configuration (signal tags, PID loops, SP programmer, etc.) using the HC Designer report functions. With HC Designer Ver. 2.1 and later, these reports may also be exported to .csv files for view/manipulation in a spreadsheet and possible import to other HMI applications.

Fixed map or custom map

The type of addressing available: fixed or custom.

1.2 Modbus/TCP Interface

Introduction

ControlEdge HC900 controllers support the Modbus/TCP (also called Modbus TCP/IP or Modbus Ethernet) protocol for communications with third party HMI and SCADA software via a direct Ethernet TCP/IP connection.

The controller’s Ethernet 10/100Base-T Host port is used for the Modbus/TCP connection. Ethernet TCP allows multiple concurrent connections to hosts for data interchange. The ControlEdge HC900 (C30/C50) supports 5 concurrent host connections using Modbus/TCP protocol messaging via this port; ControlEdge HC900 (C70/C70R) supports 10.

Interface Preparation

ATTENTION

To access the controller you must have a current Process Control Designer configuration file available. Some data is referenced relative to number, such as Signal Tags and Variables.

Other principal blocks, such as PID blocks, have offsets for parameter access dependent on the order in which the blocks were placed on the Function Block Diagram.

It is strongly recommended that you upload the controller configuration using the Process Control Designer configuration tool to assure that you have a current configuration.

The Process Control Designer tool provides a series of reports for use in Modbus Address identification. The "Tag Information" report lists the variables and Signal Tags in numeric order along with their Modbus Addresses. A "Block Modbus Address" report lists the starting addresses for all principal blocks configured, identifying the offset.

Modbus/TCP Protocol

Modbus/TCP protocol, developed by Groupe Schneider’s Modicon Division, is a popular, open standard for data interchange over Ethernet TCP/IP networks using a Modbus RTU command structure.

It is simply an encapsulation of Modicon’s Modbus RTU protocol within a TCP/IP frame as shown below, which includes header information and the Modbus frame.

The Open Modbus/TCP Specification is followed with respect to the physical, data link, and network layers. The message structure within the Modbus frame uses standard Modbus RTU function codes.

The Address part of the Modbus frame is not used (set to 00) since there is no sub-addressing intended or required. The controller IP address is the identifying address, set independently at the controller.

The error checking is supported by TCP/IP network protocols and not part of the Modbus frame.

The Transaction Identifiers and Protocol Identifiers in the header are normally all 0’s (4 bytes total) while the Length field identifies the number of bytes in the Modbus frame. The controller will transmit the correct number of bytes for the remainder of the frame. However, the controller does not check this field for messages received.

The standard IEEE 32-bit floating point and 16-bit integer formats are used.

Parameter Addressing

The definition in Table 6-1 is the fixed map overview listing starting and ending addresses.

Greater detail for parameter addressing relating to a particular function class (e.g, loops, setpoint programmer, signal tags) is in referenced sub-sections. Function Codes 1, 2, 3, 4, 5, 6, 8, 16 (10h), and 17 (11h) are supported (see Table 4-1 Modbus/TCP and Modbus RTU Function Codes Definitions).

Examples for read or write access to parameters supported by the various function codes are provided in Sections 4.3 through 4.11.

ControlEdge HC900 Ethernet Communications Setup

See the ControlEdge HC900 Control (HC) Designer Users Guide, Doc. # 51-52-25-110 or respective HC Designer Help Files for setting up the following network parameters:

IP Address, Subnet Mask (optional), Default Gateway IP Address (optional)

1. Be sure the PC, HMI panel, or other Host device has a Network Interface Card (NIC) with an IP address (fixed or DHCP served) that allows access to controllers on the same or other subnet. Consult your IT department or network administrator for allocating IP addresses to the controllers as required.

2. You will need to set each controller’s IP address prior to network connection since every ControlEdge HC900 controller is shipped with the default IP address of 192.168.1.254. Placing multiple controllers on the same network before they have been given unique IP addresses will cause problems.

3. On the PC, use the Utilities Worksheet in the HC Designer software to set up the serial RS-232 connection to the controller at the desired baud rate. This will require a null modem cable.

4. Select the Set Controller’s Network Parameters button. Using the wizard (bottom radio button), select the PC COM port to be used, then set the controller’s new network parameters including IP address, Subnet Mask (if other than default, 255.255.255.0), and Default Gateway IP address (if required, otherwise leave at default 0.0.0.0). See your IT network administrator for proper entries. (Refer to the on-line help provided with the HC Designer software, Utilities Worksheet, Set Controller’s Network Parameters, for further details on this step).

Note: This setup will require the controller to be placed temporarily in the Program mode. After the new network parameters have been downloaded, the controller will conduct a Cold Start in its transition to RUN. This will cause an initialization if there is a current configuration in the controller.

The fixed IP address of each controller shall be set independently prior to placing on the network. See your IT systems administrator for allocating IP addresses, subnet masks, or default gateway IP address as necessary (network address filtering and routing may be necessary if the controller network access will not to be confined locally within the plant environment).

Ethernet 10/100Base-T Network Connections

Ethernet 10/100Base-T networks operating at 10/100MB/sec. are supported. A typical network arrangement is as shown below.

Setting Up the Modbus/TCP Double Register Format

The ControlEdge HC900 predominantly uses an IEEE floating point format for communicating data to software applications providing Modbus/TCP protocol communications drivers. A floating point value is sent as (2) consecutive 16-bit registers, each register of which consists of two 8-bit bytes. Some software packages require the registers and bytes to be sent in a certain order. The controller can be configured to deliver the data in four different byte orders.

The Process Control Designer software tool allows this order to be selected as follows:

1. Using the Utilities Worksheet in the HC Designer software, access the Set Controller Network Parameters button and make the selection to change the Modbus TCP Double Register Format (middle radio button).

2. With the Port selected for downloading this order (using a COM port or Network port), select the appropriate byte order format if the default (FP B) is not appropriate for the application. See Table 3-1, page 9.

3. Select Next and verify (by the response in the dialog box) that the change has been made in the controller. This order can be changed in the RUN mode.

The Modbus TCP double register transmission format selection, FP LB “Little Endian Byte-Swapped”, would be selected for interface to most third party software packages which use this format as standard. The default, FP B “Big Endian” is used with SpecView32 or Honeywell’s PlantScape/Experion/EBI software and follows the “Honeywell” default format of other control and recording products. It should be noted that most PC software packages offer a register (word) swap selection in their driver package anyway, so there should never be an incompatibility.

1.3 Modbus RTU RS232/RS485 Communication Ports

This implementation is designed to provide a popular data exchange format connecting the ControlEdge HC900 to both Honeywell and foreign master devices via the RS232 and RS485 communication ports. The Modbus RTU allows the instrument to be a citizen on a data link shared with other devices, which subscribe to the Modicon Modbus Protocol Reference Guide PI-MBUS-300 Rev. G specification.

These instruments DO NOT emulate any MODICON type device. The Modbus RTU specification is respected in the physical and data link layers. The message structure of the Modbus RTU function codes is employed and standard IEEE 32-bit floating point and integer formats are used. Data register mapping is unique to the ControlEdge HC900 and other Honeywell instruments. Section 6 describes the parameter mapping for the ControlEdge HC900.

Summary

The SP Programmer parameters are listed according to category related to program status and interaction, other programmer parameters and program segment mapping.

In the fixed map each SP Programmer is assigned to three non-contiguous sections of the map:

 SP Programmer parameters (Table 6-9)

 SP Programmer Additional parameters (Table 6-9, page 58)

 SPP Programmer segments (Table 6-10).

In a custom map the above parameters may be contiguous.

Function Code Support:

Read – Function Code 3

Write – Function Code 16 (10 Hex)

Considerations and Methods for Downloading. Operating, and Reading Status of SP Programs

A SP programmer interface can be developed (and recipes containing a SP profile can be created) in third party software using the parameters listed in the following table.

In creating a SP Programmer interface showing a number of segments, a graphic display might include a table referencing the maximum number of ramp/soak segments that you will be using for your process. The parameters to be referenced for each segment are listed in Table 6-10.

Procedure for Downloading Setpoint Profile

These steps are for programmer 1. For programmers 2, 3, 4, 5, 6, 7, and 8 adjust the register addresses accordingly by adding offset for starting addresses.

Table 6-7 is for downloading using Function Codes 3, 4, 6, 16.

If using a custom map, you need to know the addresses of the parameters referred to in this procedure. Use HC Designer to print a report showing the Modbus registers of the SP Programmers


  • ABB IC698CPE030/IC698CPE020 series battery cover
  • ABB KSD211B 3BHE022455R1101 Input Coupling Unit ICU
  • ABB DSCA190V 57310001-PK Communication Processor
  • ABB GFD563A102 3BHE046836R0102 Analog I/O module
  • ABB XVC768115 3BHB007211R115 Industrial Control Module
  • ABB AI815 3BSE052604R1 I-O Module
  • ABB 5SGY3545L0010 3BHB006485R0001 Controller Module
  • ABB DAPI100 3AST000929R109 Ethernet Communication Interface Module
  • ABB SYN5201A-Z,V277 3BHB006714R0277 Auto single channel Syn
  • ABB KUC755AE117 3BHB005243R0117 System Controller
  • ABB CMA130 3DDE300410 Display Front Panel
  • ABB 07DC92D GJR525220R0101 Digital I/O Module
  • ABB PCD237A101 3BHE028915R0101 excitation control module
  • ABB CI627A 3BSE017457R1 Communication Interface
  • ABB 5SHY4045L0004 3BHB021400R0002 3BHE039203R0101 GVC736CE101 thyristor IGCT
  • ABB SYN5202A Controller Module
  • ABB LWN2660-6E 3BHL000986P7002 Power Conversion Module
  • ABB PFCA401SF 3BSE024387R4 Control Unit
  • ABB HIEE401807R0001 Advanced Power Electronics Module
  • ABB VBS01-EPD High Performance Digital Signal Processing Module
  • ABB LWN2660-6EG 3BHL000986P7002 Industrial Control Module
  • ABB SYN5201A-Z 3BHB006714R0217 Hydraulic Servo Module
  • ABB SYN5200a-Z,V217 SYNCHROTACT5 3BHB006713R0217 Dual channel synchronization device
  • ABB SAM3.0 Surge Arrester Monitoring System
  • ABB UNITROL 1005-0011 ECO 3BHE043576R0011 Automatic Voltage Regulator
  • ABB 3BHE032025R0101 PCD235B101 Exciter Control Module
  • ABB 3BHE006373R0101 XVC769AE101 INVERTER MODULE
  • ABB UFC765AE102 3BHE003604R0102 High-Performance PC Board
  • ABB 3BHE004573R0143 UFC760BE143 INTERFACE BOARD
  • ABB KUC720AE101 3BHB003431R0101 3BHB000652R0101 Controller Module
  • ABB HIEE300927R0101 UBC717AE101 High Voltage Inverter Board
  • ABB UFC721AE101 3BHB002916R0101 PC Board
  • ABB 5SHY4045L0003 3BHB021400 3BHE019719R0101 GVC736BE101 Diode and grid drive circuits
  • ABB 3BHE019719R0101 GVC736BE101 IGCT Module
  • ABB REM620A_F NAMBBABA33E5BNN1XF Protective Relay
  • ABB PPD113B03-26-100110 3BHE023584R2634 Power Distribution Module
  • ABB MB810 Module Mounting locations
  • ABB 3BHL000986P7000 LXN1604-6 POWER SUPPLY
  • ABB VBX01BA I/O Control Module
  • ABB AI03 AI module, 8-CH, 2-3-4 Wire RTDs
  • ABB 1TGE120010R1300 Industrial Control Module
  • ABB 216BM61b HESG448267R1021 Advanced Process Control Module
  • ABB BDD110 HNLP205879R1 Digital I/O Module
  • ABB IEMPU02 Power Supply Module
  • ABB G3FE HENF452697R1 High performance control module
  • ABB G3FD HENF452692R1 High-Performance Industrial Control Module
  • ABB B5EC HENF105077R1 Electronic Motor Protection Relay
  • ABB G3EFa HENF450295R2 Industrial Automation Module
  • ABB B5EEd HENF105082R4 Electronic Motor Protection Relay
  • ABB O3EId HENF452777R3 Digital Output Module
  • ABB NWX511a-2/R HESG112548R12 Industrial Automation Module
  • ABB E3ES Power communication module
  • ABB O3EX HENF315845R2 Industrial Control Module
  • ABB O3EHa HENF315087R2 Digital Output Module
  • ABB E3ED High-Performance Industrial Controller
  • ABB O3EGb HENF315118R2 Digital Output Module
  • ABB O3ED Digital Input Module
  • ABB O3ES HENF445789R1 Digital Input Module
  • ABB G3ESa HENF318736R1 control module
  • ABB 8025-235 Industrial Control Module
  • ABB 216NG61A HESG441633R1 HESG216875/K main control board
  • ABB SCYC51020 58052582G programmable Logic Controller
  • ABB RED670 Line differential protection
  • ABB PP825A 3BSE042240R3 Touch Screen Panel
  • ABB SCYC51020 58052582/G pulse trigger board
  • ALSTOM COP232.2 VME A32/D32.029.232 446 Controller Unit
  • ABB AO2000 LS25 Laser analyzers
  • ABB LM80 Laser level transmitter
  • ABB PM803F 3BDH000530R1 Base Unit 16 MB
  • ABB SD822 3BSC610038R1 Power Supply Device
  • ABB PCD235B1101 3BHE032025R1101 Industrial Control Module
  • ABB AZ20/112112221112E/STD Control Module
  • ABB UAD142A01 3BHE012551R0001 Industrial Control Module
  • ABB 5SHY35L4503 3BHB004693R0001 3BHB004692R0002 5SXE01-0127 main control board
  • ABB FET3251C0P184C0H2 High-Performance Power Module
  • ABB CAI04 Ability ™ Symphony ® Plus Hardware Selector
  • ABB R474A11XE HAFAABAAABE1BCA1XE output hybrid module
  • ABB REF542PLUS 1VCR007346 Compact Digital Bay Control
  • ABB REF542PLUS 1VCF752000 Feeder Terminal Panel
  • ABB PPD113B03-26-100100 3BHE023584R2625 output hybrid module
  • ABB 3BHE022293R0101 PCD232A Communication Interface Unit
  • ABB CI857K01 3BSE018144R1 Module Controller
  • ABB 3ASC25H216A DATX132 Industrial Controller
  • ABB LWN2660-6 High-Voltage Industrial Controller
  • ABB 1MRK00008-KB Control Module
  • ABB SC540 3BSE006096R1 Submodule Carrier
  • ABB REF615C_C HCFFAEAGANB2BAN1XC feeder protection and measurement and control device
  • ABB S-073N 3BHB009884R0021 multi-function servo driver
  • ABB SK827005 SK827100-AS 480V 60HZ coil
  • GE 029.381208 module
  • ABB REF615E_E HBFHAEAGNCA1BNN1XE Module
  • ABB TP830 3BSE018114R1 Baseplate Module
  • ABB TK803V018 3BSC950130R1 Cable Assembly
  • ABB DSRF197 3BSE019297R1 Controller Module
  • ABB DSAO120A 3BSE018293R1 Advanced Analog Output Board
  • ABB DSDP170 57160001-ADF Pulse Counting Module
  • ABB DSBC176 3BSE019216R1 Bus Extender Board
  • ABB DSDO115A 3BSE018298R1 Digital Output Module
  • ABB PM865K01 3BSE031151R1 Processor Unit HI
  • ABB 5SHY3545L0016 3BHB020720R0002 3BHE019719R0101 GVC736BE101 auxiliary DC power supply unit
  • ABB TP853 3BSE018126R1 Power Supply Module
  • ABB REM545AG228AAAA High Precision Control Module
  • ABB CI626A 3BSE005029R1 Communication Interface Module
  • ABB REM615C_D HCMJAEADAND2BNN1CD Motor protection and control
  • ABB TP857 3BSE030192R1 DCS System
  • ABB PP865A 3BSE042236R2 Touch Panel
  • ABB SCYC51020 58052582H Industrial Automation Control Module
  • ABB SCYC51090 58053899E Control Module
  • ABB CB801 3BSE042245R1 Profibus DP Slave Expansion Module
  • ABB 5SHY4045L0001 3BHB018162R0001 IGCT Module
  • ABB 5SHY6545L0001 AC10272001R0101 5SXE10-0181 High-Power IGCT Module
  • ABB RMU811 Module Termination Unit
  • ABB TVOC-2-240 1SFA664001R1001 Industrial Control Module
  • ABB LDSTA-01 63940143B Input/Output (I/O) Module
  • ABB GJR5252300R3101 07AC91H Analog Input/Output Module
  • ABB GJR5252300R3101 07AC91F Industrial Control Module
  • ABB TB711F 3BDH000365R0001 Industrial Control Module
  • ABB TU715F 3BDH000378R0001 I/O Terminal Unit (ITU)
  • ABB DC732F 3BDH000375R0001 Industrial Controller
  • ABB TTH300 Head-mount temperature transmitter
  • ABB UNS3670A-Z V2 HIEE205011R0002 Industrial Automation Module
  • ABB RC527 3BSE008154R1 Redundant System Control Module
  • ABB 5SHY5055L0002 3BHE019719R0101 GVC736BE101 Industrial Control Module
  • ABB PM866 3BSE050200R1 AC800M series PLC core controller
  • ABB UFC718AE01 HIEE300936R0001 Main Circuit Interface Board
  • ABB DSAI130A 3BSE018292R1 Industrial I/O Module Controller
  • ABB 07KT98 GJR5253100R0278 Advanced Controller Module
  • ABB PFTL101B-5.0kN 3BSE004191R1 Power Conversion Module