Product Manual Pushbutton Station for Modicon Programmable Controller MODBUS Interface

Size: px
Start display at page:

Download "Product Manual Pushbutton Station for Modicon Programmable Controller MODBUS Interface"

Transcription

1 Product Manual 8652 Pushbutton Station for Modicon Programmable Controller MODBUS Interface Quartech Corporation Angelo Drive Macomb Township, Michigan Phone: (586) FAX: (586) PM8652 Revision 1 The product described in this document can have a variety of uses, the user and those responsible for applying this equipment must satisfy themselves as to the acceptability of each application and the use of the unit. Under no circumstances will QUARTECH CORPORATION be responsible or liable for any damage, including indirect or consequential losses resulting from the use, misuse, or application of the unit. The text, illustrations, charts, and examples included in this document are intended solely to help explain applications of the product. Due to the many variables associated with specific uses or applications, QUARTECH CORPORATION cannot assume responsibility or liability for actual use based upon the data provided in this document. No patent liability is assumed by QUARTECH CORPORATION with respect to the use of circuits, information, equipment, or software described in this document. This document is subject to change without notice.

2 Table Of Contents Subject Page 1.0 Introduction Operating Modes Reserved Register Block Switch Configuration Bits, Mode A and Mode B Watchdog Timer Accumulator, Mode a and Mode B Switch and LED Image Bits, Mode B only Switch Image Bits, Mode A only Green/Amber/Red Color Bits, Mode A only DIP Switches Status and Error Codes Communication Cable Installation... 6 Electrical Requirements... 6 Environment... 6 Wiring Considerations... 6 Legend Cards... 7 Mechanical Dimensions... 7

3 Page Introduction The 8652 is a combination tricolor annunciator and switch station. Sixteen Light Emitting Diodes (LED) can be individually controlled to illuminate Green, Amber or Red. Each of the sixteen switches can be configured as a momentary Pushbutton or a two position selector utilizing a push on/push off method. The 8652 communicates directly with the Modicon processor through its RS-232 Modbus communication port eliminating the need for I/O modules and discrete wiring. The 8652 may also be connected through a Quartech 8517 multiplexer allowing four Quartech devices to share a single Modbus port. The 8652 is not compatible with the 484 and Micro 84 processors. 2.0 Operating Modes The 8652 has two operating modes built in and selected by a DIP switch accessed through the rear cover of the Mode A allows the tricolor LEDs to be controlled independent of the switches. Mode B controls the LEDs as an integral part of the switch function. Both modes provide a watchdog timer reset which allows the processor to detect a loss of communications. 3.0 Reserved Register Block Depending on the mode selected a consecutive group of three or six 4xxxx Registers must be reserved within the PLC for use by the The location of this group is defined by DIP switches on the DIP switch setup is explained in section five. In all but one case the sixteen bits of the reserved registers are associated directly with the sixteen switches and LEDs of the The following tables show the register assignments for both Mode A and Mode B. OPERATING MODE A Register Number (Word Address) X X + 1 X + 2 X + 3 X + 4 X + 5 Bit Number Green LED color bits Amber LED color bits Red LED color bits Switch Image bits Watchdog Timer Accumulator Switch configuration bits

4 Page 2 OPERATING MODE B Register Number (Word Address) X X + 1 X + 2 Bit Number Switch Image bits Watchdog Timer Accumulator Switch configuration bits In both of the above tables Register 4xxxx is the first register of the Reserved Register Block and is assigned by setting a group of DIP switches on the The following table shows the relationship between register bit numbers and 8652 switch/led numbers. Register Bit # Switch / LED # Switch Configuration Bits, Mode A and Mode B On initial power up the 8652 will read this register from the processor and configure the sixteen switches based on the state of the individual bits in that register. If a bit is zero (0) the corresponding switch will operate as a momentary pushbutton. If a bit is one (1) the corresponding switch will operate as a push on/push off selector. Bit = 0 = Momentary pushbutton switch Bit = 1 = Selector switch (push on/push off) 4.1 Watchdog Timer Accumulator, Mode A and Mode B The 8652 will force this register to zero (0) on a regular and continuous basis. When used as the accumulator of a timer, the timer will time out only when communications are lost between the 8652 and the processor. A preset value of two second is usually sufficient for most applications. The following example shows the logic required to force the switch image register to a predefined state should communications be interrupted. Assume the 8652 is in Mode B and Reserved Register Block address is: = Switch/LED Image = Watchdog Timer Accumulator = Switch Configuration Bits * +))))), +))))), /)))100020/)))14xxxx* 4xxxx Holds the predefined * *T0.1 * / ) ) * Default switch state * *40051* *40050* *.)))))- / ) ) * * WATCHDOG *BLKM * If the timer times out the predefined state * TIMER *00001* in register 4xxxx is moved to the switch image.)))))- register (40050)

5 Page Switch and LED Image Bits, Mode B only The function of these bits is dependant on the switch configuration - pushbutton or selector switch. Pushbutton switch When a switch is configured as a momentary pushbutton, its image bit will be zero (0) when the switch is not being pressed. Its corresponding LED will be off. When the switch is pressed its image bit will become one (1), and the corresponding LED will light red. Pushbutton truth table Switch Image Bit LED Open 0 Off Pressed 1 On Selector switch When a switch is configured as a selector switch, its image bit will be unaffected if the switch is not being pressed. The corresponding LED will light Green if the image bit is currently zero (0) and Red if the bit is one (1). When the switch is pressed the image bit will toggle to the opposite state. That is, if it was a one it will become a zero, if it was zero it will become one. Switch Image Bit LED Selector switch truth table Open No Change If Image Bit = 0 = Green If Image Bit = 1 = Red Pressed If 0 change to 1 Red If 1 change to 0 Green Since switch image bits are always located in 4xxxx registers the BIT SENSE function can be used to detect a single switch state. Refer to the following example. Assume the 8652 is in Mode B and Reserved Register Block address is: = Switch/LED Image = Watchdog Timer Accumulator = Switch Configuration Bits * +))))), /)))100001* Switch # (1-16) * / ) ) Coil will follow the * *40100/)))))))))))))))))))))))))( ))) State of switch one * / ) ) 1 Image Address * *SENS * * *00001* Always Zero *.)))))-

