LVM-250 Isolated Line Voltage Monitor

Size: px
Start display at page:

Download "LVM-250 Isolated Line Voltage Monitor"

Transcription

1 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 line for voltage sags or a complete voltage loss. The LVM-250 sends the measured RMS 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 pause and re-start the SMS in the event of an under voltage condition. Figure 1: Voltage Monitor Connection The voltage monitor board is powered by the LIN. It continuously sends the RMS voltage values to the ecna via the LIN serial communications. Figure 2: Voltage Monitor Board 1

2 LVM-250 Line Voltage Monitor Setup and Operation The LVM-250 is calibrated at the factory. No further adjustments are required. Connect the LVM-250 to the ecna LIN and to the line side of the UPS (Uninterruptible Power Supply) with the supplied cables (See Figure 1). Power up the ecna and navigate to the Local I/O Network status screen to view the Voltage Monitor status screen. The RMS Voltage is displayed on the Inputs section of the screen. The Inputs field displays the actual measured line voltage. It is a running average of the measured RMS value. This value will help to determine the best Lower and Upper Threshold values. Now navigate to the LVM-250 Voltage Monitor setup screen. This screen is used to configure the LVM-250 Voltage Monitor control parameters. Parameter Name Symbol Definition Lower Voltage Threshold Upper Voltage Threshold Voltage Low Event Hold-Off Time Voltage Low Window Time Voltage OK Event Hold-Off Time Voltage Logging Period V TL V TU T VLH Establishes the low voltage trip point. Range = 0 to 250 volts Establishes the upper voltage okay point. Range = 0 to 250 volts Sets the delay from the line voltage not okay condition to the Line Voltage Low Event. Range = 0:00 to 59:59 mm:ss T Establishes a time period where the Voltage OK 1 Event can occur. Range = 0:00 to 59:59 VLW mm:ss 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 Sets the Voltage Logging interval. Range = 0:00 to 59:59 mm:ss. 0:00 disables logging. 2

3 Events These three Line Voltage events can be assigned to triggers. Line Voltage Low - This event occurs when the line voltage goes below the Lower Voltage Threshold, V T L for a time greater than the Voltage Low Event Hold-Off Time, T. V LH 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. V O H 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. V O H Figure 3 This diagram illustrates how the Line Voltage events can be generated. The red line represents the line voltage. When the voltage drops below the Lower Voltage Threshold, V T L, the Voltage Low Hold-off, T V LH, and the Voltage Low Window, T V LW, timers start to tick. If the Voltage Low Hold-off timer, T V LH, 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 V LW, expires, the Voltage Okay Hold-off timer, T V O H, 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 T U, after the Voltage Low Window timer, T V LW, expires, the Voltage Okay Hold-off timer, T V O H, 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 V LH, is reset if the voltage goes above the Upper Voltage Threshold, V T U and the Line Voltage Low event will not be generated. 2. The Voltage Okay Hold-off timer, T V O H, is reset if the voltage falls below the Lower Voltage Threshold, V T L, and the Line Voltage OK 1 or the Line Voltage OK 2 event will not be generated. 3. The Voltage Low Window timer, T, is reset if the voltage goes above the Upper Voltage Threshold, V. V LW T U Application The Line Voltage Low Event can be used to automatically and systematically shut down the equipment and notify theatre personnel of a power problem. The Line Voltage OK 1 Event can be used to automatically recover from a low voltage condition, such as resuming the movie. The Line Voltage OK 2 Event can be used to take appropriate action when the voltage is restored. The following two examples demonstrate how the voltage monitor can be used. The macros and triggers can be added to an existing application. 3

