Application Note. How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O.

Size: px
Start display at page:

Download "Application Note. How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O."

Transcription

1 Application Note How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O Introduction The LVM-250 Voltage Monitor is used in conjunction with the ecna to monitor the power line for a voltage sag or a voltage loss. The LVM-250 sends the measured RMS line voltage to the ecna via the LIN serial link. The ecna monitors this voltage and based on user defined parameters generate events that can be used to stop or pause the SMS and other equipment in the event of an under voltage condition. Using the LVM-250 with the ecna automation assumes the booth equipment (including the network) is back-up powered by an Uninterruptable Power Supply (UPS). In the event of a power line voltage loss, the equipment should be automatically shut down in a controlled manner. There are a couple of ways to use the LVM-250 to monitor the power line in the booth. You can use one at each screen to monitor the power line at each distribution panel or use one LVM-250 to monitor the power line for the entire booth. This application note describes the latter. However, you can apply the same concepts to implement the former. Networked ecnas can use Virtual I/O to control and monitor line voltage events. Virtual I/O consists of 16 user-defined I/O control flags that can be used by any ecna on the Ethernet network that are part of the same Multicast Group. An LVM-250 can be connected to any one of the ecnas. This ecna is configured to control virtual output control flags based on line voltage events. All other ecnas are configured to monitor these flags. For the purposes of this application note, the ecna that is connected to the LVM-250 is referred to as the Master. All other ecnas are Slaves. The ecnas must be running firmware version or later. 1

2 Example If the line voltage drops below 185 volts, a 10 second timer starts. If the voltage goes above 190 volts before the 10 second timer expires, the timer is reset and the SMS will continue to play. If the voltage stays below 185 volts for longer than 10 seconds, the SMS will be paused. If the voltage is restored (above 190 volts) before 1 minute, the SMS is restarted if the voltage is okay for 5 seconds. If the voltage is restored after 1 minute, the SMS remains paused. This example uses Line Voltage Low, Line Voltage OK 1 and Line Voltage OK 2 events to implement this control. 1 Setting up the ecna Master The following configuration is required at the master. Setup LVM-250 Parameters Setup Control Flag Names Setup Virtual I/O Setup Macros Setup Triggers 1.1 Setup LVM-250 Parameters Configure the LVM-250 parameters as shown. Voltage logging is optional. Parameter Name Symbol Definition Lower Voltage Threshold V TL Establishes the low voltage trip point. Range = 0 to 250 volts Upper Voltage Threshold V TU Establishes the upper voltage okay point. Range = 0 to 250 volts Voltage Low Event Hold-Off Time T VLH Sets the delay from the line voltage not okay condition to the Line Voltage Low Event. Range = 0:00 to 59:59 mm:ss Voltage Low Window Time T VLW Establishes a time period where the Voltage OK 1 Event can occur. Range = 0:00 to 59:59 mm:ss Voltage OK Event Hold-Off Time T VOH Sets the delay from the from the line voltage okay condition to the Line Voltage OK 1 and OK 2 Events. Range = 0:00 to 59:59 mm:ss Voltage Logging Period Voltage Logging Lower Threshold Voltage Logging Upper Threshold Sets the Voltage Logging interval. Range = 0:00 to 59:59 mm:ss. 0:00 disables logging. Logs readings only below this threshold Logs readings only above this threshold 2

3 The three Line Voltage events that are used as triggers are described below. Line Voltage Low - This event occurs when the line voltage goes below the Lower Voltage Threshold, V TL for a time greater than the Voltage Low Event Hold-Off Time, T VLH. Line Voltage OK 1 - This event can only occur inside the Voltage Low Window. This event occurs when the line voltage returns to the okay condition and remains okay for a time greater than the Voltage OK Event Hold-Off Time, T VOH. Line Voltage OK 2 - This event can only occur outside the Voltage Low Window. This event occurs when the line voltage returns to the okay condition and remains okay for a time greater than the Voltage OK Event Hold-Off Time, T VOH. This diagram illustrates how the Line Voltage events are generated. The red line represents the line voltage (RMS value). When the voltage drops below the Lower Voltage Threshold, V TL, the Voltage Low Hold-off, T VLH, and the Voltage Low Window, T VLW, timers start to tick. If the Voltage Low Holdoff timer, T VLH, is allowed to expire, the Line Voltage Low Event is generated. If the voltage goes above the Upper Voltage Threshold, V TU, before the Voltage Low Window timer, T VLW, expires, the Voltage Okay Hold-off timer, T VOH, starts to tick. If this timer is allowed to expire, the Line Voltage OK 1 Event is generated. If the voltage goes above the Upper Voltage Threshold, V TU, after the Voltage Low Window timer, T VLW, expires, the Voltage Okay Hold-off timer, T VOH, starts to tick. If this timer is allowed to expire, the Line Voltage OK 2 Event is generated. 1. The Voltage Low Hold-off timer, T VLH, is reset if the voltage goes above the Upper Voltage Threshold, V TU and the Line Voltage Low event will not be generated. 2. The Voltage Okay Hold-off timer, T VOH, is reset if the voltage falls below the Lower Voltage Threshold, V TL, and the Line Voltage OK 1 or the Line Voltage OK 2 event will not be generated. 3. The Voltage Low Window timer, T VLW, is reset if the voltage goes above the Upper Voltage Threshold, V TU. 3