6 Page Switch Image Bits, Mode A only The function of these bits is dependant on the switch configuration - pushbutton or selector switch. Pushbutton switch When a switch is configured as a momentary pushbutton, its image bit will be zero (0) when the switch is not being pressed. When the switch is pressed its image bit will become one (1). Refer to table in section 4.2 for further explanation. Selector switch When a switch is configured as a selector switch, its image bit will be unaffected if the switch is not being pressed. When the switch is pressed the image bit will toggle to the opposite state. That is, if it was a one it will become a zero, if it was zero it will become one. Refer to table in section 4.2 for further explanation. Note that the LED's are not directly controlled by the switches in Mode A. The LED's must be controlled through the bits of the three color registers. 4.4 Green/Amber/Red color bits, Mode A only Each LED monitors one bit from each color register. If all three color bits are off the corresponding LED will be off. Setting a LED to a particular color is accomplished by setting the corresponding color bit to a one (1). The three colors have been prioritized to resolve instances when two or three color bits are set to a one (1) for a single LED. Red has priority over Amber and Green, Amber has priority over Green. Since the LED color bits are always located in 4xxxx registers the BIT MODIFY BIT MODIFY function can be used to control individual LED's. Refer to the following example. Assume the 8652 is in Mode A and Reserved Register Block address is: = Green LED color bits = Amber LED color bits = Red LED color bits = Switch/LED Image = Watchdog Timer Acc = Switch Configuration Bits * +))))), /)))))))))100005* LED # (1-16) * / ) ) 1 /)))[ ])))140101* Amber register * / ) ) 1 * *MBIT * * *00001* Always Zero *.)))))-! When contact is open LED five will be off providing it is not being forced Green or Red.! When contact is closed LED five will be forced Amber providing it is not currently being forced Red. Red has priority over Amber.

7 Page DIP SWITCHES A group of DIP switches are provided to allow the programmer to define the location of the Reserved Register Block and select operating Mode A or Mode B. The DIP switches are accessible through a hole in the rear cover of the ))))))))))))))))))))))))))))))), * ON * * * *+), +), +), +), +), +), +), +),* *.)-.)-.)-.)-.)-.)-.)-.)-* 0 ASSUMED.)))))))))))))))))))))))))))))))- * MSB LSB *.)))))))))))))))0))))))))))))- * * MODE RRB START SELECT ADDRESS DIP switch 1 selects the operating mode. ON = Mode A, OFF = Mode B. DIP switches two (2) through eight (8) are used to set the beginning of the Reserved Register block (RRB). This address is the least significant three digits of the forty thousand series value. The least significant bit of this address does not have an assigned DIP switch and is assumed to be zero (0) always. This forces the RRB address to always be even. The highest address which can be assigned is 254 (40254). The lowest RRB address that will be accepted is two (40002). If the address is set to zero an error will be signaled (refer to error code section). EXAMPLE DIP SWITCH SETTINGS Register Number DIP 2 DIP 3 DIP 4 DIP 5 DIP 6 DIP 7 DIP Off Off Off Off Off Off On Off Off Off On On Off Off On Off Off On On Off Off On Off Off On On On On On On On Off Binary Weight

8 Page Status and Error Codes On initial power up, several diagnostic tests are preformed. During this period several LED's will light. These LED's have been coded to indicate the software version of the unit. If all diagnostics pass and communication are established with the processor normal operation will begin. Six error conditions are annunciated by flashing all 16 LEDs as described below. Error Condition Indication Possible cause Internal RAM failure Internal ROM failure Flash 1-8 Red, 9-16 Green. Flash 1-8 Green, 9-16 Red. Power down then up. If error continues replace unit Illegal response Flash 1-16 Green. Check PLC and cable No PLC response Flash 1-8 Red, 9-16 Amber. Check PLC and cable. Invalid Dip Address Flash 1-16 Red. Set correct address. No CTS (Clear To Send) Flash 1-16 tricolored. Check cable, power and PLC. 7.0 Communication Cable The following schematic and mechanical drawings describe the cables required to connect the Model 8652 Pushbutton Station to various Modicon Programmable Controllers. These cables, in a standard ten foot length, are available from Quartech. Longer cable lengths are available; please consult Quartech. Model 8565 Communication Cable for use with 25-pin Modbus ports

9 Page 7 Model 8570 Communication Cable for use with 9-pin Modbus ports Model 2142 Communication Cable for use with Modicon Micro PLC

10 Page Installation The 8652 is designed to be mounted in the door of an enclosure or on an operators console for ease of use. A template is provided to assist in the drilling and cutting of the mounting holes for the unit. Care should be taken to protect the unit from metal chips and conductive particles. Failure to protect the unit may cause damage when power is applied and may void warranty. A minimum clearance of six inches should be kept between the unit and any other device that generates heat. In the event that the internal enclosure temperature periodically exceeds 55 degrees Celsius (131 degrees Fahrenheit), fans or a purge air system should be used to increase the air flow, and eliminate "Hot Spots" that occur within the panel. Electrical Requirements: Power to the 8652 must be provided by an external power supply meeting the following requirements: Output voltage: 5.1 VDC to 5.3 VCD at 50 mv max. ripple. Output current: 450 ma (Minimum). Quartech Model 8552 power supply is an excellent choice for most applications. Environment: Operating Temperature:... 0 c to 60 c Storage Temperature c to 70 c Operating Humidity... 0% to 95% (non-condensing) Storage Humidity... 0% to 95% (non-condensing) Vibration (10Hz to 55Hz)... Displacement: 0.5mm, Constant X,Y,Z axis Shock... 40G Wiring Considerations: Care should be taken when routing DC power supply cable and the communication cable. Follow these guidelines for a trouble free installation. The power supply should be mounted as close as possible to the If the 8652 is to be mounted a long distance from the PLC, the power supply should be mounted local to the 8652 to allow short supply cables. Use at least 16 AWG wire for the 5 VDC power supply cable. If the 8652's power source must be 10 ft or longer 14 AWG wire should be used. Do not make a power supply cable longer than 20 ft. The DC power lines and communication cable must be kept away from AC power lines. Keep both at least one foot away from 120 VAC lines, and two feet away from higher voltage lines. This especially applies to the communication cable. If the cables must cross AC power lines, cross them at right angles (90 ). Keep the cables away from sources of high energy fields such as arc welders, AC motors, motor starters, servo controllers, generators, induction heaters, and transformers.