4 Example 1 In this example, a 10 second timer starts when the line voltage drops below 185 volts. If the voltage goes above 190 volts before the timer reaches 10 seconds, the timer is reset and the SMS will continue to play. If the timer expires, the SMS will be paused. LVM-250 Settings: Lower Voltage Threshold = 185 Volts Upper Voltage Threshold = 190 Volts Voltage Low Event Hold-Off Time = 10 seconds Voltage Low Window Time = 0 seconds Voltage OK Event Hold-Off Time = 0 seconds Trigger Assignments: The following trigger assignments are used in this example. Name Controlled by Calls Macro Line Fault Line Voltage Low 9: SMS Pause/Stop Macro: The SMS Pause/Stop macro (macro 9) is called when the Line Voltage Low event pauses the SMS. 9: SMS Pause/Stop Projector Digital 1 Vid Off 00:00 Pause/Stop the SMS There is a caveat to the example above. If the power comes and goes after the SMS has been paused, the RPT,EVT,0,DV1OFF,... message may be sent again and again to the SMS. This shouldn t be a problem, but it can be prevented by using a control flag and the Exit If instruction. In the example below, the Aux Out 16 output control flag is used as the Voltage Monitoring (VM) control flag. If the voltage returns to the okay condition, the VM flag is set. When this flag is set (On), the Digital 1 Vid Off instruction is skipped and the RPT,EVT,0,DV1OFF,... message is not sent again. 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 Aux Out 16 = Off with an output command or a macro. New Trigger Assignment: Name Controlled by Calls Macro Set VM Flag Line Voltage OK 2 10: Set VM Flag Macros: The SMS Pause/Stop macro is modified with the Exit If instruction. The macro is called when the Line Voltage Low event pauses the SMS only if the Voltage Monitoring (VM) flag is cleared. 9: SMS Pause/Stop Exit If Out 16 On 00:00 Projector Digital 1 Vid Off 00:00 Pause/Stop the SMS The Set VM Flag macro sets the Voltage Monitoring (VM) flag to prevent an unwanted pause message. 10: Set VM Flag Exit If Out 16 On 00:00 Set VM Flag 4

5 Example 2 In this example, a 10 second timer starts when the line voltage drops below 185 volts. If the voltage goes above 185 volts before the timer reaches 10 seconds, the timer is reset and the SMS will continue to play. If the timer expires, the SMS will be paused. If the voltage is restored 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. The Aux Out 16 output control flag is 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 Aux Out 16 = Off with an output command or a macro. LVM-250 Settings: Lower Voltage Threshold = 185 Volts Upper Voltage Threshold = 190 Volts Voltage Low Event Hold-Off Time = 10 seconds Voltage Low Window Time = 1 minute Voltage OK Event Hold-Off Time = 5 seconds Trigger Assignments: The following trigger assignments are used in this example. Name Controlled by Calls Macro Line Fault Line Voltage Low 9: SMS Pause/Stop Set VM Flag Line Voltage OK 2 10: Set VM Flag Line Okay Line Voltage OK 1 11: SMS Strt/Resum Macros: The SMS Pause/Stop macro (macro 9) is called when the Line Voltage Low event pauses the SMS only if the Voltage Monitoring (VM) flag is cleared. 9: SMS Pause/Stop Exit If Out 16 On 00:00 Projector Digital 1 Vid Off 00:00 Pause/Stop the SMS The Set VM Flag macro (macro 10) sets the Voltage Monitoring (VM) flag. 10: Set VM Flag Exit If Out 16 On 00:00 Set VM Flag The SMS Strt/Resum macro (macro 11) resumes the SMS only if the Voltage Monitoring (VM) flag is cleared. 11: SMS Strt/Resum Exit If Out 16 On 00:00 Projector Digital 1 Vid On 00:00 Resume the SMS Aux Out 16 Off 00:00 Clear the VM flag 5