4 1.2 Setup Control Flag Names Out 1, Out 2 and Out 3 control flags will be configured as virtual outputs controlled by the Line Voltage events. These will be used by all other ecnas on the network. Out 4 will be used as the Voltage Monitoring (VM) control flag. If the voltage returns to the okay condition after 1 minute, the VM flag is set. This prevents the SMS from restarting if the voltage is restored. The flag must be cleared so the ecna is ready to sense the next power outage. This should happen on a start or resume by setting Out 4 to Off with an output command or a macro. 1.3 Setup Virtual I/O Assign these output flags to the Virtual I/O output bits as follows. VOut 1 is configured for Maintained so that any Slave that joins the group can detect the under voltage condition. VOut 2 and VOut 3 are configured for Pulsed. 1.4 Setup Macros In order to keep these macros simple for this example, we are only controlling the start and pause of the SMS. In a practical application, you may need to control other devices such as the projector, sound processor and lights. These macros CAI SendF1 to start the SMS and SendF2 to pause the SMS. Assign names to these two message in the CAI SendFx Names screen. Macro 1: The SMS Start macro starts the SMS and clears the Voltage Monitor flag if the Line Voltage Low flag is not set. This macro can be started from an input, a key press or a command from a CAI client. The Exit If instruction prevents the ecna from sending the Start SMS command in an under voltage condition. 4

5 Macro 2: The SMS Pause/Stop macro is executed when the Line Voltage Low event pauses the SMS (if the VM flag has not been set). Macro 3: The Set VM Flag macro sets the Voltage Monitoring (VM) flag. This macro is executed if the Voltage OK 2" event occurs preventing the ecna from sending the Start SMS command to resume the playlist. The second instruction causes the Voltage OK 2" event to be sent to other ecnas. Macro 4: The Auto Resume macro resumes the SMS only if the Voltage Monitoring (VM) flag is cleared. Aux Out 2 is placed before the Exit If instruction so the Voltage OK 1 output is always sent to other ecnas regardless of the state of the VM Flag. 1.5 Setup Triggers Assign the triggers as follows. 5

6 2 Setting up the ecna Slaves Slaves are configured to monitor the Virtual output flags controlled by the master ecna. Since the slaves are not looking at the Line Voltage events, you can disable the LVM-250 on all slaves. The following configuration is required at each of the slaves. Setup Control Flag Names Setup Virtual I/O Setup Macros Setup Triggers 2.1 Setup Control Flag Names In 1, In 2 and In 3 control flags will be used as virtual inputs to monitor the Line Voltage events controlled by the master ecna. Just as in the master ecna, Out 4 will be used as the Voltage Monitoring (VM) control flag for the same purpose. Again, if the voltage returns to the okay condition after 1 minute, the VM flag is set. This prevents the SMS from restarting if the voltage is restored. The flag must be cleared so the ecna is ready to sense the next power outage. This should happen on a start or resume by setting Out 4 to Off with an output command or a macro. 2.2 Setup Virtual I/O Assign the input flags to the Virtual I/O input bits as follows. 6

7 2.3 Setup Macros Macro 1: The SMS Start macro starts the SMS and clears the Voltage Monitor flag. This macro can be started from an input, a keypress or a command from a CAI client. Macro 2: The SMS Pause/Stop macro is executed when the Line Voltage Low event pauses the SMS (if the VM flag has not been set). Macro 3: The Set VM Flag macro sets the Voltage Monitoring (VM) flag. This macro is executed if the Voltage OK 2" event occurs preventing the ecna from sending the Start SMS command to resume the playlist. Macro 4: The Auto Resume macro resumes the SMS (only if the VM flag is cleared). 7

8 2.4 Setup Triggers Assign the triggers as follows. These are similar to the master ecna, except that the events are caused by the virtual inputs. Testing Start the test by running macro 1 at all ecnas to start the SMS playlist. Remove the line voltage from the LVM-250. If you wait more than 10 seconds the SMS will be paused. If you restore the voltage before the 1 minute Voltage Low Window Time, the SMS playlist will resume. Conclusion This is just one of many ways to use the Line Voltage events to automatically control the booth equipment on a line voltage fault using Virtual I/O. Virtual I/O can be used for control purposes for other global events such as a building fire alarm. See Application Note AN101. 8

LVM-250 Isolated Line Voltage Monitor

LVM-250 Isolated Line Voltage Monitor LVM-250 Isolated Line Voltage Monitor The LVM-250 is designed to measure 2-wire single phase 50/60Hz line voltage up to 250 VAC. It is used in conjunction with the ecna automation to monitor the power

More information

TN034 - Geo-Fencing with the SkyRouter TN November, Geo-Fencing with the SkyRouter (TN034)

TN034 - Geo-Fencing with the SkyRouter TN November, Geo-Fencing with the SkyRouter (TN034) 1. Applicability Geo-Fencing with the SkyRouter (TN034) All 4200, 4400, and 4550 models with required firmware upgrade. For the 4200/440 the required firmware is 4.02.02.07 or 6.00.01.00 or newer and for

More information

HCA Tech Note 102. Checkbox Control. Home Mode aka Green Mode

HCA Tech Note 102. Checkbox Control. Home Mode aka Green Mode Checkbox Control There is a lot you can do in HCA to achieve many functions within your home without any programs or schedules. These features are collectively called Checkbox control as many of the items

More information

5096 FIRMWARE ENHANCEMENTS

5096 FIRMWARE ENHANCEMENTS Document Number A100745 Version No.: 4.4.1 Effective Date: January 30, 2006 Initial Release: September 19, 2005 1. Fixed display of logged memory date and time broken in version 4.3. 2. Allow time samples

