Exercise 8. Controlling a Batch Mixing Process EXERCISE OBJECTIVE

Size: px
Start display at page:

Download "Exercise 8. Controlling a Batch Mixing Process EXERCISE OBJECTIVE"

Transcription

1 Exercise 8 Controlling a Batch Mixing Process EXERCISE OBJECTIVE To create a ladder program for controlling a batch mixing process. To test program operation through the completion of verification steps. DISCUSSION Today's PLC's are used in many branches of modern industry, such as rubber and plastic, chemical and petrochemical, power, metals, pulp and paper, materials handling, machining and manufacturing. Automation of industrial processes through the PLC capabilities has brought a substantial improvement in production. Safer and more comfortable working conditions, increased production, efficiency, minimal downtime, higher quality products, are only a few examples of the innumerable system benefits provided by PLC installations. In most applications, PLC installations provided investment payback and additional savings. A good example of industrial process where the PLC can be very beneficial is chemical batch mixing. The PLC controls the ratio of two or more chemicals, determines the mixing time, and monitors the heating temperature, as well as the low and high tank limit levels. This PLC application provides faster batching and consistent formulations from batch to batch. PROCEDURE SUMMARY In the first part of this exercise, you will connect the Lab-Volt PLC Trainer to the computer used to run the P-SIM and RSLogix softwares. You will run P-SIM and select the Batch Simulator, which simulates an automated system controlling chemical batch mixing. You will then create a ladder program in order to control the batch mixing process. You will test program operation through the completion of verification steps. Notice that the Batch Simulator can be controlled in a same manner using ladder programs that are quite different. The student is encouraged to improve the ladder program wherever possible, keeping in mind that fewer programming steps are advisable. EQUIPMENT REQUIRED Refer to the Equipment Utilization Chart, in Appendix A of this manual, to obtain the list of equipment required to perform this exercise. 8-1

2 PROCEDURE Setup G 1. Connect the PLC Trainer, Model , to the computer used to run RSLogix 500 and P-SIM through the P-SIM to PLC Interface, Model Then, connect the computer to the PLC communications port, through a 1761-CBL cable. Note: If you are using the former PLC Trainer Model , connect the PLC Trainer to the computer used to run RSLogix and P-SIM, through the Voltage Converter/Isolator, Model 3242, and the P-SIM to PLC Interface, Model Then, connect the computer to the communication port of the PLC on the PLC Trainer, through the PC Interface, Model (Refer to Figure E-2 of the manual for the detail of the connections to make). G 2. On the PLC Trainer, Model , make sure the V1 and V2 toggle switches of the PLC output jacks are set to 24 VDC (togle switches upward). Note: If you are using the PLC Trainer Model , make sure to connect both PLC output groups to the trainer 24-V DC source, not to the 120 (240)-V AC source, which could damage the interface modules, Models 3243 and G 3. Turn on the computer. Do not start RSLogix 500 for now. G 4. On the computer, start the P-SIM Simulator program In the entry window of P-SIM, select the Serial Port command of the main menu, then select the serial port (COM 1, 2, 3 or 4) that corresponds to the computer serial port to which the P-SIM to PLC Interface module, Model 3243, is connected. G 5. Turn on the PLC Trainer. In the entry window of P-SIM, select the Initialize IO Board command of the main menu, which will bring up a window asking you if you want to reset the IO board now. Click OK to close the box and reset the board. In the entry window of P-SIM, select the Batch Simulator option of P-SIM. This will bring up the Batch Mixing Simulation window (see Figure 8-1). 8-2

3 Figure 8-1. The P-SIM Batch Mixing Simulation window. Controlling a Batch Mixing Process G 6. The P-SIM Batch Mixing Simulation window allows control of an industrial batch mixing process. The purpose of this process is to combine two reactants (A and B) to produce a third product (C). Reactants A and B are first charged into the tank in proportions of two to one. The reactants are then mixed and the temperature is raised to a certain value (temperature setpoint). Then the mixing operation continues for 30 seconds. The temperature is automatically kept at setpoint during this period. The reaction product (C) is then withdrawn from the tank. Observe that the addresses of the input devices in the Batch Mixing Simulation window correspond to the PLC input bit addresses listed in Table

4 BATCH MIXING INPUT DEVICES Momentary-action, normally-closed pushbutton switch S1: I:1/0 Momentary-action, normally-open pushbutton switch S2: I:1/1 Temperature switch: I:1/2 Low-level switch: I:1/3 High-level switch: I:1/4 Flowmeter FL1: I:1/5 Flowmeter FL2: I:1/6 Flowmeter FL3: I:1/7 CORRESPONDING PLC INPUT BIT ADDRESS I:0/0 I:0/1 I:0/2 I:0/3 I:0/4 I:0/5 I:0/6 I:0/7 Table 8-1. Addresses of the Batch Mixing devices and their corresponding PLC input bit address. G 7. Now, observe that the addresses of the output devices in the Batch Mixing Simulation window correspond to the PLC output bit addresses listed in Table 8-2. BATCH MIXING OUTPUT DEVICES Mixer: O:1/0 Pump P1: O:1/1 Pump P2: O:1/2 Pump P3: O:1/3 Heater: O:1/4 RUN lamp: O:1/5 STANDBY lamp: O:1/6 FULL lamp: O:1/7 CORRESPONDING PLC OUTPUT BIT ADDRESS O:0/0 O:0/1 O:0/2 O:0/3 O:0/4 O:0/5 O:0/6 O:0/7 Table 8-2. Addresses of the Batch Mixing devices and their corresponding PLC output bit address. G 8. On the computer, start RSLogix 500 (leave the P-SIM Batch Mixing Simulation window open). In RSLogix, create a new project having the following processor name: ECS8. 8-4

