Network Variables for Model CM4 LONWORKS Protocol Version 1.2

Size: px
Start display at page:

Download "Network Variables for Model CM4 LONWORKS Protocol Version 1.2"

Transcription

1 Zellweger Analytics, Inc. 405 Barclay Boulevard Lincolnshire, IL USA Tel: Fax: Toll-free: Technical Note Network Variables for Model CM4 LONWORKS Protocol Version Rev Introduction LONWORKS is a communications protocol developed by Echelon Corporation, which facilitates peer-to-peer communication in a control network. Each segment can contain up to 64 nodes and up to 2.7 Km of media. Routers permit expansion of the network to thousands of nodes. Models CM4 and CM4-P gas monitors are available with LONWORKS Interfaces. The CM4 LONWORKS interface device contains five LONMARK objects and 21 network variables. Object 0 is a node object while Objects 1-4 are open-loop sensors measuring gas concentration. Version 1.2 of this software includes a number of enhancements over V1.1, but retains significant compatibility. Improvements include: aggregate network variable output configurable send timers new network variable inputs to facilitate easier control of the instrument The new network variable and configuration inputs for V1.2 are shown in the LONMARK object diagram, Figure1. Other changes for V1.2 include the addition of an aliased address table. This permits a network variable output to be bound to multiple destinations without resorting to group addressing Page 1 of 8

2 CM4 LonMark Device Node Object nvirequest SNVT_obj_request nvireset (new) nvimonitor (new) ncimaxsendt (new) SNVT_elapsed_time nciminsendt (new) SNVT_elapsed_time nvo00status SNVT_obj_status nvo00faults SNVT_switch nvo00faultd nvo00alml nvoafstat (new) SNVT_state nvohrtbeat (new) SNVT_count OpenLoopSensor GasMonPt1 nvo01conc SNVT_ppm_f nvo01flow long nvo01alml OpenLoopSensor GasMonPt2 nvo02conc SNVT_ppm_f nvo02flow long nvo02alml OpenLoopSensor GasMonPt3 nvo03conc SNVT_ppm_f nvo03flow long nvo03alml OpenLoopSensor GasMonPt4 nvo04conc SNVT_ppm_f nvo04flow long nvo04alml Figure 1. LONMARK Object Diagram Page 2 of 8