More information

PACSystems* RX3i IC695MDL765

PACSystems* RX3i IC695MDL765 March 2011 PACSystems* RX3i IC695MDL765 Digital Output Module with Diagnostics 16-Channel The 24/125 volt DC 2A Smart Digital Output module, IC695MDL765, provides 16 discrete outputs in two isolated groups

More information

HPVFP High Performance Full Function Vector Frequency Inverter

HPVFP High Performance Full Function Vector Frequency Inverter Advanced User Manual HPVFP High Performance Full Function Vector Frequency Inverter HP VER 1.00 1. HPVFP Parameter Set Overview...3 1.1. About this section...3 1.2. Parameter Structure Overview...3 1.3.

More information

CS-200. PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL

CS-200. PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL CS-200 PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL CS-200 Operation and Service Manual Page 2 Manufactured by: LINCAST INTERNATIONAL PTY. LTD. 2/3 Sir Laurence Drive

More information

Revision 1. March 21, ADC Operation Manual N 11 th St San Jose CA

Revision 1. March 21, ADC Operation Manual N 11 th St San Jose CA Revision 1 March 21, 2017 ADC Operation Manual www.mountztorque.com - 1080 N 11 th St San Jose CA 95112 408.292.2214 1 Index 1. Installation 3 1.1 Required PC specification 3 1.2 Software 3 2. Operation

More information

PARAMETER LIST MICROFUSION

PARAMETER LIST MICROFUSION MICROFUSION PARAMETER LIST MicroFUSION controllers contain nonvolatile EEPROMs, and writing too frequently to an individual parameter may wear out the EEPROM and cause the controller to fail. Control Concepts

More information

MIPI I3C Interface Advanced Features

MIPI I3C Interface Advanced Features Radu Pitigoi-Aron Principal Engineer, Systems Architect QUALCOMM Technologies, Inc MIPI I3C Interface Advanced Features Outline MIPI I3C intelligent multifeatured interface List of main bus management

More information

The operator interface consists of an LCD and eight keys. Use the interface to program and operate the triggering controller.

The operator interface consists of an LCD and eight keys. Use the interface to program and operate the triggering controller. Nordson Corporation OPERATOR S CARD P/N 1017461C Sure Coat Triggering Controller Operator Interface WARNING: Allow only qualified personnel to perform the following tasks. Follow the safety instructions

More information

1. Use of the application program

1. Use of the application program s GAMMA instabus 12 A1S2 Blind, 2 inputs 207301 1. Use of the application program 2. Product description 2.1. Description of the blind actuator UP 520/31 2.2. Delivered with the blind actuator UP 520/31

More information

Global Navigation Satellite System for IE 5000

Global Navigation Satellite System for IE 5000 Global Navigation Satellite System for IE 5000 Configuring GNSS 2 Information About GNSS 2 Guidelines and Limitations 4 Default Settings 4 Configuring GNSS 5 Configuring GNSS as Time Source for PTP 6 Verifying

More information

BandMaster V Manual. Installation

BandMaster V Manual. Installation BandMaster V Manual Installation Installing and configuring the BM-5 BandMaster V is a simple process. All the configuration process is done from the front panel. Installation and configuration steps are

More information

13. Before making a service call Trip information and remedies

13. Before making a service call Trip information and remedies . Before making a service call Trip information and remedies.1 Trip causes/warnings and remedies When a problem arises, diagnose it in accordance with the following table. If it is found that replacement

More information

DESCRIPTION NOTE. Power Supply MODEL 2200A PM

DESCRIPTION NOTE. Power Supply MODEL 2200A PM Instantly integrate any standard power meter with a pulse output into the LonWorks digital network. The firmware executes on a NeuroLogic Research Model 2200A and provides a low-cost interface to two power

More information

ServoDMX OPERATING MANUAL. Check your firmware version. This manual will always refer to the most recent version.

ServoDMX OPERATING MANUAL. Check your firmware version. This manual will always refer to the most recent version. ServoDMX OPERATING MANUAL Check your firmware version. This manual will always refer to the most recent version. WORK IN PROGRESS DO NOT PRINT We ll be adding to this over the next few days www.frightideas.com

More information

Quick Reference Guide

Quick Reference Guide Quick Reference Guide Use this guide for quick reference when you want to: Change Time and Day... page 2 Review or Change Watering Day Schedule... pages 2-3 Review or Change Program Start Times... page

More information

WARRANTY. Long Range Systems, LLC, 20 Canal St, Suite 4N, Franklin, NH 03235

WARRANTY. Long Range Systems, LLC, 20 Canal St, Suite 4N, Franklin, NH 03235 WARRANTY Long Range Systems, Inc. warrants the trap release product against any defects that are due to faulty material or workmanship for a one-year period after the original date of consumer purchase.

More information

APPENDIX A PARAMETER DESCRIPTIONS

APPENDIX A PARAMETER DESCRIPTIONS APPENDIX A PARAMETER DESCRIPTIONS CONTENTS Page INTRODUCTION A.5 CHANNEL PARAMETERS #101 -#102 Channel Frequencies A.5 #103 Microcomputer Clock Offset A.6 #104 Transmitter Power A.6 #105 Squelch A.6 #106

More information

LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide

LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide M-5578/0516 M-5578/0516 Section TABLE OF CONTENTS 1 Introduction... 1 2 Quick Guide on Getting Started... 2 Mounting the LVTX-10 Series