5 G 9. Based on Tables 8-1 and 8-2, write a ladder program for the P-SIM Batch Simulator which will control the following sequence of operations: Upon power up, the STANDBY lamp in the control panel of the batch mixer is lit. The pumps, the mixer, and the heater are off. The RUN and FULL lamps in the batch-mixer control panel are also off. Pressing the START pushbutton (momentary-action, normally-open switch S2, I:1/1), by clicking it using the mouse, starts pump P1, turns the RUN lamp on, and turns the STANDBY lamp off. This causes reactant A to be pumped into the tank. Once flowmeter FL1 has generated 10 pulses, pump P1 is stopped and pump P2 is started. This causes reactant B to be pumped into the tank. Once flowmeter FL2 has generated 10 pulses, pump P2 is stopped, the FULL lamp turns on, the mixer is started, and the heater is turned on. Both reactants are then mixed and heated up to the temperature setpoint. Once the temperature of the reactants reaches the setpoint value, the contacts of temperature switch I:1/2 close. The mixing operation then continues for 30 seconds. During this time interval, the reactant temperature is automatically kept very close to the setpoint value (by switching the heater on and off). After the 30-second mixing interval, pump P3 is started to withdraw the product from the tank, the mixer is stopped, the heater is turned off, and the FULL lamp turns off. Once the level of product in the tank has decreased below the minimum-level limit, the contacts of the LO-LEVEL switch (I:1/3) open. This causes pump P3 to stop and the batch mixing process to repeat (through the starting of pump P1 and so on). Pressing the STOP pushbutton (momentary-action, normally-closed switch S1, I:1/0) stops the system at any sequential step of the mixing process, turns the RUN lamp off, and turns the STANDBY lamp on. At this point, pressing the START pushbutton causes the mixing process to resume from the step reached up to when the system was stopped, the RUN lamp to turn on, and the STANDBY lamp to turn off. The LO-LEVEL switch prevents the mixer and heater from being turned on as long as the level of reactants in the tank is lower that the minimum-level limit. In fact, this switch contacts remain open as long as the level of reactants is lower than the minimum-level limit. When the level of reactants exceeds the maximum-level limit, the contacts of the HI-LEVEL switch (I:1/4) close. This causes pumps P1 and P2 to stop, the RUN lamp to turn off, and the FULL lamp to turn on, 8-5

6 while the STANDBY lamp remains off. This situation remains until the START pushbutton is pressed and kept pressed, thereby starting pump P3 (to withdraw the product from the tank) and turning the RUN lamp on. When the FULL lamp turns off, the START pushbutton can be released without causing pump P3 to stop. Once the level of the product in the tank has decreased below the minimum-level limit, the contacts of the LO-LEVEL switch open. This causes pump P3 to stop and the batch mixing process to repeat (through the starting of pump P1 and so on). Write your ladder program on paper. Note that pulse generation from flowmeters FL1 through FL3 is automatically controlled by the software during the animated process, as well as the opening and closing of the HI- and LO-LEVEL switch contacts. G 10. Enter your ladder program in program file LAD 2 of project ECS8. Verify each rung, then save the project in a project file having the same name as the processor name. Download the project to the PLC. Go online and set the PLC in the Run mode. Testing the Ladder Program with the P-SIM Batch Simulator G 11. Test program operation by completing the verification steps below. If the program fails to function, do not proceed to the next step. Go offline to modify the program as required, then go back online to complete the verification steps. a. Upon power up, the STANDBY lamp in the control panel of the batch mixer should be ON. The pumps, the mixer, and the heater, should be off. The RUN and FULL lamps in the batch-mixer control panel should also be off. b. Press the START pushbutton S2. Pump P1 should start, the RUN lamp should turn on, and the STANDBY lamp should turn off. This causes reactant A to be pumped into the tank. c. Once flowmeter FL1 has generated 10 pulses, pump P1 should stop and pump 2 should start. This causes reactant B to be pumped into the tank. d. Once flowmeter FL2 has generated 10 pulses, pump P2 should stop, the FULL lamp should turn on, the mixer should start, and the heater should turn on. This causes the reactants to be mixed and heated up to the temperature setpoint. e. Once the temperature of the reactants reaches the setpoint value, the mixing operation should continue for 30 seconds. During this time interval, the heater should turn on and off to keep the reactant temperature very close to the setpoint value. 8-6

7 f. After the 30-second mixing interval, pump P3 should start to withdraw the product from the tank, the mixer should stop, the heater should turn off, and the FULL lamp should turn off. g. Once the level of product in the tank has decreased below the minimum-level limit, pump P3 should stop and the batch mixing process should repeat (through the starting of pump 1 and so on). Observe circuit operation through a few cycles to verify that proper control is performed by the PLC. h. Press the STOP pushbutton S1 while reactant A is being pumped into the tank. Pump P1 should stop immediately, the RUN lamp should turn off, and the STANDBY lamp should turn on. i. Press the START pushbutton. Pump P1 should restart, the RUN lamp should turn on, and the STANDBY lamp should turn off. j. Press the STOP pushbutton while reactant B is being pumped into the tank. Pump P2 should stop immediately, the RUN lamp should turn off, and the STANDBY lamp should turn on. k. Press the START pushbutton. Pump P2 should restart, the RUN lamp should turn on, and the STANDBY lamp should turn off. l. Press the STOP pushbutton while the reactants are being mixed and heated. The mixer should stop, the heater should turn off immediately, the RUN lamp should turn off, and the STANDBY lamp should turn on. m. Press the START pushbutton. The mixer should restart, the heater should turn on, the RUN lamp should turn on, and the STANDBY lamp should turn off. n. Press the STOP pushbutton while the reaction product is being withdrawn from the tank. Pump P3 should stop, the RUN lamp should turn off, and the STANDBY lamp should turn on. o. Press the START pushbutton. Pump P3 should restart, the RUN lamp should turn on, and the STANDBY lamp should turn off. p. Stop system operation while reactant A is being pumped into the tank. Force PLC input bit I:0/3 off to simulate a low level of reactant in the tank. Press the Start pushbutton to restart the batch mixing process. Once the required quantity of reactants A and B has been pumped into the tank and the FULL lamp has turned on, the mixer should not start and the heater should remain off because the sensed (detected) level of reactant in the tank is below the low-level limit. Remove the force installed on PLC input bit I:0/3. System operation should resume. q. Stop system operation while reactant B is being pumped into the tank. Force PLC input bit I:0/6 off to simulate a failure of flowmeter FL2. Press the Start pushbutton to restart the batch mixing process. When the level of reactant reaches the high-level limit, pump P2 should stop 8-7

8 immediately, the RUN lamp should turn off, and the FULL lamp should turn on. The STANDBY lamp should remain off. r. Press and hold the START pushbutton (by pressing and holding the mouse left button). Pump P3 should start immediately to withdraw the reactants from the tank and the RUN lamp should turn on. When the FULL lamp turns off, release the START pushbutton. Pump P3 should remain on until the reactants have been completely withdrawn from the tank, and the batch mixing process should restart automatically. s. Stop system operation while reactant A is being pumped into the tank. Remove the force installed on PLC input bit I:0/6. Press the START pushbutton. The batch mixing process should resume. G 12. Have your instructor verify the operation of the program. G 13. When you have finished, set the PLC in Program mode, and clear the PLC memory. G 14. Close RSLogix 500, then close P-SIM. G 15. Turn off the computer. G 16. On the PLC Trainer, make sure that all PLC inputs are deactivated. Turn off the PLC Trainer. Remove all connection leads, if any, and return all the equipment. CONCLUSION In this exercise, you created a ladder program for controlling a batch mixing process. You tested program operation through the completion of verification steps. Industrial processes being composed of dynamic and static elements, PLC programmation can be difficult since the combined effects of these elements are hard to visualize. However, a good understanding of the system requirements, coupled to a systematic, step-by-step system approach, minimize the programmation errors and the time required to troubleshoot and tune the system. 8-8