6 Voltage Logging The ecna-10 can log line voltage data collected from the LVM-250 Line Voltage Monitor. The VoltHiLo Event (#105) contains the highest and lowest line voltage values collected since the last logged VoltHiLo event. The Voltage Logging Period parameter on the LVM-250 Voltage Monitor setup screen sets the logging interval. The range is 0:00 to 59:59 in minutes and seconds. 0:00 suppresses logging of the event. Logging the line voltage can be helpful in detecting problems, such as voltage sags, surges, brownouts or total failure of utility power that can cause problems with or even damage the cinema equipment. Just for fun, the following graph was created with both high and low line voltage plotted over a 15 minute period. The voltage was collected every second. The graph was created in an Excel Worksheet with imported VoltHiLo Event records. 6

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

Application Note. How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O. 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

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

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

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

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

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

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

TOSHIBA International Corp

TOSHIBA International Corp TOSHIBA International Corp GUIDE SPECIFICATIONS THREE PHASE UNINTERRUPTIBLE POWER SYSTEM TOSHIBA 4200FA 30 kva CT Internal Battery UPS GUIDE SPECIFICATIONS 1 (30 kva CT) 1.0 SCOPE 1.1 System This specification

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

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

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

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

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

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

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

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

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

T25-35SA Subaudible Tone Decoder

T25-35SA Subaudible Tone Decoder T25-35SA Subaudible Tone Decoder The Mueller Broadcast Design T25-35SA subaudible tone decoder provides a simple and reliable way to detect the 25 and 35 Hz control tones sent by many satellite-delivered

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

PACSystems* RX3i and Series 90-30

PACSystems* RX3i and Series 90-30 May 2012 PACSystems* RX3i and Series 90-30 Series 90*-30 Analog Output Module, Current/Voltage, 8 Channel, IC693ALG392 RX3i Analog Output Module, Current/Voltage, 8 Channel, IC694ALG392 The PACSystems

More information

Scoreboard Operator s Instructions MPCW-7 Control

Scoreboard Operator s Instructions MPCW-7 Control Scoreboard Operator s Instructions MPCW-7 Control Some features on the keyboard overlay may not be included on the particular model being operated. Since 1934 2/24/2016 135-0223RC These Instructions are

More information

X20(c)DO2633. Danger! 1 General information. 2 Coated modules. X20(c)DO2633

X20(c)DO2633. Danger! 1 General information. 2 Coated modules. X20(c)DO2633 X20(c)DO2633 1 General information The module is a digital output module with phase-angle control that is equipped with 2 Triac outputs using 3-line connections. The supply ( and ) is fed directly to the

More information

937CU-DIFRQ_1 Installation Instructions. Universal Frequency Converter

937CU-DIFRQ_1 Installation Instructions. Universal Frequency Converter 937CU-DIFRQ_1 Installation Instructions Universal Frequency Converter Bul. 937C Universal Frequency Converter Installation Instructions Symbols Used Warning Attention This symbol warns of possible danger.

More information

Electric Power Quality: Voltage Sags Momentary Interruptions

Electric Power Quality: Voltage Sags Momentary Interruptions Slide 1 Electric Power Quality: Voltage Sags Momentary Interruptions Ward Jewell Wichita State University ward.jewell@wichita.edu Slide 2 Power Quality Events Voltage sags Outages/interruptions Voltage

More information

LH Series Sensor Configurator Software User Manual rev. D 1/11/2012

LH Series Sensor Configurator Software User Manual rev. D 1/11/2012 LH Series Sensor Configurator Software User Manual 150307 rev. D 1/11/2012 Contents Contents LH Series Sensor Overview...3 Theory of Operation...4 Outputs...4 4-20mA Analog Output...4 RS-485 Digital Output...5

More information

Electronic Circuit Breaker ECONOMY REMOTE

Electronic Circuit Breaker ECONOMY REMOTE Electronic Circuit Breaker - Number of available output channels: 2 / 4 / 8 - Each channel has a 2-wire interface for adjusting the rated current - High capacitive loads start up reliably - The channels

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

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

Field Software Notice

Field Software Notice To: Subject: Field Software Notice Users of 5100 ES, 51SL ES and Ascend ES Portable Radios Software Release Platform: 5100 ES Portable Protocol: All Version Release #: 6.14.5 (part number 039-5757-222)

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

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

8000 SERIES PRECISION MULTIMETER VERIFICATION AND ADJUSTMENT GUIDE

8000 SERIES PRECISION MULTIMETER VERIFICATION AND ADJUSTMENT GUIDE 8000 SERIES PRECISION MULTIMETER VERIFICATION AND ADJUSTMENT GUIDE TRANSMILLE LTD. Version 1.1 : Apr 2015 TABLE OF CONTENTS PREPARING FOR CALIBRATION... 4 INTRODUCTION... 4 CALIBRATION INTERVAL SELECTION...

More information

MODEL 421 Over/Under Motor Load Monitor

MODEL 421 Over/Under Motor Load Monitor MODEL 421 Over/Under Motor Load Monitor Monitors True Motor Power (volts x current x power factor) Detects Motor Overload or Underload Operates on 120 or, Single-phase or 3-phase Built-in Trip and Restart

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

NOVA technical note #8 1. Case study: how to use cutoff conditions in a FRA frequency scan?

NOVA technical note #8 1. Case study: how to use cutoff conditions in a FRA frequency scan? NOVA technical note #8 1 Cutoffs in FRA 1 Case study: how to use cutoff conditions in a FRA frequency scan? One of the FAQ from NOVA users is: Can I use cutoffs during a FRA frequency scan? Using cutoffs

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

MC133C/133Ci. Electric Power/Energy Calibrator. Operation manual

MC133C/133Ci. Electric Power/Energy Calibrator. Operation manual MC133C/133Ci Electric Power/Energy Calibrator Operation manual MC133C Electric Power/Energy Calibrator Powertek Content 1 Basic information... 5 2 Preparation for operation... 6 2.1 Inspecting package

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

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

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

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

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

INSTRUMENTS, INC. Models 2960AR and 2965AR Disciplined Rubidium Frequency Standards. Section Page Contents

INSTRUMENTS, INC. Models 2960AR and 2965AR Disciplined Rubidium Frequency Standards. Section Page Contents INSTRUMENTS, INC. Models 2960AR and 2965AR Disciplined Rubidium Frequency Standards 2960AR 2965AR Section Page Contents 1.0............................. 2......................... Description 2.0.............................

More information

Scoreboard Operator s Instructions MPCW-7 Control

Scoreboard Operator s Instructions MPCW-7 Control Scoreboard Operator s Instructions MPCW-7 Control Some features on the keyboard overlay may not be included on the particular model being operated. Since 1934 2/18/2016 135-0215RC These Instructions are

More information

DOC AS950 Controller. 06/2016, Edition 8. Basic Operations Fonctionnement de base Funcionamiento básico Operações básicas 基本操作基本操作

DOC AS950 Controller. 06/2016, Edition 8. Basic Operations Fonctionnement de base Funcionamiento básico Operações básicas 基本操作基本操作 DOC026.97.80493 AS950 Controller 06/2016, Edition 8 Basic Operations Fonctionnement de base Funcionamiento básico Operações básicas 基本操作基本操作 English...3 Français... 24 Español... 48 Português... 73 中文...

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

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

SPECIFICATION EP 1000/1500/2000 Series

SPECIFICATION EP 1000/1500/2000 Series UNINTERRUPTIBLE POWER SYSTEM SPECIFICATION EP 1000/1500/2000 Series Page 1 of 28 1.0 Revision Summary REVISION SECTION DESCRIPTION Formal Release Page 2 of 28 Table of Contents 1. Introduction. 4 2. Block

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

CHAPTER 5 DESCRIPTION OF PARAMETER SETTINGS

CHAPTER 5 DESCRIPTION OF PARAMETER SETTINGS CHAPTER DESCRIPTION OF PARAMETER SETTINGS.1 Group 0: User Parameters 0-00 Identity Code of AC Drive Factory setting: d# Settings None V HP 1/4 1/2 1 2 3 11V/230V d0 d2 d4 d6 d8 460V -- -- -- d3 d d7 d9

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

Power Electronics Laboratory-2 Uncontrolled Rectifiers

Power Electronics Laboratory-2 Uncontrolled Rectifiers Roll. No: Checked By: Date: Grade: Power Electronics Laboratory-2 and Uncontrolled Rectifiers Objectives: 1. To analyze the working and performance of a and half wave uncontrolled rectifier. 2. To analyze

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

Portable Repeater Controller. Instruction Manual for firmware version 1.0

Portable Repeater Controller. Instruction Manual for firmware version 1.0 Portable Repeater Controller Instruction Manual for firmware version 1.0 1. Table of Contents 1. TABLE OF CONTENTS... 2 2. INTRODUCTION... 3 2.1 OVERALL DESCRIPTION... 3 2.2 WARNINGS... 4 2.3 CONFIGURATION

More information

Continuously monitors and stores the levels of Electromagnetic fields Up to four simultaneous bands: GSM 900 / 1800 MHz / UMTS / Broadband 100 khz 3

Continuously monitors and stores the levels of Electromagnetic fields Up to four simultaneous bands: GSM 900 / 1800 MHz / UMTS / Broadband 100 khz 3 Continuously monitors and stores the levels of Electromagnetic fields Up to four simultaneous bands: GSM 900 / 1800 MHz / UMTS / Broadband 100 khz 3 GHz Magnetic fields monitoring from 10 Hz to 5 khz Automatic

More information

15P0161B1 - DCREG for Applications to Electromagnets - SW Rev. D3.09 R.03 - Updated 01/04/04

15P0161B1 - DCREG for Applications to Electromagnets - SW Rev. D3.09 R.03 - Updated 01/04/04 POWER CONNECTIONS AND DCREG PROTECTING DEVICES DCREG thyristor converter can be used to power very inductive loads, such as electromagnets. Applications problems due to this type of load that can be compared

More information

DSR120 Series. xxx Series. 120 Watts. AC-DC Power Supplies. Models & Ratings. Mechanical Details

DSR120 Series. xxx Series. 120 Watts.   AC-DC Power Supplies. Models & Ratings. Mechanical Details 120 Watts xxx Series Ultra Slim Design - 32 mm 150% Peak Load for 3 seconds Ambient Operation from -25 C to +70 C Full Load at 60 C (24V/48V) High Efficiency - Up to 92% Volt-Free Contact for OK Selectable

More information

theben Fan Coil Actuator FCA 1 Fan Coil Actuator FCA 1 FCA Version: Jan-08 (Subject to change) Page 1 of 77

theben Fan Coil Actuator FCA 1 Fan Coil Actuator FCA 1 FCA Version: Jan-08 (Subject to change) Page 1 of 77 Fan Coil Actuator FCA 1 FCA 1 492 0 200 Version: Jan-08 (Subject to change) Page 1 of 77 Contents 1 Functional characteristics...4 1.1 Operation and display...5 1.2 Advantages of the FCA 1...5 1.2.1 Special

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

TI 360 System check (1.7 EN) System check function within the d&b D6, D12 and E-PAC amplifiers and remote control via R1

TI 360 System check (1.7 EN) System check function within the d&b D6, D12 and E-PAC amplifiers and remote control via R1 TI 360 System check (1.7 EN) System check function within the d&b D6, D12 and E-PAC amplifiers and remote control via R1 1. Introduction System check is a powerful and convenient tool to check the condition

More information

Power Quality: Is my power good or bad?

Power Quality: Is my power good or bad? How to use the PowerSight PS4500 Power Quality Analyzer to check your power quality. At Summit Technology we are often asked for advice on how to check power quality. Often the situation begins with a

More information

WPE 48N USER MANUAL Version1.1

WPE 48N USER MANUAL Version1.1 Version1.1 Security instructions 1. Read this manual carefully. 2. Follow all instructions and warnings. 3. Only use accessories specified by WORK PRO. 4. Follow the safety instructions of your country.

More information

LZS-A500-3 POWER SUPPLY Installation, Operation, and Maintenance Manual. IM-LZSA500-3 January 2008 Revision H

LZS-A500-3 POWER SUPPLY Installation, Operation, and Maintenance Manual. IM-LZSA500-3 January 2008 Revision H LZS-A500-3 POWER SUPPLY Installation, Operation, and Maintenance Manual IM-LZSA500-3 January 2008 Revision H Table of Contents LZS-A500-3 Power Supply 1) Safety and Recommended Practices 2 1.1 General