More information

ATS-I USER MANUAL. Tecnoelettra srl Dal Via Vioni Dimo, S.Rocco di Guastalla (RE)

ATS-I USER MANUAL. Tecnoelettra srl Dal Via Vioni Dimo, S.Rocco di Guastalla (RE) USER MANUAL ATS-I Tel.+39.0522.832004 P1/17 ATS-I User manual Fax.+39.0522.832012 Tecnoelettra_EN.doc P.1/17 Index General description...3 Electrical specifics...3 Device operative logic...4 Manual mode...4

More information

Chapter 15: Serial Controlled (HF) Radio Support

Chapter 15: Serial Controlled (HF) Radio Support 15-1 Chapter 15: Serial Controlled (HF) Radio Support This section describes the controller's interface for serial controlled radios. Most such radios are for the HF bands, but some such as the FT-736

More information

B Robo Claw 2 Channel 25A Motor Controller Data Sheet

B Robo Claw 2 Channel 25A Motor Controller Data Sheet B0098 - Robo Claw 2 Channel 25A Motor Controller Feature Overview: 2 Channel at 25A, Peak 30A Hobby RC Radio Compatible Serial Mode TTL Input Analog Mode 2 Channel Quadrature Decoding Thermal Protection

More information

Thorsten Reibel, Training & Qualification Global Application and Solution Team

Thorsten Reibel, Training & Qualification Global Application and Solution Team JUNE 2017 Gateways DG/S x.64.1.1 Part 2 BU EPBP GPG Building Automation Thorsten Reibel, Training & Qualification Global Application and Solution Team Agenda New Generation DALI-Gateways DG/S x.64.1.1

More information

Robus 600/1000. Programmable functions using the Oview programmer. STF ROBUS Rev00 Firmware: RF02

Robus 600/1000. Programmable functions using the Oview programmer. STF ROBUS Rev00 Firmware: RF02 Robus 600/1000 Programmable functions using the Oview programmer STF ROBUS 600-1000 Rev00 Firmware: RF02 COMMON FUNCTIONS name This parameter enables the user to assign the automation with a name other

More information

B & D Enterprises 1P repeater controller pg 1 INTRODUCTION:

B & D Enterprises 1P repeater controller pg 1 INTRODUCTION: B & D Enterprises 1P repeater controller pg 1 INTRODUCTION: The 1P is a basic repeater controller. The controller uses low power devices and stores all commands and system status in non-volatile EE prom.

More information

BeeLine TX User s Guide V1.1c 4/25/2005

BeeLine TX User s Guide V1.1c 4/25/2005 BeeLine TX User s Guide V1.1c 4/25/2005 1 Important Battery Information The BeeLine Transmitter is designed to operate off of a single cell lithium polymer battery. Other battery sources may be used, but

More information

How to Guide: Controlling Blinds in C-Bus

How to Guide: Controlling Blinds in C-Bus How to Guide: Controlling Blinds in C-Bus This document is a guide to controlling electrical blinds with C-Bus. Part 1 shows how the blind could be controlled by C-Bus directly and part 2 shows how C-Bus

More information

Addendum SmartPAC Third Party Communications Firmware

Addendum SmartPAC Third Party Communications Firmware Addendum SmartPAC Third Party Communications Firmware The SmartPAC Third Party Communications Firmware option enables SmartPAC 2 and the original SmartPAC to transmit real-time and status information to

More information

Guidelines to Using a Three Phase Voltage Monitor

Guidelines to Using a Three Phase Voltage Monitor September 2000 Guidelines to Using a Three Phase Voltage Monitor Introduction A phase monitor can be used with any three phase motor. A monitor such as the Copeland 085-0160-00 is recommended for monitoring

More information

IDA 4 XM V 1.X. Installation and configuration of IDA 4 XM User Manual

IDA 4 XM V 1.X. Installation and configuration of IDA 4 XM User Manual IDA 4 XM V 1.X Installation and configuration of IDA 4 XM User Manual IMPORTANT SAFETY INSTRUCTIONS - Switch the device s power off before any maintenance operation (changing the CU card, etc.) - The 24V

More information

SECTION LOW VOLTAGE ACTIVE HARMONIC FILTER SYSTEM NEMA 1 ENCLOSED

SECTION LOW VOLTAGE ACTIVE HARMONIC FILTER SYSTEM NEMA 1 ENCLOSED SECTION 16280 LOW VOLTAGE ACTIVE HARMONIC FILTER SYSTEM NEMA 1 ENCLOSED PART 1 - GENERAL 1.1 SUMMARY This specification defines the requirements for active harmonic filter systems in order to meet IEEE-519-2014

More information

Brushless DC Motor Controller Specification Assemblies 025F0248

Brushless DC Motor Controller Specification Assemblies 025F0248 Brushless DC Motor Controller Specification Assemblies 025F0248 600A1099 Rev. B April 4 th, 2014 Revision History EC Date Description Rev EC54318 09/03/13 Initial Release A EC58093 04/04/14 Added cap discharge

More information

Servo Switch/Controller Users Manual

Servo Switch/Controller Users Manual Servo Switch/Controller Users Manual March 4, 2005 UK / Europe Office Tel: +44 (0)8700 434040 Fax: +44 (0)8700 434045 info@omniinstruments.co.uk www.omniinstruments.co.uk Australia / Asia Pacific Office

More information

Virtual Measurements & Control. Packaging Controller 7/8/99