IntelliPack : 800 Series

IntelliPack : 800 Series 800 Series Models by Function Guide 800T Intelligent Transmitters 800A Intelligent Alarms 890M Math/Computation IntelliPack transmitter units convert sensor inputs to isolated process current or voltage

More information

OVEN INDUSTRIES, INC.

OVEN INDUSTRIES, INC. OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-252 TEMPERATURE CONTROLLER With PLC Inputs Introduction Thank you for purchasing our controller. The Model 5C7-252 is an exceptionally versatile unit and

More information

ModSync Sequencing System Installation & Operation Manual. For use with Fulton Steam Boilers.

ModSync Sequencing System Installation & Operation Manual. For use with Fulton Steam Boilers. ModSync Sequencing System Installation & Operation Manual For use with Fulton Steam Boilers. Revision 3.0 8/21/2008 - 2 - Table of Contents Introduction Page 4 Features Page 4 Sequence of Operation Page

More information

LineGuard 2300 Program User Manual (FloBoss 107)

LineGuard 2300 Program User Manual (FloBoss 107) Form A6251 Part Number D301346X012 November 2012 LineGuard 2300 Program User Manual (FloBoss 107) Remote Automation Solutions Revision Tracking Sheet November 2012 This manual may be revised periodically

More information

Laptop / PC Programming Manual

Laptop / PC Programming Manual Laptop / PC Programming Manual Doc. # Fire PC Program rev B 01.07 This Document is property of Evax Systems, Inc. The Evax Fire Solutions Programmer Components 2 1.0 System Setup 4 1.1 Interface Setup

More information

Quick Alert Remote (QA216R)

Quick Alert Remote (QA216R) Quick Alert Remote (QA216R) Description The QA 216 Remote is used by AT&T to monitor tower lights and turned down facilities. It is a 16-bit alarm unit used to transport discrete alarms from a remote location

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS TT-1343 5/06b INSTALLATION INSTRUCTIONS Original Issue Date: 8/03 Model: Automatic Transfer Switches Equipped with Series 1000 Programmable Controller Market: ATS Subject: Remote Annunciator Kits GM28938-KP1,

More information

R -OFF- 11. Remote control Setup for remote control. S xxxx I xxxx

