0% found this document useful (0 votes)
43 views

10 - 20R110 - Device Control Module

This document describes how to use templates and the substitute name list to streamline the production of control modules in Experion. Templates allow the user to build reusable control strategies that can be instantiated multiple times. The user first builds the control strategy, identifies any parameters to project, and adds block pins for the projected parameters. The control module can then be saved as a template. Instances of the template can be added to other control modules using the substitute name list. This allows changes made in the template to propagate to all instances.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

10 - 20R110 - Device Control Module

This document describes how to use templates and the substitute name list to streamline the production of control modules in Experion. Templates allow the user to build reusable control strategies that can be instantiated multiple times. The user first builds the control strategy, identifies any parameters to project, and adds block pins for the projected parameters. The control module can then be saved as a template. Instances of the template can be added to other control modules using the substitute name list. This allows changes made in the template to propagate to all instances.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 28

Describe Templates and the Substitute Name

List

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 1
Big Picture – Device Control Point Honeywell

Input Truth Table and State Names Output Truth Table and State Names

State State Name DI State State Name DO

State 1 START 1 State 1 START 1

State 0 STOP 0 State 0 STOP 0

DI DO

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 2
Some Device Control Block Configuration Honeywell
• See Appendix (last book) for more details

• Up to 3 States
• Up to 4 Inputs
• Up to 3 Outputs

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 3
Simple Device Control Block with One Input, One Output Honeywell

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 4
Device Control with Permissives and Interlocks Honeywell
• Interlock Strategies are implemented using Permissives, Override Interlocks,
and the Safety Interlock
• Permissive PI(0-2)
– There is a Permissive for each state
– Normally ON
– Operator can select the state if it’s
Permissive is asserted (ON) P(1)
ON
– Can be Bypassed P(0)

• Override Interlock OI(0-2) ON


OI(1)
– There is an Override Interlock for each state OFF
OI(0)
– Normally OFF OFF
– When an Override Interlock is asserted (ON) SI
the Output is forced to it’s state OFF

– Can be Bypassed
• Safety Interlock SI
– Normally OFF
– Sets the Output to the Safe State when asserted (ON)
– Cannot be Bypassed

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 5
Device Control Block with Logic Honeywell

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 6
Project Parameters and Add Block Pins Honeywell
• Project Parameters
– Select parameters of each block which will be available outside of the
template (ex: FAN_LOGIC.GEA.IN[2] )
– Give each projected parameter a name (ex: Temp_Num)
• This will be accessed by FAN_LOGIC.Temp_Num
• Add Block Pins for the FAN_LOGIC
projected parameters

Temp_Num

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 7
Instantiate the Template (Create Instances) Honeywell
HS_A

FAN_LOGIC

HS_B

HS_H

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 8
Control Module with Template Added Honeywell

Instance of
the template
HS_A

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 9
Introduction Honeywell
• In this lesson you will learn how to use
templates and the substitute name list
to streamline the production of control
modules.

• At the conclusion of this lesson, you


will know how to:

– Build control modules using templates

– Load and verify templates

– Build control modules using the


substitute name list

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 10
Topics Honeywell

 Building Control Modules Using Templates


 Loading and Verifying a Template
 Building Control Modules Using a Substitute Name List

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 11
Introduction Honeywell
• Templates are control modules created in Control Builder

• Once created, templates may be used to build multiple copies of desired


control strategies

• Templates allow for change to propagate from parent to child

• Templates can contain other templates, up to five levels

Template

Temp_Num GEA
IN[2]

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 12
Make a Template Honeywell

• In the Library tab, under System,


right-click Control Module

• Select Make Template

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 13
Build the Control Strategy Honeywell
• Build the control strategy and configure parameters

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 14
Identify Projected Parameters Honeywell
• Define custom parameters for your control module

• Connect your custom parameters to exposed pins

Template
Temp_Num
GEA
IN[2]

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 15
Add Block Pins For Projected Parameters Honeywell

• Add a block pin for each


projected parameter which will
be wired

Template
Temp_Num
GEA
IN[2]

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 16
Use Template Honeywell
• Instantiate makes a useable version of the template for project

• Make Template makes a new template in the library (child of the


original)

The name this template


will have in project

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 17
Insert a Template Honeywell

Insert the template into a CM

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 18
Complete CM with Template Honeywell
• Complete the CM with a template

Template

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 19
Topics Honeywell
 Building Control Modules Using Templates

 Loading and Verifying a Template


 Building Control Modules Using a Substitute Name List

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 20
Templates in the Monitoring tab Honeywell
• Containment view / Assignment view

Templates shown Templates


as contained shown at root

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 21
Chart View of a CM with a Template Honeywell

Green indicates that the template is active


Blue indicates that the template is inactive
Red indicates that the template has failed

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 22
Template in Chart View Honeywell

Double-click the template in the


Monitoring Tab

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 23
Topics Honeywell
 Building Control Modules Using Templates

 Loading and Verifying a Template

 Building Control Modules Using a Substitute Name List

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 24
Build Templates using Substitute Name List Honeywell

Create the substitute names


Connect them to function block types

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 25
Build Templates using Substitute Name List Honeywell

Use the parameter connection tool


Select the substitute name as a connection

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 26
Build Templates using Substitute Name List Honeywell
• The substituted names can be resolved to a function block parameter
when the template is instantiated.

Resolved

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 27
Summary Honeywell
• When using templates, remember:

– Templates are built in Control Builder.


– Once created, templates may be used to build multiple copies of desired
 control strategies.
– Templates allow for change to propagate from parent to child.
– You may create templates to be instantiated as stand-alone control modules
using your substitute name list or embedded control modules using
projected parameters and block pins.

Device Control Module Honeywell Confidential and Proprietary Experion LX By Experion CEE R110
Describe Templates and the Substitute Name List 28

You might also like