Virtual Measurements & Control. Packaging Controller 7/8/99 Virtual Measurements & Control Packaging Controller 7/8/99 OVERVIEW... 2 HARDWARE... 2 CONTROL... 3 OPERATIONAL SEQUENCE SINGLE FILL MODE... 6 OPERATIONAL SEQUENCE BATCH FILL MODE... 8 EXITING SMARTS...

More information

SMD I 2 C Digital RGB Color Sensor CLS-16D17-34-DF6/TR8

SMD I 2 C Digital RGB Color Sensor CLS-16D17-34-DF6/TR8 SMD I 2 C Digital RGB Color Sensor Features CMOS technology High sensitivity for Red, Green, and Blue light source Programmable exposure time Convert incident light intensity to digital data 16-bit CS

More information

User Configurable POSITION 303 DATA OUTPUT 450 HEADING 910

User Configurable POSITION 303 DATA OUTPUT 450 HEADING 910 WinFrog Device Group: Device Name/Model: Device Manufacturer: Device Data String(s) Output to WinFrog: WinFrog Data String(s) Output to Device: WinFrog Data Item(s) and their RAW record: GPS TRACS TDMA

More information

MICROPROCESSOR-BASED METERING EQUIPMENT SECTION 16901C PART 2

MICROPROCESSOR-BASED METERING EQUIPMENT SECTION 16901C PART 2 PART 1 PART 2 PRODUCTS 2.01 MANUFACTURERS A. Eaton products B.. C.. The listing of specific manufacturers above does not imply acceptance of their products that do not meet the specified ratings, features

More information

S! Applications & Widgets

S! Applications & Widgets S! Appli...-2 Using S! Applications... -2 Mobile Widget... -3 Customizing Standby Display (Japanese)... -3 Additional Functions... -6 Troubleshooting... - S! Applications & Widgets -1 S! Appli Using S!

More information

DNP V3.00 LEVEL 2 Protocol Assignments

DNP V3.00 LEVEL 2 Protocol Assignments Electro Industries / GaugeTech "The Leader in Power Monitoring and " DNP V3.00 LEVEL 2 Protocol Assignments For Nexus 1252, 1262, 1272 and 1500 Power Monitors Doc # E107709 Revision 1.1, 20 Electro Industries/GaugeTech

More information

1.- Foreword. A new presentation of player s time using analogical information is included in this model.

1.- Foreword. A new presentation of player s time using analogical information is included in this model. 1.- Foreword For more than a century chess clocks have been used as a means of controlling the tempo of play for a game of chess. Today s chess players can benefit from the precision and exactitude of

More information

SERIES PM172 POWERMETERS COMMUNICATIONS. DNP Communications Protocol REFERENCE GUIDE

SERIES PM172 POWERMETERS COMMUNICATIONS. DNP Communications Protocol REFERENCE GUIDE SERIES PM172 POWERMETERS COMMUNICATIONS DNP3-2000 Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

DS1621. Digital Thermometer and Thermostat FEATURES PIN ASSIGNMENT

DS1621. Digital Thermometer and Thermostat FEATURES PIN ASSIGNMENT DS1621 Digital Thermometer and Thermostat FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent is 67 F to

More information

Wholesale Chess Basic Digital Chess Timer with Bonus and Delay. User Manual

Wholesale Chess Basic Digital Chess Timer with Bonus and Delay. User Manual Wholesale Chess Basic Digital Chess Timer with Bonus and Delay User Manual [1] Wholesale Chess Basic Digital Chess Timer with Bonus and Delay The Wholesale Chess Basic Digital Timer with bonus and delay

More information

UV3 _ Three-Phase Undervoltage Protection Low-Set Stage (UV3Low) High-Set Stage (UV3High)

UV3 _ Three-Phase Undervoltage Protection Low-Set Stage (UV3Low) High-Set Stage (UV3High) 1MRS752333-MUM Issued 10/1997 Version: H/23.06.2005 Data subject to change without notice Three-Phase Undervoltage Protection Low-Set Stage (UV3Low) High-Set Stage (UV3High) Contents 1. Introduction...

More information

RISH Master 3440i/3440iDL 0.2S

RISH Master 3440i/3440iDL 0.2S Operating Manual RISH Master 3440i/3440iDL 0.2S as per IEC62053-22 Touch Screen Digital Multi-Function Meter Installation & Operating Instructions Section Contents 1. Introduction INDEX 2. Measurement

More information

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Series PM30 PLUS Powermeters PM30PPM30EPM30EH DNP3 Communications Protocol Reference Guide BG048 Rev. A4 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

LineTroll R110C GSM communication unit for LineTroll 110EµR phase-mounted fault indicator

LineTroll R110C GSM communication unit for LineTroll 110EµR phase-mounted fault indicator Lineroll R110C GSM communication unit for Lineroll 110EµR phase-mounted fault indicator User Manual S ystem o verview he Lineroll R110C is a pole mounted device for communication between Netroll microscada

More information

IOCs with Redundancy Support

IOCs with Redundancy Support IOCs with Redundancy Support EPICS Collaboration Meeting, Spring 2012 Jörg Penning (DESY / MKS-2) 1 Overview Goals Principle of operation Design of the redundant IOC Experiences from operation Conclusion

More information

The DO8332 module is equipped with eight outputs for 1-wire connections. The rated output current is 2 A.

The DO8332 module is equipped with eight outputs for 1-wire connections. The rated output current is 2 A. 1.1 DO8332 1.1.1 General information The DO8332 module is equipped with eight outputs for 1-wire connections. The rated output current is 2 A. The output supply is fed directly to the module. An additional