R -OFF- 11. Remote control Setup for remote control. S xxxx I xxxx 11. Remote control 11.1. Setup for remote control SERIAL R -OFF- S xxxx I xxxx 1. Check the interface parameters for both interfaces (on circulator and PC) and make sure they match. (Serial interface see

More information

Alarm Coordination Connected Components Building Block. Quick Start

Alarm Coordination Connected Components Building Block. Quick Start Alarm Coordination Connected Components Building Block Quick Start Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment.

More information

Instruction manual MTL process alarm equipment. October 2016 CSM 725B rev 2 MTL RTK 725B. Configuration Software Manual

Instruction manual MTL process alarm equipment. October 2016 CSM 725B rev 2 MTL RTK 725B. Configuration Software Manual Instruction manual MTL process alarm equipment October 2016 CSM 725B rev 2 MTL RTK 725B Configuration Software Manual SECTION 1 - INTRODUCTION... 5 Basic Requirements... 5 SECTION 2 - SOFTWARE INSTALLATION...

More information

P2267 NETWORK INTERFACE

P2267 NETWORK INTERFACE P2267 NETWORK INTERFACE USER MANUAL FOR OPERATING SYSTEMS: 22031-03 23636-01 October 2009 Associated Controls (Australia) Pty. Limited 2-4 Norfolk Road Greenacre, NSW, 2190. PH +61 2 9642 4922, FAX +61

More information

Complex alarming made simple

Complex alarming made simple SEL-2523 Annunciator Panel Complex alarming made simple Superbright LEDs provide easily visible alarm indication in any lighting condition. Sequential Events Recorder (SER) data help identify the root

More information

DPR-145 TEMPERATURE PROTECTION RELAY. DPR-145 User Manual V-2.0 ( ) PT100 INPUTS: 4 RELAY OUTPUTS: 4 RS-485 MODBUS PORT VDC SUPPLY -1-

DPR-145 TEMPERATURE PROTECTION RELAY. DPR-145 User Manual V-2.0 ( ) PT100 INPUTS: 4 RELAY OUTPUTS: 4 RS-485 MODBUS PORT VDC SUPPLY -1- DPR-45 User Manual V-2.0 (2..206) DPR-45 TEMPERATURE PROTECTION RELAY PT00 INPUTS: 4 RELAY OUTPUTS: 4 RS-485 MODBUS PORT 9-50VDC SUPPLY DESCRIPTION DPR-45 is a precision unit designed for the temperature

More information

Added password for IP setup page : Password must be in IP format!

Added password for IP setup page : Password must be in IP format! NETWORK POWER MONITOR Release : 21 August 2014 Hardware Version : Version 7 Firmware version 1.00 PC Application Software : Version (latest)...2 Added password for IP setup page : Password must be in IP

More information

TEMPERATURE CONTROL MODULE MODEL R3-TC2

TEMPERATURE CONTROL MODULE MODEL R3-TC2 INSTRUCTION MANUAL R3-TC2 TEMPERATURE CONTROL MODULE MODEL R3-TC2 CONTENTS BEFORE USE... 2 POINTS OF CAUTION... 2 COMPONENT IDENTIFICATION... 2 INSTALLATION... 2 EXTERNAL DIMENSIONS unit: mm (inch)...

More information

Operations Manual TS400. Test Station for G450/G460 Gas Detector

Operations Manual TS400. Test Station for G450/G460 Gas Detector TS400 Test Station for G450/G460 Gas Detector Operations Manual 1194 Oak Valley Dr, Ste 20, Ann Arbor MI 48108 USA (800) 959-0329 (734) 769-0573 www.goodforgas.com GfG Products for Increased Safety Congratulations

More information

User s Manual. TIGER S EYE E-Series Mark V Jockey. TIGERFLOW Systems, Inc Mint Way Dallas, Texas

User s Manual. TIGER S EYE E-Series Mark V Jockey. TIGERFLOW Systems, Inc Mint Way Dallas, Texas User s Manual TIGER S EYE E-Series Mark V Jockey TIGERFLOW Systems, Inc. 4034 Mint Way Dallas, Texas 75237 214-337-8780 www.tigerflow.com TABLE OF CONTENTS Introduction... 4 Sequence of Operation... 5

More information

ALARM OUTPUT MODULE. Product #7736

ALARM OUTPUT MODULE. Product #7736 ALARM OUTPUT MODULE The Alarm Output Module (AOM) enables you to use weather station alarms or commands from your computer to automatically start or stop external devices such as indicator lights, audio

More information

PULSE OXIMETER PACKAGE

PULSE OXIMETER PACKAGE instrumentation and software for research PULSE OXIMETER PACKAGE CANL-425SV-A USER S MANUAL DOC-095 Rev. 1.6 Copyright 2012 All Rights Reserved Med Associates Inc. P.O. Box 319 St. Albans, Vermont 05478

More information

SS2000 Software Configuration Manual

SS2000 Software Configuration Manual SS2000 Software Configuration Manual I SS2000 Configuration Guide Table of Contents Foreword 0 Part I Safety Message to Users of this Software 2 Part II Vehicle Operation 3 1 Installing the... SS2000 Configurator

More information

Adaptive CyCLO Technical and HMI User Guide. CyCLO User Guide. Version th December 2017 REV

Adaptive CyCLO Technical and HMI User Guide. CyCLO User Guide. Version th December 2017 REV CyCLO User Guide Version 2.00 19 th December 2017 REV 2.00 1 Contents 1. Hardware... 3 1.1. Introduction... 3 1.2. Electrical Specification... 3 1.3. Board Overview... 4 1.4. Electrical Installation...

More information

B-40/B-41 Modulating Temperature Controller

B-40/B-41 Modulating Temperature Controller INSTALLATION & OPERATING INSTRUCTIONS B-40/B-41 Modulating Temperature Controller For Raytherm Boilers & Water Heaters H2 514-4001 WH2 2100-4001 Catalog No. 5000.70 Effective: 12-21-11 Replaces: NEW P/N

More information

Applications and Examples

Applications and Examples Applications and Examples Comat AG Bernstrasse 4 CH-3076 Worb Tel. +41 (0)31 838 55 77 www.comat.ch info@comat.ch Fax +41 (0)31 838 55 99 Contents General remarks to the examples... 3 Applications, Examples

More information

VTI MODEL itc5000 HEAT TRACING CONTROL SYSTEM OPERATIONS MANUAL

VTI MODEL itc5000 HEAT TRACING CONTROL SYSTEM OPERATIONS MANUAL VTI MODEL itc5000 HEAT TRACING CONTROL SYSTEM OPERATIONS MANUAL 1 Operations Manual for the VTI Model itc5000 Heat Tracing Control System Description The VTI Model itc5000 Heat Tracing Control System consists

More information

Allen Bradley SLC 500 SLC 500 SLC 5 Slc 500 Installation Manual PPT - Ebook Market

Allen Bradley SLC 500 SLC 500 SLC 5 Slc 500 Installation Manual PPT - Ebook Market Slc 500 Manual Allen Bradley SLC 500 SLC 500 SLC 5 - Buy New and Remanufactured GE Fanuc Allen-Bradley PLC SLC 500 PLC Parts securely on-line. Pricing and Inventory levels are updated hourly. Slc 500 Installation

More information

HOBO U14 Data Logger User Manual

HOBO U14 Data Logger User Manual HOBO U14 Data Logger User Manual The U family of data loggers offers reliability and convenient monitoring for applications that require higher accuracy, better resolution, more memory, or USB connectivity

More information

Replaceable LED modules. Sleep or unattended mode. Auto-silence and auto-acknowledge

Replaceable LED modules. Sleep or unattended mode. Auto-silence and auto-acknowledge Replaceable LED modules 11 Alarm Sequences as per ISA-18.1 standard Each channel/window fully field programmable RS232 or RS485 MODBUS-RTU communication Repeat relay for each window and multifunction relays

More information

Dry Contact Probe DCP (#30008)

Dry Contact Probe DCP (#30008) Dry Contact Probe DCP (#30008) The Networked Robotics DCP probe enables network data collection of the state of any normally open or normally closed switch. This product can sense alarm contact outputs

More information

Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping. Touch Panel PPI

Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping. Touch Panel PPI HumiTherm Ultra Temperature + Humidity (%RH) Control & Recording System with 8 / 16 Channel Mapping Mapping Unit Micro PLC Control Unit Touch Panel Touch Operation Panel PPI HumiTherm Ultra GSM Module

More information

Fire Operator Workstation (Fire OWS) User s Guide

Fire Operator Workstation (Fire OWS) User s Guide Fire Operator Workstation (Fire OWS) User s Guide 1-1 Fire Operator Workstation (Fire OWS) User s Guide Introduction This user s guide details the components, capabilities, and operation procedures of

More information

Pump-Up Controller MODEL 4062

Pump-Up Controller MODEL 4062 Pump-Up Controller 4-20mA Input/Scalable Output Seal Fail Monitoring Duplex Pump Alternation Hand-Off-Auto Controls Dual Run-time Meters RS-485/Modbus Communications DESCRIPTION The Model 4062 Pump-Up

More information

INDOOR CLIMATE OF A SINGLE ZONE

INDOOR CLIMATE OF A SINGLE ZONE IDA Indoor Climate and Energy Basic Course INDOOR CLIMATE OF A SINGLE ZONE Guide Copyright EQUA Simulation AB February 2018 Purpose This is the first part of the IDA ICE basic course 1, where you get started

More information

with internal sensor (channel 1) with an external sensor (channel 2) A-Editor software, Professional AK20 version (not for version AK4)

with internal sensor (channel 1) with an external sensor (channel 2) A-Editor software, Professional AK20 version (not for version AK4) Examples of use Example Creating an SMS-based alarm with confirmation A project file must first be created using the A-Editor software. This project file is then stored in the alarm modem. The alarm modem

More information

PBI Manual. Paradox to KNX-BUS Interface

PBI Manual. Paradox to KNX-BUS Interface PBI 64-192 Paradox to KNX-BUS Interface Manual GDS Intelligence in Buildings El. Benizelou 116 Nea Erithrea, 14671 Phone: +30 2108071288 Email: info@gds.com.gr Web: gds.com.gr Contents 1 Device description...

More information

GLOBAL. InstallatIon & operation manual

GLOBAL. InstallatIon & operation manual InstallatIon & operation manual INDEX 1. INTRODUCTION... 5 2. FEATURES AND FUNCTIONS 2.1 Reporting Options... 2.2 Interfaces... 2.3 Programming... 2.4 Indicators and Controls...... 6 6 6 6 6 3. INSTALLATION...

More information

Centroid Snet 2. Battery Management Software. User Manual V1.1. Eagle Eye Power Solutions, LLC Keeping an Eye on Your Critical Power!

Centroid Snet 2. Battery Management Software. User Manual V1.1. Eagle Eye Power Solutions, LLC Keeping an Eye on Your Critical Power! Eagle Eye Power Solutions, LLC Keeping an Eye on Your Critical Power! Centroid Snet 2 Battery Management Software User Manual V1.1 www.eepowersolutions.com Tel: 1-877-805-3377 info@eepowersolutions.com

More information

TCII micro-temperature Controller INSTRUCTION MANUAL

TCII micro-temperature Controller INSTRUCTION MANUAL TCII micro-temperature Controller INSTRUCTION MANUAL July 2004 Copyright by N.B. Datyner, 2004 All rights reserved., PO Box 11387, Norfolk, VA 23517 Phone: (800) 398-4262 Fax: (800) 398-9262 Email: info@cellmc.com

More information

WaterFurnace FX10 Application Guide Reversible Chiller

WaterFurnace FX10 Application Guide Reversible Chiller 2011 WaterFurnace FX10 Application Guide Reversible Chiller Introduction This manual provides information about the FX10 Water Source Heat Pump (WSHP) controller as it relates to dual compressor water

More information

Pump-Down Controller MODEL 4052

Pump-Down Controller MODEL 4052 Pump-Down Controller 4-20mA Input/Scalable Output Seal Fail Monitoring Duplex Pump Alternation Hand-Off-Auto Controls Dual Run-time Meters RS-485/Modbus Communications DESCRIPTION The Model 4052 Pump-Down

More information

PONY 2/4 User Guide 2017

PONY 2/4 User Guide 2017 PONY 2/4 User Guide 2017 Table of Contents Dose Selection 2 Cleaning 3 Waste Drawer 4 Programming 5 Formatting 6 Error Codes 8 software version v.2.12.01 August 2017 1 Dose Selection Standby All keys are

More information

Dryer Master DM510 Commissioning Guide

Dryer Master DM510 Commissioning Guide COMMISSIONING GUIDE Dryer Master DM510 Dryer Moisture Systems Inc. 640 Superior Drive Waterloo, Ontario Phone 519.725.4700 Fax 519.885.4300 USA & Canada Toll Free 1-888-318-0009 E-mail: info@dryermaster.com

More information

M3092 Programmer. User s Manual. M3096B-33 E Copyright 2017 SELCO

M3092 Programmer. User s Manual. M3096B-33 E Copyright 2017 SELCO User s Manual Copyright 2017 SELCO SELCO Betonvej 11 - DK-4000 Roskilde Denmark Phone: 45 7026 1122 - Fax: 45 7026 2522 e-mail: selco@selco.com www.selco.com Table of contents 1 INTRODUCTION...4 2 SOFTWARE

More information

Manual & Technical Documentation V1.1

Manual & Technical Documentation V1.1 Manual & Technical Documentation V1.1 tado Smart Thermostat tado Extension Kit ENGLISH Content Product Packages Compatibility Intelligence & Security Functions Smart Thermostat Usage Menu Structure Special

More information

Transfer Switch Features

Transfer Switch Features 1-1 Product Description The Automatic Transfer Switch Option may be added to any FD type Fire Pump Controller whenever automatic transfer from normal to alternate power is required. The automatic Transfer

More information

ATS Annunciator - MODBUS

ATS Annunciator - MODBUS GE Zenith Controls ATS Annunciator - MODBUS Model 150047443 Quick Start Guide ATS Annunciator monitors and controls up to 8 Automatic Transfer Switches equipped with the MX150/250 Controller. Before getting

More information

Sentient. Downloader Manual D4854

Sentient. Downloader Manual D4854 Sentient Downloader Manual D4854 Dycon Ltd Tel: +44 (0)1443 471 060 Fax: +44 (0)1443 479 374 Cwm Cynon Business Park Mountain Ash CF45 4ER - UK www.dyconsecurity.com sales@dyconsecurity.com TABLE OF CONTENTS

More information

READ AND SAVE THESE INSTRUCTIONS

READ AND SAVE THESE INSTRUCTIONS XXXXXXX-0 EN 1904 READ AND SAVE THESE INSTRUCTIONS BASIC-PLC CONTROLLER MANUAL For all Condair desiccant dryer with equipped with Basic- PLC valid from version: PLC-35/PLC-45 18.04.03 Dehumidification

More information

User Manual. Digi-Sense TC9600 Advanced Multiparameter Temperature Controller with Thermocouple, Thermistor, and RTD Inputs

User Manual. Digi-Sense TC9600 Advanced Multiparameter Temperature Controller with Thermocouple, Thermistor, and RTD Inputs User Manual Digi-Sense TC9600 Advanced Multiparameter Temperature Controller with Thermocouple, Thermistor, and RTD Inputs Models 89800-13 and 89800-14 THE STANDARD IN PRECISION MEASUREMENT Table of Contents

More information

T M. User Manual. MarinaGuard. Ground Fault Monitoring Panel For Marina Shore Power

T M. User Manual. MarinaGuard. Ground Fault Monitoring Panel For Marina Shore Power T M User Manual MarinaGuard Ground Fault Monitoring Panel For Marina Shore Power NAE1095810 / 03.2013 T M Bender Inc. USA: 700 Fox Chase Coatesville, PA 19320 Toll-Free: 800-356-4266 Phone: 610-383-9200

More information

rvm4c Installation Guide Remote Video Module

rvm4c Installation Guide Remote Video Module rvm4c EN Installation Guide Remote Video Module rvm4c Installation Guide Installation Diagrams EN 2 Installation Diagrams for the Transmitting Unit rvm4c Installation Guide Basic Hardware Installation

More information

Dryer Master DM510 Users Guide

Dryer Master DM510 Users Guide DRYER MASTER DM510 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

INSTALLATION/OPERATING INSTRUCTIONS BCP-3. Hot Water Reset Control For up to 3 Boilers. How the BCP-3 operates... 1:4 1:3 1:2 1:1.

INSTALLATION/OPERATING INSTRUCTIONS BCP-3. Hot Water Reset Control For up to 3 Boilers. How the BCP-3 operates... 1:4 1:3 1:2 1:1. INSTALLATION/OPERATING INSTRUCTIONS BCP-3 Hot Water Reset Control For up to 3 Boilers The BCP-3 establishes ambient comfort by varying the temperature of the heating system's circulating hot water in response

More information

E N G L I S H FIRE ALARM ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE STAND-ALONE FAAST LT MODELS FL0111E FL0112E FL0122E. 367 mm.

E N G L I S H FIRE ALARM ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE STAND-ALONE FAAST LT MODELS FL0111E FL0112E FL0122E. 367 mm. E N G L I S H FIRE ALARM ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE STAND-ALONE FAAST LT MODELS FL0E FL0E FL0E mm mm 0 mm DESCRIPTION The LT FL0 Series is part of the Fire Alarm Aspiration

More information

FLOW CONTROLLER TYPE S/601

FLOW CONTROLLER TYPE S/601 Checked Version Release date QA V4.2.6 F1 F2 EN 26.01.2012 Manual FLOW CONTROL FLOW CONTROLLER TYPE S/601 MODELS F1 AND F2 INTRODUCTION Thank you for using the S/601 flow and batch control series. This

More information

Transfer Switch Features

Transfer Switch Features 1-1 Product Description The Automatic Transfer Option may be added to any FD type Fire Pump Controller whenever automatic transfer from normal to alternate power is required. The automatic Transfer and

More information

QuadraTouch Pro Software Manual Dryer Control System

QuadraTouch Pro Software Manual Dryer Control System QuadraTouch Pro Software Manual Dryer Control System Software is constantly changing. Make sure you are up to date with Sukup s newest software. New software and manuals are available for download at:

More information

User Manual. Digi-Sense TC9500 Advanced Multiparameter Temperature Controller with Thermocouple, Thermistor, and RTD Inputs

User Manual. Digi-Sense TC9500 Advanced Multiparameter Temperature Controller with Thermocouple, Thermistor, and RTD Inputs User Manual Digi-Sense TC9500 Advanced Multiparameter Temperature Controller with Thermocouple, Thermistor, and RTD Inputs Models 89800-03 and 89800-04 THE STANDARD IN PRECISION MEASUREMENT Table of Contents

More information

DENVER PUBLIC SCHOOLS DESIGN AND CONSTRUCTION STANDARDS This Standard is for guidance only. SECTION IBAS LIGHTING CONTROL

DENVER PUBLIC SCHOOLS DESIGN AND CONSTRUCTION STANDARDS This Standard is for guidance only. SECTION IBAS LIGHTING CONTROL PART 0 A/E INSTRUCTIONS 0.01 DESIGN REQUIREMENTS A. Minimum lighting control (base scope of work) shall include all corridors. The lighting in all the corridors shall be turned on (if not already on) if

More information

Syncro Matrix Analogue Addressable Fire Alarm Mimic Panel Product Manual

Syncro Matrix Analogue Addressable Fire Alarm Mimic Panel Product Manual Syncro Matrix Analogue Addressable Fire Alarm Mimic Panel Product Manual Australia Issue 01 April 2012 Contents 1 Introduction 3 2 Safety 3 3 Installation 4 3.1 Mounting the Cabinet 4 4 Specifications

More information

Allen Bradley Plc Training Manual

Allen Bradley Plc Training Manual Allen Bradley Plc Training Manual If searching for the book Allen bradley plc training manual in pdf form, then you've come to the loyal site. We present the complete edition of this ebook in PDF, doc,

More information

FILE # PLC LADDER LOGIC DIAGRAM FOR A GARAGE DOOR OPENER

FILE # PLC LADDER LOGIC DIAGRAM FOR A GARAGE DOOR OPENER 22 April, 2018 FILE # PLC LADDER LOGIC DIAGRAM FOR A GARAGE DOOR OPENER Document Filetype: PDF 258.01 KB 0 FILE # PLC LADDER LOGIC DIAGRAM FOR A GARAGE DOOR OPENER Ladder logic wiring diagram along with

More information

Ventilation in balance

Ventilation in balance Ventilation in balance control and operation Airlinq IF 2013 The Airlinq AM L control panel has won two design awards at if 2013 for its innovative design one award for if product design and if communication

More information

Frequently asked questions: Intelligent Transmitter Series

Frequently asked questions: Intelligent Transmitter Series Frequently asked questions: Intelligent Transmitter Series The Wilcoxon family of Intelligent Transmitters, relay alarms, and communication modules can be used to implement low-cost online vibration monitoring

More information

Instructions for the hand-held micro terminal of the fan motor control system, TBLZ-2-75 SILVER C

Instructions for the hand-held micro terminal of the fan motor control system, TBLZ-2-75 SILVER C Instructions for the hand-held micro terminal of the fan motor control system, TBLZ-2-75 SILVER C 1. General The hand-held micro terminal is used for setting the motor parameters of the SILVER C. 2. Installation

More information

ViewMatrix. Software for Online Monitoring & Control of Matrix2000 Conventional Fire Alarm Panels. Version: 2.0 Revision: 0.1

ViewMatrix. Software for Online Monitoring & Control of Matrix2000 Conventional Fire Alarm Panels. Version: 2.0 Revision: 0.1 ViewMatrix Software for Online Monitoring & Control of Matrix2000 Conventional Fire Alarm Panels Version: 2.0 Revision: 0.1 CONTENTS 1. Introduction...3 2. Keyboard...5 2.1 POWER indication - Normal Operation...5

More information

CBI-064. User Manual. Caddx to KNX-BUS Interface

CBI-064. User Manual. Caddx to KNX-BUS Interface CBI-064 Caddx to KNX-BUS Interface User Manual GDS Intelligence in Buildings El. Venizelou 116 Nea Erithrea 14671 Tel: +30 2108071288 Email: info@gds.com.gr Web: gds.com.gr Contents 1 Device Description...

More information

USER S GUIDE. AXIS Cross Line Detection

USER S GUIDE. AXIS Cross Line Detection USER S GUIDE AXIS Cross Line Detection User s Guide Rev. 1.00 Copyright Axis Communications AB, 2009 November 2009 Part no. 36687 AXIS Cross Line Detection AXIS Cross Line Detection is a trip-wire application

More information

Fridge-tag 2 OPERATION MANUAL ENGLISH PAGE 1-35 GEBRAUCHSANWEISUNG DEUTSCH SEITE with external sensor

Fridge-tag 2 OPERATION MANUAL ENGLISH PAGE 1-35 GEBRAUCHSANWEISUNG DEUTSCH SEITE with external sensor with external sensor OPERATION MANUAL ENGLISH PAGE -35 GEBRAUHSANWEISUNG DEUTSH SEITE 36-70 ontent Page ) Display explanations 3 2) State of delivery / Sleep Mode 4 3) Gathering information prior to device

