Application Module Specification and Technical Data

Size: px
Start display at page:

Download "Application Module Specification and Technical Data"

Transcription

1 Application Module Specification and Technical Data 8/97 detergant coffee chocolate

2 Page 2 TotalPlant Solution (TPS) Application Module Specification and Technical Data Introduction This publication defines the significant functions of the TotalPlant Solution (TPS) Application Module. The Application Module is one of the modules on the Local Control Network (LCN). As Figure 1 indicates, it communicates with other modules on the same or other Local Control Networks and with process-connected devices on the Universal Control Networks and Data Hiways. Because of its position in the system architecture, the Application Module can accept inputs from multiple processconnected devices, as well as from other modules on the different Local Control Networks. It can also provide control outputs to control elements in the process or to other data points in modules on the different Local Control Networks, including itself. For more information on the role of the Application Module in the TPS system, refer to the System Technical Data. With at least one Application Module present in a TPS system, more advanced calculations and control strategies can be implemented. Each Application Module data point can have multiple inputs and outputs from many devices, and a single Application Module can handle many more data points than a single process-connected box. The Application Module features a full complement of control algorithms. The Control Language that executes in the Application Module makes it easy to develop custom point processing and special algorithms. The Application Module provides full cascade functionality between an AM point and any process data point resident in modules on different LCNs. Functional Description The relationships of the major functions of the Application Module are shown in Figure 2. Additional LCN Modules Fiber Optics Archive Replay Module Application Module History Module Universal Stations Network Gateway Plant Information Network Network Gateway Plant Network Module Universal Work Station LOCAL CONTROL NETWORK NO. 1 LOCAL CONTROL NETWORK NO. 2 LCN Extenders Hiway Gateway Network Interface Module Network Interface Module DATA HIWAY Data Hiway Boxes Process Manager Advanced Process Manager Advanced Process Manager UNIVERSAL CONTROL NETWORKS Logic Manager Advanced Process Manager Smartline 3000 Remote I/O Subsystem Figure 1 TotalPlant Solution (TPS) Architecture with Application Module

3 Page 3 Data Points The Application Module contains a process database made up of data points that the process engineer builds and assigns to it during configuration. Each data point is a collection of fixed and dynamic parameters that performs a specific function and is identified by a point name. Datapoint processing can use either preprogrammed or custom algorithms to calculate required information and/or initiate specific control action. BUILT-IN ALGORITHMS FAST PROCESSOR SLOW PROCESSOR CONTROL LANGUAGE EXECUTION INTERNETW0RK POINT PROCESSOR BACKGROUND CL In addition to regulatory data points that represent continuous variables in or related to the process, the Application Module also offers several utility datapoint types. These include the following: PROCESS DATABASE LOCAL CONTROL NETWORK Timers provide timing functions. Counters process counter inputs. Flags boolean variables. Numeric numeric variables. During configuration, the user defines the data-point name, point type, selected algorithms (if applicable), input sources (up to 16, from multiple sources), output destinations (up to 8), alarm trip points, and the processing schedule. Other information pertinent to the type of data point may also be entered, or standard default values may be used. Data Point Scheduling Each data point in an Application Module is processed according to a schedule defined by the process engineer during configuration. The engineer may assign a data point to a "fast" processor, a "slow" processor, or an internetwork point processor, and may choose from a variety of time intervals from 1 second to 24 hours. The fast processor has a higher priority, so data points assigned to it are processed at more regular intervals. Generally, Figure 2 Application Module Functions noncritical, low-frequency data points are assigned to the slow processor, so that they do not interfere with the processing of data points assigned to the fast processor. The internetwork point processor provides for closed loop control across the Network Gateway. The user can also schedule data points to be processed before or after another data point, on demand, or when some userdefined process event occurs. When a regulatory data point in an Application Module is processed, it goes through most or all of the steps in the sequence shown in Figure 3. Regulatory Control General Input Processing At the user's option, a regulatory data point can fetch values from the process database and update designated parameters within the data point before proceeding with the remainder of its processing. PV Processing A regulatory data point that uses PV processing fetches the designated PV inputs from a process-connected box or module on the Local Control Network before executing the specified PV algorithm (see Table 1), or custom algorithm (see the "Custom Control" description FUNCTIONS Scheduling of Data Point Processing Regulatory Control PV Processing Control Processing Control Output Processing Custom Control Control Language Execution Custom Data Point Processing Custom Data Segments Multipoint Strategies (Switch Data Point) Alarming

4 Page 4 PV CONTROL GENERAL INPUT PV INPUT INITIAL CONTROL CONTROL INPUT GENERAL OUTPUT PV ALGORITHM SET POINT AND TARGET ALARM DISTRIBUTION PV FILTERING DEVIATION ALARM CL Block Insertion points PV SOURCE SELECTION AND RANGE CHECK PV ALARM CONTROL ALGORITHM CONTROL OUTPUT 1173 Figure 3 Processing Sequence for Regulatory Data Point below). The PV is calculated, checks are made to determine if limits have been violated, and a value status (good, bad, or uncertain) is assigned. Control Processing A regulatory data point that uses control processing obtains the designated control inputs from PV processing, or elsewhere, before executing the selected control algorithm (see Table 2), or custom algorithm (see "Custom Control"). When configured to do so, such a data point can also store the output in other data points in the same or another Application Module or in some other LCN-based module or process-connected device. Multiloop control schemes are normally configured to provide bumpless transfers from one mode of operation to another. Control Output Processing Control output processing stores a whole value appropriate to the units of the destination parameter. It also accommodates any control constraints, including any output high/low limits, output increment limits, and integral high/low limits, as well as handling initialization, mode change, and antiwindup conditions. Alarming Alarms for regulatory data points can be selected by the user from the types of conditions listed below. If an alarm is detected as a data point is processed, that event is journaled, annunciated, and displayed in the same way as an alarm detected by a processconnected device.