More information

EIB/KNX Switch Actuators. User manual

EIB/KNX Switch Actuators. User manual EIB/KNX Switch Actuators User manual IT KNT 004 IT KNT 012 Tel.: +34943627988 E-mail: knx@dinuy.com Web: www.dinuy.com Contents 1. Introduction --------------------------------------------------------------------------------------------------------------

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

937CU-AITXF-DC1 Installation Instructions. Transmitter Supply Converter

937CU-AITXF-DC1 Installation Instructions. Transmitter Supply Converter 937CU-AITXF-DC1 Installation Instructions Transmitter Supply Converter Symbols Used Warning Attention Bul. 937C Transmitter Supply Converter Installation Instructions This symbol warns of possible danger.

More information

Scoreboard Operator s Instructions MPCW-7 Control

Scoreboard Operator s Instructions MPCW-7 Control Scoreboard Operator s Instructions MPCW-7 Control Some features on the keyboard overlay may not be included on the particular model being operated. Since 1934 3/27/2018 135-0217RD These Instructions are

More information

California Instruments RP Series 2000 VA V 3 45 A. General purpose AC power sources

California Instruments RP Series 2000 VA V 3 45 A. General purpose AC power sources California Instruments RP Series General purpose AC power sources Portable Power, Low Cost. 2000 VA Output Power Front and Rear Outputs 16 Hz to 5000 Hz Frequency Range High Peak Current Capability Remote

