Optimal Start Time: Precool and Preheat

Size: px
Start display at page:

Download "Optimal Start Time: Precool and Preheat"

Transcription

1 Metasys Network Technical Manual 636 Air Handlers Section Technical Bulletin Issue Date 0191 Optimal Start Time: Precool and Preheat Optimal start logic to determine the precool and preheat times for an air handling unit (primary mechanical equipment) File Name Path Name Main Function Guidelines OST.CMP The following DOS path name indicates the location of the compound: <FMS>\APPS\ENERGY\OST\OST.CMP Optimal start logic to determine the precool and preheat times for an air handling unit (primary mechanical equipment). Both OPTIMAL START PREHEAT and PRECOOL are provided with this compound. However, if only OPTIMAL START PRECOOL is required and not OPTIMAL START PREHEAT (due to a lack of heating source or because it was not specified), then query the OST group compound (OST) and delete only the OPTIMAL START PREHEAT processes (i.e., AHU#\PREHEAT and AHU#\PHADPT). The OPTIMAL START PRECOOL application processes will remain. If only OPTIMAL START PREHEAT is required, delete the OPTIMAL START PRECOOL processes. Modify the appropriate parametric values for both processes for the specific project. It is assumed that either OST PRECOOL or OST PREHEAT will run on any operational day. The following items illustrate how the OST PRECOOL application is applied and started. 1. Disable OST PREHEAT. 2. Make sure BO or BD has scheduled command to start. 3. Enable OST PRECOOL. 4. Trigger precool process in scheduling feature Johnson Controls, Inc. 1 Order No

2 If the user wants the OST PREHEAT application to run instead of the OST PRECOOL, the user should do the following: 1. Disable OST PRECOOL. 2. Make sure BO or BD has scheduled command to start. 3. Enable OST PREHEAT. 4. Trigger preheat process in scheduling feature. Optionally, in place of scheduling the appropriate process (either OST PREHEAT or OST PRECOOL), a process may be added to determine if OST PREHEAT or OST PRECOOL should run for that day. The additional process s logic would be based on the temperature difference between the target and the space temperature. This process will then trigger the appropriate process. Example To see how this compound could be used with other objects and compounds, view the GPL file AHU2. The following DOS path name indicates the location of the file: <FMS>\APPS\AHU\AHU2.(GPL) 2 Air Handlers Optimal Start Time: Precool and Preheat

3 Optimal Start Time: Precool Main Function Accessories How It Works OST PRECOOL Optimal start logic determines the latest possible start time of mechanical equipment such that the space or mass occupancy target (setpoint) is met at occupancy time. The algorithm adapts to the thermal characteristics of a particular building. Space (zone) temperature or mass temperature may be used. The following can be connected to the OST PRECOOL compound as inputs: mass temperature instead of space temperature adjustable space or mass temperature target (setpoint) adjustable PRECOOL MAXIMUM TIME adjustable PRECOOL MINIMUM TIME OST PRECOOL determines the temperature drop required to meet the target occupancy space temperature at occupancy. Next, the PRECOOL BUILDING CONSTANT and PRECOOL DEADTIME are used to estimate the optimal precool time. This time is limited to be between the PRECOOL MINIMUM TIME and PRECOOL MAXIMUM TIME. Then the optimal precool time is compared to the BUILDING OCCUPANCY TIME and METASYS SYSTEM TIME to determine the OST PRECOOL START TIME. When the current METASYS SYSTEM TIME is later than the calculated OST PRECOOL START TIME and earlier than the BUILDING OCCUPANCY TIME, the air handling unit will start and the OST PRECOOL enable input will be true. The OST PRECOOL ADAPTATION process will be initiated so that the PRECOOL BUILDING CONSTANT and PRECOOL DEADTIME may be adapted. When the OST PRECOOL process executes again, it will use the adapted PRECOOL BUILDING CONSTANT and PRECOOL DEADTIME. The PRECOOL ADAPTATION process will have calculated a new PRECOOL BUILDING CONSTANT and PRECOOL DEADTIME either by BUILDING OCCUPANCY TIME, or when the space temperature is within a specified tolerance of the target temperature (PRECOOL DIFFERENTIAL). The process will then cease executing and not execute again until the system is in the OST PRECOOL mode the next operational day. Air Handlers Optimal Start Time: Precool and Preheat 3

4 When the current METASYS SYSTEM TIME is earlier than the calculated OST PRECOOL START TIME, the air handling unit or mechanical equipment will not operate in the OST PRECOOL mode or be changed as a result of the OST PRECOOL enable input being false. In addition, the OST PRECOOL ADAPTATION process will not be initiated. Thus, the PRECOOL BUILDING CONSTANT and PRECOOL DEADTIME remain the same values as the last time OST PRECOOL process executed. Guidelines You can find important instructions and guidelines for using compounds in How to Use the Metasys GPL HVAC Library, located at the beginning of the App. Notes: GPL HVAC Library section. For information on the definition and the initial configuration of the objects and the function blocks, use GPL to examine this compound. The PRECOOL BUILDING CONSTANT initializes as 5.0 minutes/ ( F) 2 [16.2 minutes/( C) 2 ]. The process period of the OST PRECOOL process is 00:02:00. The process period of the OST PRECOOL ADAPTATION process is 00:01:00. PRECOOL DEADTIME is the time it takes for the space or mass temperature to start responding after equipment startup. The BUILDING OCCUPANCY TIME is derived from the BO object s early start time attribute. Thus, the BO object must have the appropriate start schedule before OST PRECOOL can be enabled to run. If a start time does not exist, the OST PRECOOL process will run but will be unreliable, since the early start time attribute is 00:00:00 and unreliable. In turn, the start command will not be issued and the adaptation process will not run. The start command to the BO object is at priority 7. This is the same priority at which the Scheduling feature issues commands. A Binary Data object may be used instead of the Binary Output object. The command and (command type) connection blocks in the OST PRECOOL process must be deleted and new blocks must be added in their place. The command block must be configured as a SET BD command with a value of 1. The binary signal being routed to the PCOOL-EN connection block must also be routed to the ENABLE INPUT of the SET BD command block. PRECOOL MAXIMUM TIME provides an upper limit on the calculated PRECOOL time. PRECOOL MINIMUM TIME provides a lower limit on the calculated PRECOOL time. 4 Air Handlers Optimal Start Time: Precool and Preheat

5 The PRECOOL ADAPTATION process uses PRECOOL DIFFERENTIAL in estimating the PRECOOL DEADTIME and PRECOOL BUILDING CONSTANT. When an adjustable value is desired for the PRECOOL MAXIMUM TIME, substitute an Analog Data object for the constant block called PC-MAX. When an adjustable value is desired for the PRECOOL MINIMUM TIME, substitute an Analog Data object for the constant block called PC-MIN. When using this application, specify the appropriate values for the following inputs: - PRECOOL MAXIMUM TIME (must be > 0) - PRECOOL MINIMUM TIME (must be > 0) When MASS TEMPERATURE is used in place of the SPACE (ZONE) TEMPERATURE, connect the appropriate AI object to the connection block called SP-T. You may wish to modify the block name so that the connection block s name reflects the fact that MASS TEMPERATURE is used instead of SPACE TEMPERATURE. You may provide unique space temperature targets (setpoints) for PREHEAT and PRECOOL. If the OST PRECOOL is to be used on multiple air handling units on the same NC, then make the following shared variables unique for each OST PRECOOL application (i.e., for each air handling unit): - ST_PC_TM - ST_PC_TE - PCB_CNST - PC_DTIME - PC_SUMTE - ADPT_PCP The above shared variable names must be exactly the same for the specific air handling unit s OST PRECOOL process and OST PRECOOL ADAPTATION process due to the sharing of data between the two processes. The OST PRECOOL process must be scheduled to be triggered at 00:01:00 (or before BUILDING OCCUPANCY TIME minus PC-MAX time) on each operational day when the OST PRECOOL application is to be executed. The OST PRECOOL ADAPTATION process will be triggered by the OST PRECOOL process. Thus, do not schedule the OST PRECOOL ADAPTATION process. Air Handlers Optimal Start Time: Precool and Preheat 5

6 You must define system and object names for all objects. You must define the hardware location for each object. I/O Requirements Table 1: Precool I/O Requirements Input Requirements Name Of Block Type Of Data Engineer Units Req? Range Default Value Description SP-T Analog F ( C) Yes - - Space temperature TARGET Analog F ( C) Yes - - Space temperature target (precool) PCB-CNST Analog Minutes/ ( F) 2 Yes >0 5.0 Minutes/( F) 2 [6.2 Minutes /( C) 2 ] Precool building constant PC-DTIME Analog Minutes Yes >0 10 Minutes Precool deadtime PC-MAX Analog Minutes Yes >0 480 Minutes Precool maximum time PC-MIN Analog Minutes Yes >0 20 Minutes Precool minimum time OCC_TIME Time HH:MM:OO Yes - - Building occupancy time Output Requirements Name Of Type Of Connection Data Engineer Units Req? Range Default Value Description PCOOL-TM Time HH:MM:OO No - - Precool clock time calculated PCOOL-EN Binary T/F No - - Precool enable PC-FANSS Command Start Yes - - Fan start command (at pri = 7) Process? Example Yes, two process compounds exists. The OST PRECOOL APPLICATION consists of two processes: OST PRECOOL process and OST PRECOOL ADAPTATION process. To view the compound s process information, click once on the compound block. To see how this compound could be used with other objects and compounds, view GPL file AHU2. The following DOS path name indicates the location of the file: <FMS>\APPS\AHU\AHU2.(GPL) 6 Air Handlers Optimal Start Time: Precool and Preheat

7 OST Preheat Main Function Accessories How It Works OST PREHEAT Optimal start logic determines the latest possible start time of mechanical equipment such that the space or mass occupancy target (setpoint) is met at occupancy time. The algorithm adapts to the thermal characteristics of a particular building. Space (zone) temperature or mass temperature may be used. The following can be connected to the OST PREHEAT compound as inputs: mass temperature instead of space temperature adjustable space or mass temperature target (setpoint) adjustable PREHEAT MAXIMUM TIME adjustable PREHEAT MINIMUM TIME adjustable PREHEAT MINIMUM TIME based on outdoor air temperature OST PREHEAT determines the temperature change (rise) required to meet the target occupancy space temperature at occupancy. Next, the PREHEAT BUILDING CONSTANT and PREHEAT DEADTIME are used to estimate the optimal preheat time. This time is limited to be between the PREHEAT MINIMUM TIME and PREHEAT MAXIMUM TIME. Then the optimal preheat time is compared to the BUILDING OCCUPANCY TIME and the METASYS SYSTEM TIME to determine the OST PREHEAT START TIME. Air Handlers Optimal Start Time: Precool and Preheat 7

8 When the current METASYS SYSTEM TIME is later than the calculated OST PREHEAT START TIME and earlier than the BUILDING OCCUPANCY TIME, the air handling unit will start and the OST PREHEAT enable input will be true. The OST PREHEAT ADAPTATION process will be initiated so that the PREHEAT BUILDING CONSTANT and PREHEAT DEADTIME may be adapted. When the OST PREHEAT process executes again, it will use the adapted PREHEAT BUILDING CONSTANT and PREHEAT DEADTIME. The PREHEAT ADAPTATION process will have calculated a new PREHEAT BUILDING CONSTANT AND PREHEAT DEADTIME either by BUILDING OCCUPANCY TIME, or when the space temperature is within a specified tolerance of the target temperature (PREHEAT DIFFERENTIAL). The process will then cease executing and not execute again until the system is in the OST PREHEAT mode the next operational day. When the current Metasys system time is earlier than the calculated OPTIMAL PREHEAT START TIME, the air handling unit or mechanical equipment will not operate in the OST PREHEAT mode or be changed as a result of the OST PREHEAT enable input being false. In addition, the OST PREHEAT ADAPTATION process will not be initiated. Thus, the PREHEAT BUILDING CONSTANT and PREHEAT DEADTIME remain the same values as the last time OST PREHEAT process executed. Guidelines You can find important instructions and guidelines for using compounds in How to Use the Metasys GPL HVAC Library, located at the beginning of the App. Notes: GPL HVAC Library section. For information on the definition and the initial configuration of the objects and the function blocks, use GPL to examine this compound. The PREHEAT BUILDING CONSTANT initializes as 10.0 minutes/ ( F) 2 [32.4 minutes/( C) 2 ]. The process period of the OST PREHEAT process is 00:02:00. The process period of the OST PREHEAT ADAPTATION process is 00:01:00. PREHEAT DEADTIME is the time it takes for the space or mass temperature to start responding after equipment startup. The BUILDING OCCUPANCY TIME is derived from the BO object s early start time attribute. Thus, the BO object must have the appropriate start schedule before OST PREHEAT can be enabled to run. If a start time does not exist, the OST PREHEAT process will run but will be unreliable, since the early start time attribute is 00:00:00 and unreliable. In turn, the start command will not be issued and the adaptation process will not run. 8 Air Handlers Optimal Start Time: Precool and Preheat

9 The start command to the BO object is at priority 7. This is the same priority at which the Scheduling feature issues commands. PREHEAT MAXIMUM TIME provides an upper limit on the calculated PREHEAT time. PREHEAT MINIMUM TIME provides a lower limit on the calculated PREHEAT time. The PREHEAT MINIMUM TIME is derived from the outdoor air temperature as follows: as the outdoor air temperature varies between F and 50.0 F the PREHEAT MINIMUM TIME varies between minutes and 20.0 minutes. The outdoor air temperature is not required. Thus, the OA-T connection block and the span block may be removed and a constant block may be used in their place connected to the PH-MIN connection block. The PREHEAT ADAPTATION process uses PREHEAT DIFFERENTIAL in estimating the PREHEAT DEADTIME and PREHEAT BUILDING CONSTANT. When an adjustable value is desired for the PREHEAT MAXIMUM TIME, substitute an Analog Data object for the constant block called PH-MAX. When an adjustable value is desired for the PREHEAT MINIMUM TIME, substitute an Analog Data object for the constant block called PH-MIN. When using this application, specify the appropriate values for the following inputs: - PREHEAT MAXIMUM TIME (must be > 0) - PREHEAT MINIMUM TIME (must be > 0) When MASS TEMPERATURE is used in place of the SPACE (ZONE) TEMPERATURE, connect the appropriate AI object to the connection block called SP-T. You may wish to modify the block name so that the connection block s name reflects the fact that MASS TEMPERATURE is used instead of SPACE TEMPERATURE. A Binary Data object may be used instead of the Binary Output object. The command and (command type) connection blocks in the OST PREHEAT process must be deleted and new blocks must be added in their place. The command block must be configured as a SET BD command with a value of 1. The binary signal being routed to the PHEAT-EN connection block must also be routed to the ENABLE INPUT of the SET BD command block. You may provide unique temperature targets (setpoints) for PREHEAT and PRECOOL. Air Handlers Optimal Start Time: Precool and Preheat 9

10 If the OST PREHEAT is to be used on multiple air handling units on the same NC, then make the following shared variables unique for each OST PREHEAT application (i.e., for each air handling unit): - ST_PH_TM - ST_PH_TE - PHB_CNST - PH_DTIME - PH_SUMTE - ADPT_PHP The above shared variable names must be exactly the same for the specific air handling unit s OST PREHEAT process and OST PREHEAT ADAPTATION process due to the sharing of data between the two processes. The OST PREHEAT process must be scheduled to be triggered at 00:01:00 (or before BUILDING OCCUPANCY TIME minus PH-MAX time) on each operational day when the OST PREHEAT application is to be executed. The OST PREHEAT ADAPTATION process will be triggered by the OST PREHEAT process. Thus, do not schedule the OST PREHEAT ADAPTATION process. You must define system and object names for all objects. You must define the hardware location for each object. 10 Air Handlers Optimal Start Time: Precool and Preheat

11 I/O Requirements Table 2: Preheat I/O Requirements Input Requirements Name Of Block Type Of Data Engineer Units Req? Range Default Value Description SP-T Analog Yes - - Space temperature TARGET Analog Yes - - Space temperature target (preheat) PHB-CNST Analog Yes > Minutes/( F) 2 [2.4 Minutes /( C) 2] Preheat building constant PH-DTIME Analog Yes >0 10 Minutes Preheat deadtime PH-MAX Analog Yes >0 480 Minutes Preheat maximum time PH-MIN Analog Yes >0 20 Minutes Preheat minimum time OCC-TIME Time Yes - - Building occupancy time Output Requirements Name Of Type Of Connection Data Engineer Units Req? Range Default Value Description PHEAT-TM Time HH:MM:OO No - - Preheat clock time calculated PHEAT-EN Binary T/F No - - Preheat enable PH-FANSS Command Start Yes - - Fan start command (at pri = 7) Process? Example Yes, two process compounds exist. The OST PREHEAT APPLICATION consists of two processes: OST PREHEAT process and OST PREHEAT ADAPTATION process. To view the compound s process information, click once on the compound block. To see how this compound could be used with other objects and compounds, view the GPL file AHU2. The following DOS path name indicates the location of the file: <FMS>\APPS\AHU\AHU2.(GPL) Air Handlers Optimal Start Time: Precool and Preheat 11

12 12 Air Handlers Optimal Start Time: Precool and Preheat

13 Air Handlers Optimal Start Time: Precool and Preheat 13

14 14 Air Handlers Optimal Start Time: Precool and Preheat

15 Air Handlers Optimal Start Time: Precool and Preheat 15

16 16 Air Handlers Optimal Start Time: Precool and Preheat

17 Air Handlers Optimal Start Time: Precool and Preheat 17

18 18 Air Handlers Optimal Start Time: Precool and Preheat

19 Air Handlers Optimal Start Time: Precool and Preheat 19

20 20 Air Handlers Optimal Start Time: Precool and Preheat

21 Air Handlers Optimal Start Time: Precool and Preheat 21

22 22 Air Handlers Optimal Start Time: Precool and Preheat Notes

23 Notes Air Handlers Optimal Start Time: Precool and Preheat 23

24 Notes Controls Group FAN E. Michigan Street Metasys Network Technical Manual P.O. Box 423 Revision Date 0191 Milwaukee, WI Printed in U.S.A. 24 Air Handlers Optimal Start Time: Precool and Preheat

Metasys Zoning Package Installation

Metasys Zoning Package Installation Technical Bulletin Issue Date August 28, 2002 Metasys Zoning Package Installation Metasys Zoning Package Installation...2 Introduction... 2 Key Concepts... 3 Installation Overview... 3 Metasys Zoning Package

More information

Appendix A: Inputs, Outputs, and Parameters

Appendix A: Inputs, Outputs, and Parameters Technical Bulletin Issue Date 11/01/01 TECHNICAL BULLETIN Appendix A: Inputs, Outputs, and Parameters Introduction This appendix describes the inputs, outputs, and parameters used with the Metasys Zoning

More information

Metal Enclosure. Application Note: Metal Enclosure Page 3

Metal Enclosure. Application Note: Metal Enclosure Page 3 Metasys Network Technical Manual 636 App. Notes: Network Units Section Technical Bulletin Issue Date 0793 Metal Enclosure Application Note: Metal Enclosure Page 3 Introduction 3 What You ll Need 3 Thermal

More information

Metasys Zoning Package Overview

Metasys Zoning Package Overview Technical Bulletin Issue Date August 26, 2002 Metasys Zoning Package Overview Metasys Zoning Package Overview...2 Introduction... 2 Key Concepts... 3 Related Information... 3 Metasys Zoning Package Components...

More information

NCU/NEU Wire Barrier Kit

NCU/NEU Wire Barrier Kit Metasys Network Technical Manual 636 App. Notes: Network Units Section Technical Bulletin Issue Date 0191 NCU/NEU Wire Barrier Kit Application Note: Wire Barrier Kit Page 3 Introduction 3 When the Wire

More information

Example application for an supply air control with recirculated air addition. HVAC Application Note 3

Example application for an supply air control with recirculated air addition. HVAC Application Note 3 Example application for an supply air control with recirculated air addition HVAC Application Note 3 Version 14.03.2007 2 General Copyright 2007 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved.

More information

Components of Hydronic Systems

Components of Hydronic Systems Valve and Actuator Manual 977 Hydronic System Basics Section Engineering Bulletin H111 Issue Date 0789 Components of Hydronic Systems The performance of a hydronic system depends upon many factors. Because

More information

Factory Packaged Controls. OE (AAON Part No. V12090) MODGAS-X Controller Field Technical Guide

Factory Packaged Controls. OE (AAON Part No. V12090) MODGAS-X Controller Field Technical Guide Factory Packaged Controls OE377-26-00058 (AAON Part No. V12090) MODGAS-X Controller Table of Contents GENERAL INFORMATION... 3 Overview...3 Features...3 INSTALLATION & WIRING... 4 Supply Air Temperature

More information

Modbus Integration Integration for Modbus Functionality for VT8600 Series

Modbus Integration Integration for Modbus Functionality for VT8600 Series Modbus Integration Integration for Modbus Functionality for VT8600 Series Building Management System *For data visualization and analysis Modbus Controller VT8000 Series room controllers 2 TABLE OF CONTENTS

More information

Metasys Zoning Package

Metasys Zoning Package Product Bulletin Issue Date August 26, 2002 Metasys Zoning Package Building Automation System The Metasys Zoning Package improves occupant comfort by providing reliable zoning control of standard packaged

More information

Engineering Bulletin. Recirculation Energy Recovery Unit Controls CLCH-PRB009-EN

Engineering Bulletin. Recirculation Energy Recovery Unit Controls CLCH-PRB009-EN Engineering Bulletin Recirculation Energy Recovery Unit Controls Introduction The following represents just one of many configurations that are possible with the Trane Climate Changer air handler with

More information

INSTALLATION INSTRUCTIONS ECOHLX Series Horizontal Economizer and PEHALX Series Economizer with Power Exhaust for York LX Series. Warning.

INSTALLATION INSTRUCTIONS ECOHLX Series Horizontal Economizer and PEHALX Series Economizer with Power Exhaust for York LX Series. Warning. Before Starting Installation Warning Shut power to unit prior to any work being done. Personal injury or death could result. Only qualified HVAC service personnel should install, troubleshoot, repair or

More information

White Paper Nest Learning Thermostat Efficiency Simulation for the U.K. Nest Labs April 2014

White Paper Nest Learning Thermostat Efficiency Simulation for the U.K. Nest Labs April 2014 White Paper Nest Learning Thermostat Efficiency Simulation for the U.K. Nest Labs April 2014 Introduction This white paper gives an overview of potential energy savings using the Nest Learning Thermostat

More information

System 350 P352AB Electronic Pressure Control Series

System 350 P352AB Electronic Pressure Control Series System 350 P352AB Electronic Pressure Control Series System 350 Product Guide 930 Basic Controls Section Product/Technical Bulletin P352AB Issue Date 0200 The P352AB controls are On/Off electronic pressure

More information

APP EOLE4. Applicable to program versions TAC5 Version DT & DG 2.7.0

APP EOLE4. Applicable to program versions TAC5 Version DT & DG 2.7.0 APP EOLE4 Applicable to program versions TAC5 Version DT 2.8.2 & DG 2.7.0 2 THE APP EOLE4 INTERFACE This interface can be used on Android, IOS and PC. Download the app from the App Store/Google Play or

More information

P445 Series Electronic Lube Oil Control

P445 Series Electronic Lube Oil Control FANs 125, 121 s Section P Product/Technical Bulletin P445 Issue Date 0100 P445 Series Electronic Lube Oil The P445 Series Electronic Lube Oil is designed for use on refrigeration compressors equipped with

More information

TM-9100 Series Room Command Module

TM-9100 Series Room Command Module FANs 216, 1628.3 Product/Technical Bulletin TM-9100 Issue Date 0400 TM-9100 Series Room Command Module The TM-9100 Series Room Command Modules are designed for use with the TC-9100 series of DDC (Direct

More information

TE-6100 Series Temperature Sensors and Completed Sensor/Hardware Assemblies

TE-6100 Series Temperature Sensors and Completed Sensor/Hardware Assemblies TE-6100 Series Temperature Sensors and Completed Sensor/Hardware Assemblies Installation Instructions Part No. 24-4034-42, Rev. D Issued December 9, 2011 Supersedes August 1, 1997 Applications TE-6100

More information

Engineering Bulletin. IntelliPak RTM (Rooftop Module, 1U48) Subject: Generic Building Automation System (GBAS, UCM Module, 1U51)

Engineering Bulletin. IntelliPak RTM (Rooftop Module, 1U48) Subject: Generic Building Automation System (GBAS, UCM Module, 1U51) Engineering Bulletin IntelliPak RTM (Rooftop Module, 1U48) Subject: Generic Building Automation System (GBAS, UCM Module, 1U51) Issued By: Clarksville Marketing and Sales Support Order No. UN-PRB001-EN

More information

User manual. Standard Modular Chiller HP 1/8 compressors with CAREL driver Application program for pco 1, pco 2, pco 3, pco C and pco XS.

User manual. Standard Modular Chiller HP 1/8 compressors with CAREL driver Application program for pco 1, pco 2, pco 3, pco C and pco XS. Standard Modular Chiller HP 1/8 compressors with CAREL driver Application program for pco 1, pco 2, pco 3, pco C and pco XS. User manual Manual version: 2.4 dated 27/02/08 Program code: FLSTDmMCDE LEGGI

More information

ECL Apex 10. User Guide. ECL Apex 10 *087R9745* Installation and configuration. *vijem102*

ECL Apex 10. User Guide. ECL Apex 10 *087R9745* Installation and configuration. *vijem102* User Guide ECL Apex 10 *087R9745* *vijem102* Installation and configuration VI.JE.M1.02 Danfoss 11/2004 DH-SMT VI.JE.M1.02 Danfoss 11/2004 DH-SMT ECL Apex 10 VI.JE.M1.02 Danfoss 11/2004 DH-SMT VI.JE.M1.02

More information

VSD Series II Variable Speed Micro Drives

VSD Series II Variable Speed Micro Drives VSD Series II Variable Speed Micro Drives Product Bulletin Code No. LIT-12011813 Issued March 26, 2013 Refer to the QuickLIT website for the most up-to-date version of this document. Johnson Controls VSD

More information

HSL-WI6 Ragsdale Bodymaker High Speed Logic Option User's Manual

HSL-WI6 Ragsdale Bodymaker High Speed Logic Option User's Manual HSL-WI6 Ragsdale Bodymaker High Speed Logic Option User's Manual Systems Engineering Associates, Inc. 14989 West 69th Avenue Arvada, Colorado 80007 U.S.A. Telephone: (303) 421-0484 Fax: (303) 421-8108

More information

APPLICATION GUIDE. Pure easiness for a wide range of applications ACS580 general purpose drives

APPLICATION GUIDE. Pure easiness for a wide range of applications ACS580 general purpose drives APPLICATION GUIDE Pure easiness for a wide range of applications ACS580 general purpose drives 2 APPLICATION GUIDE ACS580 PURE EASINESS FOR MANY PURPOSES Table of contents 3 Pure easiness for many applications

More information

Advanced Outdoor Airflow Control, DCV Control and Alarm Solution for OA Applications Document Name: QG_EAC1100_A_R3A

Advanced Outdoor Airflow Control, DCV Control and Alarm Solution for OA Applications Document Name: QG_EAC1100_A_R3A Automation, Inc. Model EAC1100 /A QUICK INSTALL GUIDE Advanced Outdoor Airflow Control, DCV Control and Alarm Solution Enhancer QUICK INSTALL GUIDE for ENHANCER Advanced Outdoor Airflow Control, DCV Control

More information

Heli Traffic 2009 User s Manual

Heli Traffic 2009 User s Manual Heli Traffic 2009 User s Manual Page 1 Heli Traffic 2009 User s Manual Version 1.03 Copyright 2009 Flight One Software, Inc. Introduction...2 Setting up the product...2 Enabling and disabling traffic...2

More information

INTRODUCING THE SIX-WAY VALVE AND ACTUATOR

INTRODUCING THE SIX-WAY VALVE AND ACTUATOR WE VE JUST ROTATED THE HVAC INDUSTRY 2700 INTRODUCING THE 270 0 SIX-WAY VALVE AND ACTUATOR We make comfort a priority, wherever you are Six-way control valve and 270 0 actuator for fan-coil and chilled

More information

ATP-2040 Electric Damper Actuator/Transmitter

ATP-2040 Electric Damper Actuator/Transmitter ATP-2040 Electric Damper Actuator/Transmitter Kit Includes 1. Actuator/Transmitter package: factory assembled Actuator (EDA-2040) and Transmitter (DPT-2000). Product Code Number Coupler Size Differential

More information

P10 Series Low Range Pressure Controls

P10 Series Low Range Pressure Controls Master Catalog 125 Pressure Controls Section P Product Bulletin P10 Issue Date 1290 P10 Series Low Range Pressure Controls Application The P10 Series low pressure controls are for applications in which

More information

Air Conditioning Clinic. HVAC System Control One of the Systems Series TRG-TRC017-EN

Air Conditioning Clinic. HVAC System Control One of the Systems Series TRG-TRC017-EN Air Conditioning Clinic HVAC System Control One of the Systems Series TRG-TRC017-EN NO POSTAGE NECESSARY IF MAILED IN THE UNITED STATES BUSINESS REPLY MAIL FIRST-CLASS MAIL PERMIT NO 11 LA CROSSE, WI POSTAGE

More information

VSD Series II Variable Speed Open Drives

VSD Series II Variable Speed Open Drives VSD Series II Variable Speed Open Drives Product Bulletin Code No. LIT-12011824 Issued May 5, 2015 Refer to the QuickLIT website for the most up-to-date version of this document. The Johnson Controls VSD

More information

Product Data. Features/Benefits. 35K Bypass Terminal. 110 to 4400 cfm

Product Data. Features/Benefits. 35K Bypass Terminal. 110 to 4400 cfm Product Data 35K Bypass Terminal 110 to 4400 cfm Carrier s 35K Series bypass terminals offer: 20-gage, galvanized steel casing construction 1/2-in. thick, dual density fiberglass insulation meeting NFPA

More information

P70, P72, and P170 Controls for Low Pressure Applications

P70, P72, and P170 Controls for Low Pressure Applications Master Catalog 125 Pressure Controls Section P Product/Technical Bulletin Issue Date 0900 P70, P72, and P170 Controls for Low Pressure Applications The P70, P72, and P170 controls for low pressure applications

More information

A419ABG-3C Electronic Temperature Control

A419ABG-3C Electronic Temperature Control Installation Instructions Issue Date June 16, 2003 A419ABG-3C Electronic Temperature Control Application IMPORTANT: Use this A419ABG-3C Electronic Temperature Control only as an operating control. Where

More information

GRUNDFOS INSTRUCTIONS. Control HVAC. Installation and operating instructions. Other languages. net.grundfos.com/qr/i/

GRUNDFOS INSTRUCTIONS. Control HVAC. Installation and operating instructions. Other languages. net.grundfos.com/qr/i/ GRUNDFOS INSTRUCTIONS Control HVAC Installation and operating instructions Other languages net.grundfos.com/qr/i/98800750 English (GB) English (GB) Installation and operating instructions Original installation

More information

Application Note: Protection of Medium-Power Motors With SIPROTEC Compact 7SK80

Application Note: Protection of Medium-Power Motors With SIPROTEC Compact 7SK80 Application Note: Protection of Medium-Power Motors With SIPROTEC Compact 7SK80 Motor settings using the SIPROTEC Compact motor protection relay 7SK80 is explained below. Information is given on how to

More information

Jeff Fehr, Senior Application Engineer. ACH550 Flux Optimization White Paper

Jeff Fehr, Senior Application Engineer. ACH550 Flux Optimization White Paper Jeff Fehr, Senior Application Engineer ACH550 Flux Optimization White Paper Table of Contents Executive Summary...3 Introduction...3 Problem Statement...4 ABB Solution...5 Implementation...6 Summary...6

More information

Universal Packaging Module (UPM)

Universal Packaging Module (UPM) Metasys Network Sales Resource Manual 635 Network Units Section Product Bulletin Issue Date March 17, 2004 Universal Packaging Module (UPM) The Universal Packaging Modules (UPM) are an expandable enclosure

More information

Supersedes CL2 (512) Form CL2 (615) STARTUP CHECKLIST PHONE: CUSTOMER ORDER NO: JCI TEL NO: JCI ORDER NO: JCI CONTRACT NO:

Supersedes CL2 (512) Form CL2 (615) STARTUP CHECKLIST PHONE: CUSTOMER ORDER NO: JCI TEL NO: JCI ORDER NO: JCI CONTRACT NO: YMC 2 - MOD A STARTUP CHECKLIST Supersedes 160.78-CL2 (512) Form 160.78-CL2 (615) STARTUP CHECKLIST CUSTOMER: JOB NAME: ADDRESS: LOCATION: PHONE: CUSTOMER ORDER NO: JCI TEL NO: JCI ORDER NO: JCI CONTRACT

More information

EE30181A DC Electronic Load 300 Watt

EE30181A DC Electronic Load 300 Watt EE30181A DC Electronic Load 300 Watt Input Voltage 0 150 Volts DC (Absolute Max 162V) Input Current (adjustable) 10k pot Int./ Ext. 0 80 Amps (Quasi Power Mode / Constant Current are Standard) Optional

More information

Hardware Installation. Tracer AH541 Version 2 Air-Handler Controller CNT-SVN02B-EN

Hardware Installation. Tracer AH541 Version 2 Air-Handler Controller CNT-SVN02B-EN Hardware Installation Tracer AH541 Version 2 Air-Handler Controller CNT-SVN02B-EN Hardware Installation Tracer AH541 Version 2 Air-Handler Controller CNT-SVN02B-EN February 2004 CNT-SVN02B-EN Tracer AH541

More information

PARKING LOT CONTROLLER WITH LOGIC & MAIN CONTACTOR

PARKING LOT CONTROLLER WITH LOGIC & MAIN CONTACTOR PARKING LOT CONTROLLER WITH LOGIC & MAIN CONTACTOR VPC-AA The VPC-AA Parking Lot Controller is an easily installed device designed for mid-sized parking lot installations. The weather proof design is ideal

More information

Discharge Air Control

Discharge Air Control Issue Date June 17, 2002 APPLICATION NOTE Discharge Air Control Discharge Air Control...2 Introduction... 2 Key Concepts... 3 Discharge Air Control Overview... 3 Design Considerations... 6 2002 Johnson

More information

AV-8020 Series Floating Control Actuated Valve

AV-8020 Series Floating Control Actuated Valve FANs 977, 1628.3 Product/Technical Bulletin AV-8020 Issue Date 0300 AV-8020 Series Floating Control Actuated Valve The AV-8020 is an electric actuator/brass valve combination that furnishes floating control

More information

P66 Series Electronic Fan Speed Controls

P66 Series Electronic Fan Speed Controls FANs 125, 121 Pressure Controls Section P Product/Technical Bulletin P66 Issue Date 0498 P66 Series Electronic Fan Speed Controls The P66 is a pressure actuated electronic motor speed controller. This

More information

VA-7450 Series. Electric Valve Actuators

VA-7450 Series. Electric Valve Actuators 34-636- 771, Rev. D Installation Instructions VA-7450 Series Issue Date 0216 VA-7450 Series Electric Valve Actuators Applications VA-7450 Series Electric Valve Actuators provide on/off, floating, or proportional

More information

PIR Ready VT7200 Series 24 Vac Low Voltage Zoning Thermostats For Commercial HVAC Applications (Issue Date June 12, _R2)

PIR Ready VT7200 Series 24 Vac Low Voltage Zoning Thermostats For Commercial HVAC Applications (Issue Date June 12, _R2) Product overview PIR Ready VT7200 Series Low Voltage Zoning Thermostats For mercial HVAC Applications (Issue Date June 12, 2008 028-0190_R2) The VT7200 PI thermostat family is specifically designed for

More information

R81EAA-2 Economizer Circuit Board

R81EAA-2 Economizer Circuit Board FAN 121, 628.1 Motor Actuators Section M Technical Bulletin R81E Issue Date 0993 R81EAA-2 Economizer Circuit Board Applications Setpoint Adjustment Temp T1 T2 S2 1O S 1 8 9 Changeover Relay Refrigeration

More information

SUPERCAPACITOR BASED ENERGY STORAGE MODULE

SUPERCAPACITOR BASED ENERGY STORAGE MODULE Product Rev. A 20. Oct 2017 SUPERCAPACITOR BASED ENERGY STORAGE MODULE FOR MICRO UPS APPLICATIONS WITH A 7V...28V INPUT Features designed for Raspberry Pi Models B+, 2, 3 >1 minute backup time including

More information

Ventilation in balance

Ventilation in balance Ventilation in balance AIRLINQ - DIGITAL BMS PARAMETERS FOR BACNET TM /IP. BACNET TM MS/TP BASIC INFORMATION The present document is only valid for air handling units with firmware version 6. or newer.

More information

Multi Core Processing in VisionLab

Multi Core Processing in VisionLab Multi Core Processing in Multi Core CPU Processing in 25 August 2014 Copyright 2001 2014 by Van de Loosdrecht Machine Vision BV All rights reserved jaap@vdlmv.nl Overview Introduction Demonstration Automatic

More information

CURTIS TOLEDO. AF Series Compressors VS models with VFD WARNING

CURTIS TOLEDO. AF Series Compressors VS models with VFD WARNING AUGUST, 2004 REV.A CURTIS TOLEDO OPERATOR S MANUAL SUPPLEMENT AF Series Compressors VS models with VFD WARNING Personal injury and/or equipment damage will result by failing to pay attention to the vital

More information

SE7200 Series Installation Guide

SE7200 Series Installation Guide SE7200 Series Installation Guide 24 VAC Low Voltage Zoning Terminal Equipment Controller For Commercial HVAC Applications CONTENTS Installation 2 Preparation 2 Location 2 Installation 2 Configurable BI/UI

More information

Demand Based Static Pressure Reset Control for Laboratories

Demand Based Static Pressure Reset Control for Laboratories Accutrol, LLC Product Sheet Demand Based Static Pressure Reset Control for Laboratories Accutrol, LLC 21 Commerce Drive, Danbury, CT 06810 203-445-9991 www.accutrolllc.com Contents and specifications are

More information

OPERATION MANUAL Variable Speed Pump Controller Dated: 06/04/2013 Pump Down Application. Document No.: LMSII_V100_OM Page 1 of 8 Model-V100 LMS II

OPERATION MANUAL Variable Speed Pump Controller Dated: 06/04/2013 Pump Down Application. Document No.: LMSII_V100_OM Page 1 of 8 Model-V100 LMS II Document No.: LMSII_V100_OM Page 1 of 8 LMS II Document No.: LMSII_V100_OM Page 2 of 8 1. Operation: When the wet well level rises above the on level set point, the lead pump will start after an adjustable

More information

JC-VSD FP Series II Drives Product Bulletin 1

JC-VSD FP Series II Drives Product Bulletin 1 JC-VSD FP Series II Drives Product Bulletin Code No. LIT-12012081 Issued May 2017 The Johnson Controls VSD FP Series II provides the advanced technology and features of the Johnson Controls VSD Series

More information

MINIMUM OIL BURN/AUTOMATIC FUEL SWAPPING CAPABILITY

MINIMUM OIL BURN/AUTOMATIC FUEL SWAPPING CAPABILITY 1.0 PURPOSE... 2 2.0 MINIMUM OIL BURNING/AUTOMATIC FUEL SWAPPING CAPABILITY NOTIFICATIONS... 3 3.0 MINIMUM OIL BURNING/AUTOMATIC FUEL SWAPPING CAPABILITY CRITERIA... 5 4.0 MINIMUM OIL BURNING/AUTOMATIC

More information

PhD Vibration Monitoring System With Quantum HD

PhD Vibration Monitoring System With Quantum HD Form 070.040-TB (APR 2015) TECHNICAL BULLETIN File: EQUIPMENT MANUAL - Section 70 Replaces: NOTHING Dist: 1, 1a, 1b, 1c, 4a, 4b, 4c PhD Vibration Monitoring System With Quantum HD Please check www.jci.com/frick

More information

SE8300 Series Installation Guide 24 Vac Low Voltage

SE8300 Series Installation Guide 24 Vac Low Voltage Installation Guide 24 Vac Voltage mercial and Hotel/Lodging HVAC Fan Coil Applications CONTENTS Installation 2 Configurable BI/UI Universal Inputs Overview 3 Setup Screen Display 3 Terminal Identification

More information

DRAFT PROPOSAL FOR STORAGE CONNECTION REQUIREMENTS

DRAFT PROPOSAL FOR STORAGE CONNECTION REQUIREMENTS DRAFT PROPOSAL FOR STORAGE CONNECTION REQUIREMENTS January 2018 Contents 1 Introduction and background... 2 2 Definitions and applicability... 2 3 SPM categories types... 3 4 SPM Type A... 4 4.1 Frequency

More information

HGM6410/6420 AUTOMATIC GENERATOR MODULE WITH J1939 INTERFACE SOFTWARE MANUAL

HGM6410/6420 AUTOMATIC GENERATOR MODULE WITH J1939 INTERFACE SOFTWARE MANUAL HGM6410/6420 AUTOMATIC GENERATOR MODULE WITH J1939 INTERFACE SOFTWARE MANUAL SMARTGEN ELECTRONICS Smartgen Electronic Equipment Co., Ltd No.12 Dongqing Street Zhengzhou Henan Province P.R.China Tel : (0086)-371-67992951

More information

VSD Series II Variable Speed Enclosed IntelliPass and IntelliDisconnect Drives

VSD Series II Variable Speed Enclosed IntelliPass and IntelliDisconnect Drives VSD Series II Variable Speed Enclosed IntelliPass and IntelliDisconnect Drives Product Bulletin Code No. LIT-12011814 Issued February 4, 2013 The Johnson Controls VSD Series II Variable Speed Enclosed

More information

Unidrive M400 Fast set-up and diagnostics with real-text display, integrated PLC and safety inputs

Unidrive M400 Fast set-up and diagnostics with real-text display, integrated PLC and safety inputs Unidrive M400 Fast set-up and diagnostics with real-text display, integrated PLC and safety inputs 0.25 kw - 110 kw (0.33 hp - 150 hp) 100 V 200 V 400 V 575 V 690 V Unidrive M400 features Optional AI-485

More information

CPW Current Programmed Winder for the 890. Application Handbook. Copyright 2005 by Parker SSD Drives, Inc.

CPW Current Programmed Winder for the 890. Application Handbook. Copyright 2005 by Parker SSD Drives, Inc. CPW Current Programmed Winder for the 890. Application Handbook Copyright 2005 by Parker SSD Drives, Inc. All rights strictly reserved. No part of this document may be stored in a retrieval system, or

More information

Introduction to Tube and PipeChapter1:

Introduction to Tube and PipeChapter1: Chapter 1 Introduction to Tube and PipeChapter1: This chapter introduces you to the tube and pipe environment in Autodesk Inventor Professional. Using the tube and pipe environment, you can create rigid

More information

Vission 20/20 micro-controller. Operation and service manual

Vission 20/20 micro-controller. Operation and service manual Vission 20/20 micro-controller Operation and service manual Section Title Table of Contents Section Number How To Use This Manual...TOC-8 Section 1 Operational Flow Charts Requirements to Start Compressor...1-1

More information

SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL

SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL Next- Generation Hardware Technology SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL ZACH NETSOV PRODUCT SPECIALIST, CONTEMPORARY CONTROLS May 9, 2017 THE NEED FOR OPEN CONTROLLERS Open protocols such

More information

RA-2000 Airflow Measuring System

RA-2000 Airflow Measuring System RA-2000 Airflow Measuring System Product Bulletin Code No. LIT-1201677 Issued May 2016 Refer to the QuickLIT website for the most up-to-date version of this document. Since 1905, Johnson Controls has provided

More information

GARN Electric Heating Package Owner s Manual

GARN Electric Heating Package Owner s Manual GARN Electric Heating Package Owner s Manual 1 OWNER S MANUAL FOR THE GARN WHS ELECTRIC HEATING PACKAGE Thank you for purchasing GARN equipment. Carefully read this manual. It contains instructions about

More information

MI0559A OXY-BEVEL OPERATIONS MANUAL: Oxy-fuel contouring beveling head with manual tilt function.

MI0559A OXY-BEVEL OPERATIONS MANUAL: Oxy-fuel contouring beveling head with manual tilt function. Page 1 3/21/2014 MI0559A OXY-BEVEL OPERATIONS MANUAL: Oxy-fuel contouring beveling head with manual tilt function. Torches: There are 5 torches total that make up the beveling system. There are two bevel

More information

APPLICATION NOTE Application Note for Torque Down Capper Application

APPLICATION NOTE Application Note for Torque Down Capper Application Application Note for Torque Down Capper Application 1 Application Note for Torque Down Capper using ASDA-A2 servo Contents Application Note for Capper Axis with Reject Queue using ASDA-A2 servo... 2 1

More information

Spartan Controls Millennium Compressor Control Panel Operating Philosophy

Spartan Controls Millennium Compressor Control Panel Operating Philosophy Project: Stock Revision 1 Page 1 Spartan Controls Millennium Compressor Control Panel Operating Philosophy Location: Stock Customer references: Vendor: Vendor document: Spartan Controls Ltd. Operating

More information

Predictive Control Strategies using Simulink

Predictive Control Strategies using Simulink Example slide Predictive Control Strategies using Simulink Kiran Ravindran, Ashwini Athreya, HEV-SW, EE/MBRDI March 2014 Project Overview 2 Predictive Control Strategies using Simulink Kiran Ravindran

More information

D-Case Modeling Environment Integration. Demonstration. Cruise Control System Specification

D-Case Modeling Environment Integration. Demonstration. Cruise Control System Specification D-Case Modeling Environment Integration Demonstration Cruise Control System Specification /6 Table of Contents Scope...4. Objective...4.2 Definition of words...4 2 System Architecture...4 2. System Architecture

More information

Controller over electromechanical fuel dispensers for petrol stations

Controller over electromechanical fuel dispensers for petrol stations Controller over electromechanical fuel dispensers for petrol stations TECHNICAL GUIDE Review date: 05 Jan 2013 Revision number: 1.02 TECHNOTRADE LTD CONTENT REVISION HISTORY... 3 PURPOSE OF THE DOCUMENT...

More information

PROPOSAL FOR STORAGE CONNECTION REQUIREMENTS

PROPOSAL FOR STORAGE CONNECTION REQUIREMENTS PROPOSAL FOR STORAGE CONNECTION REQUIREMENTS Public consultation 15 March 23 April 2018 Contents 1 Introduction and background... 2 2 Definitions and applicability... 2 3 SPM categories types... 3 4 SPM

More information

N-1001 Economizer Logic Network

N-1001 Economizer Logic Network 24-7074- 6, Rev. A N-1001 Economizer Logic Network Product Bulletin N-1001 Issue Date 0316 Features Choice of O.A. Dry Bulb Economizer, Differential Temperature Economizer, or Enthalpy Economizer cycles

More information

System 350 S350P Proportional Plus Integral Temperature Stage Module

System 350 S350P Proportional Plus Integral Temperature Stage Module FANs 930, 930.5 Add-On Modules Section Product/Technical Bulletin S350P Issue Date 0997 System 350 S350P Proportional Plus Integral Temperature Stage Module The S350P is used in conjunction with the A350

More information

Johnson Controls Rooftop Units

Johnson Controls Rooftop Units Johnson Controls Rooftop Units NexusPremier 25-50 Tons NexusPremier Rooftops: 25-50 Tons Unmatched Efficiency NexusPremier commercial rooftop units from Johnson Controls offer class-leading standard efficiency

More information

Breaker failure protection function block description

Breaker failure protection function block description function block description Document ID: PRELIMINARY VERSION User s manual version information Version Date Modification Compiled by Preliminary 24.11.2009. Preliminary version, without technical information

More information

Automatic concealed bollards 275 H600 and 275 H800 Control station

Automatic concealed bollards 275 H600 and 275 H800 Control station Automatic concealed bollards 275 H600 and 275 H800 Control station Technical installation manual CE Declaration Warnings for the installer Bollard electrical connection Technical specifications for control

More information

Pulse Encoder Interface Kit For Use With FlexPak 3000 and WebPak 3000 DC Drives M/N 907FK0101

Pulse Encoder Interface Kit For Use With FlexPak 3000 and WebPak 3000 DC Drives M/N 907FK0101 Pulse Encoder Interface Kit For Use With FlexPak 3000 and WebPak 3000 DC Drives M/N 907FK0101 Instruction Manual D2-3302-3 The information in this manual is subject to change without notice. Throughout

More information

Ventilation in balance

Ventilation in balance Ventilation in balance AIRLINQ - DIGITAL BMS PARAMETERS FOR MODBUS RTU RS485 BASIC INFORMATION The present document is only valid for air handling units with firmware version 6. or newer. The firmware

More information

ELECTRONIC EXPANSION VALVE UPGRADE

ELECTRONIC EXPANSION VALVE UPGRADE Installation & Operating Manual IOM 1148-1 Group: Chiller Part Number: IOM 1148 Effective: October 2016 Supersedes: November 2015 ELECTRONIC EXPANSION VALVE UPGRADE For Centrifugal Chillers Models WSC,

More information

AN RPM to TACH Counts Conversion. 1 Preface. 2 Audience. 3 Overview. 4 References

AN RPM to TACH Counts Conversion. 1 Preface. 2 Audience. 3 Overview. 4 References AN 17.4 RPM to TACH Counts Conversion 1 Preface 2 Audience 3 Overview 4 References This application note provides look up tables for the calculation of RPM to TACH Counts for use with the EMC2103, EMC2104,

More information

A70, A72 Series Temperature Controls for Refrigeration and Heating

A70, A72 Series Temperature Controls for Refrigeration and Heating A70, A72 Series Temperature Controls for Refrigeration and Heating Master Catalog 125 Temperature Controls Section A Product Bulletin A70, A72 Issue Date 0418 Application The A70 single-pole and A72 two-pole

More information

Regeneration of the Particulate Filter by Using Navigation Data

Regeneration of the Particulate Filter by Using Navigation Data COVER STORY EXHAUST AFTERTREATMENT Regeneration of the Particulate Filter by Using Navigation Data Increasing connectivity is having a major effect on the driving experience as well as on the car s inner

More information

TPMS Adapter Instruction Manual. (Tire Pressure Monitoring System)

TPMS Adapter Instruction Manual. (Tire Pressure Monitoring System) TPMS Adapter Instruction Manual (Tire Pressure Monitoring System) Rev 1.1 BEFORE YOU START READ INSTRUCTIONS CAREFULLY BEFORE USE IF YOU HAVE ANY QUESTIONS ABOUT THE USE OF THIS DEVICE, CONTACT YOUR BIMMER

More information

Flare Valves 1/2 inch 2-Way and 3-Way

Flare Valves 1/2 inch 2-Way and 3-Way Valve and Actuator Manual 977 Valve Product Information Section Product Bulletin VTF Series Issue Date 0596 Flare Valves 1/2 inch 2-Way and 3-Way The 1/2 inch flared valve line is designed to accurately

More information

Overvoltage Suppression F7 Drive Software Technical Manual

Overvoltage Suppression F7 Drive Software Technical Manual Overvoltage Suppression F7 Drive Software Technical Manual Software Number: VSF11015X, Drive Models: CIMR-F7UXXXXXX-062, CIMR-F7U40750F-145. Document Number: TM.F7SW.062, Date: 09/17/2010, Rev: 10-09 This

More information

ECO3-601/602 EcoStar III * Chevy Express/GMC Savana Contact Intermotive for additional vehicle applications

ECO3-601/602 EcoStar III * Chevy Express/GMC Savana Contact Intermotive for additional vehicle applications An ISO 9001:2015 Registered Company ECO3-601/602 EcoStar III 2009-2019* Chevy Express/GMC Savana Contact Intermotive for additional vehicle applications * In 2017-2018, the ignition switches on Chevy Express

More information

A419 Series Electronic Temperature Controls with Display and NEMA 1 or NEMA 4X Watertight Enclosures

A419 Series Electronic Temperature Controls with Display and NEMA 1 or NEMA 4X Watertight Enclosures A419 Issue Date February 10, 2003 A419 Series Electronic Temperature Controls with Display and NEMA 1 or NEMA 4X Watertight Enclosures The A419 series controls are single-stage, electronic temperature

More information

P70 Series MICRO-SET TM Pressure Controls for Refrigeration and Air Conditioning, 4-Wire, 2-Circuit Contact Block

P70 Series MICRO-SET TM Pressure Controls for Refrigeration and Air Conditioning, 4-Wire, 2-Circuit Contact Block P70 Series MICRO-SET TM Pressure Controls for Refrigeration and Air Conditioning, 4-Wire, 2-Circuit Contact Block Installation Sheets Manual 121 Pressure Controls Section Technical Bulletin P70 Issue Date

More information

Introduction to Johnson Controls Dampers

Introduction to Johnson Controls Dampers Damper and Actuator Product Guide 268.1 Damper Engineering Section Product Bulletin Issue Date 1297 Introduction to Johnson Controls Dampers For over 100 years, Johnson Controls has been the industry leader

More information

HEATEC TEC-NOTE. Portable fuel tanks. Volumes and Levels. Publication No Revised FIGURE 2. VOLUMES* (GALLONS)

HEATEC TEC-NOTE. Portable fuel tanks. Volumes and Levels. Publication No Revised FIGURE 2. VOLUMES* (GALLONS) HEATEC TEC-NOTE SCOPE This document applies to portable fuel tanks currently manufactured by Heatec (Figure 1). It defines different types of tank volumes and enables users to convert levels to volume.

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

This presentation highlights the work done in developing a simple demo model

This presentation highlights the work done in developing a simple demo model Intro This presentation highlights the work done in developing a simple demo model It involves a thermal/cooling analysis The goal of this model (project) is to come up with a simple model in order to

More information

Robot Arm with Conveyor Belts

Robot Arm with Conveyor Belts Robot Arm with Conveyor Belts This example models a robotic arm and two conveyor belts. One conveyor belts bring blocks to the robot. The robot grabs the block, flips it over and transfers it to another

More information

RD-2000 Round Control Dampers

RD-2000 Round Control Dampers RD-000 Round Control Dampers Product Bulletin Code No. LIT-8105 Issued February 5, 010 Supersedes July, 009 Johnson Controls provides top-quality, low-leakage RD-000 Round Control Dampers for use in Heating,

More information

Chapter 11. Using MAX II User Flash Memory for Data Storage in Manufacturing Flow

Chapter 11. Using MAX II User Flash Memory for Data Storage in Manufacturing Flow Chapter 11. Using MAX II User Flash Memory for Data Storage in Manufacturing Flow MII51011-1.0 Introduction Small capacity, non-volatile memory is commonly used in storing manufacturing data (e.g., manufacturer

More information