5 Page 5 High/low deviations High/low PV High high/low low PV PV rate of change PV significant change Custom Control In addition to the built-in PV and control algorithms, the engineer may use the Control Language (CL/AM) to define his own algorithms and processing routines. Control Language can be written at a TPS Universal Station/Universal Work Station, or at a personal computer using an optional software package called Workbook, that runs under MS- DOS/PC-DOS. Programs are compiled at a Universal Station or Universal Work Station. Control Language algorithms and routines are inserted at specified points in the Application Module processing order. Control Language Control Language is designed specifically for the Process Engineer to use in implementing custom control schemes. This easy-to-use language employs a variety of general and process-oriented statements (see Table 3 and Figure 4) and provides a significant improvement in both security and throughput over previous customization techniques. Security features include checks to make sure that parameters and storage destinations are valid, and to protect against user-coded infinite loops. Custom Data Segments Custom Data Segments (CDS) are parts of a data point used for storing data that is to be used by Control Language programs. For example, the name of each parameter and its type, units, and change authority are included when the segment is defined. Once defined, and attached to specific data points, the custom segment data is automatically Table 1 PV Algorithms Algorithm Null Data Acquisition Flow Compensation Middle-of-Three Selector Hi/Lo Average Selector Summer Multiplier/Divider Sum of Products Variable Deadtime With Lead-Lag Totalizer General Linearization Control Language PV Algorithm available for displays and other functions. Foreground and Background CL Control Language programs can be assigned to execute in either the foreground or background mode. For foreground execution, insertion points are defined where blocks Table 3 Control Language for the AM Data Types Number Data Points Arrays Statements set go to loop exit Operators Arithmetic Logic Relational Functions and Subroutines Table 2 Regulatory Control Algorithms Algorithm Null Auto Manual PID With Options, Including GAP Nonlinear Gain Auto-Ratio Auto-Bias PID-External Reset Feedback PID-With Feedforward Incremental Summer Lead/Lag Summer Multiplier/Divider Ratio Override Selector Switch Ramp Soak Control Language Control Algorithms Discrete (Logical, Enumeration) Time Strings state change if/then/else repeat abort -, +,, /, mod, and, or, not, xor <, =, >, <=, >=, <> Sin, Cos, Tan, Atan, Ln, Log 10, Exp, Sqrt Abs, Max, Min, Avg, Sum Badval Exists Comm Error Set bad Now Date time of CL code can be executed during the standard processing sequence (see Figure 3). call send end Allow bad Self Round Int

6 Page 6 BLOCK dual_oxy (point CAI1515; & at pv alg) This block of CL code selects the higher of two recycle oxygen readings from dual oxygen analyzers and places that value as the PV of point CAI1515. If one of the analyzers is off scale, out of limits, or out of service, the other analyzer is selected. Also, if one of the analyzers is bad or out of service, the PV source for another loop in the control scheme is set to MANUAL. These statements define the variables. local aval, bval external AAR1515A, AAR1515B external CAA1515 the analyzers the other control loop These statements check out Analyzer A. if AAR1515A.PVHIFL or AAR1515A.PVLOFL or If the limits have been violated & badval(aar1515a.pv) or or the value is bad & not (AAR1515A.PTEXECST = active) or the analyzer not active & then (set CAA1515.PVSOURCE = MAN; set aval = 0) set source to manual else set aval = AAR1515A.PV otherwise use the PV These statements check out Analyzer B. if AAR1515B.PVHIFL or AAR1515B.PVLOFL or If the limits have been violated & badval(aar1515b.pv) or or the value is bad & not (AAR1515B.PTEXECST = active) or the analyzer not active & then (set CAA1515.PVSOURCE = MAN; set bval = 0) set source to manual else set bval = AAR1515B.PV otherwise use the PV These statements select the higher analyzer reading and end the CL block. set PVCALC = MAX (aval, bval) end dual_oxy Note: " " indicates a comment line included to help in understanding the program. All other lines are program statements. Figure 4 Sample Control Language Program Execution of a block might be triggered by a specific event, such as crossing an alarm threshold or when it becomes necessary to initialize a control loop. Background CL programs are attached to a data point and execute whenever CPU time is available. Consequently background routines do not slow down point processing execution. Control Language Algorithms The standard sets of both PV and control algorithms have "Control Language algorithm" as one of the choices, making it easy for the user to substitute his own algorithm in the standard pointprocessing scheme. Custom Multipoint Switch Strategies A Control Language switch data point can be used with user-written Control Language routines to monitor and direct control of strategies that involve different sets of data points. The multipoint Control Language routines respond to strategy changes requested by the process operator through a Universal Station.

7 Page 7 Control Language Extensions Accessing History Control Language Extensions provide for history access by reading historized data from the History Module. Up to 262 history values can be obtained with one call. Data being retrieved can be Absolute Snapshots, Relative Snapshots, or Absolute Averages of any historized point.parameter. The extensions can determine the collection rate for a specific point.parameter. Values can be specified in either ASCII or internal Form. The data can be used by CL programs and/or displayed on a Universal Station. Math Library A set of math subroutines are available for those AMs that are equipped with a high performance processor module with math coprocessor. The subroutines provide the following features: Standard deviation of an array Generate random numbers with both uniform (0-1) and pseudo-gaussian distribution Create single-dimension CDS array from two-dimension local matrix Create a two-dimensional local matrix from a single-dimension CDS array Matrix multiply, add, subtract, and transpose Matrix inversion and solution with right-hand/left-hand division options Maintenance of matrix work areas CPU usage calculations. Options Hardware Options The Application Module is available in a 5-card electronics module and a dual node electronics package. The 5-card module can be equipped with cards that use Motorola microprocessors and have a memory capacity of 2 Mw, or with cards that provide higher throughput using Motorola 68020s. The option is available with 2, 3, 4, 6, or 8 Mw of memory. The dual node package can also be supplied with 2, 3, 4, 6, or 8 Mw memory capacity. For additional information about the two types of enclosures, see the System Technical Data. Redundant AMs, including special software, can be provided for those applications where availability of the advanced AM functions is a prime consideration. Upon primary failure, the secondary will take over with a minimal delay (within 5 seconds) and without loss of alarms or messages. Redundant AMs are available in 5-card modules only. These are mounted adjacently in the same cabinet and are separately powered. Maximum memory that can be installed is 7 Mw. Multiple Application Modules can be connected to the Local Control Network to increase the point-processing capacity and/or for dedicated process unit applications. Application Programs Several powerful software application programs are available that take advantage of the AM custom programming capabilities. Included are: LOOPTUNE II optimally tunes PID control loops. HORIZON MULTIVARIABLE PREDICTIVE CONTROL a multiple input/ multiple output control algorithm capable of controlling loops that cannot be adequately controlled with PID algorithms. Real Time SPQC-II uses statistical control methods and a full range of control charting The maximum memory that can be addressed by software is 6 3/4 Mw. functions for early detection of quality problems. Your Honeywell representative will be pleased to provide you with details about these and other available applications packages. Physical Description When packaged as a 5-card module, the Application Module contains a Local Control Network Interface board, microprocessor/memory board(s), a power supply, and a fan assembly. If the AM is a member of a redundant pair, there is also a redundancy board. The dual node version of the Application Module contains a high-density K2LCN board, a power supply, and fan assembly. The boards and power supply are Optimum Replaceable Units for maintenance. Both types of electronics modules mount in a standard 19 (48 cm) RETMA rack and are typically mounted in a standard TPS system cabinet. The Local Control Network connects to the module through coaxial connectors. Optimum Replaceable Units (ORUs) are replaceable assemblies that provide the best trade-off between the cost of the ORU and the cost of attempting to isolate troubles to a smaller part of that ORU. Examples of ORUs include printed-circuit boards, power supplies, printers, and Winchester disk drives.