More information

Midi Fighter 3D. User Guide DJTECHTOOLS.COM. Ver 1.03

Midi Fighter 3D. User Guide DJTECHTOOLS.COM. Ver 1.03 Midi Fighter 3D User Guide DJTECHTOOLS.COM Ver 1.03 Introduction This user guide is split in two parts, first covering the Midi Fighter 3D hardware, then the second covering the Midi Fighter Utility and

More information

XSJB. Lone Worker Function. Lone Worker Operation:

XSJB. Lone Worker Function. Lone Worker Operation: XSJB Lone Worker Function Lone Worker Operation: Lone worker (LW) provides a personnel based safety focused controlled monitoring system in conjunction with use of an X0DR secure wireless microphone system.

More information

Pass-Words Help Doc. Note: PowerPoint macros must be enabled before playing for more see help information below

Pass-Words Help Doc. Note: PowerPoint macros must be enabled before playing for more see help information below Pass-Words Help Doc Note: PowerPoint macros must be enabled before playing for more see help information below Setting Macros in PowerPoint The Pass-Words Game uses macros to automate many different game

More information

Technical Bulletin, Communicating with Honeywell TM ST3000/STT3000 Smart Transmitters

Technical Bulletin, Communicating with Honeywell TM ST3000/STT3000 Smart Transmitters Last Updated: 10-March-2009 TB-960704B Technical Bulletin, Communicating with Honeywell TM ST3000/STT3000 Smart Transmitters OMNI FLOW COMPUTERS, INC. 12620 West Airport Boulevard, Suite 100 Sugar Land,

More information

ICS REPEATER CONTROLLERS

ICS REPEATER CONTROLLERS ICS REPEATER CONTROLLERS BASIC CONTROLLER USER MANUAL INTEGRATED CONTROL SYSTEMS 1076 North Juniper St. Coquille, OR 97423 Email support@ics-ctrl.com Website www.ics-ctrl.com Last updated 5/07/15 Basic

More information

MOTOTRBO R1.8 Training Overview

MOTOTRBO R1.8 Training Overview MOTOTRBO R1.8 Training Overview MOTOTRBO System Training Release1.8 MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC

More information

C191HM POWERMETER AND HARMONIC MANAGER COMMUNICATIONS REFERENCE GUIDE

C191HM POWERMETER AND HARMONIC MANAGER COMMUNICATIONS REFERENCE GUIDE C191HM POWERMETER AND HARMONIC MANAGER COMMUNICATIONS ASCII Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the

More information

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio

More information

CAT-260 Repeater Controller Computer Automation Technology, Inc

CAT-260 Repeater Controller Computer Automation Technology, Inc CAT-260 Repeater Controller Computer Automation Technology, Inc 7378 W. Atlantic Blvd. #239 Margate, Florida 33063 Phone: (954) 978-6171 Fax: (561) 465-5891 Internet: http://www.catauto.com Table of Contents

More information

ezpac Operation Manual

ezpac Operation Manual ezpac SA300 Series SUBSTATION AUTOMATION UNIT SA310/SA320/SA330 Operation Manual BG0346 Rev. A5 Chapter 1 Introduction Controls and Indicators LIMITED WARRANTY The manufacturer offers the customer a 24-month

More information

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x IX000693 Feb. 015 Operation Guide Sequence Creation and Control Software SD011-PCR-LE Wavy for PCR-LE Ver. 5.5x About This Guide This PDF version of the operation guide is provided so that you can print

More information

Version 9.1 SmartPTT Monitoring

Version 9.1 SmartPTT Monitoring Version 9.1 SmartPTT Monitoring December 2016 Table of Contents Table of Contents 1.1 Introduction 2 1.2 Installation of the SmartPTT software 2 1.3 General SmartPTT Radioserver Configuration 6 1.4 SmartPTT

More information

SafeDispatch. TETRA Station Gateway User Guide. Rev

SafeDispatch. TETRA Station Gateway User Guide. Rev SafeDispatch TETRA Station Gateway User Guide Rev. 20160416.7008642 Gateway station CPE file MTM5400 For the gateway station you will have to change the following fields: in Subscriber Unit Parameters,

More information

Model # PCYFC-10kW-250A PCYFC-20kW-250A PowerCycle Battery Conditioner Operation Manual

Model # PCYFC-10kW-250A PCYFC-20kW-250A PowerCycle Battery Conditioner Operation Manual Model # PCYFC-10kW-250A PCYFC-20kW-250A PowerCycle Battery Conditioner Operation Manual MAN-000014-00 REV. B TABLE OF CONTENTS SPECIFICATIONS... 1 CYCLER CONTROLS AND USER INTERFACE... 3 OPERATING PROCEDURE...

More information

Configuring the Global Navigation Satellite System

Configuring the Global Navigation Satellite System Configuring the Global Navigation Satellite System Effective Cisco IOS-XE Release 3.17, the Cisco ASR-920-12SZ-IM router uses a satellite receiver, also called the global navigation satellite system (GNSS),

More information

DESCRIPTION NOTE MODEL 2200VM

DESCRIPTION NOTE MODEL 2200VM Instantly integrate any volume measurement meter such as water or gas meters into the LonWorks digital network. The firmware executes on a NeuroLogic Research Model 2200 and provides a low-cost interface

More information

LincView OPC USER GUIDE. Enhanced Diagnostics Utility INDUSTRIAL DATA COMMUNICATIONS