More information

PowerView. Motorization POWERVIEW APP SOFTWARE GUIDE

PowerView. Motorization POWERVIEW APP SOFTWARE GUIDE PowerView Motorization POWERVIEW APP SOFTWARE GUIDE Contents Getting Started... 1 Hub Setup... 3 Discovering Shades... 6 Naming Shades... 7 Assigning Shades to Rooms... 8 Creating Rooms First... 13 Operating

More information

Binary Inputs. Ref.-No. KNX universal binary input, 8-gang. ETS-product family: Series embodiment (SE-) device (2 units) Ref.-No.

Binary Inputs. Ref.-No. KNX universal binary input, 8-gang. ETS-product family: Series embodiment (SE-) device (2 units) Ref.-No. Binary s 1 L1 L2 L3 N E1 N1 E2 N2 E3 N3 E4 N4 KNX + - 2 1 KNX universal binary input, 4-gang ETS-product family: Product type: Series embodiment (SE-) device (2 units) Ref.-No. 2114 REG 4-gang binary input

More information

FOD Transmitter User s Guide

FOD Transmitter User s Guide FOD Transmitter User s Guide Rev 5, 05/21/2014 AVID Technologies, Inc. FOD Transmitter User s Guide Page 2 General Description The AVID FOD (Foreign Object Detection) Transmitter is a standard WPC Qi V1.1