More information

SECTION : CAMPUS CENTRAL METERING SYSTEM DESIGN

SECTION : CAMPUS CENTRAL METERING SYSTEM DESIGN Brown University Department of Facilities Management Design & Construction Standards 26 09 01 Campus Central Metering System Design SECTION 26 09 01: CAMPUS CENTRAL METERING SYSTEM DESIGN 1. GENERAL A.

More information

Tri-Stack Smart System

Tri-Stack Smart System Tri-Stack Smart System TM Notes & Warnings - The protection provided by this equipment may be impaired if it is not used in the manner specified herein. - Ensure all wiring meets applicable national and

More information

CONTROL PANEL INTERFACE ACTIVATE THE GENERATOR DISPLAY INTERFACE MENUS. Control Panel USING THE AUTO/OFF/MANUAL SWITCH

CONTROL PANEL INTERFACE ACTIVATE THE GENERATOR DISPLAY INTERFACE MENUS. Control Panel USING THE AUTO/OFF/MANUAL SWITCH CONTROL PANEL INTERFACE USING THE AUTO/OFF/MANUAL SWITCH With the switch set to AUTO, the engine may crank and start at any time without warning. Such automatic starting occurs when utility power source

More information

MODEL SF-10 CONTROL OPERATION AND INSTRUCTION MANUAL