11 Page 9 Legend Cards: The 8652 allows the user to customize the legend area beneath each LED. A pocket between the layers of the polycarbonate is accessed by pealing the gasket back from the faceplate. The pocket extends completely across the faceplate to aid in removal of the tags. A sheet of blank legend strips has been included. The area for customizing will allow three lines by nine charactersof type (12 cpi). The strip measures 4 x 0.7 inches (0.01 inch max. thickness). Quartech can provide custom legends produced to your specifications. Custom graphics and color may be included in each legend. Contact Quartech Customer Service for price and delivery. The 8652 is gasketed for NEMA 12 panel applications. However, under high humidity conditions a NEMA 4 rating can be accomplished by sealing the gasket to the polycarbonate faceplate. This may be accomplished by using either a black RTV sealant or LOCTITE 403 gel adhesive. Use of the LOCTITE will make the seal permanant, where as the RTV can be pealed off if desired. Mechanical Dimensions:

12

Product Manual 8330GMX

Product Manual 8330GMX Product Manual 8330GMX Register Access Panel with Modbus Interface Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586) 781-0378 Email: Sales@QuartechCorp.com

More information

Product Manual IKB-1000

Product Manual IKB-1000 Product Manual IKB-1000 Industrial Programmable Keyboard for IBM Compatible Computers Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586) 781-0378

More information

Product Manual Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 3000 Drives

Product Manual Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 3000 Drives Product Manual 2800 Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 3000 Drives Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX:

More information

Product Manual Serial Controlled Input/Output Module. Quartech Corporation Angelo Drive Macomb Township, Michigan

Product Manual Serial Controlled Input/Output Module. Quartech Corporation Angelo Drive Macomb Township, Michigan Product Manual 9110 Serial Controlled Input/ Module Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586) 781-0378 www.quartechcorp.com The product

More information

Hardware Manual 2800

Hardware Manual 2800 Hardware Manual 2800 Compact Operator Interface Terminal with loadable communication drivers Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586)

More information

DWYER INSTRUMENTS, INC. Series AVUL Air Velocity Transmitter. Specifications - Installation and Operating Instructions.

DWYER INSTRUMENTS, INC. Series AVUL Air Velocity Transmitter. Specifications - Installation and Operating Instructions. Series AVUL Air Velocity Transmitter Specifications - Installation and Operating Instructions Bulletin P-AVUL 3-49/64 [95.71] 2-43/64 [67.92] 1/2 NPS 3-3/16 [80.81] 1-19/32 [40.59] 31/32 24.58 3-33/64

More information

Product Manual Alphanumeric Display for Allen-Bradley PLC-2 Programmable Controllers

Product Manual Alphanumeric Display for Allen-Bradley PLC-2 Programmable Controllers Product Manual 8711 Alphanumeric Display for Allen-Bradley PLC-2 Programmable Controllers Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586) 781-0373

More information

Installation, Testing, and Operating Procedures 30 AMP PORTABLE AND PERMANENT SERIES GFCI SINGLE and MULTIPHASE

Installation, Testing, and Operating Procedures 30 AMP PORTABLE AND PERMANENT SERIES GFCI SINGLE and MULTIPHASE IMPORTANT! Please read all the information on this sheet. SAVE THESE INSTRUCTIONS! NOTICE BEFORE USING READ INSTRUCTIONS COMPLETELY. TO BE INSTALLED BY A QUALIFIED ELECTRICIAN IN ACCORDANCE WITH NATIONAL

More information

Hardware Manual 9800

Hardware Manual 9800 Hardware Manual 9800 Operator Interface Terminal Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone (586) 781-0373 FAX (586) 781-0378 www.quartechcorp.com HM9800 Revision

More information

SS2200 Remote Controller

SS2200 Remote Controller SS2200 Remote Controller General Purpose, DC Voltage General The SS2200 Remote Controller is a microprocessor-based programmable controller specifically designed to control single line and dual line centralized

More information

VSD-1MC MANUAL 0-10V / 4-20mA Variable Speed Module with Manual Override

VSD-1MC MANUAL 0-10V / 4-20mA Variable Speed Module with Manual Override MANUAL 0-10V / 4-20mA Variable Speed Module with Manual Override Varifan 3 4 5 6 7 MANUAL 2 8 1 OFF 10 9 AUTO MANUAL SPEED Installation / User s Guide This guide will inform the electrician on proper wiring

More information

In this chapter... Manual Organization Introduction to the EZText Panel What you need to get started Need HELP? Models PLCs Supported by EZText Panel

In this chapter... Manual Organization Introduction to the EZText Panel What you need to get started Need HELP? Models PLCs Supported by EZText Panel Introduction 1 In this chapter... Manual Organization Introduction to the EZText Panel What you need to get started Need HELP? Models PLCs Supported by EZText Panel Accessories and Optional Equipment PLC

More information

ORB TM 4-20 ma Input Box Installation & Operation Manual

ORB TM 4-20 ma Input Box Installation & Operation Manual IOM ORB TM 4-20 ma Input Box Installation & Operation Manual ORB TM 4-20 ma Input Box Installation & Operation Manual CONTENTS I. HANDLING & STORAGE... 1 Inspection and Handling Disposal and Recycling

More information

This Datasheet for the IC697CHS790. Rack, 9 Slots, Rear Mount.

This Datasheet for the IC697CHS790. Rack, 9 Slots, Rear Mount. This Datasheet for the IC697CHS790 Rack, 9 Slots, Rear Mount. http://www.cimtecautomation.com/parts/p-14771-ic697chs790.aspx Provides the wiring diagrams and installation guidelines for this GE Series