More information

MotStart Three-phase Start-Up Supervision for Motors

MotStart Three-phase Start-Up Supervision for Motors 1MRS752307-MUM Issued: 10/1998 Version: F/23.06.2005 Data subject to change without notice MotStart Three-phase Start-Up Supervision for Motors Contents 1. Introduction... 2 1.1 Features... 2 1.2 Application...

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

FOD Transmitter User s Guide

FOD Transmitter User s Guide FOD Transmitter User s Guide Rev 4, 07/18/2013 AVID Technologies, Inc. FOD Transmitter User s Guide Page 2 General Description The AVID FOD (Foreign Object Detection) Transmitter is a standard WPC Qi V1.1

More information

R PROFLAME Instruction Book Collection

R PROFLAME Instruction Book Collection 9.956.028 R00 584 PROFLAME Instruction Book Collection 4-17 18-29 584 PROFLAME System 30-39 Appendix: DIP SWITCH NUMBER (0=ON 1=OFF) 40-41 4-17 Fig. 1 The SIT is a device that allows, in conjunction with

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

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

Inverter Drive /Vector Drive Motors & Controls

Inverter Drive /Vector Drive Motors & Controls H2 Inverter/ Encoderless Vector Inverter Drive /Vector Drive & Controls 3/4 thru 50 180-264 VAC 3 Phase - 50/60 Hz 3/4 thru 60 340-528 VAC 3 Phase - 50/60 Hz 3/4 thru 60 515-660 VAC 3 Phase - 60 Hz HVAC