MODEL SF-10 CONTROL OPERATION AND INSTRUCTION MANUAL MODEL SF-10 CONTROL OPERATION AND INSTRUCTION MANUAL The SF-10 Temperature Control () is an efficient boiler operator with a digital LCD display with backlight, a boiler pump output, and an alarm. The

More information

VARIABLE RATE INFUSION PUMP

VARIABLE RATE INFUSION PUMP instrumentation and software for research VARIABLE RATE INFUSION PUMP PHM-100VS-AC USER S MANUAL DOC-302 Rev. 1.0 Copyright 2016 All Rights Reserved P.O. Box 319 St. Albans, Vermont 05478 Phone: 802.527.2343

More information

Fridge-tag 2 E OPERATION MANUAL ENGLISH PAGE 1-36 MODE D EMPLOI FRANCAIS PAGE with internal sensor

Fridge-tag 2 E OPERATION MANUAL ENGLISH PAGE 1-36 MODE D EMPLOI FRANCAIS PAGE with internal sensor with internal sensor OPERATION MANUAL ENGLISH PAGE -36 MODE D EMPLOI FRANAIS PAGE 37-7 ontent Page ) Display explanations 3 2) State of delivery / Sleep Mode 4 3) Gathering information prior to device

More information

Generator Condition Monitor (GCM-X)