3 Network Variable Details nvi00request accepts LONMARK commands to start or stop monitor and to reset faults. For more information on this network variable please see the LONMARK Application Layer Interoperability Guidelines and the SNVT Master List and Programmer s Guide. (For more information about LONWORKS, see or Refer to Table 1 for a list of implemented requests. Note that V1.2 software permits performing many of these operations with simpler variables nvimonitor and nvireset: Request Node 0 implementation Node 1-4 implementation 0 RQ_NORMAL start monitor start monitor 1 RQ_DISABLED exit monitor 2 RQ_UPDATE_STATUS retransmit status retransmit status 3 RQ_SELF_TEST 4 RQ_UPDATE_ALARM 5 RQ_REPORT_MASK notify of implementation notify of implementation 6 RQ_OVERRIDE 7 RQ_ENABLE start monitor 8 RQ_RMV_OVERRIDE 9 RQ_CLEAR_STATUS 10 RQ_CLEAR_ALARM clears all alarms, faults clears all alarms, faults Table 1. Implemented Requests nvo00status is the companion LONMARK NV for nvi00request. This conveys information about the CM4's monitoring status, the state of alarms and faults, and the point disable status. The object_id field will increment from 0-4 every 50 seconds as this NVO conveys information about all five objects inside the device. Note, in V1.2 software most of this information is available more conveniently in nvoafstat. See Table 2 for interpretation of nvo00status Page 3 of 8

4 LONMARK Field Name Node 0 interpretation Node 1-4 interpretation Bit position in LONMAKER Browser Hexadecimal representation of field in NVO object_id (16 bits) FFFF invalid_id object_id>4 object_id> invalid_request unimplemented unimplemented request made request made disabled out of monitor disabled by configuration or PntLockOn out_of_limits open_circuit out_of_service mechanical_fault instrument fault instrument fault feedback_failure over_range alarm 2 any pt alarm 2 this pt under_range electrical_fault maintenance maintenance (minor) fault (minor) fault unable_to_measure disabled by fault comm_failure fail_self_test host is dead host is dead self_test_in_progress locked_out manual_control in_alarm alarm 1 any pt alarm 1 this pt in_override report_mask mere capability report Table 2. Interpretation of nvo00status mere capability report nvo00faults of type SNVT_switch, reports the existence of any fault. The state byte of this two-byte structure will contain a FALSE (0x00) if no fault is active or a TRUE (0x01) if a maintenance or an instrument fault exists. The value byte will contain the fault number as defined in Appendix B of the CM4 Technical Handbook. Note, Echelon's tools often divide the value byte by two and present it as a float. For example if fault 39 ("loss of flow") is active then nvo00faults will have the value {0x27,0x01} but LONMAKER will display it as "19.5,1". This NVO indicates the precise cause of the fault to an HMI. For example, it would be possible to program an HMI to display "Transport Error" when nvofaults.value is 37. However, Zellweger Analytics may extend the fault list in future software revisions. nvo00faultd of type reports if a fault is active in a simpler format for use by control devices such as relay boxes. This has the value ST_OFF (0x00) normally, ST_LOW (0x01) if a maintenance fault exists or ST_MED (0x02) if an instrument fault exists Page 4 of 8

5 nvo0xalml (five variables) of type report the alarm state of the CM4. The four variables nvo01alml through nvo04alml convey the alarm level of the four points. The general alarm variable nvo00alml reports the highest alarm level on any point. ST_OFF (0x00) will be transmitted if no alarm exists. ST_LOW (0x01) means that a level 1 alarm exists, while ST_MED (0x02) corresponds to a level 2 alarm. nvo0xconc (four variables) report the concentration of the target gas on the four points. This is always in parts per million as a floating point number in accordance with LONMARK standards. nvo0xflow (four variables) reports the sample flow for each point. This is in cc/minute as a 16-bit integer and is updated every ncimaxsendt. Note that this number is rarely needed, as the CM4 checks for low flow internally. nvoafstat of type SNVT_state is new for V1.2 and reports alarm, fault and monitoring information in a highly condensed 16-bit format as follows: bit function F msb pt4 nc E D C B A lsb hb im FltStat Pt4Alm Pt3Alm Pt2Alm Pt1Alm pt3 nc pt2 nc pt1 nc The meaning of each of the two-bit point alarm and fault fields is as follows: Field Value (binary) PtxAlm meaning FltStat meaning 0,0 no alarm no fault 0,1 level 1 alarm maintenance fault 1,0 level 2 alarm instrument fault 1,1 not used not used Bit "im" (in monitor mode) is TRUE, if and only if the CM4 is in monitor mode. Bit "hb" (heartbeat) toggles every ncimaxsendt to indicate the CM4 is alive. Bits C - F "ptx nc" (no coverage) are TRUE, whenever the point is not capable of detecting gas because monitoring was stopped, the point was unconfigured or a fault occurred. These bits will go FALSE, if the point is monitoring normally. nvohrtbeat is a new variable of type SNVT_count for V1.2. This transmits every ncimaxsendt and increments approximately once per second if communication is working between the CM4 main microprocessor and the LONWORKS gateway. This facilitates verifying that the node is alive by external equipment such as a HMI. However, verification of node health may be available in the HMI low-level networking software, which may be preferable to this application-level verification Page 5 of 8

6 nvireset is a new variable of type for V1.2. This provides a more convenient mechanism for resetting the CM4 than nvirequest. Faults and alarms reset when this input makes a transition from ST_OFF (0x00) to a non-st_low, ST_MED, ST_HIGH, or ST_ON values. nvimonitor is another new variable of type for V1.2. This provides a more convenient mechanism for starting and stopping monitor than nvirequest. Monitoring will stop when this input is updated with ST_OFF. Monitoring will start when this input is updated with a non-st_off value. Other devices on the LONWORKS network must not update this NVI without cause, as this might overwrite commands given on the front panel or otherwise confuse the CM4. nciminsendt and ncimaxsendt are new network configuration inputs which permit adjusting the CM4's frequency of transmission. This facilitates achieving a balance between network loading and timely notification of events. The possible values of nciminsendt and ncimaxsendt are summarized in the following table: Parameter V1.1 V1.2 fixed value Minimum Default Maximum nciminsendt 1 sec 1 sec 2 sec 30 sec ncimaxsendt 50 sec 30 sec 60 sec 120 sec All NVOs are routinely sent every ncimaxsendt. Nvo0xFlow and nvohrtbeat are only propagated at this slow rate. Nvo00Status is sent with the fixed period of 10 seconds per report to cover the state of all five objects every 50 seconds. However, most NVOs are transmitted with the shorter nciminsendt period, if they are non-zero and one time after they become zero. This is intended to conserve network bandwidth under routine conditions while providing timely notification when a problem starts and stops. Additionally, it provides a highly redundant notification of a persistent problem. This scheme applies to nvofaults, nvofaultd, nvo0xalml, nvoafstat and nvo0xconc Page 6 of 8

7 Summary of the Upgrades from Version 1.1 to Version Four network variables have been added nvoafstat nvohrtbeat nvireset nvimonitor 2. Two network configuration inputs have been added ncimaxsendt nciminsendt 3. The alias address table size has been increased from 0 to 45 entries. This facilitates binding the network variable outputs of the CM4 to more than one destination without using group addressing. 4. The number of network output buffers has been increased from 4 to 14. This improves the multiprocessing of the neuron chip and reduces the probability of the neuron entering preemption mode. 5. A random boot-up delay of up to two seconds has been added. This staggers transmissions from otherwise identical CM4s to reduce collisions. 6. The LONMARK program ID has been incremented Page 7 of 8

8 LONWORKS and LONMARK are registered trademarks of Echelon Corp. Zellweger Analytics, Inc. 405 Barclay Boulevard Lincolnshire, IL For more information contact Zellweger Analytics Service Department during normal business hours at: or Hour Emergency Service Hotline: This publication is not intended to form the basis of a contract, and the company reserves the right to amend the design and specification without notice Page 8 of 8

Installation Guide. Bacharach HGM300 to LonWorks FT-10 Communications Adapter

Installation Guide. Bacharach HGM300 to LonWorks FT-10 Communications Adapter 3015-4568 Revision 0 9/11/03 Installation Guide Bacharach HGM300 to LonWorks FT-10 Communications Adapter Introduction The Bacharach HGM300 to LonWorks Communications Adapter enables an HGM300 Refrigerant

More information

DESCRIPTION NOTE. Temperature and Humidity Sensors MODEL 1260B

DESCRIPTION NOTE. Temperature and Humidity Sensors MODEL 1260B Wall mount/indoor transmitter for temperature, relative humidity and two dry contact inputs. Dual dry-contact inputs allow integration of light switches, motion and occupancy sensors in any combination.

More information

OWNER S MANUAL FreeWay. LiteConnector Lon FTT-10 LonWorks -gateway for Exvent AC-series

OWNER S MANUAL FreeWay. LiteConnector Lon FTT-10 LonWorks -gateway for Exvent AC-series OWNER S MANUAL FreeWay LiteConnector Lon FTT-10 LonWorks -gateway for Exvent AC-series Pajatie 8 06150 PORVOO Tel +358 19 529 700 Fax +358 19 529 7044 www.exvent.fi 2004_1 Table of contents TABLE OF CONTENTS...

More information

DESCRIPTION MODEL 1205/1205HA NOTE

DESCRIPTION MODEL 1205/1205HA NOTE Integrated Temperature, Relative Humidity and Dew Point Transmitter. Housed in a rugged stainless steel body offering excellent corrosion protection. RH Accuracy at 25 C:: Model 1205 2% typical / 3% maximum;

More information

Fire Damper Interface (24V)

Fire Damper Interface (24V) Always READ this document BEFORE INSTALLATION. Please Retain for future reference. This product forms part of a life safety system. Failure to correctly store, handle, install and maintain the product

More information

Climatix LON communication with POL SNVTs for Twin Wheel application v1.x

Climatix LON communication with POL SNVTs for Twin Wheel application v1.x Climatix SNVTs for Twin Wheel application v1.x Table of contents 1 About this document...3 1.1 Revision history...3 1.2 Before you start...3 1.3 Reference documents...3 2 Application...4 2.1 General information...4

More information

Fire Damper Interface (230V)

Fire Damper Interface (230V) Always READ this document BEFORE INSTALLATION. Please Retain for future reference. This product forms part of a life safety system. Failure to correctly store, handle, install and maintain the product

More information

Smoke Fire Damper Interface (230V)

Smoke Fire Damper Interface (230V) Always READ this document BEFORE INSTALLATION. Please Retain for future reference. This product forms part of a life safety system. Failure to correctly store, handle, install and maintain the product

More information

Smoke Damper Interface (230V)

Smoke Damper Interface (230V) Always READ this document BEFORE INSTALLATION. Please Retain for future reference. This product forms part of a life safety system. Failure to correctly store, handle, install and maintain the product

More information

FlameGard 5 UV/IR HART

FlameGard 5 UV/IR HART FlameGard 5 UV/IR HART HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized

More information

Climatix LON communication with POL SNVTs for eq zone application v1.x

Climatix LON communication with POL SNVTs for eq zone application v1.x Climatix SNVTs for eq zone application v1.x Table of contents 1 About this document...3 1.1 Revision history...3 1.2 Before you start...3 1.3 Reference documents...3 2 Application...4 2.1 General information...4

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

FlameGard 5 MSIR HART

FlameGard 5 MSIR HART FlameGard 5 MSIR HART Multi-Spectral Infrared Flame Detector HART Communication with the FlameGard 5 Multi-spectral Infrared Detector The information and technical data disclosed in this document may be

More information

Data Aire DAP TM III. LonWorks Protocol Integration Information

Data Aire DAP TM III. LonWorks Protocol Integration Information Data Aire DAP TM III LonWorks Protocol Integration Information Data Aire, Inc. 230 West BlueRidge Avenue Orange, California 92865 Document Number 600-000-685 June 2009 Revision 1.0 Document 600-000-685

More information

Modbus TCP/IP Option Instruction Manual

Modbus TCP/IP Option Instruction Manual W A L C H E M An Iwaki America Company WebMaster Modbus TCP/IP Option Web Master WIND Modbus TCP/IP Option Instruction Manual s825v008 and higher Five Boynton Road Hopping Brook Park Holliston, MA 01746

More information

Data Aire DAP TM III. LonWorks Protocol Integration Information

Data Aire DAP TM III. LonWorks Protocol Integration Information Data Aire DAP TM III LonWorks Protocol Integration Information Data Aire, Inc. 230 West BlueRidge Avenue Orange, California 92865 Document Number 600-000-685 Feb 2011 Revision 2.0 Table of Contents 1 Introduction...

More information

Meridian wiredhart. HART Field Device Specification Goldmine Rd. Monroe, NC USA

Meridian wiredhart. HART Field Device Specification Goldmine Rd. Monroe, NC USA HART Field Device Specification Meridian wiredhart 4320 Goldmine Rd. Monroe, NC 28110 USA HART is a registered trademark of the HART Communication Foundation TABLE OF CONTENTS 1. Introduction...5 1.1 Scope...5

More information

FIRECLASS Networking. Addressable Fire Alarm Control Panels From Software version 21. Product Application and Design Information FC-A-FCNET-A

FIRECLASS Networking. Addressable Fire Alarm Control Panels From Software version 21. Product Application and Design Information FC-A-FCNET-A FIRECLASS Networking Addressable Fire Alarm Control Panels From Software version 21 Product Application and Design Information FC-A-FCNET-A Doc. version 1 23. March 2012 FIRECLASS. Hillcrest Business Park,

More information

USER MANUAL FOR OPERATING SYSTEM

USER MANUAL FOR OPERATING SYSTEM P2262 ALARM PANEL USER MANUAL FOR OPERATING SYSTEM 21765-07 September 1999 Associated Controls (Aust) PTY. LTD. 29 Smith Street, Hillsdale, NSW, 2036. PH (02) 9311 3255, FAX (02) 9311 3779 Page 1 of 177

More information

Multistate Alarm. Introduction

Multistate Alarm. Introduction Object Dictionary 1 Multistate Alarm Introduction The Multistate Alarm object adds the alarming capability for a Boolean or multistate attribute for any object, such as the Present Value of a Binary Input

More information

Introduction. What is the W2W Open controller?

Introduction. What is the W2W Open controller? W2W Open CARRIER CORPORATION 2017 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-538-01 2/8/2017 Verify that you have the most current version of this document

More information

Document # R00

Document # R00 Viconics VT7200 Series PIR Ready Zoning Thermostats General The VT7200 series PIR Ready low-voltage microprocessor-based zoning thermostats have been specifically designed to control either 0-10Vdc, staged,

More information

Applications Application is compatible with Q1 Hardware. Compatible with Heat Pump Unit equipment up to 4 stages of cooling or heating, analog or floating-point valves or digital stages, discharge pressure/variable

More information

Applications Application is compatible with Q1 Hardware. Compatible with Fan Coil Unit equipment up to 4 stages of cooling or heating, analog or floating-point valves or digital stages, discharge pressure/variable

More information

Table of Contents. WSHP Open v3

Table of Contents. WSHP Open v3 WSHP Open v3 Integration Guide CARRIER CORPORATION 2012 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-500-01 11/29/2012 Table of Contents Introduction... 1

More information

Corp L (Supersedes 02/2008)

Corp L (Supersedes 02/2008) Service Literature Corp. 0627L5 0608 (Supersedes 02/2008) IMC LonTalk Module GENERAL The IMC LonTalk module allows communication between the Lennox IMC M17 (version 5.02 and higher) or M18 controller and

More information

ECO N DATE DESCRIPTION OF CHANGE CHG

ECO N DATE DESCRIPTION OF CHANGE CHG Model Number: M21E-24-DIN Description: The product is a loop powered device which controls an unsupervised dual pole output channel suitable to manage 24VAC loads. The M21E-24-DIN is micro-controller operated,

More information

Telemetry Communications Device. Installation Guide. Interface for the Emizon managed network. Issue 1: February 2008

Telemetry Communications Device. Installation Guide. Interface for the Emizon managed network. Issue 1: February 2008 TCD Telemetry Communications Device Installation Guide Interface for the Emizon managed network Issue 1: February 2008 This guide sets out a simple check list together with a step-by-step guide to the

More information

2000 Series. Program Entry Guide. Control Panels

2000 Series. Program Entry Guide. Control Panels 2000 Series EN Program Entry Guide Control Panels 2000 Series Program Entry Guide About This Manual EN 2 About This Manual This guide describes the programming parameters available to the 2000 Series Control

More information

RS485 MODBUS Module 8AI

RS485 MODBUS Module 8AI Version 1.4 15/04/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

SCAN200E USER S MANUAL

SCAN200E USER S MANUAL SCAN200E USER S MANUAL Code No. 2071 1052 rev. 1.4 Code No. 2071 1052 Rev. 1.4 Page 2/16 SCAN200E User s Manual Foreword This manual is for SCAN200E Controller running software version 2.03 or later. We

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

La Marche Manufacturing Company Option 16 Series. Digital Combined Accessory Package. Installation and Operation Manual

La Marche Manufacturing Company   Option 16 Series. Digital Combined Accessory Package. Installation and Operation Manual La Marche Manufacturing Company www.lamarchemfg.com Option 16 Series Digital Combined Accessory Package Installation and Operation Manual This manual is subject to change without notice. You may obtain

More information

AUTOMATION. Operator s Manual RST Series Web Enabled Input Module. Rev. A2, 1/12

AUTOMATION. Operator s Manual RST Series Web Enabled Input Module. Rev. A2, 1/12 AUTOMATION P R O D U C T S GROUP, INC. Operator s Manual RST-5000 Series Web Enabled Input Module Rev. A2, 1/12 Tel: 1/888/525-7300 Fax: 1/435/753-7490 www.apgsensors.com E-mail: sales@apgsensors.com RST-5000

More information

Table of Contents SECTION PAGE SECTION 1 INTRODUCTION Description Features Models... SECTION 2 RS-232 COMMUNICATIONS...

Table of Contents SECTION PAGE SECTION 1 INTRODUCTION Description Features Models... SECTION 2 RS-232 COMMUNICATIONS... SECTION Table of Contents SECTION 1 INTRODUCTION...................... 1.1 Description............................... 1.2 Features................................. 1.3 Models..................................

More information

Waters 2795 Separations Module

Waters 2795 Separations Module S U P P L E M E N T A L R E L E A S E N O T E S Waters 2795 Separations Module Software Update Version 2.05 Firmware Update Version 2.05 Information Version 2.05 firmware incorporates improved checking

More information

PowerCommand FT-10 Network LONWORKS System Annunciator

PowerCommand FT-10 Network LONWORKS System Annunciator PowerCommand FT-10 Network LONWORKS System Annunciator PowerCommand Common Alarm Genset Supplying Load Genset Running Not In Auto High Battery Voltage Low Battery Voltage Charger AC Failure Fail To Start

More information

Safety Manual. XNX TM Universal Transmitter. Table of Contents SIL 2 Certificates Overview Safety Parameters

Safety Manual. XNX TM Universal Transmitter. Table of Contents SIL 2 Certificates Overview Safety Parameters XNX TM Universal Transmitter Safety Manual Table of Contents SIL 2 Certificates Overview Safety Parameters Fault Diagnostic Time Interval Proof Test Proof Testing Procedure Table of Contents 1 SIL 2 Certificate...3

More information

NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS. Firmware versions up to V2.0.X

NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS. Firmware versions up to V2.0.X NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS Firmware versions up to V2.0.X INDUSTRIAL HEAT TRACING SOLUTIONS EN-RaychemNGCUIT2Protocol-IM-H57880 06/15 1/32 Contents Section I Introduction

More information

OPERATOR S MANUAL MODEL AP15/AP15-1/AP15-2 PC-ALARM PANEL

OPERATOR S MANUAL MODEL AP15/AP15-1/AP15-2 PC-ALARM PANEL ap15_2manual04/22/13 Page 1 4/22/2013 1 Serial Number : Option: OPERATOR S MANUAL MODEL AP15/AP15-1/AP15-2 PC-ALARM PANEL Micro Seven, Inc. 1095-K N.E. 25th Hillsboro, OR 97124 U.S.A. phone: 503-693-6982

More information

Universal Monitoring System. Model IMEC8A. User Manual Version 1.10 Software version 2.3.1

Universal Monitoring System. Model IMEC8A. User Manual Version 1.10 Software version 2.3.1 Unit 7/8, Heathrow Causeway Estate, Ariel Way, Hounslow Middlesex, TW4 6JW +44 (0) 208 6302270 www.cpcuk.co.uk Universal Monitoring System Model IMEC8A User Manual Version 1.10 Software version 2.3.1-1

More information

Oracle Communications Performance Intelligence Center

Oracle Communications Performance Intelligence Center Oracle Communications Performance Intelligence Center System Alarms Guide Release 10.2.1 E77506-01 June 2017 1 Oracle Communications Performance Intelligence Center System Alarms Guide, Release 10.2.1

More information

Setup Instructions. This manual is only valid for A36D/TPSD Chargers. equipped with a 341S control card with P341S0012 or P341S0013 software

Setup Instructions. This manual is only valid for A36D/TPSD Chargers. equipped with a 341S control card with P341S0012 or P341S0013 software La Marche Manufacturing Company www.lamarchemfg.com DNP 3.0 Serial (RS232/RS485) and Ethernet (TCP/IP) SCADA Interface for A36D & TPSD Chargers with S2A-341S and S2A-383S communication cards. Option 21P,

More information

Analog Input Module IC670ALG630

Analog Input Module IC670ALG630 1 IC670ALG630 The Thermocouple (IC670ALG630) accepts 8 independent thermocouple or millivolt inputs. Module features include: Self calibration Two data acquisition rates based on 50 Hz and 60 Hz line frequencies

More information

Common Questions & Answers

Common Questions & Answers Common Questions & Answers Summary of Advantages Honeywell has proven manufacturing and design capability, distribution expertise and the field training/support necessary for a successful partnership with

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick CAN OBD READER REFERENCE DESIGN KIT USER GUIDE 1. Standard ToolStick Handling Recommendations The ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent damage

More information

FieldServer Driver - Serial FS Notifier NCA

FieldServer Driver - Serial FS Notifier NCA Driver Version: 1.00 Document Revision: 15 Description FieldServer Driver - Serial FS-8700-98 Notifier NCA The NCA (Network Control Annunciator) Serial driver allows the FieldServer to record data from

More information

NGC-40 Bridge. Modbus Overview. Raychem-AR-H58862-NGC40BridgeModbusOV-EN-1805 nvent.com 1

NGC-40 Bridge. Modbus Overview. Raychem-AR-H58862-NGC40BridgeModbusOV-EN-1805 nvent.com 1 NGC-40 Bridge Overview Raychem-AR-H58862-NGC40BridgeOV-EN-1805 nvent.com 1 Table of Contents 1. NGC-40 Overview... 9 1.1 Example NGC-40 System... 10 2. Legal stuff... 11 3. Protocols... 12 3.1 Data es...

More information

Carbon Monoxide Transmitter

Carbon Monoxide Transmitter Introduction The CO Transmitter uses an electrochemical sensor to monitor the carbon monoxide level and outputs a field-selectable 4-20 ma or voltage signal. The voltage signal may also be set to 0-5 or

More information

Contents. Appendix E: LonWorks Protocol Implementation Conformance Statement Document revision history... 47

Contents. Appendix E: LonWorks Protocol Implementation Conformance Statement Document revision history... 47 WSHP Open v3 CARRIER CORPORATION 2017 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-539-01 2/8/2017 Verify that you have the most current version of this document

More information

MicroTech III Applied Air Handling Unit Controller Protocol Information

MicroTech III Applied Air Handling Unit Controller Protocol Information Engineering Data ED 15112-2 Group: Controls Part Number: ED 15112-2 Date: January 2009 Supersedes: ED 15112-1 MicroTech III Applied Air Handling Unit Controller Protocol Information Networks Networks 2009

More information

SimpleComTools, LLC 1

SimpleComTools, LLC 1 COM1000-SNMP s Simple Network Management Protocol (SNMP) is a popular network management tool. Traditionally, SNMP was designed and used to gather statistics for network management and capacity planning.

More information

Simplex Panel Interface Guide

Simplex Panel Interface Guide Simplex Panel Interface Guide February 2016 SATEON Software Integrations Simplex Panel Interface Guide Issue 1.0, released February 2016 Disclaimer Copyright 2016, Grosvenor Technology. All rights reserved.

More information

CSP-204 CSP-208 CSP-104 CSP-108

CSP-204 CSP-208 CSP-104 CSP-108 Fire Alarm Control Panel CSP-204 CSP-208 CSP-104 CSP-108 Operation manual Firmware version 1.1 csp-x_o_en 06/15 SATEL sp. z o.o. ul. Budowlanych 66 80-298 Gdańsk POLAND tel. 58 320 94 00 www.satel.eu CONTENTS

More information

COCB_ Circuit Breaker (2 state inputs/ 2 control inputs)

COCB_ Circuit Breaker (2 state inputs/ 2 control inputs) MRS752348-MUM Issued: 0/997 Version: F/23.6.2005 Data subject to change without notice COCB_ Circuit Breaker (2 state inputs/ 2 control inputs) Contents. Introduction... 3. Features... 3.2 Application...

More information

Ovation Alarm Management System

Ovation Alarm Management System Ovation Alarm Management System Features Multiple types of fully configurable, easy-tounderstand alarm displays Convenient access to past alarms, returns and state changes Simplified ability to acknowledge,

More information

Honeywell Analytics is pleased to announce the release of Version firmware software for the SPM Flex TM product line.

Honeywell Analytics is pleased to announce the release of Version firmware software for the SPM Flex TM product line. SPM Flex TM Software Release 1.0.6 1998-1017 Rev 1 5/18 Honeywell Analytics is pleased to announce the release of Version 1.0.6 firmware software for the SPM Flex TM product line. Firmware 1.0.6 Update

More information

FS Mircom FX2000 Fire Alarm Panel

FS Mircom FX2000 Fire Alarm Panel Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8705-16 Mircom FX2000 Fire Alarm Panel APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after May 1, 2001 Chipkin Automation

More information

Smartphone Application Development Guide for BatteryMole Bluetooth Battery Monitoring System for Automobiles (BMBT)

Smartphone Application Development Guide for BatteryMole Bluetooth Battery Monitoring System for Automobiles (BMBT) Smartphone Application Development Guide for BatteryMole Bluetooth Battery Monitoring System for Automobiles (BMBT) 4 Peaks Technology LLC. Revision 1.1 05/01/2016 Page 1 of 26 Revision History Revision

More information

HERCULES 6 GRAPHICS SYSTEM

HERCULES 6 GRAPHICS SYSTEM HERCULES 6 GRAPHICS SYSTEM USER MANUAL Protec Fire Detection PLC, Protec House, Churchill Way, Nelson, Lancashire, BB9 6RT. Telephone: +44 (0) 1282 717171 Fax: +44 (0) 1282 717273 Web: www.protec.co.uk

More information

SCS311 / SCS317 Installation Instructions

SCS311 / SCS317 Installation Instructions SCS311 / SCS317 Installation Instructions SCS311 or SCS317 Wireless Programmable Room Thermostat Programmable room thermostats are widely recognised as one of the best ways in which to control central

More information

AKSolutions Data Sheet April 2007 AK882X RF POWER MONITOR. Description: Features:

AKSolutions Data Sheet April 2007 AK882X RF POWER MONITOR. Description: Features: AK882X RF POWER MONITOR Features:. > Operates from 9-30VDC power input > Installs inline to simplify mounting > Bidirectional sensor automatically detects forward and reflected power, and calculates VSWR

More information

FCD-wire Contents. List of Figures

FCD-wire Contents. List of Figures FCD-wire Contents FCD-X21 Configuration 1 Introduction... 1 2 Opening the FCD Application... 1 3 FCD Window... 2 4 FCD LEDs... 3 5 Configuration Operations... 4 FCD Info...4 FCD System Info...5 FCD Interface

More information

La Marche Manufacturing Company Option 46 Series. Digital Combined Accessory Package. Installation and Operation Manual

La Marche Manufacturing Company   Option 46 Series. Digital Combined Accessory Package. Installation and Operation Manual La Marche Manufacturing Company www.lamarchemfg.com Option 46 Series Digital Combined Accessory Package Installation and Operation Manual This manual is subject to change without notice. You may obtain

More information

M15-GSL12P30 M15-GSL12P30S Heat Spy Infrared Thermometer User Manual

M15-GSL12P30 M15-GSL12P30S Heat Spy Infrared Thermometer User Manual M15-GSL12P30 M15-GSL12P30S Heat Spy Infrared Thermometer User Manual WD1097 Rev B 01/29/13 Wahl Instruments, Inc. 234 Old Weaverville Road Asheville, NC 28804 Toll Free 800-421-2853 Phone 828-658-3131

More information

Database for CTS6000 MODBUS

Database for CTS6000 MODBUS Database for CTS6000 MODBUS Valid for: LONcard SW1.7.4B, Variable List V2.02 Version 1.08-4, 01-05-2016 Contents Contents... 2 1. Installation... 3 1.1. Installation and operating instructions... 3 2.

More information

F500 Elite. FIELDBUS ADAPTER. Watchdog NTC to Modbus RTU communications. (Software Version 3.3.0)

F500 Elite. FIELDBUS ADAPTER. Watchdog NTC to Modbus RTU communications. (Software Version 3.3.0) F500 Elite. FIELDBUS ADAPTER. Watchdog NTC to Modbus RTU communications. (Software Version 3.3.0) Approvals: Suitable for use in Hazardous Locations CL II Div 1 GPS E, F & G (CANADA ONLY) CL II Div 2 GPS

More information

OPERATION MANUAL MODEL LC2000 COPYRIGHT 2017 PNEUMERCATOR CO., INC EXPRESSWAY DRIVE NORTH HAUPPAUGE, NY 11788

OPERATION MANUAL MODEL LC2000 COPYRIGHT 2017 PNEUMERCATOR CO., INC EXPRESSWAY DRIVE NORTH HAUPPAUGE, NY 11788 PNEUMERCATOR Liquid Level Control Systems LEAK/POINT LEVEL ALARM CONSOLE OPERATION MANUAL DRAWING NO. 20068 REV. N/C MODEL COPYRIGHT 2017 PNEUMERCATOR CO., INC. 1785 EXPRESSWAY DRIVE NORTH HAUPPAUGE, NY

More information

User s Manual. YTA110, YTA310, YTA320, and YTA710 Temperature Transmitters. Manual Change No

User s Manual. YTA110, YTA310, YTA320, and YTA710 Temperature Transmitters. Manual Change No User s Manual YTA110, YTA310, YTA320, and YTA710 Temperature Transmitters Manual Change No. 16-045 Please use this manual change for the manuals listed below. 1. Applicable manuals, revised item, revised

More information

Tracer Controls. Tracer ZN.520: Unit Controller for Terminal Products TD-PRM001-EN

Tracer Controls. Tracer ZN.520: Unit Controller for Terminal Products TD-PRM001-EN Tracer Controls Tracer ZN.520: Unit Controller for Terminal Products TD-PRM001-EN 2 TD-PRM001-EN General Tracer ZN.520 unit controller is a microprocessor-based direct digital controller that controls

More information

VAC PLC. System Description

VAC PLC. System Description VAC PLC System Description Contents 1 General... 5 1.1 Expressions and phrases... 5 1.2 Locations... 5 1.3 Abbreviations and terms... 6 1.4 Function... 6 1.5 Parts... 7 1.5.1 PLC... 7 1.5.2 Point IO...

More information

NetworX Series. NX-8 Commercial Fire Panel Installation and Startup

NetworX Series. NX-8 Commercial Fire Panel Installation and Startup NetworX Series NX-8 Commercial Fire Panel Installation and Startup 2004 GE Security All rights reserved. Printed in the United States of America. These instructions do not purport to cover all details

More information

Introduction. What is the RTU Open controller?

Introduction. What is the RTU Open controller? TU Open v3 CAIE COPOATION 2017 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-521-01 8/22/2017 Verify that you have the most current version of this document

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

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1 Operation Manual Fighter ProVision Software Version: 0.0 Revision: 1 TABLE OF CONTENTS 1. Introduction 5 2. Software Installation 5 3. PC Users 6 3.1 Introduction 6 3.2 Default Code 6 3.3 Edit PC User

More information

Table of Contents SECTION PAGE

Table of Contents SECTION PAGE Table of Contents SECTION PAGE SECTION 1 INTRODUCTION................... 1.1 Description.............................. 1.2 Features................................ 1.3 Models.................................

More information

POP_ Smoke Detector

POP_ Smoke Detector POP_004308 Smoke Detector Firmware Version : 1.0 Quick Start S This device is a wireless Z-Wave sensor. Exclusion, Inclusion are confirmed by hitting the programm button for 1 sec when the sensor is removed

More information

POP_ Smoke Detector

POP_ Smoke Detector POP_004308 Smoke Detector Firmware Version : 1.0 Quick Start S This device is a wireless Z-Wave sensor. Exclusion, Inclusion are confirmed by hitting the programm button for 1 sec when the sensor is removed

More information

Modbus protocol REGO I

Modbus protocol REGO I Modbus protocol REGO 5200 6 720 814 720-01.1I MODBUS PROTOCOL REGO 5200 REGO 5200, program version: 1.1-0-04 Document version 1.0 --------- Data types, Type, Scale, Offset & Function ----------------------------------------------------------------------

More information

Operating Instructions and Maintenance Manual

Operating Instructions and Maintenance Manual Impact Series Operating Instructions and Maintenance Manual 4.9.4 Enforcer Calibration This is designed for oxygen, flammable (catalytic or IR LEL sensor), carbon monoxide and hydrogen sulfide, using a

More information

Yokogawa DX Ethernet Driver Help Kepware Technologies

Yokogawa DX Ethernet Driver Help Kepware Technologies Yokogawa DX Ethernet Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Device Setup 5 Communications Parameters 7 Optimizing Your Ethernet Communications 9 Data

More information

ADDENDUM TO: RE: INSTALLATION INSTRUCTIONS FOR 5140XM CONTROL USE WITH ISSUE: N6019V1 Feature Changes and New Program Fields This addendum applies to 5140XM Controls which are shipped with firmware EPROM

More information

Danfoss gas detection unit Type GD Heavy Duty

Danfoss gas detection unit Type GD Heavy Duty Data sheet Danfoss gas detection unit Type GD Heavy Duty The Heavy Duty gas detection units are used for monitoring and warning of hazardous Ammonia gas concentrations. They are intended for ATEX/ IECEx

More information

DS9400 Series. Release Notes for Firmware V2.07. Fire Alarm Control Panel

DS9400 Series. Release Notes for Firmware V2.07. Fire Alarm Control Panel DS9400 Series EN Release Notes for Firmware V2.07 Fire Alarm Control Panel DS9400 Series Release Notes for Firmware V2.07 Trademarks Trademarks Gentex is a trademark of Gentex Corporation, Fire Protection

More information

ibox Modbus Server Gateway for the integration of Notifier ID3000 / ID3002 / ID60 / ID50 fire panels in Modbus enabled monitoring and control systems

ibox Modbus Server Gateway for the integration of Notifier ID3000 / ID3002 / ID60 / ID50 fire panels in Modbus enabled monitoring and control systems Honeywell Life Safety Iberia C/Pau Vila 15-19; 08911 Badalona Barcelona T. 902 03 05 45; Internacional:+34932424236 www.honeywelllifesafety.es infohlsiberia@honeywell.com ibox Modbus Server Gateway for

More information

RANGER 7600 DOWNLOADABLE CONTROL COMMUNICATOR INSTALLATION MANUAL

RANGER 7600 DOWNLOADABLE CONTROL COMMUNICATOR INSTALLATION MANUAL RANGER 7600 DOWNLOADABLE CONTROL COMMUNICATOR INSTALLATION MANUAL TABLE OF CONTENTS 1. TABLE OF CONTENTS... P.1 2. GENERAL DESCRIPTION... P.2... 3. STANDARD AND OPTIONAL PARTS LIST... P.2... 4. FEATURE

More information

MicroTech Unit Ventilator

MicroTech Unit Ventilator Open Protocol Data Information Packet Version 2.2 Group: Controls Date: April 1996 MicroTech Unit Ventilator Open Protocol Data Communications 2002 McQuay International - C O N F I D E N T I A L - This

More information

For Raychem ACS-30 Controls Systems

For Raychem ACS-30 Controls Systems ACS-30 Protocol Interface Mapping For Raychem ACS-30 Controls Systems Firmware Version 5.05 THERMAL BUILDING SOLUTIONS EN-RaychemACS30-AR-H58324 03/16 Table of Content Section 1. Introduction... 3 1.1

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

Open Protocol Data Communications

Open Protocol Data Communications MicroTech Series-100 Centrifugal Chiller Open Protocol Data Communications Information Packet Version 3.2 April, 1996 - C O N F I D E N T I A L - This Document may not be copied or reproduced in any way

More information

PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet)

PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet) Instruction Manual PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet) TYPE: PHU INP-TN5A0024-E Note: MODBUS is the registered trade mark of AEG Schneider Aumaion International. NOTICE 1. Exemption items

More information

MicroTech III Rooftop and Self Contained Unit Controller Protocol Information

MicroTech III Rooftop and Self Contained Unit Controller Protocol Information Engineering Data ED 15112-8 Group: Controls Part Number: ED 15112 Date: February 2011 Supersedes: ED 15112-7 MicroTech III Rooftop and Self Contained Unit Controller Protocol Information Networks Networks

More information

F Technical Bulletin SC 370 SMART Modbus Interface

F Technical Bulletin SC 370 SMART Modbus Interface F7904502 Document Revision History Document Versiosion Modbus Map Ver- Date Author Notes 1 10 9/26/17 JGG Document Created Flash Technology, 332 Nichol Mill Lane, Franklin, TN 37067 www.flashtechnology.com

More information

Metasys System Extended Architecture Fire System Integration Using the IFC BACnet Gateway

Metasys System Extended Architecture Fire System Integration Using the IFC BACnet Gateway Metasys System Extended Architecture Fire System Integration Using the IFC BACnet Gateway Code No. LIT-1201993 Software Release 2.1 Issued April 12, 2006 Supersedes July 20, 2005 Document Introduction.................................................