LincView OPC USER GUIDE. Enhanced Diagnostics Utility INDUSTRIAL DATA COMMUNICATIONS USER GUIDE INDUSTRIAL DATA COMMUNICATIONS LincView OPC Enhanced Diagnostics Utility It is essential that all instructions contained in the User Guide are followed precisely to ensure proper operation of

More information

Sensitivity of Series Direction Finders

Sensitivity of Series Direction Finders Sensitivity of Series 6000-6100 Direction Finders 1.0 Introduction A Technical Application Note from Doppler Systems April 8, 2003 This application note discusses the sensitivity of the 6000/6100 series

More information

"Terminal RG-1000" Customer Programming Software. User Guide. August 2016 R4.3

Terminal RG-1000 Customer Programming Software. User Guide. August 2016 R4.3 "Terminal RG-1000" Customer Programming Software User Guide August 2016 R4.3 Table of Contents Table of Contents Introduction 2 3 1.1 Software installation 3 1.2 Connecting the RG-1000 GATEWAYs to the

More information

6.9 Jump frequency - Avoiding frequency resonance

6.9 Jump frequency - Avoiding frequency resonance E581595.9 Jump frequency - Avoiding frequency resonance : Jump frequency : Jumping width Function Resonance due to the natural frequency of the mechanical system can be avoided by jumping the resonant

More information

Relay Driver Overview and Applications

Relay Driver Overview and Applications Relay Driver Overview and Applications Describes Basic and Advanced Settings for common and alternative/novel uses for the Relay driver (RD-1). Morningstar s Relay Driver (RD-1) is a fully programmable

More information

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24 Gentec-EO USA T-RAD-USB Users Manual Gentec-EO USA 5825 Jean Road Center Lake Oswego, Oregon, 97035 503-697-1870 voice 503-697-0633 fax 121-201795 11/15/2010 Page 1 of 24 System Overview Welcome to the

More information

The MP SERIES CONTROLLER. User s Manual. ISE, Inc.

The MP SERIES CONTROLLER. User s Manual. ISE, Inc. The MP SERIES CONTROLLER User s Manual ISE, Inc. 10100 Royalton Rd. Cleveland, OH 44133 USA Tel: (440) 237-3200 Fax: (440) 237-1744 http://variac.com Form No, 003-1622 Rev G 02/25/2009 Form No. 003-1622

More information

BR2 Lap Beacon Manual

BR2 Lap Beacon Manual MoTeC BR2 Lap Beacon Manual Contents Introduction... 1 Overview... 3 Operation...3 Orientation...5 Range...5 Alignment...5 Verifying Operation...6 Split Beacon Use...6 Configuration - Quick Start... 7

More information

BMS BMU Vehicle Communications Protocol

BMS BMU Vehicle Communications Protocol BMS Communications Protocol 2013 Tritium Pty Ltd Brisbane, Australia http://www.tritium.com.au 1 of 11 TABLE OF CONTENTS 1 Introduction...3 2 Overview...3 3 allocations...4 4 Data Format...4 5 CAN packet

More information

FlatPack Ultrasonic Sensors

FlatPack Ultrasonic Sensors FlatPack Ultrasonic Sensors Installation & Operation Guide May 23, 2017 The FlatPack Sensor product line listed in the introduction of this manual complies with the European Council EMC Directive 2004/108/EC

More information

MTY (81)

MTY (81) This manual describes the option "d" of the SMT-BD1 amplifier: Master/slave electronic gearing. The general information about the digital amplifier commissioning are described in the standard SMT-BD1 manual.

More information

EIE/ENE 334 Microprocessors

EIE/ENE 334 Microprocessors EIE/ENE 334 Microprocessors Lecture 13: NuMicro NUC140 (cont.) Week #13 : Dejwoot KHAWPARISUTH Adapted from http://webstaff.kmutt.ac.th/~dejwoot.kha/ NuMicro NUC140: Technical Ref. Page 2 Week #13 NuMicro

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

Operation. Section 4. Additional Information. Operation 4-1

Operation. Section 4. Additional Information. Operation 4-1 4-1 Section 4 WARNING: Allow only personnel with appropriate training and experience to operate or service the equipment. The use of untrained or inexperienced personnel to operate or service the equipment

More information

Modular Metering System ModbusTCP Communications Manual

Modular Metering System ModbusTCP Communications Manual Modular Metering System Manual Revision 7 Published October 2016 Northern Design Metering Solutions Modular Metering System ModbusTCP 1 Description The multicube modular electricity metering system simultaneously

More information

Programming Parameters - Feature Comparison : Rev 1

Programming Parameters - Feature Comparison : Rev 1 Secure Wireless Microphone ELITE PRO CLASSIC Programming Parameters - Feature Comparison : Rev 1 How to use Programmer: Start Programming application Runs On PC or Mac running Windows 7/8. To put Handset

More information

TOSVERT TM VF-nC3 Parameter List

TOSVERT TM VF-nC3 Parameter List TOSVERT TM VF-nC Parameter List E658664 - Setting information * Please fill it in if necessary. Item Content Item Content Setting date / person Customer Application Application model Motor manufacturer

More information

SRT Marine Technology. LD2342 V1.4 Page 1 of 22

SRT Marine Technology. LD2342 V1.4 Page 1 of 22 LD2342 V1.4 Page 1 of 22 LD2342 V1.4 Page 2 of 22 2 LD2342 V1.4 Page 3 of 22 GENERAL WARNINGS All marine Automatic Identification System (AIS) units utilise a satellite based system such as the Global