More information

PLC Driver Manual 2800 & 2900

PLC Driver Manual 2800 & 2900 PLC Driver Manual 2800 & 2900 Compact Operator Interface Terminals with PLC communication drivers Quartech Corporation 15943 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (810) 781-0373 FAX:

More information

PLC Racks IC697CHS782/783

PLC Racks IC697CHS782/783 5 1 PLC Racks IC697CHS782/783 (IC697CHS782/783) datasheet Features Accepts 3rd Party VME modules which require 0.8 spacing. Accepts all IC697 PLC module types. Rear mount rack mounts in a 10 (254 mm) deep

More information

PHASETRONICS. SCR Power Control Specialists. EP1 Series Power Control Single Phase SCR Amps OPERATION & SERVICE MANUAL

PHASETRONICS. SCR Power Control Specialists. EP1 Series Power Control Single Phase SCR Amps OPERATION & SERVICE MANUAL PHASETRONICS Specialists EP1 Series Power Control Single Phase SCR 10-50 Amps OPERATION & SERVICE MANUAL Phasetronics, Inc. P.O. Box 5988 1600 Sunshine Drive Clearwater, FL 33765 (727)573-1900 FAX(727)573-1803

More information

Micro-OPLC Installation Guide

Micro-OPLC Installation Guide Jazz OPLC Micro-OPLC Installation Guide 6 Digital Inputs, 4 Relay Outputs 6 Digital, 2 Analog/Digital, 2 Analog Inputs, 6 Relay Outputs Before using this product, the user must read and understand this

More information

TM221M16R controller M IO relay

TM221M16R controller M IO relay Product data sheet Characteristics TM221M16R controller M221 16 IO relay Complementary Main Discrete I/O number 16 Number of I/O expansion module Supply voltage limits Inrush current Power consumption

More information

Installation Manual Rev D MiniProx Readers - Wiegand 5365B and Clock and Data 5368B

Installation Manual Rev D MiniProx Readers - Wiegand 5365B and Clock and Data 5368B Installation Manual - 5365-902 Rev D MiniProx Readers - Wiegand 5365B and Clock and Data 5368B Web page, E-mail - www.prox.com MiniProx Reader Installation Manual 5365-902 REV D 1 of 7 MiniProx Reader

More information

MYRIAD LC1 LEVEL CONTROLLER INSTRUCTION MANUAL

MYRIAD LC1 LEVEL CONTROLLER INSTRUCTION MANUAL MYRIAD LC1 LEVEL CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE SIGMACONTROLS.COM MYR LC1 MANUAL 062114 TABLE OF CONTENTS INTRODUCTION 3 Ordering Information Specifications Features Dimensions WIRING

More information

Integrated Stepper Drive & Motor

Integrated Stepper Drive & Motor SMD23 Integrated Stepper Drive & Motor Manual #: 940-0S050 User Manual AMCI Motion Control Products Important User Information The products and application data described in this manual are useful in a

More information

PMDX-108-Output. 8-Channel Isolated Output Board for PC parallel port pins 2-9. User s Manual

PMDX-108-Output. 8-Channel Isolated Output Board for PC parallel port pins 2-9. User s Manual PMDX-108-Output 8-Channel Isolated Output Board for PC parallel port pins 2-9 User s Manual Date: 25 February 2010 PMDX Web: http://www.pmdx.com 9704-D Gunston Cove Rd Phone: +1 (703) 372-2975 Lorton,

More information

Product Description. Contents. Fusion Series. New Information December 2003

Product Description. Contents. Fusion Series. New Information December 2003 Fusion Series Technical Data New Information December 2003 Durant Fusion Product Description The Durant Fusion from Eaton Electrical is an industrial control unit consisting of a high speed count control

More information

Product Manual Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 100/200 Drives

Product Manual Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 100/200 Drives Product Manual 2800 Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 100/200 Drives Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373

More information

The information in this chapter will enable you to: Understand the product's basic functions & features

The information in this chapter will enable you to: Understand the product's basic functions & features C H A P T E R ➀ Chapter Objective Product Description The information in this chapter will enable you to: Understand the product's basic functions & features Introduction The RP240 is designed to operate

More information

P216 Series Condenser Fan Speed Controller

P216 Series Condenser Fan Speed Controller P216 Series Condenser Fan Speed Controller Installation Instructions P216xxx-x Part No. 24-85895-18, Rev. D Issued 27 August 2015 Applications Refer to the QuickLIT website for the most up-to-date version

More information

CA-A480-A Elevator Controller. Reference & Installation Manual

CA-A480-A Elevator Controller. Reference & Installation Manual CA-A480-A Elevator Controller Reference & Installation Manual TABLE OF CONTENTS INTRODUCTION.................................................................. 4 Introduction.............................................................................................

More information

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description Uni-I/O Modules Installation Guide UID-0808R, UID-0808T, UID-1600,UID-0016R, UID-0016T Uni-I/O is a family of Input/Output modules that are compatible with the UniStream control platform. This guide provides

More information

TABLE OF CONTENTS INTRODUCTION. 3. Analog Input Analog Output Digital Input Digital Output OPERATIONAL DESCRIPITON.. 7 PROGRAMMING AND INITIAL SETUP.

TABLE OF CONTENTS INTRODUCTION. 3. Analog Input Analog Output Digital Input Digital Output OPERATIONAL DESCRIPITON.. 7 PROGRAMMING AND INITIAL SETUP. DIVERSIFIED HEAT TRANSFER SERIES 700 STEAM GENERATOR CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE AT SIGMACONTROLS.COM SERIES 700 DHT STEAM GENERATOR MANUAL 042514 2 TABLE OF CONTENTS INTRODUCTION.

More information

MS-5000: MiniStar Reader

MS-5000: MiniStar Reader The MS-5000 MiniStar Reader The MS-5000 MiniStar Reader is intended for installation in a single gang electrical "J-Box," in proximity applications where an unobtrusive reader is required. It can also