8 Page 8 Application Module Specifications Physical Characteristics Approximate Dimensions (5 Card and Dual Node) Approximate Weight Height 18.8 cm (7") 5-Card File 21 kg (46 lb) Width 48.3 cm (19") Dual-Node File with Depth 53.3 cm (21") Single Node 14.6 kg (32 lb) Two Nodes 18 kg (40 lb) Power Supply Universal AC Input: Vac (autoranging); Hz (frequency range) The Application Module operates without disruption through an interruption in the AC voltage of up to 40 ms duration. CE Conformity CE Conformity (Europe) Product Classification Installation Category Pollution Degree EMC Classification Method of Assessment This product is in conformity with the protection requirements of the following European Council Directives: 73/23/EEC, the Low Voltage Directive, and 89/336/EEC, the EMC Directive. Conformity of this product with any other CE Mark Directive(s) shall not be assumed. Deviation from the prescribed procedures and conditions specified in the installation manuals may invalidate this product s conformity with the Low Voltage and EMC Directives. Class I: Permanently mounted, permanently connected Industrial Control Equipment with protective earthing (grounding). (EN ) Category II: Energy-consuming equipment supplied from the fixed installation. Local Level Appliances and Industrial Control Equipment. (EN ) Pollution Degree 2: Normally non-conductive pollution with occasional conductivity caused by condensation. (IEC ) Group 1, Class A, Industrial, Scientific and Medical (ISM) Equipment. (EN ; Emissions) EMC: Technical Construction File (TCF) LVD: Technical File (TF)

9 Page 9 Operating Characteristics Point Processing Capacity AMI (68000 microprocessor): Up to 60 data points per second, depending on point-type mix and model of HG AMII (68020 microprocessor): Up to 90 data points per second, depending on point-type mix and model of HG Data Point Capacity Point Scheduling Capability Varies widely with point-type mix and memory usage; for details, see Application Module Implementation Guidelines. Fast Processing: 1 sec, 2 sec, 5 sec, 10 sec, 15 sec, 30 sec, 1 min, 2 min, and On Demand Slow Processing: 1 min, 2 min, 5 min, 10 min, 15 min, 30 min, 1 hr, 8 hr, 12 hr, 24 hr, and On Demand Internetwork Point Processor: 5 sec, 10 sec, 15 sec, 30 sec, 1 min, 2 min, 5 min, 10 min, 15 min, 30 min, 1 hr, 8 hr, 12 hr, 24 hr, and On Demand Configuration Capability Maximum Number of Nonredundant AMs per LCN = 20 Maximum Number of Redundant AMs per LCN = 10

10 Page 10 NOTES

11 NOTES Page 11

12 Page 12 Copyright, Notices, and Trademarks Copyright by Honeywell Inc. While this information is presented in good faith and believed to be accurate, Honeywell disclaims the implied warranties of merchantability and fitness for a particular purpose and makes no express warranties except as may be stated in its written agreement with and for its customer. In no event is Honeywell liable to anyone for any indirect, special or consequential damages. The information and specifications in this document are subject to change without notice. Honeywell and TotalPlant are U.S. registered trademarks of Honeywell Inc. LOOPTUNE II, HORIZON MULTIVARIABLE PREDICTIVE CONTROL, and Real Time SPQC-II are trademarks of Honeywell Inc. Other brand or product names are trademarks of their respective owners.

History Module Specification and Technical Data

History Module Specification and Technical Data L History Module Specification and Technical Data HM03-500 2/96 L L L L detergant coffee chocolate Page 2 TDC 3000X History Module Specification and Technical Data Introduction This publication defines

More information

Enhanced Programmable Logic Controller Gateway Specification and Technical Data

Enhanced Programmable Logic Controller Gateway Specification and Technical Data L Enhanced Logic Gateway Specification and Technical Data EP03-500 R500 3/96 detergant coffee chocolate Page 2 TDC 3000X Enhanced Logic Gateway Specification and Technical Data Introduction This publication

More information

Programmable Logic Controller Gateway Specification and Technical Data

Programmable Logic Controller Gateway Specification and Technical Data L Logic Gateway Specification and Technical Data PL03-400 4/92 detergant coffee chocolate Page 2 TDC 3000 Logic Gateway Specification and Technical Data Introduction This publication defines the significant

More information

Enhanced Programmable Logic Controller Gateway Specification and Technical Data

Enhanced Programmable Logic Controller Gateway Specification and Technical Data L Enhanced Logic Gateway Specification and Technical Data EP03-400 8/92 detergant coffee chocolate Page 2 TDC 3000 Enhanced Logic Gateway Specification and Technical Data Introduction This publication

More information

CM50N Specification and Technical Data

CM50N Specification and Technical Data L CM50N Specification and Technical Data CM03-441 Release 4.1 6/94 detergant coffee chocolate Page 2 CM50S Release 4.1 Specification and Technical Data Introduction CM50S Release 4.1 consists of a Honeywell

More information

CM50S Specification and Technical Data

CM50S Specification and Technical Data L Specification and Technical Data CM03-541 Release 5.0 6/95 detergant coffee chocolate Page 2 Release 5.0 Specification and Technical Data Introduction Release 5.0 consists of a Honeywell software package

More information

8-Node Enhanced Micro TDC 3000X Specification and Technical Data

8-Node Enhanced Micro TDC 3000X Specification and Technical Data L 8-Node Enhanced Micro TDC 3000X Specification and Technical Data MT03-520 R500 1/96 detergant coffee chocolate Page 2 8-Node Enhanced Micro TDC 3000 Specification and Technical Data Table of Contents

More information

PlantCruise by Experion Specification C300 Controller

PlantCruise by Experion Specification C300 Controller Technical Information PlantCruise by Experion Specification C300 Controller PC03-320-100 Release 100 October 2011, Version 1 2 Revision History Revision Date Description 1.0 October 2011 Released for R100

More information

MRC 7000 Proven Recording Reliability that Became the Industry Standard!

MRC 7000 Proven Recording Reliability that Became the Industry Standard! Data Sheet Recorder//Profiler DESCRIPTION The MRC7000 Recorder/ is a microprocessor based circular chart instrument capable of measuring, displaying, recording and controlling up to two process variables

More information

VCL-TP, Teleprotection Equipment With Trip Counter Display Panel

VCL-TP, Teleprotection Equipment With Trip Counter Display Panel VCL-TP, Teleprotection Equipment With Trip Counter Display Panel Data Sheet Copyright: Valiant Communications Limited. 2008-2014 1 Product Overview VCL-TP, Teleprotection Equipment is an extremely reliable

More information

Programmable Logic Controllers Micro850

Programmable Logic Controllers Micro850 ROCKWELL AUTOMATION PROCUREMENT SPECIFICATION PROCUREMENT SPECIFICATION Micro850 NOTICE: The specification guidelines in this document are intended to aid in the specification of products. Specific installations

More information

DENISON HYDRAULICS Jupiter Power Supply Accessory Series S

DENISON HYDRAULICS Jupiter Power Supply Accessory Series S DENISON HYDRAULICS Jupiter Power Supply Accessory Series S20-11715-0 Jupiter Power Supply Accessory S20-11715-0 Jupiter Power Supply Accessory w/ Driver Card S20-11712 Publ. 9-AM686 E-Mail: denison@denisonhydraulics.com

More information

General Specifications

General Specifications General Specifications Model VP6F1250 Generic Subsystem Gateway Package [Release 6] GENERAL is an operation and monitoring station for subsystems that are pre-process and post-process pieces of equipment

More information

General Specifications

General Specifications General Specifications GS 33K15C20-50E Model LFS1500 Control Function for Field Control Station (for AFV10, Vnet/IP and FIO) Model LFS1550 Node Expansion Package (for AFV10 ) GENERAL Model LFS1500, Control

More information

ATS22D88S6U. ATS22D88S6U soft starter-ats22-control110v-power 208V(25hp)/230V(30hp)/460V(60hp)/575V(75hp) Product data sheet Characteristics.

ATS22D88S6U. ATS22D88S6U soft starter-ats22-control110v-power 208V(25hp)/230V(30hp)/460V(60hp)/575V(75hp) Product data sheet Characteristics. Characteristics soft starter-ats22-control110v-power 208V(25hp)/230V(30hp)/460V(60hp)/575V(75hp) Main Range of product Altistart 22 Product or component type Product destination Product specific application

More information

895/896M Frequency Output Math Modules

895/896M Frequency Output Math Modules 895/896M Frequency Output Math Modules Application Example Both models are designed for integrator/totalizer applications. The 896M is ideal for demand metering applications. With one high speed pulse

More information

DGSZV-EP DIGITAL GALVANIC LONGITUDINAL DIFFERENTIAL PROTECTION. Application field

DGSZV-EP DIGITAL GALVANIC LONGITUDINAL DIFFERENTIAL PROTECTION. Application field DGSZV-EP DIGITAL GALVANIC LONGITUDINAL DIFFERENTIAL PROTECTION The digital galvanic longitudinal differential protection of type DGSZV-EP is part of device family named EuroProt. This short description

More information

ATS22D62Q soft starter-ats22-control 220V-power 230V(15kW)/ V(30kW)

ATS22D62Q soft starter-ats22-control 220V-power 230V(15kW)/ V(30kW) Characteristics soft starter-ats22-control 220V-power 230V(15kW)/400...440V(30kW) Main Range of product Altistart 22 Product or component type Product destination Product specific application Component

More information

Application Module Implementation Guidelines AM12-510

Application Module Implementation Guidelines AM12-510 Application Module Implementation Guidelines AM12-51 Implementation Application Module - 2 Application Module Implementation Guidelines AM12-51 Release 53 1/97 Copyright, Trademarks, and Notices Copyright

More information

ATS22D75S6 soft starter-ats22-control 220V-power 230V(18.5kW)/ V(37kW)/500V(45kW)

ATS22D75S6 soft starter-ats22-control 220V-power 230V(18.5kW)/ V(37kW)/500V(45kW) Characteristics soft starter-ats22-control 220V-power 230V(18.5kW)/400...440V(37kW)/500V(45kW) Price* : 683.00 GBP Main Range of product Altistart 22 Product or component type Product destination Product

More information

BIT-3000 Dynamic Sequencing Generator and Analyzer. Datasheet 1.11

BIT-3000 Dynamic Sequencing Generator and Analyzer. Datasheet 1.11 BIT-3000 Dynamic Sequencing Generator and Analyzer Datasheet 1.11 BitifEye Digital Test Solutions GmbH Herrenberger Strasse 130 71034 Boeblingen, Germany info@bitifeye.com www.bitifeye.com Notices BitifEye

More information

Chloride CROSS Rack 16 A, 32 A and 63 A

Chloride CROSS Rack 16 A, 32 A and 63 A AC Power for Business-Critical Continuity Chloride CROSS Rack 16 A, 32 A and 63 A STS Catalogue Chloride CROSS Rack High Voltage and Low Voltage 2 Pole Complete Reliability On-line Static Switch 16 A,

More information

SL2400 Compact Monitor

SL2400 Compact Monitor Summary The Ultraview SL 2400 is a compact monitoring system with a 10.4-inch resistive touchscreen display. Dual-battery slots allow this monitor to be used in transport, as well as at the bedside. The

More information

PCI-DIO. PCI Isolated Digital Input/Output Card. User Manual

PCI-DIO. PCI Isolated Digital Input/Output Card. User Manual PCI-DIO PCI Isolated Digital Input/Output Card User Manual PCI-DIO User Manual Document Part N 0127-0192 Document Reference PCI-DIO\..\0127-0192.doc Document Issue Level 2.1 Manual covers PCBs identified

More information

ATS22D75S6U. Main. Range of product Altistart 22. Component name. Factory setting current. Utilisation category. IP degree of protection

ATS22D75S6U. Main. Range of product Altistart 22. Component name. Factory setting current. Utilisation category. IP degree of protection Product datasheet Characteristics ATS22D75S6U Complementary Assembly style Function available Supply voltage limits Main Range of product Altistart 22 Product or component type Product destination Product

More information

Specification Voltage Limiting Device

Specification Voltage Limiting Device Engineering Specification Electrical Networks L1-CHE-SPE-152 Specification Voltage Limiting Device Version: 1 Issued: 20 th April 2018 Owner: Chief Engineer Approved By: Andrew Russack Head of Engineering,

More information

3500/22M Transient Data Interface

3500/22M Transient Data Interface Specifications and Ordering Information 3500/22M Transient Data Interface Description The 3500 Transient Data Interface (TDI) is the interface between the 3500 monitoring system and Bently Nevada s System

More information

Thermocouple Input Module Product Specifications and Installation Data

Thermocouple Input Module Product Specifications and Installation Data Thermocouple Input Module Product Specifications and Installation Data 1 DESCRIPTION The Horner APG Thermocouple Input Modules allow thermocouple temperature sensors to be directly connected to the PLC

More information

SED2 VFD NEMA Type 3R Bypass/Air Conditioner

SED2 VFD NEMA Type 3R Bypass/Air Conditioner SED2 VFD NEMA Type 3R Bypass/Air Conditioner Description The NEMA Type 3R Bypass with Air Conditioner allows SED2 to be employed in a harsh environment. The SED2 is designed specifically for HVAC applications

More information

POWER SERIES Plus Watt / VAR / Power Factor Digital Switchboard Meter User s Manual IM2493WVP-3

POWER SERIES Plus Watt / VAR / Power Factor Digital Switchboard Meter User s Manual IM2493WVP-3 POWER SERIES Plus Watt / VAR / Power Factor Digital Switchboard Meter User s Manual General Description The POWER SERIES Plus digital switchboard meters incorporate the latest DSP microprocessor technology.

More information

Ovation Compact Controller

Ovation Compact Controller Ovation Compact Controller Model OCC100 Features Secure, reliable and mission-critical control capability for remotely located plants or processes Modular I/O base design for flexible placement within

More information

Modbus RTU Serial Communications User Manual

Modbus RTU Serial Communications User Manual Modbus RTU Serial Communications User Manual Supplement to 51-52-25-66 51-52-25-71A 10/99 Copyright, Notices, and Trademarks Printed in U.S.A. Copyright 1999 by Honeywell Inc. Revision A October 28, 1999

More information

Agilent 86121A WDM Channel Analyzer

Agilent 86121A WDM Channel Analyzer Quick Reference Agilent 86121A At a Glance 2 WDM Channel Analyzer Display 3 Agilent 86121A Front Panel 7 Agilent 86121A Rear Panel 8 Measuring Wavelength and Power 9 Changing the Units and Measurement

More information

EWCH 485 Electronic Pulse Counter

EWCH 485 Electronic Pulse Counter Electronic Pulse Counter Technical Data Sheet INSTRUMENT DESCRIPTION GENERAL DESCRIPTION is a programmable microprocessor based counter with 1or 2 outputs. The instrument offers the possibility to program:

More information

ATS22C21S6U softstarter-ats22-control110vpower208v(60hp)/230v(75hp)/460v(150hp)/575v(200hp)

ATS22C21S6U softstarter-ats22-control110vpower208v(60hp)/230v(75hp)/460v(150hp)/575v(200hp) Characteristics softstarter-ats22-control110vpower208v(60hp)/230v(75hp)/460v(150hp)/575v(200hp) Main Range of product Altistart 22 Product or component type Product destination Product specific application

More information

ATS22D17Q soft starter-ats22-control 220V-power 230V(4kW)/ V(7.5kW)

ATS22D17Q soft starter-ats22-control 220V-power 230V(4kW)/ V(7.5kW) Characteristics soft starter-ats22-control 220V-power 230V(4kW)/400...440V(7.5kW) Main Range of product Altistart 22 Product or component type Product destination Product specific application Component

More information

87421/22A Power Supply. Operating and Service Manual

87421/22A Power Supply. Operating and Service Manual 87421/22A Power Supply Operating and Service Manual Agilent Part Number: 87421-90001 Printed in USA April 2001 Supersedes: September 1998 Notice The information contained in this document is subject to

More information

TSXPAY262 Preventa safety module - 24 V DC - standard format - < 5 W

TSXPAY262 Preventa safety module - 24 V DC - standard format - < 5 W Characteristics Preventa safety module - 24 V DC - standard format - < 5 W Main Range of product Product or component type Complementary [Us] rated supply voltage Supply voltage limits Activation threshold

More information

Dell SCv3000 and SCv3020 Storage System Getting Started Guide

Dell SCv3000 and SCv3020 Storage System Getting Started Guide Dell SCv3000 and SCv3020 Storage System Getting Started Guide Regulatory Model: E03T Regulatory Type: E03T001 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make

More information

EL1142 Series. IEC / IEEE 1613 Hardened 2-Port 10/100BASE-TX to 2-Port 100BASE-FX Media Converter. User s Guide

EL1142 Series. IEC / IEEE 1613 Hardened 2-Port 10/100BASE-TX to 2-Port 100BASE-FX Media Converter. User s Guide EL1142 Series IEC 61850 / IEEE 1613 Hardened 2-Port 10/100BASE-TX to 2-Port 100BASE-FX Media Converter User s Guide All Rights Reserved Dissemination or reproduction of this document, or its contents,

More information

Summit Virtual Chassis Design and Installation Guide

Summit Virtual Chassis Design and Installation Guide Summit Virtual Chassis Design and Installation Guide Extreme Networks, Inc. 10460 Bandley Drive Cupertino, California 95014 (888) 257-3000 http://www.extremenetworks.com Published: June 1998 Part No: 120031-00

More information

Brocade ICX 6610 Switch

Brocade ICX 6610 Switch 6 May 2015 Brocade ICX 6610 Switch Technical Specifications 2015, Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing symbol, DCX, Fabric OS, HyperEdge,

More information

Safety Instructions 1-1 Avoid unintended Start General Description 2-2

Safety Instructions 1-1 Avoid unintended Start General Description 2-2 Contents Contents 1 Safety and precautions 1-1 Safety Instructions 1-1 Avoid unintended Start. 1-1 2 Introduction 2-1 General Description 2-2 3 Supported Configuration 3-1 Introduction 3-1 Fixed-speed

More information

DeltaV SIS TM. Logic Solver. DeltaV SIS Logic Solver. Introduction. DeltaV SIS Product Data Sheet. World s first smart SIS Logic Solver

DeltaV SIS TM. Logic Solver. DeltaV SIS Logic Solver. Introduction. DeltaV SIS Product Data Sheet. World s first smart SIS Logic Solver February 2016 Page 1 DeltaV SIS TM Logic Solver The DeltaV SIS platform is the world s smart SIS system to use the power of predictive intelligence for increasing the availability of the entire safety

More information

DRTS 66. The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters

DRTS 66. The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters Testing all relay technologies: electromechanical, solid state, numerical and IEC61850 Manual

More information

VCL-TP, Teleprotection Equipment

VCL-TP, Teleprotection Equipment VCL-TP, Teleprotection Equipment Data Sheet Copyright: Valiant Communications Limited. - 2013 1 Product Overview VCL-TP, Teleprotection Equipment is an extremely reliable and flexible product that offers

More information

3500/22M Transient Data Interface Module

3500/22M Transient Data Interface Module 3500/22M Transient Data Interface Module Product Datasheet Bently Nevada* Asset Condition Monitoring Description The 3500/22M Transient Data Interface (TDI) is the interface between the 3500 monitoring

More information

Dialogic DSI Signaling Gateway Based on Dialogic DSI SS7G3x Signaling Servers

Dialogic DSI Signaling Gateway Based on Dialogic DSI SS7G3x Signaling Servers The Dialogic DSI Signaling Gateway (DSI SGW) is based on the Dialogic DSI SS7G31 Signaling Server or Dialogic DSI SS7G32 Signaling Server. These two servers, which are known collectively as the DSI SS7G3x

More information

PanelView Plus/VersaView CE Terminals and Display Modules

PanelView Plus/VersaView CE Terminals and Display Modules Installation Instructions PanelView Plus/VersaView CE Terminals and Display Modules (Catalog Numbers 2711P-xxxxxx, 6182H-xxxxxx) English Inside: Overview...2 For More Information...2 Modular Components...3

More information

RT4B-110V/12A RECTIFIER

RT4B-110V/12A RECTIFIER The RT4B-110V/12A is a switched mode rectifier (SMR) module designed to provide up to 12A of output current into a 110V nominal system. It can be used with or without a cooling fan. With a fan it runs

More information

UDC 3500 FEATURES AND BENEFITS

UDC 3500 FEATURES AND BENEFITS UDC 3500 FEATURES AND BENEFITS The following is a summary of the key features and advantages of the UDC3500. It is important to recognize that these features are meaningless unless they provide an advantage

More information

Experion MX CD Controls R700.1 Software Change Notice

Experion MX CD Controls R700.1 Software Change Notice Experion MX CD Controls R700.1 Software Change Notice Revision Date: March 16, 2017 Document ID: 6510020591 Experion MX CD Controls Release R700.1 Software Change Notice 1 Experion MX CD Controls Release

More information

Analog & Digital Output Module Quick Start Guide

Analog & Digital Output Module Quick Start Guide Diablo EZReporter Analog & Digital Output Module Quick Start Guide Copyright 2012, Diablo Analytical, Inc. Diablo Analytical EZReporter Software Analog & Digital Output Module Quick Start Guide Copyright

More information

ATS22D47S6U. Main. Range of product Altistart 22. Component name. Factory setting current. Utilisation category. IP degree of protection

ATS22D47S6U. Main. Range of product Altistart 22. Component name. Factory setting current. Utilisation category. IP degree of protection Product datasheet Characteristics ATS22D47S6U Complementary Assembly style Function available Supply voltage limits Main Range of product Altistart 22 Product or component type Product destination Product

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, AC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA

More information

Installation Manual for D1800 Series High Power PoE Midspan Power Supply

Installation Manual for D1800 Series High Power PoE Midspan Power Supply Installation Manual for D1800 Series High Power PoE Midspan Power Supply Dycon Power Solutions Ltd Tel: +44 (0)1443 471 900 Unit A - Cwm Cynon Business Park Mountain Ash CF45 4ER - UK www.dyconpower.com

More information

CPU 1214C. Overview. Design. The compact CPU 1214C has:

CPU 1214C. Overview. Design. The compact CPU 1214C has: CPU 1214C Overview The compact high-performance CPU With 24 integral input/outputs Expandable by: 1 signal board (SB) or communication board (CB) 8 signal modules (SM) Max. 3 communication modules (CM)

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-4x4FW. 4x4 FireWire Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-4x4FW. 4x4 FireWire Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-4x4FW 4x4 FireWire Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your FireWire Switcher 4 5 Using the FireWire

More information

ABL8WPS24400 regulated SMPS - 3-phase V - 24 V - 40 A

ABL8WPS24400 regulated SMPS - 3-phase V - 24 V - 40 A Characteristics regulated SMPS - 3-phase - 380..500 V - 24 V - 40 A Main Range of product Product or component type Power supply type Input voltage Output voltage Rated power in W Jan 11, 2018 Phaseo Power

More information

iconverter 2-Module Power Chassis

iconverter 2-Module Power Chassis iconverter 2-Module Power Chassis User Manual 38 Tesla, Irvine, CA 92618 USA Phone: (949) 250-6510; Fax: (949) 250-6514 Page 1 Warning The operating description in this Instruction Manual is for use by

More information

EOS-6000 Series Optical A/B Switch User Manual DC Version

EOS-6000 Series Optical A/B Switch User Manual DC Version EOS-6000 Series Optical A/B Switch User Manual DC Version For more information on this and other products: Contact Sales at EMCORE 626-293-3400, or visit www.emcore.com. Table of Contents Table of Contents...2

More information

General information. Display. Supply voltage. Input current. Encoder supply. Output current

General information. Display. Supply voltage. Input current. Encoder supply. Output current Data sheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/RELAY, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information

More information

TM221M16TG controller M IO transistor PNP spring

TM221M16TG controller M IO transistor PNP spring Characteristics controller M221 16 IO transistor PNP spring Main Range of product Product or component type [Us] rated supply voltage Discrete input number Analogue input number Discrete output type Discrete

More information

PGR-4700 MANUAL SENSITIVE GROUND-FAULT RELAY

PGR-4700 MANUAL SENSITIVE GROUND-FAULT RELAY Tel: +1-800-832-3873 E-mail: techline@littelfuse.com www.littelfuse.com/pgr-4700 PGR-4700 MANUAL SENSITIVE GROUND-FAULT RELAY REVISION 2-B-032218 Copyright 2018 by Littelfuse, Inc. All rights reserved.

More information

CompactLogix Power Supplies Specifications

CompactLogix Power Supplies Specifications Technical Data CompactLogix Power Supplies Specifications 1768 CompactLogix Power Supplies Catalog Numbers 1768-PA3, 1768-PB3 1769 Compact I/O Power Supplies Catalog Numbers 1769-PA2, 1769-PB2, 1769-PA4,

More information

ATS22D17Q soft starter-ats22-control 220V-power 230V (4kW)/ V(7.5kW)

ATS22D17Q soft starter-ats22-control 220V-power 230V (4kW)/ V(7.5kW) Product datasheet Characteristics ATS22D17Q soft starter-ats22-control 220V-power 230V (4kW)/400...440V(7.5kW) Complementary Assembly style Function available Supply voltage limits Main Range of product

More information

91370 SL2600 Compact Monitor

91370 SL2600 Compact Monitor Summary The Ultraview SL 2600 is a versatile compact monitoring system with a 12.1-inch resistive touchscreen display. Dual-battery slots allow this monitor to be used in transport, as well as at the bedside.

More information

T600 TACHOMETER MultiTasker - a measurement & monitoring instrument with 2 frequency and 1 analog inputs

T600 TACHOMETER MultiTasker - a measurement & monitoring instrument with 2 frequency and 1 analog inputs TACHOMETER MultiTasker - a measurement & monitoring instrument with 2 frequency and 1 analog inputs Features High accuracy speed measurement: 0.002% for limits and 0.1% referenced to 20 ma 2 frequency

More information

UDC 1000 and UDC 1500 MICRO-PRO SERIES UNIVERSAL DIGITAL CONTROLLERS

UDC 1000 and UDC 1500 MICRO-PRO SERIES UNIVERSAL DIGITAL CONTROLLERS UDC 1000 and UDC 1500 MICRO-PRO SERIES UNIVERSAL DIGITAL CONTROLLERS EN0I-6041 12/99 PRODUCT SPECIFICATION SHEET OVERVIEW The UDC 1000 and UDC 1500 are microprocessor-based 1/16 DIN and 1/8 DIN controllers

More information

Dell SC5020 and SC5020F Storage Systems Getting Started Guide

Dell SC5020 and SC5020F Storage Systems Getting Started Guide Dell SC5020 and SC5020F Storage Systems Getting Started Guide Regulatory Model: E03T Regulatory Type: E03T001 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make

More information

Power Meter PowerMonitor 500

Power Meter PowerMonitor 500 ROCKWELL AUTOMATION PROCUREMENT SPECIFICATION PROCUREMENT SPECIFICATION PowerMonitor 500 NOTICE: The specification guidelines in this document are intended to aid in the specification of products. Specific

More information

MicroNet TMR Control System

MicroNet TMR Control System Product Specification 03363 (Rev. C) MicroNet TMR Control System Applications The MicroNet TMR (triple modular redundant) controller is a state-of-the-art digital control platform designed to reliably

More information

Dell SC7020 Storage Controller Getting Started Guide

Dell SC7020 Storage Controller Getting Started Guide Dell SC7020 Storage Controller Getting Started Guide Regulatory Model: E03T Regulatory Type: E03T001 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Volition. Fast Ethernet Fiber Optic Media Converters. Installation Manual VOL-0205/VOL-0206 /VOL-0207/VOL December

Volition. Fast Ethernet Fiber Optic Media Converters. Installation Manual VOL-0205/VOL-0206 /VOL-0207/VOL December Volition Fast Ethernet Fiber Optic Media Converters VOL-0205/VOL-0206 /VOL-0207/VOL-0208 Installation Manual TM December 1998 78-8110-6491-0 1 1.0 Introduction 1.01 The VOL-0206/VOL-0208 Media Converter

More information

Prisma II Platform. Optoelectronics

Prisma II Platform. Optoelectronics Optoelectronics Prisma II Platform Description In optical transmission systems, the network platform forms the foundation of the product family. The Prisma II platform provides network operators with the

More information

PGR-4300 MANUAL GENERATOR GROUND-FAULT RELAY

PGR-4300 MANUAL GENERATOR GROUND-FAULT RELAY Tel: +1-800-832-3873 E-mail: techline@littelfuse.com www.littelfuse.com PGR-4300 MANUAL GENERATOR GROUND-FAULT RELAY REVISION 3-B-041318 Copyright 2018 by Littelfuse, Inc. All rights reserved. Document

More information

HMISBC Rear Module controller panel - Dig 8 inputs/8 outputs +Ana 4 In/2 Out

HMISBC Rear Module controller panel - Dig 8 inputs/8 outputs +Ana 4 In/2 Out Characteristics Rear Module controller panel - Dig 8 inputs/8 outputs +Ana 4 In/2 Out Main Range of product Product or component type Complementary Supply [Us] rated supply voltage Immunity to microbreaks

More information

Combined Overcurrent and Earth-fault Relay SPAJ 140 C. Product Guide

Combined Overcurrent and Earth-fault Relay SPAJ 140 C. Product Guide Combined Overcurrent and Earth-fault Product Guide Issued: April 1999 Status: Updated Version: C/18.04.2006 Data subject to change without notice Features Three-phase, low-set phase overcurrent unit with

More information

KEPCO GIVES YOU ZERO-UP PROGRAMMABILITY IN AN AFFORDABLE POWER MODULE

KEPCO GIVES YOU ZERO-UP PROGRAMMABILITY IN AN AFFORDABLE POWER MODULE 146-1915 More than switch mode boxes with wide-range a-c/d-c input power factor correction and current-share capacity... KEPCO GIVES YOU ZERO-UP PROGRAMMABILITY IN AN AFFORDABLE POWER MODULE RKW 300W 92

More information

VirtualWisdom Performance Probes are VirtualWisdom Fibre Channel SAN Performance Probe

VirtualWisdom Performance Probes are VirtualWisdom Fibre Channel SAN Performance Probe Data Sheet VirtualWisdom Performance Probes for line-rate wire data monitoring VirtualWisdom Fibre Channel SAN Performance Probe VirtualWisdom Performance Probes are VirtualWisdom Fibre Channel SAN Performance

More information

General information. Supply voltage. Input current. Encoder supply. Power loss. Memory

General information. Supply voltage. Input current. Encoder supply. Power loss. Memory Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, AC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA

More information

SSW06. Soft Starters.

SSW06. Soft Starters. The is WEG s third generation Soft Starter line. The keypad, with dual display, has red LED digits which provide visibility and make programming easier. Integral bypass contacts eliminate heat dissipation

More information

General information. Display. Supply voltage

General information. Display. Supply voltage Data sheet SIMATIC S7-1200, CPU 1212C, COMPACT CPU, DC/DC/RLY, ONBOARD I/O: 8 DI 24V DC; 6 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information Product

More information

Earth-fault Relay SPAJ 110 C. Product Guide

Earth-fault Relay SPAJ 110 C. Product Guide Issued: April 1999 Status: Updated Version: C/12.04.2006 Data subject to change without notice Features Low-set neutral overcurrent stage with definite time or inverse time characteristic High-set neutral

More information

RT4F-120V/20A-WAC RECTIFIER

RT4F-120V/20A-WAC RECTIFIER The RT4F-120V/20A-WAC is a switched mode rectifier/charger module designed to provide up to 20A of output current into a 120V nominal system. This charger has been designed for use in conjunction with

More information

ATV1200A kv kva. Phase-shifting transformer Medium voltage arrestors Cooling fans Human machine interface Plinth (2) Power cells (9)

ATV1200A kv kva. Phase-shifting transformer Medium voltage arrestors Cooling fans Human machine interface Plinth (2) Power cells (9) Characteristics medium voltage variable speed drive ATV1200-3.3 kv - 370 kva Main Range of product Altivar 1200 Product or component type Device short name Product destination Product specific application

More information

ATV1200A kv kva

ATV1200A kv kva Characteristics medium voltage variable speed drive ATV1200-10 kv - 5000 kva Main Range of product Altivar 1200 Product or component type Device short name Product destination Product specific application

More information

MAJOR VA Power Inverter

MAJOR VA Power Inverter MAJOR500-500 VA Power Inverter The Major500 is a highly reliable, telecom quality, DC to AC power inverter. The Major500 features full electronic protection, high efficiency and low output noise. The built-in

More information

ATV1200A kv kva

ATV1200A kv kva Characteristics medium voltage variable speed drive ATV1200-3.3 kv - 3500 kva Main Range of product Altivar 1200 Product or component type Device short name Product destination Product specific application

More information

Safety Standards. Model Number:

Safety Standards. Model Number: 040APS15 B Highlights & Features Safety Approvals to IEC 60601-1 3.1rd ed. & IEC 60950-1 Compliant with IEC 60601-1-2 4th Ed. Requirements Low touch current (

More information

NI REM Remote I/O Overview DATASHEET. Digital Input Module for Remote I/O

NI REM Remote I/O Overview DATASHEET. Digital Input Module for Remote I/O DATASHEET NI REM-11154 Digital Input Module for Remote I/O Read digital input frequencies up to 5 khz Adjustable filter time to improve measurement quality Spring-terminal connectors allow fast wiring

More information

NI REM Remote I/O Overview DATASHEET. Digital Output Module for Remote I/O

NI REM Remote I/O Overview DATASHEET. Digital Output Module for Remote I/O DATASHEET NI REM-11178 Digital Output Module for Remote I/O Short circuit and overload protection Drives up to 500 ma per channel (up to 8A per module) Spring-terminal connectors allow fast wiring without

More information

S-series Horizontal Carriers

S-series Horizontal Carriers DeltaV Distributed Control Systems Product Data Sheet S-series Horizontal Carriers The DeltaV modular I/O subsystem is easy to install and maintain Modular design allows flexible installation Allows you

More information

Intel NetStructure SS7G21 and SS7G22 Signaling Servers

Intel NetStructure SS7G21 and SS7G22 Signaling Servers Datasheet Telecom and Compute Products Intel NetStructure SS7G21 and SS7G22 Signaling Servers Signaling Server SIU Mode These servers provide signaling connectivity for distributed, multisystem based telecom

More information

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory Datasheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, AC/DC/RLY, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A; 2 AI 0-10V DC, POWER SUPPLY: AC 85-264 V AC AT 47-63 HZ, PROGRAM/DATA MEMORY: 75 KB Display with

More information

SX90 Process Controller

SX90 Process Controller Local regulations may restrict the use of this product to below the conditions quoted. In the interests of development and improvement of the product, we reserve the right to change the specification without

More information

DeltaV Electronic Marshalling for Migrations

DeltaV Electronic Marshalling for Migrations DeltaV Distributed Control System Product Data Sheet DeltaV Electronic Marshalling for Migrations I/O anywhere you need it Single channel granularity Replaces legacy I/O in place Fully redundant architecture

More information

General information. Display. Supply voltage. Input current. Encoder supply. Power losses

General information. Display. Supply voltage. Input current. Encoder supply. Power losses Data sheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/RELAY, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO RELAY 2A, 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA

More information

Zener Barriers Bulletin 937Z

Zener Barriers Bulletin 937Z Technical Data Zener Barriers Bulletin 937Z Topic Page Introduction 2 Mounting 2 Housing 3 Operating Principle 3 Specifications 6 Introduction Allen-Bradley Zener barriers are a cost-effective solution

More information

400AUS24 B MDS AUS. MDS Medical AC-DC Open Frame 24Volt, 400Watt / MDS-400AUS24 B. General Description. Model Information. Model Numbering ```

400AUS24 B MDS AUS. MDS Medical AC-DC Open Frame 24Volt, 400Watt / MDS-400AUS24 B. General Description. Model Information. Model Numbering ``` 400AUS24 B Highlights & Features Safety Approvals to IEC 60601-1 3.1rd ed. & IEC 60950-1 Compliant with IEC 60601-1-2 4th Ed. Requirements Low touch current (

More information