CONFIGURATION MANUAL (M081B A)
|
|
|
- Valentine Basil Bridges
- 10 years ago
- Views:
Transcription
1 EDS - EDS 3G XML SERVICES CONFIGURATION MANUAL (M081B A)
2 PowerStudio XML SERVICES 2 Configuration Manual
3 XML SERVICES DISCLAIMER CIRCUTOR, SA reserves the right to make modifications to the device or the unit specifications set out in this instruction manual without prior notice. CIRCUTOR, SA, on its web site, supplies its customers with the latest versions of the device specifications and the most updated manuals. Configuration Manual 3
4 PowerStudio XML SERVICES CONTENTS DISCLAIMER... 3 CONTENTS... 4 LOG OF REVISIONS XML SERVICES / services / user / devices.xml /services/user/deviceinfo.xml?id=device? /services/user/varinfo.xml?var=device.variable?...?id=device? /services/user/values.xml?var=device.variable?...?id=device? / services / user / forcevariables.xml? id = device /services/user/records.xml?begin=?end=?var=?period= /services/user/events.xml?begin=?end=?id= /services/user/recordseve.xml?begin=?end=?id= MAINTENANCE AND TECHNICAL SERVICE GUARANTEE Configuration Manual
5 XML SERVICES LOG OF REVISIONS Date Revision Description 04/15 M081B A Original version Configuration Manual 5
6 PowerStudio XML SERVICES 1.- XML SERVICES PowerStudio provides a range of XML services to enable, in some respects, communication with other applications. In requests where it is necessary to express a date and time, both in service request and the data from the response, these will be represented in UTC (Universal Coordinated Time) with the format DDMMYYYYHHMMSS (two digits for the day, two for the month, four for the year and two for the hour, minutes and seconds. It is also possible to represent only a date as DDMMYYYY assuming that the time is 00:00:00, or represent an hour as HHMMSS. Finally in cases where milliseconds are required these are represented with three digits after the seconds, DDMMYYYYHHMMSSUUU or HHMMSSUUU. The requests must follow the URI standard (RFC 2396), so the user of these requests must take into account this detail when making such calls (especially in cases where the name of any device contains non-ascii characters).it should also be taken into account that the length of the request may not exceed 4000 characters / services / user / devices.xml Returns the list of configured devices. Where: <devices> <id> </id> </devices> devices: Main field which will identify the main XML as a response to the device list request. id: Name of each one of the devices /services/user/deviceinfo.xml?id=device?... Returns information on devices. Each of the devices on which information is required must be included in the request as: Where:?id=device2?id=device2 <devices> <device> <id> </id> <description> </ description> <type> </ type> <typedescription> </ typedescription> <var> </ var> </device> </devices> devices: Main Field which will identify the XML as a response to the device information request. device: Information from each of the devices requested: id: Name of the device. description: Description of device type: Type of device (for example CVM144) typedescription: A description of the type of device (for example: CVM-144) 6 Configuration Manual
7 XML SERVICES var: Name of each of the variables of the device. The name will be expressed as device.variable (Refer to the variable appendix in the Devices Manual ) /services/user/varinfo.xml?var=device.variable?...?id=device?... Returns variable information when carrying out the XML request. Each of the variables from which a value is desired should be included in the request as:?var=device.variable And if you want to get information from all the variables of a device this must be indicated as?id=device With it being possible to request information from one or more variables and one or more devices in the same request. Where: <varinfo> <var> <id> </id> <title> </ title> <hasvalue> T </ hasvalue> <haslogger> T </ haslogger> <samplemode> </ samplemode> <measureunits> </ measureunits> <unitsfactor> </ unitsfactor> <decimals> </ decimals> </ var> <varinfo> varinfo: Main field which identifies the XML as a response to the request for information about variables var: Information from each of the variables requested: id: Name of the variable in device.variable format (Refer to the variable appendix in the Devices Manual ). title: Brief description of the variable. hasvalue: Indicates if it is possible to ask the instantaneous value of the variable (T) or not (F). haslogger: Indicates whether it is possible to ask the log value of the variable (T) or not (F). samplemode: Variable type, mode used to group together the values of a variable: none: Without type average: Average value: max: Maximum value. min: Maximum value. pfaverage: Power factor, average value pfmax: Power factor, maximum value pfmin: Power factor, minimum value last: Last value: differential current: Differential current value between the current value and the previous one. samples. samples: The value cannot be grouped discrete: Discreet values. The value cannot be grouped measureunits: Variable units: #NONE Without units #V Voltage #A Current Configuration Manual 7
8 PowerStudio XML SERVICES #VA Apparent power #W Active power #VARL Inductive power #VARC Capacitive power #PF Power factor #HZ Frequency #PERCENT Percentage #WH Active energy #VARLH Inductive energy #VARCH Capacitive energy #DATETIME Date and time If not preceded by # it is a user defined unit unitsfactor: Power of 10 that indicates the value the variable is multiplied by in the log file. decimals: Decimals with this variable /services/user/values.xml?var=device.variable?...?id=device?... Returns the instantaneous value of the variable when the XML request is carried out. Each of the variables that the value is required from should be included in the request as:?var=device.variable If you want to ascertain the value of all the variables of a device it should be indicated as:?id=device With it being possible in a single request to request the value of one or more variables and values of one or more devices <values> <variable> <id> </id> <value> </ value> </ variable> </values> Where: values: Main field which will identify the XML as a response to the request for variable values variable: List of variables: id: Identifier of the variable in device.variable format (Refer to the variable appendix in the Devices Manual ). value: Value of variable at the time of the request. 8 Configuration Manual
9 XML SERVICES 1.5. / services / user / forcevariables.xml? id = device With this request we may send the order to force variables to PowerStudio. The request must include the name of the device we want to force so that, if necessary, authentication can be checked (see Error! No se encuentra el origen de la referencia. Error! No se encuentra el origen de la referencia.). Only variables belonging to the device indicated in the request will be forced. Where: <forcevariables> <forcevar> <forcename> </ forcename> <forcevalue> </ forcevalue> </ forcevar> </forcevariables> forcevariables: Main field that will identify the XML as a request to force variables. forcevar: Information on each of the variables to be forced: forcename: Name of the variable in device.variable format (Refer to the variable appendix in the Devices Manual ).Only variables that can be forced, for example digital output variables. forcevalue: Value to which we wish to force the variable /services/user/records.xml?begin=?end=?var=?period=900 Returns information on one or more variables between the dates begin and end. Each of the variables that the information is required from should be included in the request as:?var=device.variable?var = device.variable The format of begin and end will be DDMMYYYY when you wish only to indicate the date (in this case the hour will 00:00:00) or DDMMYYYYHHMMSS when both the date and the hour are specified. Both "begin" as "end" must be expressed in UTC (Universal Coordinated Time). Finally, we may specify the period of data grouping using the period parameter. This value may be: end FILE data not grouped, returning the register as they have saved in the log. AUTO Grouping will take place automatically depending on the specified dates begin and ALL Data is grouped into a single value > 0 Value in seconds in which the data is grouped. If the period parameter does not appear on the request it shall be considered as value 0 and the data will not be grouped. <recordgroup> <period> </ period> <record> <datetime> </datetime> <field> </ field> <fieldcomplex> </ fieldcomplex> <fieldarm> </ fieldarm> <fieldfo> </fieldfo> <fieldevq> </ fieldevq> </record> </recordgroup> Where: Configuration Manual 9
10 PowerStudio XML SERVICES recordgroup: Main field which will identify the XML as a response to the variable register request. period: Register period. Will report on time elapsed between records. record: Will Identify each of the records: datetime: Date and time of the sample. field: Standard value register. fieldcomplex: Complex value register fieldarm: Harmonic value register fieldfo: Waveform value record fieldevq: EVQ event register Here are the different types of values that can be returned by this request: Standard value registers (voltages, currents, power, energy, etc.). <field> <id> </id> <value> </ value> </ Field> id: Variable identifier (device.variable) value: Value Complex value register (PLT, etc.). <fieldcomplex> <id> </id> <value> </ value> <flags> </ flags> </ fieldcomplex> id: Variable identifier (device.variable) value: Value flags: Additional information from the variable formed by the union of one or more of the following values 0x0000 The PLT is correct 0x0001 The PLT calculation has been done with fewer samples than expected 0x0002 The PLT calculation has been done with more samples than expected 0x0004 The samples used in the PLT calculation do not have an equidistant separation in the sampling window 0x0008 Some PST used in the calculation of the PLT contain events in phase 1 0x0010 Some PST used in the calculation of the PLT contain events in phase 2 0x0020 Some PST used in the calculation of the PLT contain events in phase 3 0x0040 Some PST used in the calculation of the PLT are not complete Harmonic value record <fieldarm> <id> </id> <element> <harmonic> </ harmonic> <value> </ value> </ element> </fieldarm> id: Variable identifier (device.variable) 10 Configuration Manual
11 XML SERVICES Element: Registers from each of the harmonics harmonic: Harmonics number value: Harmonic value. Waveform value record <fieldfo> <id> </id> <element> <msec> </ msec> <value> </ value> </ element> </fieldfo> id: Variable identifier (device.variable) Element: Information from each of the points that make up the waveform msec: millisecond value: value EVQ event Record. <fieldevq> <id> </id> <value> </ value> <phase> </ phase> <duration> </ duration> <averagevalue> </ averagevalue> <previousvalue> </ previousvalue> <eventtype> </ eventtype> <endforced> </ endforced> <semicyclevoltage> <date> </ date> <value> </ value> </ semicyclevoltage> </fieldevq> id: Variable identifier (device.variable) value: Value of the event: Phase: Phase in which the event occurs duration:duration of the event in milliseconds averagevalue: Average value: previousvalue: Old value eventtype: Type of event 0 Interruption 1 gap 3 Overvoltage endforced: Mark if the event has finished correctly (F) or has be forced to finalise (T) semicyclevoltage: Each of the points that make up the semi-circular effective voltage associated with the event. This field is optional and may not exist. date: Date and time (DDMMYYYYHHMMSSUUU) value: Value Configuration Manual 11
12 PowerStudio XML SERVICES 1.7. /services/user/events.xml?begin=?end=?id= Returns the events log of one or more events between dates begin and end. Each of the events on which information is required must be included in the request as:?id=name_event?var = device.variable The format of begin and end will be DDMMYYYY when you wish only to indicate the date (in this case the hour will 00:00:00) or DDMMYYYYHHMMSS when both the date and the hour are specified. Both "begin" as "end" must be expressed in UTC (Universal Coordinated Time). <main> </main> <recordgroup> <id> </id> <record> <date> </ date> <eventid> </eventid> <annotation> </annotation> <value> </ value> </record> </recordgroup> Where: main: Main field that will identify the XML as a response to the request. recordgroup: Field that groups all the records of an event. id: Event identifier. record: Will Identify each of the records: date: Event date and hour eventid: Event identifier. annotation: Event annotation. value: Event value. ON Event enabled OFF Event disabled ACK Event acknowledged 1.8. /services/user/recordseve.xml?begin=?end=?id= Returns information on events recorded by one or more devices between the dates begin and end. Each of the devices on which information is required must be included in the request as:?id=device?var = device.variable The format of begin and end will be DDMMYYYY when you wish only to indicate the date (in this case the hour will 00:00:00) or DDMMYYYYHHMMSS when both the date and the hour are specified. Both "begin" as "end" must be expressed in UTC (Universal Coordinated Time). 12 Configuration Manual
13 XML SERVICES <main> <recordgroup> <device> </device> <record> <datetime> </datetime> <field> <id> </id> <value> </value> </field> </record> </recordgroup> </main> Where: main: Main field that will identify the XML as a response to the request. recordgroup: Field that groups all the records of an event. device: Device the records refer to. record: Will Identify each of the records: datetime: Date and time of the sample. field: Will identify each of the fields. id: Iden value: Value of the event. Configuration Manual 13
14 PowerStudio XML SERVICES 2.- MAINTENANCE AND TECHNICAL SERVICE In the case of any query in relation to unit operation or malfunction, please contact the CIRCUTOR, SA Technical Support Service. Technical Assistance Service Vial Sant Jordi, s/n Viladecavalls (Barcelona) Tel.: (Spain) / (outside of Spain) [email protected] 3.- GUARANTEE CIRCUTOR guarantees its products against any manufacturing defect for two years after the delivery of the units. CIRCUTOR will repair or replace any defective factory product returned during the guarantee period. No returns will be accepted and no unit will be repaired or replaced if it is not accompanied by a report indicating the defect detected or the reason for the return. The guarantee will be void if the units has been improperly used or the storage, installation and maintenance instructions listed in this manual have not been followed. "Improper usage" is defined as any operating or storage condition contrary to the national electrical code or that surpasses the limits indicated in the technical and environmental features of this manual. CIRCUTOR accepts no liability due to the possible damage to the unit or other parts of the installation, nor will it cover any possible sanctions derived from a possible failure, improper installation or "improper usage" of the unit. Consequently, this guarantee does not apply to failures occurring in the following cases: - Overvoltages and/or electrical disturbances in the supply; - Water, if the product does not have the appropriate IP classification; - Poor ventilation and/or excessive temperatures; - Improper installation and/or lack of maintenance; - Buyer repairs or modifications without the manufacturer's authorisation. 14 Configuration Manual
15 XML SERVICES Configuration Manual 15
16 CIRCUTOR, SA Vial Sant Jordi, s/n Viladecavalls (Barcelona) Tel: (+34) Fax: (+34) [email protected]
Energy measurement and management solutions for the ISO 50 001 standard
Renewable energies Energy measurement and management solutions for the ISO 50 001 standard with PowerStudio SCADA Energy efficiency technology Energy Management System. ISO 50 001 standard With the aim
max 6f / computer max
POWER FACTOR REGULATORS computer max max 6f / computer max max 12f Instructions Manual ( M98234601-03-10A ) - 1 - Index 1 INTRODUCTION AND SAFETY RECOMMENDATIONS... 3 1.1 DELIVERY SPOT CHECK... 3 1.2 STARTING
INTEGRAL REMOTE MANAGEMENT SOLUTION cirwatt b series
Communication system for the management of electrical installations INTEGRAL REMOTE MANAGEMENT SOLUTION cirwatt b series MID Approval Technology for energy efficiency PLC Communications (Power Line Communication)
Technology for electrical energy efficiency
Technology for electrical energy efficiency The leader in electrical energy efficiency Leading company in electric energy control More than 35 years experience and constant evolution are the best guarantee
DUAL%CHANNEL BROADBAND%LINEAR%AMPLIFIER Model&A800D
ELECTRONICS AB DUAL%CHANNEL BROADBAND%LINEAR%AMPLIFIER Model&A800D & HIGH&VOLTAGE& FIXED&GAIN& BROADBAND & 800Vpp&60mA& 100x& DC&to&ca&200&kHz & LOW&OUTPUT&IMPEDANCE& HIGH&SLEW&RATE &
SOFTWARE EasyComm (Code 775 044) USER S MANUAL (Code M 981 357/00 - A) 1997-2000 CIRCUTOR, S.A. All rights reserved
SOFTWARE EasyComm (Code 775 044) USER S MANUAL (Code M 981 357/00 - A) 1997-2000 CIRCUTOR, S.A. All rights reserved EasyComm INDEX 1. Introduction... Page 2 2. EasyComm contents... Page 2 3. Main features...
Microgrids and self-generation with renewable energies
Energías Renovables Microgrids and self-generation with renewable energies Technology for energy efficiency CIRCUTOR Renewables Modern energy needs have caused the firm introduction of renewable energies,
Chapter 4 Using Line Power Analysis
Chapter 4 Using Line Power Analysis Line Power Analysis Overview The Line Power Analysis section of PMA1 provides the user with tools to measure 50 and 60 Hz line voltage (V RMS ), line current I RMS ),
SOLAR300N Rel. 1.03 21/01/10
Photovoltaic installation certifier + professional network analyzer Pag 1 of 5 1. SOLAR300N MAIN FEATURES SOLAR300N performs all tests on PV plants by using of SOLAR-02 remote unit which, after a preliminary
NortechCommander Software Operating Manual MAN-00004 R6
NortechCommander Software Operating Manual MAN-00004 R6 If the equipment described herein bears the symbol, the said equipment complies with the applicable European Union Directive and Standards mentioned
7-41 POWER FACTOR CORRECTION
POWER FTOR CORRECTION INTRODUCTION Modern electronic equipment can create noise that will cause problems with other equipment on the same supply system. To reduce system disturbances it is therefore essential
User s Manual Before using the inverter, you need to read and save the safety instructions.
User s Manual Before using the inverter, you need to read and save the safety instructions. STI SERIES (STI200, STI300, STI500, STI700, STI1000) Power Frequency Pure Sine Wave Inverter The information
SUPPLY NETWORK ANALYZER
SUPPLY NETWORK ANALYZER AR5-L (Code 7 71 501 ) INSTRUCTION MANUAL ( M98151101-03 / 03E ) (c) CIRCUTOR S.A. -------------- SUPPLY NETWORK ANALYZER AR5-L ----------- Page nº 2 CONTENTS page 1.- BASIC INSTRUCTIONS...4
ESDLIN1524BJ. Transil, transient voltage surge suppressor diode for ESD protection. Features. Description SOD323
Transil, transient voltage surge suppressor diode for ESD protection Datasheet production data Features Max peak pulse power 160 W (8/0 µs) Asymmetrical bidirectional device Stand-off voltage: 15 and 4
2CSG445012D0201 M2M ETHERNET. ETHERNET interface user manual M2M ABB
2CSG445012D0201 ETHERNET interface user manual M2M 1 GERAL INFORMATION 4 1.1 ETHERNET NETORK CONNECTION...4 1.2 SELF-DIAGNOSIS...4 2 CONFIGURATION 5 2.1 PAGES ACCESS...5 2.2 INSTRUMT SETUP...6 2.3 DEFAULT
Adlib Hosting - Service Level Agreement
Adlib Hosting - Service Level Agreement June 2014 This service level agreement (SLA) applies to the Adlib Hosting services provided by Axiell ALM Netherlands BV, and includes the activities and facilities
TN0023 Technical note
Technical note Discontinuous flyback transformer description and design parameters Introduction The following is a general description and basic design procedure for a discontinuous flyback transformer.
Power Log PC Application Software
Power Log PC Application Software Users Manual May 2007 Rev. 1, 5/08 2007-2008 Fluke Corporation. All rights reserved. Specifications are subject to change without notice. All product names are trademarks
HEF4011B. 1. General description. 2. Features and benefits. 3. Ordering information. 4. Functional diagram. Quad 2-input NAND gate
Rev. 6 10 December 2015 Product data sheet 1. General description 2. Features and benefits 3. Ordering information The is a quad 2-input NAND gate. The outputs are fully buffered for the highest noise
ML 1012 v.1.2 ML13,8V/1A Buffer power supply module, linear.
ML 1012 v.1.2 ML13,8V/1A Buffer power supply module, linear. EN Edition: 6 from 10.03.2014 Supercedes the edition: 5 from 16.09.2013 Features: uninterrupted supply of 13,8VDC/1A supply voltage: external
Electric Measurement and Control. Energy management software
Electric Measurement and Control Energy management software Energy Management software M9 - de gestión energética M9-4 PowerStudio Energy supervision and preventive maintenance of lines and electric installations
1. INTRODUCTION FEATURES 2. PROGRAMMING
1. INTRODUCTION Mono phase compensation systems are not useful in plants where unbalanced loads exist. In such plants compensation has to be done by measuring all 3 phase parameters individually. Devices,
PSACH 01246 v.1.0 PSACH 24VAC/6A/1x6A HERMETIC AC power supply for CCTV
PSACH 01246 v.1.0 PSACH 24VAC/6A/1x6A HERMETIC AC power supply for CCTV EN Edition: 2 from 12.12.2013 Supersedes the edition: 1 from 18.06.2013 Features: power output 24V AC/6A or 27V AC/ 5,5A power voltage
The 74LVC1G11 provides a single 3-input AND gate.
Rev. 8 17 September 2015 Product data sheet 1. General description The provides a single 3-input AND gate. The input can be driven from either 3.3 V or 5 V devices. This feature allows the use of this
SNMP Web Management. User s Manual For SNMP Web Card/Box
SNMP Web Management User s Manual For SNMP Web Card/Box Management Software for Off-Grid Inverter Version: 1.2 Table of Contents 1. Overview... 1 1.1 Introduction... 1 1.2 Features... 1 1.3 Overlook...
NC-12 Modbus Application
NC-12 Modbus Application NC-12 1 Table of Contents 1 Table of Contents... 2 2 Glossary... 3 SCADA...3 3 NC-12 Modbus in general... 3 4 Entire system... 4 4.1 PFC to PC connection alternatives...4 4.1.1
AGRI-ALERT 800T / AGRI-ALERT 800 ALARM SYSTEM USER MANUAL
AGRI-ALERT 800T / AGRI-ALERT 800 ALARM SYSTEM USER MANUAL Manufacturer: Viatron Electronics 3514 1st Street, St-Hubert (Quebec) Canada J3Y 8Y5 WARNING: the warranty can be void if the Agri-Alert 800T or
User's Guide. Integrating Sound Level Datalogger. Model 407780. Introduction
User's Guide 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Back to the Extech 407780 Product Page Integrating Sound Level Datalogger
Quad 2-input NAND Schmitt trigger
Rev. 9 15 December 2015 Product data sheet 1. General description 2. Features and benefits 3. Applications The is a quad two-input NAND gate. Each input has a Schmitt trigger circuit. The gate switches
CAT AVR V2.3. Instruction Manual. Voltage regulator for generators. March 2008
CAT AVR V2.3 Voltage regulator for generators March 2008 Instruction Manual Warnings WARNING The system should not be installed, operated, serviced or modified except by qualified personnel who understand
Nemo 96HD/HD+ MODBUS
18/12/12 Pagina 1 di 28 MULTIFUNCTION FIRMWARE 2.30 Nemo 96HD/HD+ MODBUS COMMUNICATION PROTOCOL CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description
Annex: VISIR Remote Laboratory
Open Learning Approach with Remote Experiments 518987-LLP-1-2011-1-ES-KA3-KA3MP Multilateral Projects UNIVERSITY OF DEUSTO Annex: VISIR Remote Laboratory OLAREX project report Olga Dziabenko, Unai Hernandez
P6KE. Transil, transient voltage surge suppressor (TVS) Features. Description. Complies with the following standards
Transil, transient voltage surge suppressor (TVS) Datasheet production data Features Peak pulse power: 600 W (10/0 µs ) Stand-off voltage range 6.8 to 440 V Unidirectional and bidirectional types Low clamping
C2O CALL 2 OPEN USING YOUR CELL PHONE. Operation. Features Ready to operate Straight from the Box! O/P Changeover Contact 1.2KW
CALL 2 OPEN USING YOUR CELL PHONE Features Ready to operate Straight from the Box! O/P Changeover Contact 1.2KW White List upto 10 Tel No s Signal Strength Indication Internal Antenna Waterproof Enclosure
Vroom Hardware manual ver. 1.00 Code 114VROOHWE00. Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR
Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR ENGLISH HARDWARE MANUAL ver. 1.00 CODE 114VROOHWE00 page 1 of 22 Important Important Read these instructions
ISOBUS VT. ISOBUS Virtual Terminal. User Manual HY33-4010-IB/UK
ISOBUS VT ISOBUS Virtual Terminal User Manual HY33-4010-IB/UK Vansco Electronics Oy (Parker Hannifin Corporation) Electronic Controls Division PO Box 86 (Tiilenlyöjänkatu 5) FI-30101 Forssa, Finland Office
1-of-4 decoder/demultiplexer
Rev. 6 1 April 2016 Product data sheet 1. General description 2. Features and benefits 3. Applications The contains two 1-of-4 decoders/demultiplexers. Each has two address inputs (na0 and na1, an active
User s Manual. Management Software for Inverter
WatchPower User s Manual Management Software for Inverter Table of Contents 1. WatchPower Overview... 2 1.1. Introduction... 2 1.2. Features... 2 2. WatchPower Install and Uninstall... 2 2.1. System Requirement...
RISH EM 3490 DS Dual Source Energy Meter RISH EM 3490 DS. Application : Product Features:
Application : RISH Master 3490 DS measures important electrical parameters of Utility (in normal mode) & Generators (in Power back up) in three phase and single phase Network & replaces the multiple analog
User Manual WatchPower
User Manual WatchPower Management Software for Inverter Table of Contents 1. WatchPower Overview... 1 1.1. Introduction... 1 1.2. Features... 1 2. WatchPower Install and Uninstall... 1 2.1. System Requirement...
Energy Management Energy Meter Type EM23 DIN
Energy Management Energy Meter Type EM23 DIN Class 1 (kwh) according to EN62053-21 Class B (kwh) according to EN50470-3 Class 2 (kvarh) according to EN62053-23 Accuracy ±0.5 RDG (current/voltage) Energy
Specifications for Registrars' Interaction with the Domain Registration System During Landrush and General Registration Periods
Фонд содействия развитию технологий и инфраструктуры Интернета Введено в действие: 24 сентября 2014 г. Foundation for Assistance for Internet Technologies and Infrastructure Development Specifications
INTMOD485-LH Protocol Converter
For Use with L-GAGE LH Series Sensors Features Converts an LH Network to the 485-RTU protocol Supports baud rates up to 230,400 baud Supports LH Networks with up to 32 sensors Model Protocol Conversion
No. S8351. S8351 External Bluetooth module for mz series transmitter OPERATING INSTRUCTION
No. S8351 S8351 External Bluetooth module for mz series transmitter OPERATING INSTRUCTION Prior to use, please read this manual thoroughly. Keep this manual in a convenient place for quick and easy reference.
ENTBUS PLUS SOFTWARE FOR ENERGY MONITORING AND RECORDING INSTALLATION AND OPERATING MANUAL
ENTBUS PLUS SOFTWARE FOR ENERGY MONITORING AND RECORDING INSTALLATION AND OPERATING MANUAL Foreword Entbus services manage the collection of information and storing this information in the database. Services
Energy Management Power Analyzer Type WM14-96 Basic Version
Energy Management Power Analyzer Type WM-96 Basic Version Optional dual pulse output Alarms (visual only) V, An Optional galvanically insulated measuring inputs Product Description 3-phase power analyzer
BZW50. Transil, transient voltage surge suppressor (TVS) Features. Description
Transil, transient voltage surge suppressor (TVS) Datasheet production data Features Peak pulse power: 5000 W (10/0 µs) Stand-off voltage range from 10 V to 180 V Unidirectional and bidirectional types
Planar PIN diode in a SOD323 very small plastic SMD package.
Rev. 8 12 May 2015 Product data sheet 1. Product profile 1.1 General description Planar PIN diode in a SOD323 very small plastic SMD package. 1.2 Features and benefits High voltage, current controlled
ABB i-bus EIB Logic Module LM/S 1.1
Product Manual ABB i-bus EIB Logic Module LM/S 1.1 Intelligent Installation System Contents page 1 General... 3 1.1 About this manual... 3 1.2 Product and functional overview... 3 2 Device technology...
MICROSENS. Central 48 V DC Power Supplies for PoE-Components. Description. Features
Central 48 V DC Power Supplies for PoE-Components MICROSENS Description Active network equipment which is supporting the Power-over-Ethernet functions, typically requires a powerful 48 V DC power supply.
1 Temperature Derating Guide
VLT HVAC Drive FC 02 Application Note Temperature Derating Guide Temperature Derating Guide.. Abstract This paper provides detailed data regarding the operation of the VLT HVAC Drive FC02 at varying ambient
Adeptia Suite LDAP Integration Guide
Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia
Variable Frequency Drives - a Comparison of VSI versus LCI Systems
Variable Frequency Drives - a Comparison of VSI versus LCI Systems Introduction TMEIC is a leader in the innovative design and manufacture of large ac variable f requency drive systems. TMEIC has been
Operating Instructions Thermo Call TC3. General Information. Use. Dear Webasto customer,
Operating Instructions Thermo Call TC3 General Information Dear Webasto customer, Thank you for purchasing the new Thermo Call TC3. This product provides you with a convenient, innovative way to operate
DeviceNet Bus Software Help for Programming an Allen Bradley Control System
FBP FieldBusPlug V7 DeviceNet Bus Software Help for Programming an Allen Bradley Control System DeviceNet Software Help for Programming an Allen Bradley Control System Contents Page General Purpose...
DSL01-xxxSC5. Secondary protection for DSL lines. Features. Description. Applications. Benefits. Complies with the following standards
-xxxsc5 Secondary protection for DSL lines Features Low capacitance devices: -xxxsc5: Delta C typ = 3.5 pf High surge capability: 30 A - 8/20 µs Voltage: 8 V, 10.5 V, 16 V, and 24 V RoHS package Benefits
TURBOtech srl. SED-635 Digital Excitation System. Industrial Electronics Sector FEATURES
SED-635 Digital Excitation System SED-635 is a complete excitation system capable of adapting to control synchronous generators of any size. The integration of the TOUCH SCREEN operator interface and a
ABB i-bus KNX SA/S Switch Actuators Product Manual
ABB i-bus KNX SA/S Switch Actuators Product Manual Contents Contents Page 1 General... 5 1.1 Using the product manual...5 1.1.1 Structure of the product manual...6 1.1.2 Notes...6 1.2 Product and functional
INTEGRATION GUIDE. DIGIPASS Authentication for Juniper SSL-VPN
INTEGRATION GUIDE DIGIPASS Authentication for Juniper SSL-VPN Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided 'as is'; VASCO Data
HEF4021B. 1. General description. 2. Features and benefits. 3. Ordering information. 8-bit static shift register
Rev. 10 21 March 2016 Product data sheet 1. General description 2. Features and benefits 3. Ordering information The is an (parallel-to-serial converter) with a synchronous serial data input (DS), a clock
PLA 44. Power quality analyzer. User and service manual. BMR trading
PLA 44 Power quality analyzer User and service manual version 1.2 BMR Lipovka 17 516 01 Rychnov n. Kn. 1 Tel: +420 774 415 703 Fax: +420 494 533 602 Content 1. Front panel...3 5.6.1. List of events...8
Distribution of electrical energy
Distribution of electrical energy Technology for energy eficiency Distribution of electrical energy At CIRCUTOR, we have been manufacturing and providing systems and equipment for managing energy efficiency
PESDxU1UT series. 1. Product profile. Ultra low capacitance ESD protection diode in SOT23 package. 1.1 General description. 1.
Rev. 02 20 August 2009 Product data sheet 1. Product profile 1.1 General description Ultra low capacitance ElectroStatic Discharge (ESD) protection diode in a SOT23 (TO-236AB) small SMD plastic package
DDSL01. Secondary protection for DSL lines. Features. Description
Secondary protection for DSL lines Features Stand off voltage: 30 V Surge capability: I pp = 30 A 8/20 µs Low capacitance device: 4.5 pf at 2 V RoHS package Low leakage current: 0.5 µa at 25 C 3 2 Description
MANUAL EN 3 SUPPLY PLUG* MAINS CABLE CTEK COMFORT CONNECT ABSORPTION, READY TO USE ANALYSE FLOAT, FULLY CHARGED PULSE, MAINTENANCE CHARGING
MODE 12V/ MANUAL CONGRATULATIONS to the purchase of your new professional switch mode battery charger. This charger is included in a series of professional chargers from CTEK SWEDEN AB and represents the
EN 3 ABSORPTION, READY TO USE ANALYSE BULK DESULPHATION SOFT START. L: 2000 mm MODE- BUTTON SUPPLY PLUG* SUPPLY
MODE 24V/ MANUAL MXT 14 CONGRATULATIONS to the purchase of your new professional switch mode battery charger. This charger is included in a series of professional chargers from CTEK SWEDEN AB and represents
Model 8220. POWER QUALITY ANALYZERS, METERS & LOGGERS Power Quality Meter
Special product features '''' ENERGY METER ''' MEASURES RPM POWER QUALITY ANALYZERS, METERS & LOGGERS Power Quality Meter Model A measurement tool for electrical parameters and distribution network disturbances
Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues.
Contents 1 Introduction 4 2 Processing Transactions 5 2.1 Transaction Terminology 5 2.2 Using Your Web Browser as a Virtual Point of Sale Machine 6 2.2.1 Processing Sale transactions 6 2.2.2 Selecting
Short information Parameters are programmed via front-side membrane keypad
Digital remote display for Flow Meter DM /DE Universal meter UZ Indication of the quantity consumed in m³ Features LED-Display 14.2mm red Indicating range -99999... 999999 0... 3 Decimal points programmable
Contents. Document information
User Manual Contents Document information... 2 Introduction... 3 Warnings... 3 Manufacturer... 3 Description... Installation... Configuration... Troubleshooting...11 Technical data...12 Device Scope: PCB
OPERATING PRINCIPLES FOR PHOTOELECTRIC SENSORS
OPERATING PRINCIPLES FOR PHOTOELECTRIC SENSORS Photoelectric These sensors use light sensitive elements to detect objects and are made up of an emitter (light source) and a receiver. Four types of photoelectric
PMS. Energy management and monitoring software. Installation and operation instructions. BMR trading Horní lán 17 77900 Olomouc Czech Republic
PMS Energy management and monitoring software Installation and operation instructions version 1.5 77900 Olomouc 1 Content 1. PMS introduction...3 1.1. PMS structure...3 1.2. System requirements...3 2.
Eco-POWER METER Data Collection Software KW Monitor Operation Manual
Eco-POWER METER Data Collection Software KW Monitor Operation Manual Software version: KW Monitor V2.70 Issued on January 2014 Table of Contents Chapter 1 Introduction...1 Chapter 2 Main functions of KW
INTEGRATED CIRCUITS. 74LVC08A Quad 2-input AND gate. Product specification IC24 Data Handbook. 1997 Jun 30
INTEGRATED CIRCUITS IC24 Data Handbook 1997 Jun 30 FEATURES Wide supply voltage range of 1.2 V to 3.6 V In accordance with JEDEC standard no. 8-1A Inputs accept voltages up to 5.5 V CMOS low power consumption
IPsec VPN Application Guide REV: 1.0.0 1910010876
IPsec VPN Application Guide REV: 1.0.0 1910010876 CONTENTS Chapter 1. Overview... 1 Chapter 2. Before Configuration... 2 Chapter 3. Configuration... 5 3.1 Configure IPsec VPN on TL-WR842ND (Router A)...
INSTRUCTION MANUAL for UNIBLITZ MODEL DM412 SHUTTER DRIVE MODULE
INSTRUCTION MANUAL for UNIBLITZ MODEL DM412 SHUTTER DRIVE MODULE VINCENT ASSOCIATES 803 LINDEN AVE. ROCHESTER, NEW YORK 14625 SERVICE/ORDERS (800) 828-6972 In NY State (585) 385-5930 Fax (585) 385-6004
LIFEPAK 15 MONITOR/DEFIBRILLATOR
LIFEPAK 15 MONITOR/DEFIBRILLATOR Setup Options This document describes how to enter Setup mode and change operating settings in the LIFEPAK 15 monitor/defibrillator. Defining Setup Options Setup mode
3-input EXCLUSIVE-OR gate. The 74LVC1G386 provides a 3-input EXCLUSIVE-OR function.
Rev. 02 3 September 2007 Product data sheet 1. General description The provides a 3-input EXCLUSIVE-OR function. The input can be driven from either 3.3 or 5 V devices. This feature allows the use of these
Triple single-pole double-throw analog switch
Rev. 12 25 March 2016 Product data sheet 1. General description 2. Features and benefits 3. Applications 4. Ordering information The is a triple single-pole double-throw (SPDT) analog switch, suitable
Uninterruptible Power Supply
96-01101 / rev. 2e / 2-2-12 Uninterruptible Power Supply EXCEPTIONAL SUPPORT & PROTECTION Uninterruptible Power Supply with Energy Saver design that is optimized to address the needs of A/V systems Features
14. Troubleshooting Guide
14. Guide 14.1 Refrigeration Cycle System In order to diagnose malfunctions, ensure the air conditioner is free from electrical problems before inspecting the refrigeration cycle. Such problems include
STRATO LED Drivers 70W, Single output
Features STRATO switch mode driver technology is designed to generate one constant current output from a wide range AC input. The size and performance of these products make them the ideal choice for LED
INSTRUCTION MANUAL VRT-200. TECSYSTEM S.r.l. Via Cristoforo Colombo, 5/C 20094 Corsico (MI) phone +39-02 - 48601011 / 4581861 Fax: +39-02 48600783
INSTRUCTION MANUAL VRT-200 TECSYSTEM S.r.l. Via Cristoforo Colombo, 5/C 20094 Corsico (MI) phone +39-02 - 48601011 / 4581861 Fax: +39-02 48600783 http://www.tecsystem.it R.3 27/03/03 VRT200 protection
AMTRON E-30 Compact heat and cooling meter
AMTRON E-30 Compact heat and cooling meter Application The compact AMTRON E-30 meter is used for energy consumption measurements for heating and cooling applications in small premises such as apartments,
Panel Meters and Controllers Modular Panel Meter Type EDM 35
Panel Meters and Controllers Modular Panel Meter Type EDM 35 Modular digital panel meter, 3 1/2-digit Indicating or controlling current, voltage, resistance, temperature, tacho or frequency. Easy programming
Understanding Power Factor and How it Affects Your Electric Bill. Presented by Scott Peele PE
Understanding Power Factor and How it Affects Your Electric Bill Presented by Scott Peele PE Understanding Power Factor Definitions kva, kvar, kw, Apparent Power vs. True Power Calculations Measurements
NAT TCP SIP ALG Support
The feature allows embedded messages of the Session Initiation Protocol (SIP) passing through a device that is configured with Network Address Translation (NAT) to be translated and encoded back to the
Electrical measurement and control M.5. CVM Power analyzers
Electrical measurement and control M.5 CVM Power analyzers M.5 CVM Power analyzers M.5 - CVM Power analyzers CVMk2 Three-phase power analyzer(balanced and unbalanced) for panel or DIN rail mounting M5-8
Kokii BatteryDAQ. BMS Software Manual. Battery Analyzer Battery DAS
Kokii BatteryDAQ BMS Battery Analyzer Battery DAS Updated: October 2008 Caution: High Voltage Exists on Battery Power and Sampling Connectors! Please refer to device installation and operation manual for
FL ballasts Electronic dimming. PCA T5 ECO lp Y II, 14 80 W ECO T5
EL PCA ECO lp Y II, 1 80 W ECO Product description Processor-controlled ballast with y II inside Highest possible energy class CELMA EEI = A1 BAT 1 Noise-free precise control via DALI or DSI signal, switchdim
Sierra Dual 24 Volt Brushless DC Motor Controller Product Specification
Sierra Dual 24 Volt Brushless DC Motor Controller Product Specification Assembly 025A0215 600A0942 Rev. A May 14, 2012 025A0215 Brushless DC Motor Controller Page 1 Revision History ECN # Date Rev Description
User Manual V1.0 2014 SDM220MODBUS. Single-Phase Two Module DIN rail Meters
SDM220MODBUS Single-Phase Two Module DIN rail Meters Measures kwh, Kvarh, KW, Kvar, KVA, PF, Hz, dmd, V, A, etc. Di-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting 36mm
HG659 Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD.
HG659 Home Gateway User Guide HUAWEI TECHNOLOGIES CO., LTD. Product Overview...................................... 1 Ports and Buttons.................................................. Indicators.........................................................
User Manual Software for DSL Digital Speed Switch
User Manual Software for DSL Digital Speed Switch Software version from 1.0.1 Baumer Hübner GmbH Max-Dohrn-Str. 2+4 D-10589 Berlin Phone +49 (0)30 690 03-0 Fax +49 (0)30 690 03-104 [email protected]
MANUAL. * Supply plugs may differ to suit your wall socket. EN 3. Continue to press the MODE-button to combine charging program with charging options.
MX MANUAL CONGRATULATIONS to the purchase of your new professional switch mode battery charger. This charger is included in a series of professional chargers from CTEK SWEDEN AB and represents the latest
Symantec Endpoint Protection Shared Insight Cache User Guide
Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide The software described in this book is furnished under a license agreement and
FL ballasts Electronic dimming. PCA T5 BASIC lp Y II, 14 80 W BASIC T5
T5 TC-L PCA T5 BASIC lp Y II, 1 80 W BASIC T5 Product description Processor-controlled ballast with y II inside Highest possible energy class CELMA EEI = A1 BAT 1 Noise-free precise control via DSI signal,
Power-monitoring unit PowerLogic System. Technical data sheet. Power Meter Series 800
Power-monitoring unit PowerLogic System Technical data sheet 2003 Power Meter Series 800 Function and characteristics PB100313 The PowerLogic Power Meter Series 800 offers all the high-performance measurement
INSTALLATION MANUAL. SAILOR 5080 AC Power Supply
INSTALLATION MANUAL SAILOR 5080 AC Power Supply Contents Introduction... 3 General description... 3 Technical data... 3 Installation... 4 Outline and dimension... 4 Installation wiring... 5 Block diagram
