Welcome to the Industrial Automation website!

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

ControlEdge HC900 Controller Communications User Guide

来源: | 作者:佚名 | 发布时间 :2023-11-27 | 301 次浏览: | 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


  • Honeywell TK-IAH161 - 1PC ANALOG INPUT New Shipping DHL or FedEX
  • Honeywell PX45A - "8 Points/mm (203dpi), Rewind, LTS, Disp. (Color), RTC, Ethernet,"
  • Honeywell 51309276-150 - / 51309276150 (NEW NO BOX)
  • Honeywell 82408217-001 - / 82408217001 (NEW NO BOX)
  • Honeywell BK-G100 - Elster U160 Gas Meter DN100 #3485
  • Honeywell MIDAS-M - 1PC MMC-A2U20000 Detector (DHL or FedEx) #H254CC YD
  • Honeywell 621-9938R-RP - Serial Input/Output Module 22572 Vr 3.2 94V-0
  • Honeywell U2-1018S-PF - NEW flame detector DHL Fast delivery
  • Honeywell TK-PRR021 - 51309288-475 redundancy module
  • Honeywell 50129828-003 - Temperature Transmitter
  • Honeywell 3151080 - RING SET P/N (HONEYWELL) NS COND # 11344 (4)
  • Honeywell 4DP7APXPR311 - CIRCUIT BOARD
  • Honeywell MG-818 - Symbol Generator P/N 7011675-818
  • Honeywell TC-IAH161 - NEW PLC Module One year Warranty#XR
  • Honeywell 51304800-100 - 30731808-004 Regulator Card REV B
  • Honeywell MU-FOED02 - UCN EXTENDER PN:51197564-200 REV F
  • Honeywell MC-PAIL02 - 51304907-100 Specii Input/Output Module Rev E
  • Honeywell SPS5713 - 51199930-100 NSMP
  • Honeywell XS858A - Mode S Transponder 7517401-960 Removed Working
  • Honeywell SK-5208 - Fire Panel Maintenance Service 6MonWarri UPS Express SK5208 Zy
  • Honeywell 51403422-150 - NEW HDW COMM CTRL CONTROLLER
  • Honeywell IBI-AD - Yamatake- 82407390-001/ 82408215-001 PCB Card
  • Honeywell 51401635-150 - / 51401635150 (USED TESTED CLEANED)
  • Honeywell ANT67A - TCAS Antenna 071-01548-0100 w/ March 2024 Overhauled 8130
  • Honeywell TC-IAH161 - NEW PLC Module One year Warranty
  • Honeywell 620-3632C - CPU. . (UK And EU Buyers Read)
  • Honeywell PX45A - "12 Points/mm (300dpi), Rewind, LTS, Disp. (Color), RTC, Ethernet"
  • Honeywell K4LCN-4 - 51402755-100 Processor Card Rev: F 51305099-100 B
  • Honeywell 2001-400-150-126-200-20-100001-1-0-00 - REPAIRED PNEUMATIC ACTUATOR
  • Honeywell GGSI - 51401914-100 HDW B FW A R400 51400996-100 Rev C PLC Board Module
  • Honeywell 184637 - TRANSDUCER P/N (HONEYWELL) NS CONDITION #12517
  • Honeywell WEB-600E - Network Controller Via DHL or FedEx
  • Honeywell 620-0073C - / 6200073C (USED TESTED CLEANED)
  • Honeywell 05704-A-0144 - / 05704A0144 (NEW NO BOX)
  • Honeywell RI-406 - P/N 4026206-940 (Sperry) Instrument Remote Controller
  • Honeywell AAU-32/A - ALTIMETER ENCODER P/N 99251-3252011-0101 REP TAG # 12197
  • Honeywell T-1204-1174 - 51304907-100 Spcii I/O Module
  • Honeywell TK-PRS021 - Control Processor Expedited Shipping TKPRS021 Spot Goods Zy
  • Honeywell MU-TD0D13 - 51304650-100 / MU-TDOD13 Digital Output FTA SS Relay Rev. H
  • Honeywell STD810-A1HC4AS-1-A-AD0-11S-A-00A0-00-0000 - NSMP
  • Honeywell PI000-05076 - "target, M2000 sputtering, 59.5Ti/.5CU, 4.460X11.64X13.050, "
  • Honeywell 51401286-100 - / 51401286100 (NEW NO BOX)
  • Honeywell MIDAS-M - 1PC MMC-A2U20000 Detector (DHL or FedEx)
  • Honeywell CC-PDIL01 - 1PCS PKS DI 24V IOM 51405040-175() /PL3
  • Honeywell TK-PRS021 - 51404305-375 NSNP
  • Honeywell STR93D-21C-1K0AFCAA21A0-A1,CC,F8,FC,FF,MB,TG,W2,3H-XXXX - NSMP
  • Honeywell 9437310 - Measurex - - MxOpen UAP (Unitec Applications Processor)
  • Honeywell 51305552-100 - / 51305552100 (USED TESTED CLEANED)
  • Honeywell 97350 - Target /BP Assy .25 IN TI 5N AMAT Endura Applied Materials New
  • Honeywell 51305508-200 - / 51305508200 (NEW NO BOX)
  • Honeywell U2-1018S-PF - Brand New Expedited Shipping
  • Honeywell 2MLR-AC22 - "Masterlogic-200 ,2MLR-DBSF,2MLF-AD4S Rack Modules"
  • Honeywell 2075252-D2 - Enraf PCB XPU1 + Display Mount 2558 584-1
  • Honeywell MC-PAIL02 - 51304481-150 Low Level Analog Input Module FW: K
  • Honeywell 51304493-200 - PM Modem Card Rev.K
  • Honeywell C7012F1052 - Flame Detector Expedited Shipping UPS Express GQ
  • Honeywell WA800 - Radar Antenna MI-585353 w/ May 2024 Inspected 8130
  • Honeywell W7704D-1016 - / W7704D1016 (NEW IN BOX)
  • Honeywell VE4100B3000 - Brand NEW gas solenoid valve one year warranty
  • Honeywell MIDAS-M - MMC-A2U20000 Detector #H254CC YD
  • Honeywell C-AA201 - 30734772-002 Auxiliary Alarm With Relay Board PWB
  • Honeywell 51401598-200 - Time-Sync Communication Daughter Card
  • Honeywell MCT202 - Communicator Brand New Fast Shipping via DHL
  • Honeywell WEB-600E - Network Controller Via DHL or FedEx
  • Honeywell VE4100B3000 - NEW gas solenoid valve one year warranty
  • Honeywell AZ960 - 7024900-90 Air Data Computer
  • Honeywell FC-RUSIO-3224 - Programmable Logic Controller Module
  • Honeywell SM200 - Servo Drive 4006719-921 w/ October 2023 Inspected 8130
  • Honeywell V5013C1019U - New 1PC V5013C1019/U 1 year warranty
  • Honeywell MU-PPIX02 - Pulse Input Module 51304386-100
  • Honeywell CC-TAON01 - 1PCS Module 51308371-175 Brand new
  • Honeywell U2-1018S-PF - New Flame Detector DHL
  • Honeywell TC-IAH161 - 1PC PLC Module TCIAH161 Via DHL or FedEX
  • Honeywell SPS5713 - 51199930-100 (AS PICTURED) NSMP
  • Honeywell TK-CCR014 - REDUNDANT NETINTERFACE NEW ORIGINAL FREE EXPEDITED SHIPPING/
  • Honeywell DR45AT-1000-00-011-0-000000-0 - 120/240VAC NSMP
  • Honeywell XNX-UTAI-RNNNN - Universal Transmitter New DHL
  • Honeywell 82408449-001 - Yamatake- IBCD Card PCB
  • Honeywell K2LCN-8 - Via DHL or FedEx
  • Honeywell FC-PSU-UNI2450U - V2.1 Power Supply Module
  • Honeywell CD815 - Control Display Unit 7022360-902 Removed Working
  • Honeywell MCB3-A3C1REZ-020 - 0 to 100 PPM LCD Display Multi-Gas Detector
  • Honeywell HP600 - High Power Amplifier 7516250-60050 Removed Working
  • Honeywell C7061F2001 - 1PC New replace C7012F1052 flame detector Fast Shipping
  • Honeywell 620-0025RC - 1pcs Brand New Fast Fast Shipping
  • Honeywell ED-600 - 7003403-901 Electric Display with Mods (Cracked Face)
  • Honeywell 3075388-2 - ", TRANSDUCER PN "
  • Honeywell EN-2018-5607 - Smartline HART Communication Assy
  • Honeywell EX52710100036 - / MTU EXHAUST TURBOCHARGER
  • Honeywell Q7055A-1007 - / Q7055A1007 (USED TESTED CLEANED)
  • Honeywell 51304190-200 - E Jumper Card 51304189 Rev A
  • Honeywell TK-PRR021 - 1PC New PLC Module in box 1 year warranty#XR
  • Honeywell PGM-7340 - RAE 3000 VOC Detector Shipping
  • Honeywell 05704-A-0145 - / 05704A0145 (NEW NO BOX)
  • Honeywell C7012F1052 - New UV Flame Detector Free Expedited Shipping
  • Honeywell MC-PAIL02 - 51304481-150 Low Level Analog Input Module Rev: E
  • Honeywell 80363969-150 - / 80363969150 (NEW IN BOX)
  • Honeywell 8694700 - USED MEASUREX COP PROCESSOR
  • Honeywell 900C70-0360-00 - 5VDC NSMP
  • Honeywell 51401392-100 - ",51403422-150,51304485-100 Module Rack 24VDC"
  • Honeywell CC-PDOB01 - / CCPDOB01 (NEW IN BOX)
  • Honeywell SPS5785 - NEW 1PCS 51198651-100 replace 51198947-100 HPM POWER SUPPLY
  • Honeywell 965-1210-020 - "EGPWS Computer w/ GPS MK VIII, P/N: , HONEYWELL"
  • Honeywell VE4100B3000 - NEW gas solenoid valve one year warranty
  • Honeywell PW6K1R2 - 13PCS Brand New Expedited Shipping
  • Honeywell TSQUALWDX-07821 - "Sputtering Target 59Al/1Cu 7.830x11.640x13.050"" New"
  • Honeywell 900C70-0360-00 - 900 CONTROL STATION Touch Screen
  • Honeywell 620-0036 - / 6200036 (NEW IN BOX)
  • Honeywell DR45AT-1100-00-001-0-00000E-0 - 120/240VAC UNMP
  • Honeywell LG1093AA24 - NEW ULTRAVIOLET FLAME SENSOR 261A1812P012
  • Honeywell TC-IAH161 - ANALOG INPUT TCIAH161 NEW ORIGINAL FREE EXPEDITED SHIPPING/
  • Honeywell TK-PRS021 - F/W G 24VDC 1.6A NSNP
  • Honeywell G3I-D22C - Programmable Logic Controller 12-24Vdc 5-11Ma
  • Honeywell TK-PRS021 - / TKPRS021 (NEW NO BOX)
  • Honeywell VM3A - "Thor - 30.7cm (12.1in) - 1024 x 768 Pixel - LED - Capacitive"
  • Honeywell MCL1326 - HOUSING ASSY P/N (HONEYWELL) NE COND # 11383 (4)
  • Honeywell 50126003-001 - Smartline Integrally Mounted Basic Indicator Rev A
  • Honeywell 053669-01 - "USED MEASUREX PC BOARD REV. A, 05366901"
  • Honeywell 620-0025RC - 1pcs Brand New Fast Shipping FedEx or DHL
  • Honeywell FC-RUSIO-3224 - 1pc Brand New Programmable Logic Controller Module
  • Honeywell 7000836-916 - Display Unit Attitude Reference Indicator Agusta A109E #AR
  • Honeywell STF724-E1HS4A-H1F-A-AHC-11C-B-01A0-F1-000 - ST 700 Pression Transmett
  • Honeywell PGM-7340 - ppbRAE 3000+ VOC Gas detector
  • Honeywell MCT202 - Communicator Fast Shipping
  • Honeywell QPP-0002 - Security Manager 24vdc Processor
  • Honeywell 8C-PCNT02 - New C300 Controller In Box DHL
  • Honeywell 1616-350-01A - Iridium FlightDeck Tranceiver P/N
  • Honeywell V5013C1019U - New V5013C1019/U 1 year warranty