Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

ControlEdge HC900 Controller Communications User Guide

F: | Au:佚名 | DA:2023-11-27 | 764 Br: | 🔊 点击朗读正文 ❚❚ | 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


  • VMIC VMIACC BT01 Adapter Calibration Module
  • Maxsys Technology VMIC Test Station 00465-3800
  • VMIC VMIVME-1101 32-Bit TTL Digital Input Board
  • VMIVME-4120 VME Circuit Board
  • FANUC VMIC 332-999995-000 D VME Bus Board
  • VMIC VMIVME-7455 VME IDE CD-ROM Drive Module
  • VMIC VME I/O Board 5620
  • VMIC VME I/O Board 2128
  • VMIC VMIVME7588 VME Processor Board
  • GE Fanuc VMIVME-3419-200 Signal Conditioning Module
  • VMIC VMIVME 4512 Analog I/O Board
  • GE Fanuc VMIC VME 6U 6-Slot Chassis
  • VMIC VMIVME 5504 VMEbus Slave Module
  • VMIC VMIOMAX-9102A Power Supply
  • VMIC VMIVME 3120 Board
  • VMIC VMIVME-2330 VMEbus Circuit Board
  • VMIC VMIPMC-5565 Reflective Memory Node PMC
  • GE Fanuc VMIVME-7671 Linux Controller Processor
  • VMIC VMIVME-5599 Fiber Optic Switch
  • GE Fanuc VMIVME-4120 16-Ch 12-Bit Analog Output Board
  • VMIC VMIVME-4900 Dual Channel Synchro/Resolver Converter
  • VMIC VMIVME4514A VME Interface Board
  • VMI VME VMIC 4941 VME Interface Board
  • GE DS3820VMIC1A1B VME Interface Board
  • FANUC VMIVME7592-934 VME Processor Board
  • Abaco VMIC 5522V SGI-to-VME Bus Adapter Board
  • VMIC VMIVME-4120 VME Circuit Board
  • VMIVME7751 VME Single Board Computer
  • VMIC VMIVME5565 VME Reflective Memory Interface Board
  • VMIC VMIVME-4512 VME Processor Board
  • VMIC VMIVME-7454 VMEbus Analog Output Board
  • FANUC VMIVME-7452 Analog I/O Board
  • FANUC VMIVME-3230 Digital I/O Board
  • FANUC VMIVME-3114 Analog Input Board
  • FANUC VMIVME-2536 Digital I/O Board
  • VMIC 332-003413-111 C VMEbus Circuit Board
  • GE Fanuc VMIVME-7486 VMEbus CPU Processor Controller
  • VMIC VMIVME 4100 8-Channel 12-Bit DAC Board
  • VMIC VMIVME-4514 Module
  • VMIC VMIVME 1128 Digital Input Board
  • GE Fanuc VMIVME-5588 High-speed Reflective Memory Board
  • VMIC VMIVME-5565 Reflective Memory Board
  • VMIC VMIVME-2127 Voltage Source Digital Output Board
  • VMIC VMIVME 4512 Analog VME Process PCB Assembly
  • GE Fanuc VMIVME-3122-022 Analog I/O Module
  • VMIC VMIVME 5576 High Speed Fiberoptic Network Board
  • FANUC VMIVME-7452 VMEbus Analog I/O Board
  • FANUC VMIVME-2210 VMEbus Digital Output Board
  • FANUC VMIVME-7750-734000 VMEbus Single Board Computer
  • VMIC VMIVME 2210 VMEbus DO 28V Digital Output Board
  • VMIC VMIVME DR11W VMEbus DMA Interface Module
  • VMIC VMIVME-2536-200 5V Optically Coupled Digital I/O Board
  • VMIC VME-7754 VMIVMF7754-259000 VMEbus Control Card
  • VMIC 2170A VME Interface Board
  • GE VMIC PMC-5565PIORC-210000 Reflective Memory PMC Node Card
  • VMIC VMIVME-7750-750000 VME Single Board Computer
  • VMIC VMIVME-7751 VME Single Board Computer
  • VMIC 332-004512 Analog VME Process Board
  • VMIC VMIVME2528 VME Interface Board
  • FANUC VMIVME-2120 VME Bus Interface Board
  • FANUC VMIVME-2540 VME Bus Interface Board
  • FANUC VMIVME-3230 VME Bus Interface Board
  • FANUC VMIVME-4514 VME Bus Interface Board
  • ETEL DSB2S154-211E-000H Servo Amplifier
  • ETEL DSCQT112-111-000 Motion Control Module
  • ETEL LMG20-050-3QB-211A Servo Motor – High Torque Linear
  • ETEL EU-LCP-0-0-1000-01 Communication Card
  • ETEL DSA2P174ZA-033A Servo Amplifier Driver
  • ETEL EA-P2M-400-15/40A-0100-00 Servo Driver
  • ETEL DSC2P152-111-000 Servo Drive Amplifier
  • ETEL LMS15-050-3UA-209A Linear Motor
  • ETEL DSC2P152-111D-000A Controller
  • ETEL DSB2P131-111E-000B Digital Servo Amplifier Position Controller
  • ETEL DSO-PWR111C-000B Power Supply Module
  • ETEL DSCDP324-321F-000C Servo Driver
  • ETEL DSC2P152-111B-000D Controller
  • ETEL DSB2P142-111E-000H Circuit Board
  • ETEL LMG05-030-3QA-H01 Linear Motor
  • ETEL DSC2P152-111F-000A Controller
  • ETEL DSA2S211ZA Servo Drive
  • ETEL DSCDM332-112-000 Drive Module
  • ETEL DSCDP334-421-000 Digital Position Controller Servo Drive
  • ETEL EA-P2M-400-15/40A-0100-00 AccurET Servo Drive
  • ETEL TMA0140-050-3UB-202B Torque Motor
  • ETEL DSA1DL1D.PCB Servo Drive Board
  • ETEL DSA2DL 1A Servo Drive
  • ETEL DSMAX111B-000B Servo Drive
  • ETEL DSO-PWS111C-000B Power Supply Module
  • ETEL DSC2P142-111B-000D Servo Drive Amplifier
  • ETEL DSC2P132-111D-000A Servo Drive Amplifier
  • ETEL DSC2P152-111B-000D Servo Drive Amplifier
  • ETEL DSB2P131-121E-000H Servo Drive Amplifier
  • ETEL DSB2P142-111E-000H Servo Drive Amplifier
  • ETEL DSO-PWR112C-000A Power Supply Module – High Power
  • ETEL DSO-PWR111C-000A Power Supply Module
  • ETEL DSB2P121-121E-000H Servo Drive Amplifier
  • ETEL DSB2S134-111E-000H Digital Servo Amplifier
  • ETEL RTMA0140-070-AQN-21E Motor
  • ETEL DSCDP132-111-000 Dual Controller Circuit Board – Motion Control
  • ETEL LMS15-050-3UA-209Aft Linear Motor
  • ETEL DSCDP324-322G-000A Position Controller
  • ETEL DSA2P174ZA-033A Servo Amplifier Driver
  • ETEL DSA2P174ZA-017A Servo Amplifier Driver
  • ETEL LMD10-050-3QA-223A Linear Motor
  • ETEL EU-LGP-0-0-1000-00 PCI Network Card
  • ETEL DSO-PWS111C-000B Power Supply Module
  • ETEL DSC2V174-111C-001A Servo Controller
  • ETEL EA-P2M-600-15/40A-0000-01 AccurET Modular Position Controller
  • ETEL RTMA0140-070-AQN-21B DD Motor
  • ETEL DSC2P144-421-000 Servo Driver
  • ETEL EA-P2M-400-15-40A-0100-00 Servo Drive
  • ETEL DSCDM341-111C-000B Board
  • ETEL LMD10-050-3QA-223A Motor
  • ETEL RTMA0140-070-AQN-21E DD Motor
  • ETEL DSCDM342-111-000 Servo Variator
  • ETEL DSC2P152-111E-000A Servo Amplifier
  • ETEL LMS15-050-3UA-209A Motor
  • ETEL RTMA0140-070-AQN-21C DD Motor – High Torque Direct Drive
  • ETEL DSCDP334-421G-000A Servo Drive
  • Etel DSB2S154-211E-000H Digital Servo Amplifier
  • ETEL EA-P2M-400-15/40A-0100-00 AccurET Servo Drive
  • ETEL DSA2P-174ZA-017A Digital Servo Amplifier
  • ETEL EA-P2M-400-15/40A-0100-00 Servo Drive
  • ETEL LMP07-100-3TAS-229 Linear Motor Primary Part
  • ETEL LMA11-120-3ZA-359A Linear Motor
  • ETEL EA-S0M-400-40/80A-0000-00 Drive Power Supply
  • Etel DSCDP334-421-000 Driver
  • ETEL DSCDM341-111C-000B DSCDM Drive Board