Generator Condition Monitor (GCM-X) UTILITY SYSTEMS Generator Condition Monitor (GCM-X) Installation and Operation Manual GA0353P01 Rev. G Contents Specifications... 6 Application... 7 Principle of Operation... 7 System Description... 9

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) FEATURES AND SPECIFICATIONS MOLYTEK 2702 AND 3702 RECORDERS 2702 3702 REV: 03302004 Standard Specifications for Model

More information

Monitoring Software for NPBC-V3M-1 User Manual

Monitoring Software for NPBC-V3M-1 User Manual Monitoring Software for NPBC-V3M-1 User Manual User Manual ver 1.5 page 1 of 14 Contents: 1. Introduction... 3 2. Requirements... 3 3. Installing the software... 4 4. Connecting the devices... 4 5. Updating

More information

1.1 Setup Installation

1.1 Setup Installation Page 1 of 7 Author: Reviewer: QA Approval: Date: Date: Date: A. OBJECTIVE This document describes the operation of the Sanyo Ultra-Low Temperature Freezer in The University of Iowa Dezii Translational

More information

PowerRouter application guideline

PowerRouter application guideline PowerRouter application guideline Software installation tool - version 3.4 Before operating the PowerRouter, you may initialize the PowerRouter by using the PowerRouter software installation tool. The

More information

PSM CONTROL & MANAGEMENT PRODUCT CATALOGUE. GAMATRONIC, A SolarEdge Division. 17 Hartom Street, Jerusalem , Israel

PSM CONTROL & MANAGEMENT PRODUCT CATALOGUE. GAMATRONIC, A SolarEdge Division. 17 Hartom Street, Jerusalem , Israel PSM CONTROL & MANAGEMENT PRODUCT CATALOGUE GAMATRONIC, A SolarEdge Division 17 Hartom Street, Jerusalem 9777517, Israel 1-800-20-70-90 Tel: +972-2-5888277 Fax: +972-2-5710663 SalesIL.Gama@solaredge.com

More information

Supervisor Standard Edition

Supervisor Standard Edition Supervisor Standard Edition Installation Manual Heat-Tracing Controller Configuration and Monitoring Software INSTALL-119 (Europe) 1 / 18 Contents Section 1 Introduction...3 1.1 Welcome...3 1.2 Vital Information...3

More information

w SYSTEM DESCRIPTION The Hu//Lyophi/izer System (LP-0106) performs the freeze-drying of liquid pharmaceutical product. It has a 300 ft2 shelf area

w SYSTEM DESCRIPTION The Hu//Lyophi/izer System (LP-0106) performs the freeze-drying of liquid pharmaceutical product. It has a 300 ft2 shelf area w SYSTEM DESCRIPTION The Hu//Lyophi/izer System (LP-0106) performs the freeze-drying of liquid pharmaceutical product. It has a 300 ft2 shelf area which will accommodate the processing of not less than

More information

FEATURE ARTICLE. The PLCA-800 Series Inline Particle Sensor for Chemical Solutions. Yoshihito Yuhara. Abstract

FEATURE ARTICLE. The PLCA-800 Series Inline Particle Sensor for Chemical Solutions. Yoshihito Yuhara. Abstract FEATURE ARTICLE Technical Reports The PLCA-800 Series Inline Particle Sensor for Chemical Solutions Yoshihito Yuhara Front end process Sensor module Wafer preparation process Film formation Photo lithography

More information

DS1286 Watchdog Timekeeper

DS1286 Watchdog Timekeeper www.dalsemi.com FEATURES Keeps track of hundredths of seconds, seconds, minutes, hours, days, date of the month, months, and years; valid leap year compensation up to 2100 Watchdog timer restarts an out-of-control

More information