More information

MICRO GROW GREENHOUSE SYSTEMS, INC

MICRO GROW GREENHOUSE SYSTEMS, INC MICRO GROW GREENHOUSE SYSTEMS, INC 4065 ZEVO DR., UNIT B-, TEMECULA, CA 9590 PHONE (95) 96-3340 FAX (95) 96-3350 www.microgrow.com Revision., -09-0 Growstat Control Series INSTALLATION PROCEDURES SERIES

More information

1.6. Counters, Panel Meters, Tachometers and Timers. Contents Description Fusion Integrated Machine Control Standards and Certifications...

1.6. Counters, Panel Meters, Tachometers and Timers. Contents Description Fusion Integrated Machine Control Standards and Certifications... .6 Contents Standards and Certifications............... Product Selection....................... Technical Data and Specifications........... Dimensions............................ Learn Online Page V3-T-04

More information

Differential Liquid/Gas Pressure Transmitter

Differential Liquid/Gas Pressure Transmitter Installation Instruction Differential Liquid/Gas Pressure Transmitter Catalog Number(s) 1414-CPZ10FWFAA, 1414-IPZ10FWFAA Explosion Hazard WARNING Do not use in an explosive or hazardous environment, with

More information

1993 SPECIFICATIONS CSJ , ETC. & SPECIAL SPECIFICATION ITEM 6132 ARTERIAL TRAFFIC MANAGEMENT SYSTEM

1993 SPECIFICATIONS CSJ , ETC. & SPECIAL SPECIFICATION ITEM 6132 ARTERIAL TRAFFIC MANAGEMENT SYSTEM 1993 SPECIFICATIONS CSJ 1685-05-068, ETC. & 1685-02-042 1.0 DESCRIPTION SPECIAL SPECIFICATION ITEM 6132 ARTERIAL TRAFFIC MANAGEMENT SYSTEM THIS ITEM DESCRIBES THE OPERATION AND INSTALLATION OF AN ARTERIAL

More information

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description Uni-I/O Wide Modules Installation Guide UID-W1616R, UID-W1616T Uni-I/O Wide is a family of Input/Output modules that are compatible with the UniStream control platform. Wide Modules are 1.5 times as wide

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

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

ATS22D75Q soft starter-ats22-control 220V-power 230V(18.5kW)/ V(37kW)

ATS22D75Q soft starter-ats22-control 220V-power 230V(18.5kW)/ V(37kW) Product data sheet Characteristics ATS22D75Q soft starter-ats22-control 220V-power 230V(18.5kW)/400...440V(37kW) Complementary Assembly style Function available Power supply voltage limits Main Range of

More information

MAINTENANCE MANUAL. EDACS REDUNDANT POWER SUPPLY SYSTEM 350A1441P1 and P2 POWER MODULE CHASSIS 350A1441P3, P4, AND P5 POWER MODULES TABLE OF CONTENTS

MAINTENANCE MANUAL. EDACS REDUNDANT POWER SUPPLY SYSTEM 350A1441P1 and P2 POWER MODULE CHASSIS 350A1441P3, P4, AND P5 POWER MODULES TABLE OF CONTENTS MAINTENANCE MANUAL EDACS REDUNDANT POWER SUPPLY SYSTEM 350A1441P1 and P2 POWER MODULE CHASSIS 350A1441P3, P4, AND P5 POWER MODULES TABLE OF CONTENTS SPECIFICATIONS*... 2 INTRODUCTION... 3 DESCRIPTION...

More information

AE21 SERIES DISPLAY CONTROL TERMINAL

AE21 SERIES DISPLAY CONTROL TERMINAL FN:AE21MAN1.DOC AE21 SERIES DISPLAY CONTROL TERMINAL DESCRIPTION The AE21 Series Display Control Terminal is used for implementing various display functions. It consists of a control terminal, the AE21,

More information

TM221CE24R controller M IO relay Ethernet

TM221CE24R controller M IO relay Ethernet Product data sheet Characteristics TM221CE24R controller M221 24 IO relay Ethernet Complementary Main Discrete I/O number 24 Number of I/O expansion module Supply voltage limits Network frequency Inrush

More information