More information

USER MANUAL Z-10-D-OUT. Via Austria, PADOVA ITALY. Tel Fax

USER MANUAL Z-10-D-OUT. Via Austria, PADOVA ITALY. Tel Fax USER MANUAL Z-10-D-OUT SENECA s.r.l. Via Austria, 26 35127 PADOVA ITALY Tel. +39.049.8705355 8705359 Fax. +39.049.8706287 Web site: www.seneca.it Technical assistance: supporto@seneca.it (IT), support@seneca.it

More information

The LEBOW 7554 Operator's Manual 7.2

The LEBOW 7554 Operator's Manual 7.2 The LEBOW 7554 Operator's Manual 7.2 This manual covers operating version 7.2 of the LEBOW 7554. 11 February 1999 Lebow Products Inc Lebow Products Inc 1728 Maplelawn Rd Troy, MI 48084 1 (800) 803-1164

More information

Installation Manual. UL 325 Compliant. For Pre-2016 Convenience Open Operators ONLY

Installation Manual. UL 325 Compliant. For Pre-2016 Convenience Open Operators ONLY CFORMS TO ANSI/UL- CERTIFIED TO CAN/CSA C.. CLASS MODEL SERIAL HP CFORMS TO ANSI/UL- CERTIFIED TO CAN/CSA C.. CLASS MODEL SERIAL HP CLASS MODEL SERIAL HP Installation Manual Use this manual for circuit

More information

IQADA00 Single/Dual Channel Analog Audio Distribution Amplifier

IQADA00 Single/Dual Channel Analog Audio Distribution Amplifier IQADA00 Single/Dual Channel Analog Audio Distribution Amplifier C Module Description... 2 Rear Panel Views... 2 Product Comparison... 2 Block Diagram... 4 Features... 4 Technical Profile... 5 INPUT AND

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

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

Kurz Instruments Inc. December 27, 2007

Kurz Instruments Inc. December 27, 2007 BUILT-IN ZERO-MIDSPAN-SPAN DRIFT CHECK/CALIBRATOR Introduction Continuous Emissions monitoring systems (CEMS) have a long term stability verification requirement. Most of the equipment is verified using

More information

Contents. General Description...3. Vector Camera Chassis - version Vector Camera Chassis - version

Contents. General Description...3. Vector Camera Chassis - version Vector Camera Chassis - version Contents General Description...3 Vector Camera Chassis - version 5.0...5 Vector Camera Chassis - version 6.0...8 Ball Detector...11 Ball Speed Adjustment...12 Pinsetter Modifications...14 Sweep (Rake)

More information

Contents. General Description...3. Vector Camera Chassis - version Vector Camera Chassis - version

Contents. General Description...3. Vector Camera Chassis - version Vector Camera Chassis - version Contents General Description...3 Vector Camera Chassis - version 5.0...5 Vector Camera Chassis - version 6.0...8 Ball Detector...11 Ball Speed Adjustment...12 Pinsetter Modifications...14 Sweep (Rake)

More information

Broken field wiring, short circuits, and faulty valve solenoids: Appendix B: Current Monitor

