Welcome to the Industrial Automation website!

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

ControlEdge HC900 Controller Communications User Guide

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


  • GE Fanuc - A16B-3200-0020 Circuit Board Industrial Automation Core Component
  • GE IS420UCSBH3A - Advanced Industrial Control Module
  • GE Fanuc - IC693APU300J PAC Systems RX3i PLC Controller
  • GE FANUC - IC693MDL654 Modular Control System
  • GE Fanuc - DS200GDPAG1AEB Industrial Control Module for Advanced Automation
  • GE Fanuc - IC694ACC310 Filler Module Advanced Process Control Solution
  • GE Fanuc - IC200MLD750 Output Module Versamax PLC
  • GE IS220PSCAH1A - Advanced Power Control Module for Turbine Systems
  • GE Fanuc - IC220STR001 Direct Motor Starter for Precision Control
  • GE Fanuc - IC698CPE020-GP Slot Rack Card High Performance Control Module
  • GE FANUC - IC693MDL240 Modular Control Module
  • GE Electric - IC693PBM200-FE Master Module Industrial Automation Control Core Component
  • GE URRHV - Power Supply Advanced Industrial Control
  • GE DS6800CCID1D1D - Industrial I/O Interface Module
  • GE MULTILIN - EPM 9650 POWER QUALITY METER PL96501A0A10000
  • GE Electric - Fanuc IC697CMM742-KL Advanced Type 2 Ethernet Interface Module
  • GE Fanuc - IS200TBAIH1C Analog Input Terminal Board
  • GE FANUC - IC600FP608K IC600LX624L Memory Module for Industrial Automation
  • GE Fanuc - 531X135PRGAAM3 Programmer Card Board
  • GE IC200PER101E - Power Supply
  • GE IS420ESWBH3A - High-Speed Industrial Ethernet IONet Switch
  • GE Electric - EPSCPE100-ABAG Standalone PACSystems RSTI-EP Controller
  • GE IS200ICBDH1ACB - Advanced Industrial Control PCB for Critical Applications
  • GE DS200FCGDH1BAA - Precision Gate Distribution & Status Card for Industrial Control Systems
  • GE Fanuc - IC660HHM501R Portable Monitor for Industrial Automation
  • GE DS200IMCPG1C - Power Supply Interface Board for Industrial Controls
  • GE FANUC - IC695ALG508 Advanced Control Module for Industrial Automation
  • GE VM-5Z1 - PLC Module Programmable Logic Controller
  • GE FANUC - IC754CKF12CTD QuickPanel Control Industrial-grade HMI for Precision Automation
  • GE UR - 9GH UR9GH CPU High-Performance Control Module for Industrial Automation
  • GE IS220PGENH1A - Generator Power Unit (I/O)
  • GE Electric - IS220PD0AH1A Industrial Control System I/O Pack Module
  • GE IC694ALG221B - High-Performance Bus Expansion Cable for Enhanced PLC Connectivity
  • GE IC693MDL752 - High-Performance Negative Logic Output Module
  • GE DS200VPBLG1AEE - High-Performance Circuit Board
  • GE Electric SR745-CASE - 745-W2-P5-G5-HI-T Excellent Value
  • GE IS200TTURH1CBB - High-Performance Programmable Logic Controller Module
  • GE A06B-0227-B100 - Servo Motor Precision
  • GE 8021-CE-LH - High-Performance AC/DC Coil Contactor
  • GE FANUC - IC693BEM340 High-Speed Ethernet Controller Module
  • GE DS200SDCIG2AGB - Advanced DC Power Supply & Instrumentation Board for Industrial Control
  • GE FANUC - IC693CHS397E CPU Base Advanced Control Module for Industrial Automation
  • GE UR7BH - Relay Module High Performance Relay for Industrial Control Applications
  • GE FANUC - A17B-3301-0106 CPU MODULE
  • GE Fanuc - HE693ADC415E Drive Module
  • GE IS200VAICH1D - Analog Input Module for Industrial Control Solutions
  • GE Fanuc - DS200SHCAG1BAA High-Performance Turbine Energy Shunt Connector Board
  • GE Fanuc - IS215VCMIH2CC | Communication Card
  • GE IC690ACC901 - Mini Converter Kit Efficient Communication Solution
  • GE Electric - DS3800HCMC Gas Turbine Daughter Board For Enhanced Control & Efficiency
  • GE Electric - FANUC IC200ALG320C Analog Output Module
  • GE Electric - (GE) IS420UCSBH3A REV D
  • GE IC693MDL646B - Advanced Input Module for Industrial Control Solutions
  • GE IC693MDL730F - Advanced Digital Input Module for Industrial Automation
  • GE IC200ALG240 - Analog Input I/O
  • GE IC660BBD020Y - | DC Source I/O Block
  • GE Electric - IC698ACC735 Shielded Single Slot Faceplate
  • GE Fanuc - IC200MDL730 Discrete Output Module
  • GE IS200VAOCH1B - VME Analog Output CD for MARK VI
  • GE IC200ALG328E - High Precision Analog Output Module
  • GE Fanuc - IC200CHS001 A Cutting-edge VersaMax PLC
  • GE UR6DH - Digital I/O Module Advanced Power System Communication
  • GE Fanuc - IC695CHS007 Universal Control Base
  • GE VMIVME-2540-200 - Intelligent Counter & Controller
  • GE Fanuc - DS200LDCCH1ARA Advanced Mark VI Circuit Board for Industrial Automation
  • GE DS3800HMPG - Cutting-Edge CPU Card for Advanced Industrial Control
  • GE IS220PAICH1B - 10 Analog Inputs & 2 Analog Outputs
  • GE DS200TCQAG1BHF - Analog Input/Output Card Precision Control for Industrial Automation
  • GE FANUC - 531X139APMASM7 Micro Application Board for Industrial Control
  • GE DS3800NPPC - Circuit Board Precision Control in Industrial Automation
  • GE IC200UEX626 - 6-Channel Analog Expansion Module for Advanced Process Control
  • GE IC693PWR331D - Advanced Power Supply for Industrial Automation
  • GE DS200TBQBG1ACB - Advanced RST Analog Termination Board
  • GE Fanuc - DS200TBCAG1AAB Advanced PLC for Industrial Automation
  • GE FANUC - DS200LRPAG1AGF Industrial Line Protection Module
  • GE IC693MDL654 - Advanced Logic Input Module for Industrial Control Systems
  • GE Industrial - Controls IC695LRE001B Transmitter Module
  • GE DS3800HUMB1B1A - Universal Memory Board
  • GE IC660BBD021W - Advanced 3-Wire Sensor Block for Industrial Control Systems
  • GE FANUC - IC694APU300 High-Speed Counter Module
  • GE IC694ACC300 - Input Simulator Module Advanced Control Solutions
  • GE FANUC - IC687BEM713C Advanced Bus Transmitter Module for Industrial Automation
  • GE IS200TGENH1A - Advanced Turbine Control Board for Gas and Steam Turbines
  • GE IC693MDL654F - Advanced Modular PLC Input Module for Industrial Automation
  • GE IS200AEPAH1BMF-P - | IS210BPPCH1AD I/O Pack Processor Board
  • GE IS230TRLYH1B - New in Box | Industrial Control Module
  • GE 489-P5-HI-A20-E - Industrial Generator Management Relay
  • GE Electric - (GE) IS200IVFBG1AAA Fiber Optic Feedback Card for Industrial Automation
  • GE Electric - IC693PWR322LT Advanced Industrial Power Supply
  • GE Fanuc - IC200ALG432 Analog Mixed Module VersaMax
  • GE Fanuc - IC693ALG392 Precision Analog Output for Industrial Control Systems
  • GE Fanuc - IC695ACC402 Evergreen Controller Advanced PLC Solution for Industrial Automation
  • GE IC693ACC300D - Input Simulator Module
  • GE 46-288512G1-F - Advanced Industrial Control Module
  • GE IC755CSS12CDB - High-Performance Control Module
  • GE DS200TCCAG1BAA - High-Performance PLC PC Board
  • GE IC3600TUAA1 - Advanced Industrial Control Module
  • GE 8810 - HI TX-01 Brand New Advanced Industrial Control Module
  • GE 750-P5-G5-D5-HI-A20-R-E - Relay
  • GE Fanuc - IC200MDL330 Network Interface Unit Advanced Networking for Industrial Automation
  • GE Fanuc - IC676PBI008 Waterproof Input Block
  • GE Circuit - Board 304A8483G51A1A
  • GE YPH108B - Measurement Board
  • GE UR6AH - Digital I/O Module Industrial Control
  • GE IC200ALG264E - High Precision Current Analog Input Module
  • GE IS200TRLYH2C - Relay Output Module with Contact Sensing Terminal Board; Manufacturer GE-FANUC
  • GE IC693ALG442B - Advanced Programmable Logic Controller Module
  • GE IC693ACC301 - Lithium Battery Replacement Module
  • GE Fanuc - DS200PTBAG1A Termination Board Advanced Control Module
  • GE IS200VCRCH1BBB - Mark VI Circuit Board
  • GE IS200UCVEH2A - High-Performance Exciter Bridge Interface BOARD for Industrial Automation
  • GE IS220PDIOS1A - Mark VI Control Module
  • GE IS210AEBIH3BEC - Advanced Input/Output Board for MKVI Control Systems
  • GE 6KLP21001X9A1 - AC Variable Frequency Drive
  • GE 531X123PCHACG1 - Advanced Power Supply Interface Card
  • GE Electric - STXKITPBS001 Profibus Interface Module for Industrial Control Systems
  • GE DS200TCRAG1AAA - Industrial Grade Relay Output Board for Enhanced Control Systems
  • GE UR9NH - CPUUR CPU Module
  • GE Electric - DS200TCQFG1ACC
  • GE Electric - Fanuc IC200ALG260H Analog Input Module Precision & Reliability in Automation Solutions
  • GE DS200SLCCG3RGH - Industrial Control Module
  • GE DS3800NMEC1G1H - Industrial Motor Control Module
  • GE Fanuc - 531X113PSFARG1 | Mark VI Circuit Board
  • GE Fanuc - IC693ALG392C Analog Output Module Precision Control in Industrial Automation
  • GE IC693ALG220G - Advanced Input Analog Module for Industrial Automation
  • GE DS200DTBCG1AAA - Industrial Control System's Reliable Core
  • GE F31X301DCCAPG1 - Control Board Advanced Industrial Automation Solution
  • GE Electric - (GE) IS200AEAAH1AAA Mark VI Printed Circuit Board