Option M16.x Configurable I/O extension cards, four multi-inputs (4-20 ma/0-5 V/Pt100) Description of option Functional description

Option M16.x Configurable I/O extension cards, four multi-inputs (4-20 ma/0-5 V/Pt100) Description of option Functional description MULTI-LINE 2 DESCRIPTION OF OPTION Option M16.x Configurable I/O extension cards, four multi-inputs (4-20 ma/0-5 V/Pt100) Description of option DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: +45 9614 9614

More information

D A R A - 4. Data Aire Relay Auto-Changeover

D A R A - 4. Data Aire Relay Auto-Changeover D A R A - 4 Data Aire Relay Auto-Changeover WARNING: If adding the DARA-4 panel to existing units that did not include a DARA-4 panel when originally purchased it will be necessary to add a relay or relays.

More information

PEGAsys. Multi-Loop Intelligent Suppression Control System FEATURES DESCRIPTION. Effective: March 2007 K

PEGAsys. Multi-Loop Intelligent Suppression Control System FEATURES DESCRIPTION. Effective: March 2007 K PEGAsys Multi-Loop Intelligent Suppression Control System A UTC Fire & Security Company Effective: March 2007 K-76-028 FEATURES UL Listed CSFM Approved MEA Approved Peer-to-Peer Networking (to 32 nodes)

More information

Metasys Integrator Cleaver-Brooks Application

Metasys Integrator Cleaver-Brooks Application Metasys Connectivity Technical Manual 69. Metasys Integrator Section Application Note Issue Date 0900 APPLICATION NOTE Metasys Integrator Cleaver-Brooks Application lntroduction Page Application Details

More information

Installer Manual KNX Touchscreen Thermostat

Installer Manual KNX Touchscreen Thermostat Installer Manual 02952 KNX Touchscreen Thermostat Index GENERAL FEATURES AND FUNCTIONALITY from page 5 ETS PARAMETERS AND COMMUNICATION OBJECTS from page 7 COMMUNICATION OBJECTS GENERAL FEATURES AND FUNCTIONALITY

More information

Welcome to MultiSight TM Vision Sensor Hands-On Lab

Welcome to MultiSight TM Vision Sensor Hands-On Lab Welcome to MultiSight TM Vision Sensor Hands-On Lab About This Hands-On Lab Welcome to the MultiSight TM Vision Sensor Hands-On Lab! This session provides you with an opportunity to explore the functionality

More information

ACT2-CS Convenience Store Controller

ACT2-CS Convenience Store Controller Refrigeration Systems Technical Manual 804 Product Bulletins Section Product Bulletin Issue Date 0899 ACT2-CS Convenience Store Controller The ACT2-CS Convenience Store Controller is a fully programmable,

More information

725B Configuration Software Manual

725B Configuration Software Manual 725B Configuration Software Manual REV DATED DESCRIPTION AUTHOR APPROVED 0 09-03-10 First Issue P.Cartmell Page 1 of 80 SECTION 1 - SOFTWARE INSTALLATION... 5 725B ConfigurationSoftware Installation...

More information

Operations Manual TS400. Test Station for G450/G460 Gas Detector

Operations Manual TS400. Test Station for G450/G460 Gas Detector TS400 Test Station for G450/G460 Gas Detector Operations Manual 1194 Oak Valley Dr, Ste 20, Ann Arbor MI 48108 USA (800) 959-0329 (734) 769-0573 www.gfg-inc.com GfG Products for Increased Safety Congratulations

More information

Ambient Temperature/ Relative Humidity & Dew Point Temperature Sensors to USB Output. Model LFS108B

Ambient Temperature/ Relative Humidity & Dew Point Temperature Sensors to USB Output. Model LFS108B Ambient Temperature/ Relative Humidity & Dew Point Temperature Sensors to USB Output Model LFS108B Copyright 2018 - LLC. All rights reserved. Table of Contents Quick Start... 3 1- Introduction... 4 2-

More information

SAFETY INFORMATION AND WARNINGS

SAFETY INFORMATION AND WARNINGS This manual refers to the Model SST-3 control panel manufactured since October 31, 2013, which uses a universal (100 277 VAC; 50/60 Hz) power supply. Older units use a voltage-specific power supply and

More information

RF SCOUT PLUS INSTRUCTION MANUAL. Dielectric, LLC 22 Tower Rd. Raymond, ME Phone: January 2015, Rev B 1

RF SCOUT PLUS INSTRUCTION MANUAL. Dielectric, LLC 22 Tower Rd. Raymond, ME Phone: January 2015, Rev B 1 RF SCOUT PLUS INSTRUCTION MANUAL Dielectric, LLC 22 Tower Rd. Raymond, ME 04071 Phone: 800.341.9678 www.dielectric.com 21 January 2015, Rev B 1 WARNING Powering RF sensors above +30dBm (1W) will cause

More information

Water Hero P-100. P-100 Components:

Water Hero P-100. P-100 Components: Water Hero P-100 Thank you for purchasing the Water Hero P-100. The P-100 offers wholebuilding leak detection, mitigation, and water usage monitoring. P-100 Components: Main Controller Water Meter, Sensor

More information

AK SM 800 Commissioning Guide

AK SM 800 Commissioning Guide AK SM 800 Commissioning Guide AK-SM 800 step-by-step ADAP-KOOL Oy Danfoss Ab / Kylmäosasto 1 Intro... 3 Connection to the system... 5 Software version... 7 Preferences wizard... 8 Users wizard... 10 Alarm

More information

Roth Touchline. German quality since User manual quick and easy guide 1/10

Roth Touchline. German quality since User manual quick and easy guide 1/10 Roth Touchline User manual quick and easy guide German quality since 97 /0 20 V Pump N N L L 20 V 20 V 2 V 2 V c/o in %H c/o out c/o in Trafo out /TB in N L eco CH CH 2 CH CH 2V 2V 2V 2V 2V 2V Touchline,

More information

CONsOlIDATOR 4 & 8. MulTI- C h ANNEl CONTROllERs. ConsoliDator 4 Model PD940 ConsoliDator 4 Features. ConsoliDator 8 Features.

CONsOlIDATOR 4 & 8. MulTI- C h ANNEl CONTROllERs. ConsoliDator 4 Model PD940 ConsoliDator 4 Features. ConsoliDator 8 Features. CONsOlIDATOR 4 & 8 MulTI- C h ANNEl CONTROllERs ConsoliDator 4 Model PD940 ConsoliDator 4 Features Four 4-20 Four 4-20 Outputs ConsoliDator 8 Features Eight 4-20 Two 4-20 Outputs Common Features Four Pulse

More information