More information

EXD-HP1/2 Stand-alone Superheat/Economizer Controller

EXD-HP1/2 Stand-alone Superheat/Economizer Controller Technical Bulletin EXD-HP1/2 are stand-alone universal superheat and or economizer controllers for heat pumps, heating units, air conditioning and precision cooling such as telecom and shelter applications.

More information

E3 Series Broadband. Description. Features. Intelligent, Networked, Multi-Channel Fire Alarm Control and Emergency Voice Evacuation System

E3 Series Broadband. Description. Features. Intelligent, Networked, Multi-Channel Fire Alarm Control and Emergency Voice Evacuation System Broadband Description Intelligent, Networked, Multi-Channel Fire Alarm Control and Emergency Voice Evacuation System The Broadband System includes the Net- SOLO Broadband System. Like the NetSOLO Broadband

More information

Oracle Communications Performance Intelligence Center

Oracle Communications Performance Intelligence Center Oracle Communications Performance Intelligence Center System Alarms User s Guide Release 10.1 E55927 Revision 2 October 2014 Oracle Communications Performance Intelligence Center System Alarms User s Guide,

More information

RC802/ B 8E1 Modular Fiber-Optic Multiplexer (Rev. M) User Manual

RC802/ B 8E1 Modular Fiber-Optic Multiplexer (Rev. M) User Manual RC802/804-240B 8E1 Modular Fiber-Optic Multiplexer (Rev. M) User Manual Raisecom Technology Co., Ltd. (04/2005) 1. Cautions Please read the following notices carefully before installing and using the device,

More information

FL500 Modbus Communication Operating Manual. Order No.: /00. MSAsafety.com

FL500 Modbus Communication Operating Manual. Order No.: /00. MSAsafety.com FL500 Modbus Communication Operating Manual Order No.: 10193214/00 MSAsafety.com 1000 Cranberry Woods Drive Cranberry Township, PA 16066 A Phone 1-800-MSA-2222 Fax 1-800-967-0398 For your local MSA contacts

More information

Alarm Manager Plug-in

Alarm Manager Plug-in Alarm Manager Plug-in User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may be implemented

More information