Broken field wiring, short circuits, and faulty valve solenoids: Appendix B: Current Monitor Chapter 10 Field Maintenance Activity and Troubleshooting This chapter describes the resources available to maintain and troubleshoot field wiring problems, broken heads, pipes and mainlines, AC power

More information

VersaMax Mixed Discrete / High-Speed Counter Module

VersaMax Mixed Discrete / High-Speed Counter Module Product Description The VersaMax Mixed Discrete High-Speed Counter (HSC) module,, has twenty 24VDC positive-logic type inputs and twelve positive-logic 24VDC 0.5Amp outputs. In its default configuration,

More information

APNT#1166 Banner Engineering Driver v How To Guide

APNT#1166 Banner Engineering Driver v How To Guide Application Note #1166: Banner Engineering Driver v1.10.02 How To Guide Introduction This Application Note is intended to assist users in using the GP-Pro EX Version 2..X\2.10.X Banner Engineering Corp.

More information

OVEN INDUSTRIES, INC. Model 5C7-362

OVEN INDUSTRIES, INC. Model 5C7-362 OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-362 THERMOELECTRIC MODULE TEMPERATURE CONTROLLER TABLE OF CONTENTS Features... 1 Description... 2 Block Diagram... 3 RS232 Communications Connections...

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

PERMA Series Revision 2 Amplifiers

PERMA Series Revision 2 Amplifiers PERMA Series Revision 2 Amplifiers High Efficiency Life Safety Digital Power Amplifiers Current Thinking Document Number DDC PER 7001 02 ACS Introduction Voice Alarm (VA) systems are the quickest way to

More information

VersaMax Mixed Discrete / High-Speed Counter Module

VersaMax Mixed Discrete / High-Speed Counter Module Product Description The VersaMax Mixed Discrete High-Speed Counter module, IC200MDD841, has twenty 24VDC positive-logic type inputs and twelve positive-logic 24VDC 0.5Amp outputs. In its default configuration,

More information

DSA150 Series. xxx Series. 150 Watts. AC-DC Power Supplies. Models & Ratings. Mechanical Details 3.92 (99.8) 2.18 (55.5) 4.92 (125.

DSA150 Series. xxx Series. 150 Watts.   AC-DC Power Supplies. Models & Ratings. Mechanical Details 3.92 (99.8) 2.18 (55.5) 4.92 (125. 15 Watts xxx Series Ultra Slim Design 15% Peak Load for 3 seconds Ambient Operation from -1 C to +7 C High Efficiency Selectable Overload Characteristic Selectable Remote Inhibit or Enable 3 Year Warranty

More information

Scoreboard Operator s Instructions MPCW-7 Control

Scoreboard Operator s Instructions MPCW-7 Control Scoreboard Operator s Instructions MPCW-7 Control Some features on the keyboard overlay may not be included on the particular model being operated. Since 1934 2/26/2016 135-0216RB These Instructions are

More information

i800 Series Scanners Image Processing Guide User s Guide A-61510

i800 Series Scanners Image Processing Guide User s Guide A-61510 i800 Series Scanners Image Processing Guide User s Guide A-61510 ISIS is a registered trademark of Pixel Translations, a division of Input Software, Inc. Windows and Windows NT are either registered trademarks

More information

LS3300 AC Power Calibrator Simple Adjustment Procedure for Voltage, Current, and Frequency

LS3300 AC Power Calibrator Simple Adjustment Procedure for Voltage, Current, and Frequency User s Manual AC Power Calibrator Simple Adjustment Procedure for Voltage, Current, and Frequency The instrument should be adjusted by a qualified engineer at a qualified facility with sufficient precision.

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

BCV-1203 Barcode Verification System Users Guide Version 1.2

BCV-1203 Barcode Verification System Users Guide Version 1.2 BCV-1203 Barcode Verification System Users Guide Version 1.2 6 Clock Tower Place Suite 100 Maynard, MA 01754 USA Tel: (866) 837-1931 Tel: (978) 461-1140 FAX: (978) 461-1146 http://www.diamondt.com/ Liability

More information