More information

GS1 Parameter Summary Detailed Parameter Listings...4 9

GS1 Parameter Summary Detailed Parameter Listings...4 9 CHAPTER AC DRIVE 4 PARAMETERS Contents of this Chapter... GS1 Parameter Summary...............................4 2 Detailed Parameter Listings..............................4 9 Motor Parameters.........................................4

More information

Application Note Assigning and Reducing the DNP V3.0 Points List on the ABB PCD Timothy S. Fahey, PE

Application Note Assigning and Reducing the DNP V3.0 Points List on the ABB PCD Timothy S. Fahey, PE Application Note Assigning and Reducing the DNP V3.0 s List on the ABB PCD Timothy S. Fahey, PE Introduction This document defines a subset of the full points list given in the DNP 3.0 Implementation Details

More information

DragonLink Advanced Transmitter

DragonLink Advanced Transmitter DragonLink Advanced Transmitter A quick introduction - to a new a world of possibilities October 29, 2015 Written by Dennis Frie Contents 1 Disclaimer and notes for early release 3 2 Introduction 4 3 The

More information

DS1720. Econo Digital Thermometer and Thermostat PRELIMINARY FEATURES PIN ASSIGNMENT

DS1720. Econo Digital Thermometer and Thermostat PRELIMINARY FEATURES PIN ASSIGNMENT PRELIMINARY DS1720 Econo Digital Thermometer and Thermostat FEATURES Requires no external components Supply voltage range covers from 2.7V to 5.5V Measures temperatures from 55 C to +125 C in 0.5 C increments.

More information

Use of the application program. Functional description. GAMMA instabus Application program description. October 2007

Use of the application program. Functional description. GAMMA instabus Application program description. October 2007 Use of the application program Product family: Product type: Manufacturer: Venetian blind Switch Siemens Name: Venetian blind actuator N 523/11 Order no.: 5WG1 523-1AB11 Functional description Application

More information

Wholesale Chess Advanced Digital Timer. User Manual

Wholesale Chess Advanced Digital Timer. User Manual Wholesale Chess Advanced Digital Timer User Manual 1 Wholesale Chess Advanced Digital Timer The Wholesale Chess Advanced Digital Timer is a reliable game timer that is easy to setup and use. We know that

More information

Product Data Sheet. Models 1022/1025/1029C/1032/3629B 3629B. Models 1022/1025/1032. Model 1029C. Model 3629B. Phase Angle Power Control

Product Data Sheet. Models 1022/1025/1029C/1032/3629B 3629B. Models 1022/1025/1032. Model 1029C. Model 3629B. Phase Angle Power Control s 1022/1025/1029C/1032/3629B 3629B Product Data Sheet s 1022/1025/1032 Single phase power controllers Current ratings from 10 to 70 Amps 1022-0 to 5VDC or pot input 1025-4 to 20 ma signal 1032 Current

More information

LadyBug LB5900 Programmatic Measurement Commands and Examples

LadyBug LB5900 Programmatic Measurement Commands and Examples Contents Section I Programmatic Measurements Overview... 2 General... 2 Document Notice... 2 Zeroing and Calibration... 2 Sensing Range... 2 Section II - Non-Triggered Measurements... 3 READ? (Non-Triggered)...

More information

Programming Parameter Guide

Programming Parameter Guide Secure Wireless Microphone ELITE PRO Programming Parameter Guide rev:1 How to use Programmer: Start Programming application Runs On PC or Mac running Windows 7/10. To put Handset into programming mode,

More information

Configuring the Global Navigation Satellite System

Configuring the Global Navigation Satellite System Configuring the Global Navigation Satellite System Effective Cisco IOS-XE Release 3.17, the Cisco ASR-920-12SZ-IM router uses a satellite receiver, also called the global navigation satellite system (GNSS),

More information

Use of the application program. Functional description. GAMMA instabus Application program description. May A8 Venetian blind actuator

Use of the application program. Functional description. GAMMA instabus Application program description. May A8 Venetian blind actuator Use of the application program Product family: Product type: Manufacturer: Venetian blind Switch Siemens Name: Venetian blind actuator N 523/11 Order no.: 5WG1 523-1AB11 Functional description Application

More information

B RoboClaw 2 Channel 30A Motor Controller Data Sheet

B RoboClaw 2 Channel 30A Motor Controller Data Sheet B0098 - RoboClaw 2 Channel 30A Motor Controller (c) 2010 BasicMicro. All Rights Reserved. Feature Overview: 2 Channel at 30Amp, Peak 60Amp Battery Elimination Circuit (BEC) Switching Mode BEC Hobby RC

More information

AN 761: Board Management Controller

AN 761: Board Management Controller AN 761: Board Management Controller Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents... 3 Design Example Description... 3 Supported Features...4 Requirements... 4 Hardware

More information

Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS

Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS Table of Contents 1. Overview... 2 2. General Operation... 2 2.1. Radio Window Sensor Communication... 2 2.2. Temperature Sensor Communication...

More information

20 CHANNELS DIGITAL DELAY GENERATOR

20 CHANNELS DIGITAL DELAY GENERATOR NUT 063 Ed. 2.2 September 2015 User's Manual MODEL 745-20C 20 CHANNELS DIGITAL DELAY GENERATOR 20 independent delay channels 100 ps delay resolution (1 ps option) 10 seconds delay range Adjustable output

More information