INSTALLATION, OPERATION & MAINTENANCE CRFF Series Wall Control Console. ECM Motors. ACC1-25 (Part # ) Revision:

INSTALLATION, OPERATION & MAINTENANCE CRFF Series Wall Control Console. ECM Motors. ACC1-25 (Part # ) Revision: INSTALLATION, OPERATION & MAINTENANCE CRFF Series Wall Control Console ACC1-25 (Part # 63971-002) ECM Motors Revision: 10.01.13 Page: 2 of 11 Table of Contents Safety Precautions...3 Overview...3 Specifications...4

More information

AEXX SERIES MULTI-FUNCTION CLOCK/TIMERS

AEXX SERIES MULTI-FUNCTION CLOCK/TIMERS FN:XXMFCT1.DOC AEXX SERIES MULTI-FUNCTION CLOCK/TIMERS AEXX SERIES MULTI-FUNCTION CLOCK/TIMERS REV 04/09/09 DESCRIPTION The AEXX Series of Multi-Function Clock/Timers are available with 1, 2.3, 4, 8, or

More information

FX2-CHILLER. Digital Control. Operations Manual

FX2-CHILLER. Digital Control. Operations Manual FX2-CHILLER Digital Control Operations Manual Micro Air Corporation Phone (609) 259-2636 124 Route 526 www.microair.net Allentown NJ 08501 Fax (609) 259-6601 Introduction: The FX2-CHILLER digital control

More information

Electrical Motor Controls. Chapter 11 (4 th Edition) Chapter 6 (5 th Edition)

Electrical Motor Controls. Chapter 11 (4 th Edition) Chapter 6 (5 th Edition) Electrical Motor Controls Chapter 11 (4 th Edition) Chapter 6 (5 th Edition) 1. What are the three parts of an industrial pushbutton? 2. What color legend plate is typically used for an emergency stop

More information

Installation Guide V290 (Color) This guide provides basic information for Unitronics LCD color touchscreen models V C30B and V T40B.

Installation Guide V290 (Color) This guide provides basic information for Unitronics LCD color touchscreen models V C30B and V T40B. Vision OPLC Installation Guide V290 (Color) This guide provides basic information for Unitronics LCD color touchscreen models V290-19-C30B and V290-19-T40B. General Description Vision OPLCs are programmable

More information

FEATURES DESCRIPTION FEATURES

FEATURES DESCRIPTION FEATURES FEATURES Two High Speed Counters Two Pulse Train Outputs Two Pulse Width Modulation Outputs 24 Sinking or Sourcing Inputs 16 Outputs 1 RS232 Port 2 RS485 Ports Supports Modbus RTU Protocol Communicate

More information

78 Series Electromechanical Relay Selection Guide

78 Series Electromechanical Relay Selection Guide 78 Series Electromechanical Relay Selection Guide Specification 781 Series 782 Series 783 Series 784 Series Coil Voltages Configuration SPDT DPDT 3PDT 4PDT Contact Rating 15A 15A 15A 15A Base Socket 5

More information

Soft Starter Remote Operator. Section 1.0 Introduction 1.1 Important user information General Manual description...2.

Soft Starter Remote Operator. Section 1.0 Introduction 1.1 Important user information General Manual description...2. Section 1.0 Introduction 1.1 Important user information... 2 1.2 General... 2 1.3 Manual description...2 Contents Section 2.0 Specification 2.1 General technical data...3 2.2 Dimensions...3 Section 3.0

More information

User Manual Digital Input Module

User Manual Digital Input Module EH-RIO2 Series RIO2-XDP4, -XDP8, -XDP16, -XAH4 Version 1.04 Copyright Hitachi Europe GmbH 2015. All rights reserved. DOCUMENT CHANGE SUMMARY REV PAGE REMARKS DATE EDITOR 1.4 All Created 18.06.2015 Winter

More information

TM221ME32TK controller M IO transistor PNP Ethernet

TM221ME32TK controller M IO transistor PNP Ethernet Product data sheet Characteristics TM221ME32TK controller M221 32 IO transistor PNP Ethernet Complementary Main Discrete I/O number 32 Number of I/O expansion module Supply voltage limits Inrush current

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

EX-RC1 Remote I/O Adapter

EX-RC1 Remote I/O Adapter EX-RC1 Remote I/O Adapter The EX-RC1 interfaces between Unitronics Vision OPLCs and remote I/O Expansion Modules distributed throughout your system. The adapter is connected to a PLC via CANbus. Each adapter

More information

MYRIAD QLC 4-CHANNEL MONITOR/CONTROLLER INSTRUCTION MANUAL

MYRIAD QLC 4-CHANNEL MONITOR/CONTROLLER INSTRUCTION MANUAL MYRIAD QLC 4-CHANNEL MONITOR/CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE SIGMACONTROLS.COM MYR QLC MANUAL 013114 2 TABLE OF CONTENTS INTRODUCTION 3 Ordering Information Specifications Features WIRING

More information

PWS500S Installation Guide

PWS500S Installation Guide PWS500S Installation Guide F-1 Introduction The PWS500 is equipped with a 3.0" sized (160Hx80V) flat panel display and analog resistive touch screen. The IP 65 (NEMA 4) rated front panel seal and INDUSTRIAL

More information

Control Panel CP600-eCo CP604, CP604-B

Control Panel CP600-eCo CP604, CP604-B DATA SHEET Control Panel CP600-eCo CP604, CP604-B 1 Ordering Data Part No. Description Product Life Cycle Phase 1SAP504100R0001 CP604, control panel, TFT graphical display, single-touch screen, 4.3, Active

More information

MS-7000: SuperStar Reader

MS-7000: SuperStar Reader The MS-7000 SuperStar Reader The MS-7000 SuperStar Reader is intended for installation in proximity applications where an extended read range is required. The reader provides an audio beeper and a multi

More information

USP-070-B08 USP-104-B10, USP-104-M10 USP-156-B10

USP-070-B08 USP-104-B10, USP-104-M10 USP-156-B10 UniStream HMI Panel Installation Guide USP-070-B10, USP-070-B08 USP-104-B10, USP-104-M10 USP-156-B10 Unitronics UniStream platform comprises control devices that provide robust, flexible solutions for

More information

SP6R Level Controller Operation Manual

SP6R Level Controller Operation Manual SP6R Level Controller Operation Manual www.sjerhombus.com SP6R LEVEL CONTROLLER INTRODUCTION SJE-Rhombus, an industry leader in water and wastewater pump controls, introduces the SP6R Level Controller.

More information

POWERSOLVE ELECTRONICS LTD PSL400-XX series Conduction Cooled Power Supply Engineering Specification

POWERSOLVE ELECTRONICS LTD PSL400-XX series Conduction Cooled Power Supply Engineering Specification POWERSOLVE ELECTRONICS LTD PSL400-XX series Conduction Cooled Power Supply Engineering Specification 1. Scope 2. Electrical Specification 2.1. AC Input Requirements 2.1.1. Input Voltage 2.1.2. Input Frequency

More information

Series 803 LED Product Price Display

Series 803 LED Product Price Display Series 803 LED Product Price Display May 2007 Rev. 1.1 1 Installation and Operation Manual Table of contents 1. Safety.......3 2. Series 803 sign features.......4 2.1 Sign descriptions........4 2.2 Control

More information

SMD Series Integrated Stepper Driver and Motor Revision 1.3

SMD Series Integrated Stepper Driver and Motor Revision 1.3 The AMCI Integrated Stepper Motor and Microstepping Drive Combination represents the future of Stepper Motor Control applications. The SMD is a self-contained stepper motor and driver package, capable

More information

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description Vision OPLC V350-35-R34/V350-J-R34 Installation Guide The Unitronics V350-35-R34/V350-J-R34 offers the following onboard I/Os: 22 Digital Inputs, configurable via wiring to include 2 Analog and 3 HSC/Shaft-encoder

More information

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description

When any of the following symbols appear, read the associated information carefully. Symbol Meaning Description Uni-I/O Wide Modules Installation Guide UIS-WCB1 Uni-I/O Wide is a family of Input/Output modules that are compatible with the UniStream control platform. Wide Modules are 1.5 times as wide as Uni-I/O

More information

TM221CE40T controller M IO transistor PNP Ethernet

TM221CE40T controller M IO transistor PNP Ethernet Product data sheet Characteristics TM221CE40T controller M221 40 IO transistor PNP Ethernet Complementary Main Discrete I/O number 40 Number of I/O expansion module Supply voltage limits Inrush current

More information

E3S-A. Built-in Amplifier Photoelectric Sensor (Medium Size) Ordering Information. Built-in Amplifier Photoelectric Sensors. Horizontal. 7 m.

E3S-A. Built-in Amplifier Photoelectric Sensor (Medium Size) Ordering Information. Built-in Amplifier Photoelectric Sensors. Horizontal. 7 m. Built-in Amplifier (Medium Size) ES-A Be sure to read Safety Precautions on page 0. Ordering Information Built-in Amplifier s Red light Infrared light Sensing method Appearance Connection method Sensing

More information

Voltage Current Front-mounting bracket

Voltage Current Front-mounting bracket Switching Power Supply S8PS Compact DIN-Rail Mounting Industrial Power Supplies with Capacities Up to 600 W Models range from 0 W to 600 W. Universal input: voltage range 0 to 240 VAC. Power Factor Correction

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

MS-3000 MicroStar Reader

MS-3000 MicroStar Reader MicroStar Reader The MicroStar Reader The MicroStar Reader is intended for installation on a window mullion or a door frame, on or off metal, in proximity applications where an unobtrusive reader is required.

More information

This guide provides basic information for Unitronics controllers V C30B and V T40B.

This guide provides basic information for Unitronics controllers V C30B and V T40B. Vision OPLC V570-57-C30B and V570-57-T40B (Color) This guide provides basic information for Unitronics controllers V570-57-C30B and V570-57-T40B. General Description Vision OPLCs are programmable logic

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

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

Installation Guide V1210-T20BJ This guide provides basic information for Unitronics controllers V1210-T20BJ.

Installation Guide V1210-T20BJ This guide provides basic information for Unitronics controllers V1210-T20BJ. Vision OPLC V1210-T20BJ This guide provides basic information for Unitronics controllers V1210-T20BJ. General Description V1210 OPLCs are programmable logic controllers that comprise a built-in operating

More information

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC.

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road, Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Revision Date: 9-11-08 Applications: Simplex,

More information

Quick Start Guide. SEB-710 I/O Expansion board. Introduction

Quick Start Guide. SEB-710 I/O Expansion board. Introduction SEB-710 I/O Expansion board Revision 1.0 - (March, 2011) Saflec Systems (Pty) Ltd Quick Start Guide Introduction The SEB-710 is an I/O expansion device for additional inputs and outputs. It has eight relay

More information

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual Vorne Industries 2000S Series Serial Input Alphanumeric Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 Telephone (630) 875-3600 Telefax (630) 875-3609 2000S Series Serial Input Alphanumeric

More information

ADJUSTABLE SPEED DRIVES. QX7 Series. HVAC 18-Pulse. Phone: Fax: Web:

ADJUSTABLE SPEED DRIVES. QX7 Series. HVAC 18-Pulse. Phone: Fax: Web: ADJUSTABLE SPEED DRIVES QX7 Series HVAC 18-Pulse Toshiba QX7 The Toshiba QX7 adjustable speed drive is designed for HVAC applications where harmonic content is critical to the power grid. The QX7 s patented

More information

V E1B Snap-in I/O Module

V E1B Snap-in I/O Module V200-18-E1B Snap-in I/O Module The V200-18-E1B plugs directly into the back of compatible Unitronics OPLCs, creating a selfcontained PLC unit with a local I/O configuration. Features 16 isolated digital

More information

Indoor/Outdoor Proximity Reader and Keypad with 10cm (4in) Read Range

Indoor/Outdoor Proximity Reader and Keypad with 10cm (4in) Read Range Indoor/Outdoor Proximity Reader and Keypad with 10cm (4in) Read Range Stand alone CR-R885-SB Installation and Operating Instructions V1.1 TABLE OF CONTENTS Installation... 2 Mounting and Wiring... 2 Mounting

More information

V E2B Snap-in I/O Module

V E2B Snap-in I/O Module V200-18-E2B Snap-in I/O Module The V200-18-E2B plugs directly into the back of compatible Unitronics OPLCs, creating a selfcontained PLC unit with a local I/O configuration. Features 16 isolated digital

More information

PGR-2601 MANUAL DC GROUND-FAULT RELAY

PGR-2601 MANUAL DC GROUND-FAULT RELAY POWR-GARD Ungrounded DC System PGR-2601 SERIES DC Ground-Fault Relay PGR-2601 MANUAL DC GROUND-FAULT RELAY AUGUST 31, 2009 REVISION 1 POWR-GARD DC GROUND-FAULT RELAY PWR TRIP 5 4 3 2 6 - BUS 8 10 15 20

More information

OPLC Installation Guide

OPLC Installation Guide Samba OPLC SM35-J-R20/SM43-J-R20 SM70-J-R20 SM35-J-T20/SM43-J-T20 SM70-J-T20 OPLC Installation Guide 12 Digital Inputs, include 1 HSC/Shaft-encoder Input, 2 Analog inputs (only when the digital inputs

More information

HCS-3600 / 3602 / 3604 Laboratory Grade & High RFI Immunity Switching Mode Power Supply with Rotary Encoder Control

HCS-3600 / 3602 / 3604 Laboratory Grade & High RFI Immunity Switching Mode Power Supply with Rotary Encoder Control HCS-3600 / 3602 / 3604 Laboratory Grade & High RFI Immunity Switching Mode Power Supply with Rotary Encoder Control 1. INTRODUCTION User Manual This family of efficient, upgraded SMPS with small form factor,

More information

Vision OPLC V TR6/V350-J-TR6

Vision OPLC V TR6/V350-J-TR6 Vision OPLC V350-35-TR6/V350-J-TR6 Installation Guide The Unitronics V350-35-TR6/V350-J-TR6 offers the following onboard I/Os: 8 Digital Inputs, configurable via wiring to include 2 Analog (current/voltage)

More information

This guide provides basic information for Unitronics Models 230/260/280/290 (Non-color Screens).

This guide provides basic information for Unitronics Models 230/260/280/290 (Non-color Screens). Vision OPLC Installation Guide Models 230/260/280/290 (Non-color Screens) This guide provides basic information for Unitronics Models 230/260/280/290 (Non-color Screens). General Description Vision OPLCs

More information

High Voltage DC Meter

High Voltage DC Meter High Voltage DC Meter Javelin D PD644 0-300 VDC input NEMA 4X, IP65 front Scale in engineering units Sunlight readable LED display 4-20 ma analog output Two form C 3 A relays option RS-485 serial communications

More information

Typical Input current at 1.15A 0.65A 60 Watt 24VDC / 2.5A. 1.84A 1.0A 120 Watt 24VDC / 5.0A

Typical Input current at  1.15A 0.65A 60 Watt 24VDC / 2.5A. 1.84A 1.0A 120 Watt 24VDC / 5.0A SmartPower TM The Autotech SmartPower is a DC switching power supply with 24V output Voltage. This user friendly power supply has two 7-segment LED displays for voltage and current monitoring. This DC

More information

This guide provides basic information for Unitronics Models V230/260/280/290 (Non-color Screens).

This guide provides basic information for Unitronics Models V230/260/280/290 (Non-color Screens). Vision OPLC Installation Guide Models V230/260/280/290 (Non-color Screens) This guide provides basic information for Unitronics Models V230/260/280/290 (Non-color Screens). General Description Vision OPLCs

More information

Allen-Bradley PLCs. 100 Programmable Controller Processor Unit -Catalog Nos LPI01, -LP102, -LP103, -LP104 SLC TM. The Unit

Allen-Bradley PLCs. 100 Programmable Controller Processor Unit -Catalog Nos LPI01, -LP102, -LP103, -LP104 SLC TM. The Unit PRODUCT DATA SLC TM 100 Programmable Controller Processor Unit -Catalog Nos. 1745-LPI01, -LP102, -LP103, -LP104 The SLC 100 programmab/e Contro"er The SLC 100 Programmable Controller is easy to program,

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

Micro-DCI TM 53SL6000 Micro-Mite Single Loop Controllers

Micro-DCI TM 53SL6000 Micro-Mite Single Loop Controllers Micro-DCI TM 53SL6000 Micro-Mite Single Loop Controllers Flexible Control Logic Ready to Use Out of the Box On-Board Signal Conditioning Built in Self-Tuning Password Security Expandable I/O Option Universal

More information

THE CTB08D LIGHT CONTOLLER

THE CTB08D LIGHT CONTOLLER THE CTB08D LIGHT CONTOLLER The CTB08D is a one of the components in the Hobbyist line of Light- O-Rama products. The CTB08D must be used in conjunction with the Light-O-Rama software package. This controller

More information

MODEL CIO-EN MODBUS/TCP, MODBUS/RTU I/O MODULE

MODEL CIO-EN MODBUS/TCP, MODBUS/RTU I/O MODULE INSTALLATION INSTRUCTIONS Revision B1 Rapid City, SD, USA, 05/2009 MODEL CIO-EN MODBUS/TCP, MODBUS/RTU I/O MODULE BE SURE POWER IS DISCONNECTED PRIOR TO INSTALLATION! FOLLOW NATIONAL, STATE AND LOCAL CODES.

More information

ATS22C41Q soft starter-ats22-control 220V-power 230V(110kW)/ V(220kW)

ATS22C41Q soft starter-ats22-control 220V-power 230V(110kW)/ V(220kW) Characteristics soft starter-ats22-control 220V-power 230V(110kW)/400...440V(220kW) Complementary Assembly style Function available Power supply voltage limits Main Range of product Altistart 22 Product

More information

Control Panel CP600 CP635, CP635-B, CP635-WEB

Control Panel CP600 CP635, CP635-B, CP635-WEB DATA SHEET Control Panel CP600 CP635, CP635-B, CP635-WEB 1 Ordering Data Part No. Description Product Life Cycle Phase 1SAP535100R0001 CP635, control panel, TFT graphical display, single-touch screen,

More information

ABM International, Inc. Lightning Stitch Checklist 9/13/2013

ABM International, Inc. Lightning Stitch Checklist 9/13/2013 ABM International, Inc. Lightning Stitch Checklist 9/13/2013 1) Piggy backed board assembly (1) Piggy back board assembly tested? Yes No 24v passed XB passed XA passed YB passed YA passed SAFE passed S/S

More information

GUARD CENTURION OPERATING INSTRUCTIONS THE AUTOMATIC CHOICE

GUARD CENTURION OPERATING INSTRUCTIONS THE AUTOMATIC CHOICE GUARD CENTURION THE AUTOMATIC CHOICE OPERATING INSTRUCTIONS 0 In a In hurry? a hurry? The following KwikLearn procedure and connection diagram will enable you to start using your SmartGUARD system right

More information

TM221CE40R controller M IO relay Ethernet

TM221CE40R controller M IO relay Ethernet Characteristics controller M221 40 IO relay Ethernet Main Range of product Product or component type [Us] rated supply voltage Jan 6, 2019 Modicon M221 Logic controller 100...240 V AC Discrete input number

More information

DC425 NEMA 4X Analog Output Transducers

DC425 NEMA 4X Analog Output Transducers User User Manual Manual DC425 NEMA 4X Analog Output Transducers ADV ANC ED MIC RO CON T RO L S INC. Manual #: 940-0D030 DC425 Description Offering a 4-20 ma output over single or multiple turns, the DC425

More information