An Optimum Solution for Telemetry of Distributed. Wells in South of Tehran

Size: px
Start display at page:

Download "An Optimum Solution for Telemetry of Distributed. Wells in South of Tehran"

Transcription

1 An Optimum Solution for Telemetry of Distributed Wells in South of Tehran ESMAIL FATHI LOSHANI Engineering Faculty, Shahid Beheshti University, Daneshjoo Boulevard-Evin-Tehran, IRAN MARYAM SHARIFKHANI Automation and Communication Department, Pars Oil and Gas Company, No. 132,Fatemi Ave,Tehran,IRAN Abstract: Some distributed wells located in south of Tehran planned to be controlled locally and also from control center. One safe control method is designed for each well by means of PLCs. For overall process purposes one main controller designed for control center and wells data are logged in a server. Two operators can control and monitor wells from control center by means of two operating station. Communication backbone to exchange data between wells and control center is studied. Offline dial up solution using polling and interrupting method is chosen for this purpose. The most important part of our design is software layers and interfaces used for easy and optimum communication. Keywords: Offline, Modbus, Standard Modem, OPC Server, Monitoring, PLC, Multiport, Interrupt, Polling. 1 Introduction Helping farmers and solving high level Aquifer problems in the south region of Tehran, government decided to do a project to drill some wells and lead exploited water to farms located outside of the city. First 100 deep wells drilled and submersible pumps installed for each well. In order to supply pumps, a MCC Cabinet containing Current indicator, Voltage Indicator, Main Power Switch and some other necessary instruments for each pump was installed. Exploited water of each well finally leaded to farms by means of a canal. The most important note that should be considered is that wells are distributed in an overcrowded area of the city. In section 2 control and communication problems is discussed. In section 3 system design and solution is explained. In section 4 concluding remarks are made. 2 Control and Communication To have a good operation in an overcrowded area of the city there aren't many choices. Distributed clients make it difficult to operate each well manually by means of local operators. More over if we choose this method, at least 20 operators are needed. The best method is trying to have wells data in a control center and be able to monitor and control wells from remote in addition to local control. Data exchange between center and local is needed. Hence a safe and sufficient communication backbone has to be chosen. ISSN: ISBN:

2 3 System Design 3.1 Local Control For controlling wells, SCADA (Supervisory Control And Data Acquisition) system has been applied and a SIEMENS PLC S7222 DC with 256 kb memory cartridge is needed. The memory cartridge is for saving data. We also need an input module EM231, a modem compatible with analog line EM241 and a power supply 24VDC/4A all made by SIEMENS. In each RTU cabinet one alarm reset button, some fuses, 3 relays for outputs, light and one door micro switch are installed Instrumentation For each well in this project, we need instruments explained below. Current Transducer A current transducer with range 0 to 5 Ampere and standard output 4-20 ma is used for measuring pomp current. In warning limits PLC announces and in alarm limit sends pump stop command. Then overload message will be send to communication center. Voltage Transducer It converts pump input voltage to a 4-20 ma signal. Working range is between 0 to 400 AC volts. Pressure Transducer Pressure sensor with 4 to 20 ma output with 0 to 25 bar working range has low, high and ultra high limits. Outlet Water Volume Pulse Sensor This sensor is located in outlet well water counter and for every cubic meters volume of water it sends one pulse to control system. These pulses acquire in PLC.Equation 1 is used for calculating the flow rate (1) Limit Switch Two limit switches for high and low limits of the water in manhole has been installed List s sent to the center are water pressure, pump voltage and current, Remote/Local mode, pump off/on status, manhole water level, security signal and fault voltage signal. The control signals coming from the Control Center Room are pump On/Off command, Horn and Horn reset command. Totally there are 14 input and output signals (Table 1). In addition to input and output signals mentioned above, there are some internal signals (logical signals) like set points and alarm messages. These signals stored in PLC memory, are used in logical calculations and exchange between Control Center Room and wells. Table 1: List Function Type ZS-xxx04 Security DI LSL-xxx05 Well Low Level DI LSL-xxx06 Manhole Low Level DI FS-xxx07 Flow meter Pulse DI XR-xxx12 Auto/Manual DI XSR/S-xxx13 On/Off Pump Status DI XA-xxx15 Pump Voltage Fault DI XA-xxx16 Overload Fault DI PT-xxx01 Pressure AI CT-xxx02 Current AI VT-xxx03 Voltage AI XCR/Sxxx11 Pump on/off Command DO Horn Horn Command DO Horn_Reset Horn Reset Command DO Where t is the time interval between upcoming edges of two pulses. ISSN: ISBN:

3 3.2 Remote Control As we mentioned each well is controlled locally by PLC. In addition to that local control, one overall process controller is needed which is installed in Control Center Room. This controller controls wells with total output water flow and some other parameters. In Control Center Room One computer is used as server. There are also two S7-412 PLCs one is standby to another. This means it has software redundancy. These PLCs are installed for automatic control. Moreover there are two client computers in control room for monitoring all data, alarms and sending commands to wells (Fig 1, 2). PLC programming software for the control room is Simatic Step7 and monitoring programming software is WinCC all made by SIEMENS. Fig 3 shows system network configuration. Fig 3: system network configuration 3.3 Communication There are several communication methods to send and receive data from wells. Some of them are discussed below [1], [2],[6]: Fig 1: Monitoring software overview page Communication Backbones Radio communication method In this method radio frequencies will be used to communicate with client. Radio modems should be installed both in center and clients and frequency band license have to be taken from the RF license office to interchange data [4]. Considering to location of the project (overcrowded areas in the city) there is no available frequency band and absolutely this method does not work. GSM Communication method Fig 2: Monitoring software one Well page GSM communication method needs GSM Modems in both sides and the clients should be well covered by this network [5]. Our clients are under ground and it is clear that it is not a safe way to use this method. More over ISSN: ISBN:

4 controllers and accessories are a bit expensive. So this method is not affordable. Leased Line Method This method is using Iranian Telecommunication Center dedicated lines to exchange data. As other methods we need modems. The modems in this method are expensive so it is not economic. In addition, Iranian Telecommunication Center facilities are not suitable for taking such services. In experimental projects (for Traffic Light Controller) there were many errors and sometimes disconnections occur. So it may be not safe. Online Dialup Line method This method is using ITC dial up analog lines for exchanging data. In this method we need 100 modems in clients and 100 modems in the control center (or E1 line with necessary facilities). The main problem is the operation expenses. Each line has to be connected 24 hours in a day and it will be very expensive. Offline dialup Line Method Facilities in this method are similar to online method but functionally they are different. We have 15 lines in the center and 100 lines in clients. 10 lines are for communicating from center to clients and 5 lines are dedicated for communicating from well to center when fault occur in well clients such as overload and so on [7] Offline Design For transmitting data between wells and Control Center Room, one telephone line has been installed in each well which means 115 in total. 10 lines in control room receive data from well with polling method. So 100 well divided to 10 groups of 10 wells and these groups acquire data of 10 wells. The time interval between two connections from control center is calculated 17 minutes. If any alarm in each well occurs, the well PLC reports it with interrupt method by means of 5 other free lines. So connection is in two modes: Polling and Interrupting. Fig 4 shows the offline configuration with hardware details. Fig 4: Offline configuration There are 20 bytes data, including internal and external signals, in each moment. These data should be sampled in order to be recorded. Here the sampling time is one second. Therefore in each 17 minutes all data saved are about or 20 Kbyte. Considering data transmitting speed between PLC well and the server is about 19.2 Kbyte per second, all data will send to the center less than two seconds. Iranian Telecommunication Center counts one pulse for each connection. One pulse is 1.7 minutes. So whether the connection cut or continues it charges like 1.7 minute continuing call.hence it is beneficial this connection not to be cut and that is why 17 minutes takes for next connection Hardware Connection The idea in this design which makes it different is using most common standard modems for transmitting and receiving data with Modbus. It first seems that Standard modems that are generally transmit data with Ethernet, cannot connect to industrial modems with Modbus protocol. But this ability tested and it works. One Multiport card with 16 channels connected to the server and with the software called DialoutEZ, 16 Com port modified in the system. Ten standard modems connected to ports number 3 to 13 [8]. ISSN: ISBN:

5 3.3.4 Interface Software Some communication solutions has been studied and offline dial up line including Interrupting and Polling method is found the optimum method. Here 20 Kbytes data could be exchanged between the control center and the wells every 17 minutes. This means that with 15 phone line we can control 100 wells. There are many problems when connection between software and hardware is needed. In many cases OPC (OLE for Process Control) software is good solution. In this case, we installed OPC software called KEPServer on server that transfers needed tags for controlling modem to monitoring software WinCC. These tags are well line numbers, connection status, Dial Up and disconnect commands. PLC tags are addressed like Modbus in this software and after connecting they are transmitted from the PLC memory to the server [3]. Fig 5 shows Software layers and their connection. Standard modems that are generally transmit data with Ethernet; can connect to industrial modems with Modbus protocol. OPC (OLE for Process Control) is proper software for connecting software (WinCC) and hardware (Server). All estimated expenses of control room are 250 Euros per month for communication and 1000 Euros for two operators. Comparing with local operator method in which 20 operators are needed and total expenses are Euros per month, 8750 Euros per month are saved. References: [1] Deon Reynders, Steve Mackay, Edwin Wright, Practical Industrial Data Communication, Elsevier, NOV-2004 [2] Steve Mackay, Edwin Wright, Deon Reynders, John Park, Practical Industrial Data Network, Elsevier, FEB Fig 5: Software Layers [3] Siemens S7-200 Addressing, V4.x 10/1/01 Document v1.01, Kepware Technologies Co. 4 Conclusion [4] David Bailey, Practical Radio Engineering and Telemetry for Industry (IDC Technology), Jun 2003 There are 100 distributed wells in an overcrowded area of the city and the main problem is to acquire data from these centers on a safe communication backbone and control the process in proper way. For local controlling a control system is designed for each well. Moreover one overall process controller is needed so one computer used as a server in Control Center Room for acquiring data, controlling and monitoring the whole process. [5] Andy Dornan, the Essential Guide to Wireless Communications Applications, Prentice Hall PTR, 2001 [6] Dr. Frank Carden, Dr. Robert Henry, Dr. Russ Jedlicka, Telemetry Systems Engineering, Artech House, 2002 [7] Siemens Micro Industrial Solutions, SIEMENS, 2001 [8] Using DialoutEZ with cisco Access Server, CISCO, 2004 ISSN: ISBN:

Development Of EMCS In Power Plants

Development Of EMCS In Power Plants Development Of EMCS In Power Plants Eng. H.S.Mohamed, Dr. S.A.Nagy,Dr. S.K.EL-Sayed Dept. of Electrical Engineering Al-Azhar University Cairo, Egypt h_alazhary@yahoo.com Abstract Recently improvement of

More information

What is SCADA? What is Telemetry? What is Data Acquisition? Differences between SCADA and DCS? Components of SCADA. Field Instrumentation

What is SCADA? What is Telemetry? What is Data Acquisition? Differences between SCADA and DCS? Components of SCADA. Field Instrumentation SCADA Primer This document discusses the basics of SCADA systems. It serves as introduction for those who are not familiar with it, and as a reviewer for those who are already knowledgeable about the SCADA

More information

July Funk-Electronic Piciorgros GmbH

July Funk-Electronic Piciorgros GmbH Techniques how to increase the speed for Data Communication in SCADA and Telemetry Applications using Tetra one Infrastructures July 2010 Funk-Electronic Piciorgros GmbH 1. Tetra Telemetry Applications

More information

Automate and Preserve Electromechanical Relay Investment Part 3 of 3 Using the Bitronics 70 Series to Improve Remote Monitoring and Control

Automate and Preserve Electromechanical Relay Investment Part 3 of 3 Using the Bitronics 70 Series to Improve Remote Monitoring and Control Welcome to NovaTech Automate and Preserve Electromechanical Relay Investment Part 3 of 3 Using the Bitronics 70 Series to Improve Remote Monitoring and Control Paul Grabowski About the Author Paul Grabowski

More information

Advances in Telemetry. Finding out what is really going on in your system

Advances in Telemetry. Finding out what is really going on in your system Advances in Telemetry { Finding out what is really going on in your system Dr. David Mundie President of High Tide Technologies Involved in telemetry design for over 30 years Space, Air and Ground Telemetry

More information

GS828-H. GPRS Data Logger

GS828-H. GPRS Data Logger GPRS Data Logger GS828-H Multi Channels Data Logging & Wireless Transmission Upload Data via GPRS and SMS on schedule or alarm triggered Programmable data logging and upload interval Support sensors via

More information

Johan Hoolsema Expert System Solutions

Johan Hoolsema Expert System Solutions The Efficient Way of Using TETRA for Smart Grids and Telemetry Applications TCCA Amsterdam 31 May 2016 Johan Hoolsema Expert System Solutions TCCA SCADA, Smart Grid and Telemetry (SST)Group 1 One stop

More information

CONTROL AND MONITORING SYSTEM FOR HYDROELECTRIC POWER STATION

CONTROL AND MONITORING SYSTEM FOR HYDROELECTRIC POWER STATION CONTROL AND MONITORING SYSTEM FOR HYDROELECTRIC POWER STATION Gicu Ungureanu, Florin Covaciu, Aliodor Balaj, Cristian Ciulbea* IPA-CIFATT Cluj-Napoca 109 Republicii str., 3400 Cluj-Napoca, Romania Fax:

More information

Specialized in the design & manufacturing of wireless

Specialized in the design & manufacturing of wireless CORPORATE PROFILE Established in 1993 Specialized in the design & manufacturing of wireless telemetry equipment Professionals with huge experience on: Telecommunications, security, energy. Irrigation,

More information

SCADA Solutions for Water and Wastewater Treatment Plants

SCADA Solutions for Water and Wastewater Treatment Plants SCADA Solutions for Water and Wastewater Treatment Plants Features Centralized control Increased reliability Improved management of treatment processes Reduced costs Preserved equipment investments Flexible

More information

Architecture for SCADA with Mobile Remote Components

Architecture for SCADA with Mobile Remote Components Architecture for SCADA with Mobile Remote Components ROSSLIN JOHN ROBLES 1, TAI-HOON KIM 1 1 Multimedia Engineering Department, Hannam University 133 Ojeong-dong, Daeduk-gu, Daejeon, Korea rosslin_john@yahoo.com,

More information

GS828. GPRS Data Logger

GS828. GPRS Data Logger Sirius Corp GPRS Data Logger Multi Channels Data Logging & Wireless Transmission Upload Data via GPRS and SMS on schedule or alarm triggered Programmable data logging and upload interval Support sensors

More information

Power System Network Simulator (PSNsim)

Power System Network Simulator (PSNsim) The PSNsim is hardware simulator that simulates all parts of power system from generation to utilization. The PSNsim is a scaled down model of the real power system that provides an experimental environment

More information

Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual.

Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual. Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual. MODBUS supplementary manual to the 2300-A8VI Installation Guide. The 2300 series stations are designed to

More information

For more information Contact with details of the application.

For more information Contact with details of the application. Eaton Corporation Telecommunications Power Solutions Email: dc.info@eaton.com www.eaton.com/telecompower Application Note AN0107 SC200 Modbus Server Last updated 20 January 2017 Applicable products SC200

More information

w w w. z i g s e n s e. c o m. a u

w w w. z i g s e n s e. c o m. a u ZigSense is a line of low power wireless sensors utilizing ZigBee mesh network technology as its core communication channel. ZigSense systems contain a self healing network of wireless sensors designed

More information

MONITORING AND CONTROL REQUIREMENTS FOR DISTRIBUTED GENERATION FACILITIES

MONITORING AND CONTROL REQUIREMENTS FOR DISTRIBUTED GENERATION FACILITIES MONITORING AND CONTROL REQUIREMENTS FOR DISTRIBUTED GENERATION FACILITIES 1. Introduction Real time monitoring and control is necessary to ensure public and employee safety and to protect the integrity

More information

Troubleshooting PLCs & SCADA Systems

Troubleshooting PLCs & SCADA Systems Troubleshooting PLCs & SCADA Systems By Steve Mackay RH Start recording! EIT MicroCourse Series Every two weeks we present a 45 minute interactive course Practical, useful with Q & A throughout PID loop

More information

The SCADA Connection: Moving Beyond Auto Dialers

The SCADA Connection: Moving Beyond Auto Dialers C O N N E CT I N G T H E WORLD S ASSETS The SCADA Connection: Moving Beyond Auto Dialers Auto dialers have long been used to report alarms in SCADA installations. While they are useful for notifying users

More information

I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications

I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications RTU 20 OVERVIEW The I/A Series RTU 20 is an Intelligent Remote Device capable of performing a full range of control

More information

DL06 - the Mighty Micro

DL06 - the Mighty Micro D0-06DD1 DC in/dc out/ac supply D0-06DD2 DC in/dc out/ac Supply D0-06DR DC in/relay out/ac supply D0-06DA DC in/ac out/ac supply D0-06AR AC in/relay out/ac supply DL06 PLC Overview DL06 - the Mighty Micro

More information

Troubleshooting of SCADA and Data Acquisition Systems by Steve Mackay Dean of Engineering

Troubleshooting of SCADA and Data Acquisition Systems by Steve Mackay Dean of Engineering Troubleshooting of SCD and Data cquisition Systems by Steve Mackay Dean of Engineering Topics ackground to SCD Simple SCD & Data cquisition System Typical SCD Communication Structures Troubleshooting Techniques

More information

Case Study: Implementation of 132kv Malegaon Sub-Station Using SCADA

Case Study: Implementation of 132kv Malegaon Sub-Station Using SCADA IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 76-83 www.iosrjournals.org Case Study: Implementation of 132kv Malegaon Sub-Station Using SCADA

More information

CPU ONE PLC PLC USER S MANUAL

CPU ONE PLC PLC USER S MANUAL CPU ONE PLC PLC USER S MANUAL A. GENERAL FEATURES CPU One is the programmable control devices which are designed according to the automation needs by considering the tough conditions of the industry. CPU

More information

DIRECTORATE OF TECHNICAL EDUCATION DIPLOMA IN ELECTRICAL AND ELECTRONICS ENGINEERING III YEAR M SCHEME V SEMESTER.

DIRECTORATE OF TECHNICAL EDUCATION DIPLOMA IN ELECTRICAL AND ELECTRONICS ENGINEERING III YEAR M SCHEME V SEMESTER. DIRECTORATE OF TECHNICAL EDUCATION DIPLOMA IN ELECTRICAL AND ELECTRONICS ENGINEERING III YEAR M SCHEME V SEMESTER 2015 2016 onwards PROGRAMMABLE LOGIC CONTROLLER CURRICULUM DEVELOPMENT CENTRE Curriculum

More information

Compact Telecontrol System TM 1703 mic. SICAM 1703 flexible for all applications. Answers for energy.

Compact Telecontrol System TM 1703 mic. SICAM 1703 flexible for all applications. Answers for energy. Compact Telecontrol System SICAM 1703 flexible for all applications Answers for energy. Economical and flexible With the growing pressure on costs in virtually all processes, there is increasing need to

More information

Dupline. Data Logger. Types G , G Product Description. Ordering Key G Type Selection. Input/Output Specifications

Dupline. Data Logger. Types G , G Product Description. Ordering Key G Type Selection. Input/Output Specifications Dupline Data Logger Types G 800 006, G 800 106 Product Description Programmable channel generator with optional built-in GSM Modem Event and time based data logging functions for digital, analog and counter

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

SOFREL LT/LT-US Data loggers Wastewater network solutions

SOFREL LT/LT-US Data loggers Wastewater network solutions SOFREL LT/LT-US Data loggers Wastewater network solutions SOFREL LT and LT-US data loggers are designed to monitor wastewater and rainwater networks (collectors, Combined Sewer Overflows, etc.). Robust,

More information

Evolution of SCADA Networks

Evolution of SCADA Networks Gas Well Deliquification Workshop Sheraton Hotel, February 23 26, 2014 Evolution of SCADA Networks Curt Goldman, Regional Manager OEM / Utility / Energy Markets at FreeWave Technologies Revolutionary New

More information

Intech Micro 2300-RTD6 analogue input station MODBUS RTU slave application supplementary manual.

Intech Micro 2300-RTD6 analogue input station MODBUS RTU slave application supplementary manual. Intech Micro 2300-RTD6 analogue input station MODBUS RTU slave application supplementary manual. MODBUS supplementary manual to the 2300-RTD6 Installation Guide. The 2300 series stations are designed to

More information

MW/MVAR Transducer Specifications

MW/MVAR Transducer Specifications GUARANTEED TECHNICAL PARTICULARS (To be submitted by bidder with the tender) MW/MVAR Transducer Specifications Sr.No. Descriptions Details Offered by supplier 1 2 3 4 Transducer suitable for Input Output

More information

PM174 PM174 IEEE1159 ADVANCED POWER QUALITY ANALYZER. Features

PM174 PM174 IEEE1159 ADVANCED POWER QUALITY ANALYZER. Features PM174 IEEE1159 ADVANCED POWER QUALITY ANALYZER The PM174 is a compact, multi-function, three-phase AC powermeter and power quality analyzer specially designed to meet the requirements of users ranging

More information

Intech Micro 2300-RO4 analogue input station MODBUS RTU slave application supplementary manual.

Intech Micro 2300-RO4 analogue input station MODBUS RTU slave application supplementary manual. Intech Micro 2300-RO4 analogue input station MODBUS RTU slave application supplementary manual. MODBUS supplementary manual to the 2300-RO4 Installation Guide. The 2300 series stations are designed to

More information

FULMATIC 7 SILVER SERIES PLC PLC USER S MANUAL

FULMATIC 7 SILVER SERIES PLC PLC USER S MANUAL FULMATIC 7 SILVER SERIES PLC PLC USER S MANUAL A. GENERAL FEATURES Fulmatic 7 - Series PLCs are the programmable control devices which are designed according to the automation needs by considering the

More information

21 st Century Landfill Technology: Telemetry, Automation, and Alternative Power Sources

21 st Century Landfill Technology: Telemetry, Automation, and Alternative Power Sources 21 st Century Landfill Technology: Telemetry, Automation, and Alternative Power Sources Automation Automation provides for the starting and stopping of the operating system without the need of additional

More information

TCS Series of Manual CP Rectifier (O63 Model, Oil-Cooled)

TCS Series of Manual CP Rectifier (O63 Model, Oil-Cooled) TCS Series of Manual CP Rectifier (O63 Model, Oil-Cooled) ARMIN's 63 Step Manual Controlled Cathodic Protection TR Units (Oil-Cooled) are specially designed for safe and long term operation in environments

More information

2G / 3G DATALOGGERS. Submersible enclosure. Up to 6 year battery life. Easy installation. Flexibility.

2G / 3G DATALOGGERS.  Submersible enclosure. Up to 6 year battery life. Easy installation. Flexibility. 2G / 3G DATALOGGERS Submersible enclosure Up to 6 year battery life IP67 or IP68 protected enclosure for hostile environments Powered by a 7,2V & 28Ah battery connector for external power supply Flexibility

More information

Blackbox Controllers:

Blackbox Controllers: Blackbox Controllers: Level measurement made simple Compact low cost intelligent controllers Will operate on all db transducers up to 40m range Solids, powders and liquids level measurement Separation

More information

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND OleumTechTM TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND MUST BE FAMILIAR WITH LEVEL 1 TRAINING MATERIALS BEFORE MOVING FORWARD Doc ID# 80-6010-001b TABLE OF CONTENTS 1. WHAT IS NEW WRITE IMPORT

More information

THE RAINBOW SCADA D-500-LITE

THE RAINBOW SCADA D-500-LITE THE RAINBOW SCADA D-500-LITE INTERNET ENABLED GENSET CONTROLLER REV-03 25.12.2014 MULTIFUNCTIONAL THE SAME UNIT IS A... AMF UNIT ATS CONTROLLER REMOTE START CONTROLLER ENGINE CONTROLLER REMOTE DISPLAY

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

Redundant System Redundant System P9-1-1

Redundant System Redundant System P9-1-1 .. P-- Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P-- idcs-8830/idcs-8830r - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Quality Control & Integration, Inc.

Quality Control & Integration, Inc. Quality Control & Integration, Inc. Control, Instrumentation, Telemetry, SCADA, and Automation Systems Company Information Brochure QCI provides controls, instrumentation, telemetry, SCADA, and automation

More information

IMS AMS 111 II. Automatic Weather Station. Easy and reliable weather monitoring anywhere

IMS AMS 111 II. Automatic Weather Station. Easy and reliable weather monitoring anywhere IMS II Automatic Weather Station Easy and reliable weather monitoring anywhere IMS Automatic Weather Station FEATURES: Synoptic Observation Climatological Observation Environmental Monitoring Radiation

More information

Self-Powered Wireless Instrumentation

Self-Powered Wireless Instrumentation Self-Powered Wireless Instrumentation Accutech Rapid deploy wireless instrumentation solutions for telemetry and remote SCADA Cost-Effective Solutions for Challenging Applications 03 Knowledge of your

More information

5800 Series Non-IntelliTEAM Universal Automatic Switch Control PG&E SCADA Points List

5800 Series Non-IntelliTEAM Universal Automatic Switch Control PG&E SCADA Points List S&C Electric Company 5800 Series Non-IntelliTEAM Universal 5800 Series Non-IntelliTEAM Universal PG&E SCADA Points List PG&E SCADA Points List for: 5801 Universal Control with USBP0S0X Software and 5802

More information

Interactive GSM-control GSM-RELAY PROBYTE OY

Interactive GSM-control GSM-RELAY PROBYTE OY Interactive GSM-control GSM-RELAY PROBYTE OY General PROBYTE GSM-control is a real time and interactive GSM-control- and measuring device, which allows user remotely control all the electrical appliances

More information

Secure energy supply Energy Automation for Infrastructure and Functional Buildings

Secure energy supply Energy Automation for Infrastructure and Functional Buildings Secure energy supply Energy Automation for Infrastructure and Functional Buildings Power Transmission and Distribution Imagine the finals of the Soccer World Cup, with the score at 0:0 after overtime.

More information

Preconfigured SCADA solution: Easy & Powerful

Preconfigured SCADA solution: Easy & Powerful www.scadaace.com Preconfigured SCADA solution: Easy & Powerful Easy Powerful Cost effective Quick Implementation No programming required Non-proprietary Pre-configured Fully customizable Extensive I/O

More information

SCADA System Specification. Vantage Pipeline Project # May 2013

SCADA System Specification. Vantage Pipeline Project # May 2013 SCADA System Specification Vantage Pipeline Project #201011 May 2013 Revision 0 Issued for Approval May 24, 2013 TABLE OF CONTENTS REVISION HISTORY:...2 1 PROJECT OVERVIEW...3 2 SCOPE AND PURPOSE...4 3

More information

GE Intelligent Platforms PAC8000 RTU

GE Intelligent Platforms PAC8000 RTU GE Intelligent Platforms PAC8000 RTU A ruggedized, reliable RTU PAC8000 Remote Terminal Unit (RTU) thrives in the desert heat of the Arabian Peninsula and the arctic cold of Siberian oil fields delivering

More information

WI-I/O 9 Multi I/O Units

WI-I/O 9 Multi I/O Units WI-I/O 9 Multi I/O Units A transceiver is a wireless device made up of a transmitter and receiver. Since each module can manage both input and output signals, it can be used to monitor transducers and

More information

QUICK GUIDE for 4 modules. Installation

QUICK GUIDE for 4 modules. Installation QUICK GUIDE for 4 modules Installation 1. Prepare a SIM card so that the PIN code is 1234 or is deactivated. Mount the card in the unit. The unit has now 1234 as password or runs without a password. The

More information

1500ct Pump Controller

1500ct Pump Controller Quality Control & Integration, Inc. Control, Instrumentation, Telemetry, SCADA, and Automation Systems 1500ct Pump Controller Dynamic Solutions for greater control and true dynamic I/O, color, touch screen

More information

1500ct Pump Controller

1500ct Pump Controller Quality Control & Integration, Inc. Control, Instrumentation, Telemetry, SCADA, and Automation Systems 1500ct Pump Controller Dynamic Solutions for greater control and true dynamic I/O, color, touch screen

More information

Retentive On-Delay (TONR)

Retentive On-Delay (TONR) A small sample of the flexibility of PLCs is shown in the following program logic. By reprogramming the T37 contact as a normally closed contact, the function of the circuit is changed to cause the indicator

More information

UCOS User-Configurable Open System

UCOS User-Configurable Open System UCOS User-Configurable Open System User-Configurable Open System (UCOS) UCOS is a complete control system solution. It includes graphical development software, a graphical human machine interface (HMI),

More information

Bilfinger Mauell GmbH. smartrtu ME 4012 PA-N

Bilfinger Mauell GmbH. smartrtu ME 4012 PA-N smartrtu ME 4012 PA-N ME 4012 PA-N is a universal telecontrol device for all uses which is primarily intended for monitoring and control tasks in wind parks, local network stations, gas pressure regulating

More information

Micro Instruments price list All pricing excludes 15%

Micro Instruments price list All pricing excludes 15% Micro Instruments price list All pricing excludes VAT @ 15% - 2019 Product Description Solar Smart R1 Solar MPPT regulator 12/24V - 20Amp with R2 799.00 5 Way Relay board R360.00 Ethernet + SNMP support

More information

AUTOMATION OF POWER DISTRIBUTION USING SCADA

AUTOMATION OF POWER DISTRIBUTION USING SCADA 1 2 ABSTRACT In every substation certain measurements, supervision, control, operation and protection functions are necessary. Traditionally these functions were performed manually by system operator from

More information

Low Power Modbus GPRS Data Logger

Low Power Modbus GPRS Data Logger Low Power Modbus GPRS Data Logger Low Power Data Logger suppor ng sleep mode Con nuous opera on for 5 years with internal ba ery Upload Data via GPRS and SMS on schedule Programmable data logging and upload

More information

URC Utility Relay Company

URC Utility Relay Company communications i-comm modbus / rs-485 AC-PRO Communicating Trip Units instruction manual ZERO-Hertz Communicating Trip Units URC Utility Relay Company Chagrin Falls, OH 44023 Phone: 888.289.2864 www.utilityrelay.com

More information

SITRAIN. Introduction TIA Portal. Siemens AG All rights reserved. Unrestricted

SITRAIN. Introduction TIA Portal. Siemens AG All rights reserved. Unrestricted Introduction TIA Portal Unrestricted Siemens AG 2011. All rights reserved. Orange juice factory TIA-PRO1 / Introduction TIA Portal Page 2 Siemens AG 2011 HMI System HMI and SCADA TIA-PRO1 / Introduction

More information

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1 TABLE OF CONTENTS TABLE OF CONTENTS... 1 IMPORTANT NOTICE... 2 PRODUCT CONFORMITY... 3 WARRANTY AND SAFETY INSTRUCTIONS... 4 1 GENERAL... 5 1.1 SATEL I-LINK 100 MODBUS I/O- CONVERTER... 5 2 SPECIFICATIONS...

More information

Modern Equipment for Recording and Analyzing the Events in Electric Stations

Modern Equipment for Recording and Analyzing the Events in Electric Stations Modern Equipment for Recording and Analyzing the Events in Electric Stations ANGELA IAGAR, GABRIEL NICOLAE POPA, CORINA MARIA DINIS Department of Electrotechnical Engineering and Industrial Informatics

More information

Ring Instrumentation and Controls

Ring Instrumentation and Controls Chapter 14 Ring Instrumentation and Controls This chapter describes the technical design of the g-2 cryogenic and vacuum control system and other process systems supporting the experiment. This control

More information

Wireless Transducer MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. (407) Phone: Website:

Wireless Transducer MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. (407) Phone: Website: Wireless Transducer INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: Website: (407) 299-3825 www.mpelectronics.com Operating Program Revision: 2 Revision

More information

AUDIN - 8, avenue de la malle Saint Brice Courcelles - Tel : Fax : Web : http:

AUDIN - 8, avenue de la malle Saint Brice Courcelles - Tel : Fax : Web : http: Equipment, facilities, and service networks for data collection/logging, data transfer via e-mail/website, and system streamlining can be established without special knowledge. Energy saving system in

More information

iologik E1200H Series

iologik E1200H Series iologik E1200H Series Ethernet remote I/O for offshore wind power applications Features and Benefits User-definable Modbus TCP Slave addressing 2-port Ethernet switch for daisy-chain topologies Active

More information

WE CONNECT REAL WORLD STRUCTURAL MONITORING SMART SENSORS SOFTWARE CLOUD WIRELESS INTERFACE TO THE

WE CONNECT REAL WORLD STRUCTURAL MONITORING SMART SENSORS SOFTWARE CLOUD WIRELESS INTERFACE TO THE WE CONNECT REAL WORLD TO THE STRUCTURAL MONITORING SENSORS WIRELESS INTERFACE SOFTWARE CLOUD Rev.10 del 3/10/017 Redatto da: R&D e MKT Approvato da: CEO Smart structural WIRELESS Interface NI00 devices

More information

MODEL SIB-V245 / V453

MODEL SIB-V245 / V453 WILKERSON INSTRUMENT CO., INC INSTALLATION & OPERATION MANUAL SCADA INTERFACE BOARD MODEL SIB-V245 / V453 FOR MOTOROLA ACE3600 MIXED I/O MODULE RoHS Compliant UL/cUL Recognized Motorola is a registered

More information

GE Power Management. MMII Intelligent MCC Controller

GE Power Management. MMII Intelligent MCC Controller A concept that will offer reduced overall installed cost and production efficiency through information availability to operators and maintenance. Presentation Overview 6 Applications 6 Protection and Control

More information

SCADA Solutions Since 1981 DATA FLOW SYSTEMS

SCADA Solutions Since 1981 DATA FLOW SYSTEMS SCADA Solutions Since 1981 DATA FLOW SYSTEMS SCADA System Overview SCADA SYSTEM SECURITY The HT3 SCADA Software program is password protected to prevent unauthorized access to the system. All passwords

More information

GSM HOME SECURITY SYSTEM

GSM HOME SECURITY SYSTEM Cell /Mobile phone home security system GSM HOME SECURITY SYSTEM Model : BS120 TABLE OF CONTENTS 1. FEATURES... 1 2. APPLICATION... 2 3. SPECIFICATIONS... 3 4. FRONT PANEL & LAYOUT DESCRIPTION...6 5. BASIC

More information

SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703

SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703 SC1000 INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Operating Program Revision: 8 Revision Date: 5-16-11 STATION

More information

Substation SCADA Monitoring

Substation SCADA Monitoring Substation SCADA Monitoring Contact us Today for a FREE quotation to deliver this course at your company?s location. https://www.electricityforum.com/onsite-training-rfq Substations are a critical component

More information

THE RAINBOW SCADA D-700

THE RAINBOW SCADA D-700 THE RAINBOW SCADA D-700 INTERNET ENABLED SYNCHRONIZATION SYSTEM REV-03 25.12.2014 EXPANSION CAPACITY MAX 16 LOADS MAX 48 GENSETS MAX 4 BUS COUPLERS MAX 16 MAINS MULTIFUNCTIONAL THE SAME UNIT IS A... MULTI-GENSET

More information

Smart Power Flow Monitoring and Control

Smart Power Flow Monitoring and Control IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X John Richardson. J Mathivathani. N Karthikeyan. K Preethi. PA Vivekanandhan. C Vice

More information

Table of Contents 1 ABOUT THIS GUIDE CONTACT INFORMATION ANTENNA INSTALLATION... 4

Table of Contents 1 ABOUT THIS GUIDE CONTACT INFORMATION ANTENNA INSTALLATION... 4 Table of Contents 1 ABOUT THIS GUIDE... 3 1.1 CONTACT INFORMATION... 3 2 ANTENNA INSTALLATION... 4 2.1 GENERAL INFORMATION... 4 2.2 SPECIFIC MOUNTING EXAMPLES... 5 2.3 CONNECTOR MOISTURE PROTECTION...

More information

The ECL Apex 20 is operated by means of either a PC or the ECL Apex Web Panel. Temperature input signals are based on Pt 1000 or 0-10 V.

The ECL Apex 20 is operated by means of either a PC or the ECL Apex Web Panel. Temperature input signals are based on Pt 1000 or 0-10 V. ECL Apex 20 controller and ECA 20 (ECL Apex Web Panel) Description ECL Apex 20 and ECA 20 ECL Apex 20 The ECL Apex 20 and the ECA 20 (ECL Apex Web Panel) are used in large district heating applications.

More information

GEN II Wireless GSM/GPRS Data Acquisition System

GEN II Wireless GSM/GPRS Data Acquisition System Real time and historic data is sent via GPRS to the main server where it is written to a MySQL database Server MySQL Database SMS alarm messages sent to mobile phones Email alerts and reports sent to specified

More information

ezeio Controller and the 2400-A16 input expansion.

ezeio Controller and the 2400-A16 input expansion. ezeio Controller and the 2400-A16 input expansion. Important Supplementary Manual - to be read in conjunction with the eze User Manual: http://ezesys.com/manual ezeio Controller and the 2400-A16 input

More information

Telemetry & SCADA Handbook

Telemetry & SCADA Handbook Telemetry & SCADA Handbook www.scan-data.com CHAPTER 2, DO I NEED SCADA OR TELEMETRY? 2.A SUMMARY: The terms SCADA and TELEMETRY both describe systems which transmit measurements and commands from one

More information

Data Transmitter 795. Data sheet

Data Transmitter 795. Data sheet Data Transmitter 795 Data Transmitter 795 is developed for monitoring of water works, sewage plants, pumping stations and other technical installations. Flexible connections and many options for data transmission

More information

Keeping the Lights On: Machine Monitoring Basics

Keeping the Lights On: Machine Monitoring Basics Keeping the Lights On: Machine Monitoring Basics Predictive Maintenance Helps Reduce Process Downtime As manufacturers continually search for ways to cut costs and increase ROI, machine monitoring and

More information

Cellwatch System Overview

Cellwatch System Overview Cellwatch System Overview The Cellwatch system is built using modules. The majority of the system is constructed with Data Collection Modules (DCMs). The DCMs are optically linked to Control Units (CUs)

More information

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS)

KDG27. GPS Tracker. Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking. Auto Accident Report Global Position System (GPS) Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti-theft Alarm System Overview 1. GPS data tracking via GSM

More information

VersaMax Micro and Nano Technical Product Presentation

VersaMax Micro and Nano Technical Product Presentation VersaMax Nano VersaMax Micro VersaMax Micro and Nano Technical Product Presentation Outline Introduction VersaMax Micro and Nano Product Strategy Future Products Product Description VersaMax Nano VersaMax

More information

MXPLC. Compact PLC process station. Summary. Application HVAC control systems, data acquisition, interfacing 3 rd party systems.

MXPLC. Compact PLC process station. Summary. Application HVAC control systems, data acquisition, interfacing 3 rd party systems. MXPLC Compact PLC process station Summary The MXPLC is a programmable process station with integrated I/O module with the I/O mix optimized for larger HVAC control applications. The multi-interface process

More information

iologic E1200 Series Remote Ethernet I/O with 2-port Ethernet Switch Introduction Industrial I/O

iologic E1200 Series Remote Ethernet I/O with 2-port Ethernet Switch Introduction Industrial I/O iologic E1200 Series Remote Ethernet I/O with 2-port Ethernet Switch Build-in 2-port Ethernet switch for daisy-chained topology Free push-based Moxa Active OPC Server Lite support Seamlessly connect to

More information

SMART E-BILL GENERATION USING PLC

SMART E-BILL GENERATION USING PLC RESEARCH ARTICLE SMART E-BILL GENERATION USING PLC A.PRIYANKA 1, G.SAHITHI 2, SNEHA 3, K.RAMANJANEYA REDDY 4 1(Assistant Professor, Electronics and communication engineering, AITS, Rajampet Email : priyanka3aluru@gmail.com)

More information

INTRINSICALLY SAFE DUPLEXER PROTECTION. ELECTRONICS, INC Vulcan Road Apopka, Florida MOTOR INSTRUCTION MANUAL

INTRINSICALLY SAFE DUPLEXER PROTECTION. ELECTRONICS, INC Vulcan Road Apopka, Florida MOTOR INSTRUCTION MANUAL INTRINSICALLY SAFE DUPLEXER INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: Website: (407) 299-3825 www.mpelectronics.com Operating Program Revision:

More information

Shabnam Rukhsar Electrical Engineering Department, Anjuman College of Engineering and Technology.India

Shabnam Rukhsar Electrical Engineering Department, Anjuman College of Engineering and Technology.India SCADA in Transmission Line Shabnam Rukhsar Electrical Engineering Department, Anjuman College of Engineering and Technology.India ABSTRACT: Transmission line equivalent circuit parameters are often 25%

More information

NEW ENERGY MANAGEMENT SYSTEM BASED ON INTELLIGENT DIGITAL POWER MONITORING

NEW ENERGY MANAGEMENT SYSTEM BASED ON INTELLIGENT DIGITAL POWER MONITORING National Conference on Postgraduate Research (NCON-PGR) 2009 1st October 2009, UMP Conference Hall, Malaysia Centre for Graduate Studies, Universiti Malaysia Pahang Editors: M.M. Noor; M.M. Rahman and

More information

OPERATOR S MANUAL MODEL LS110 MINI-PBX SIMULATOR

OPERATOR S MANUAL MODEL LS110 MINI-PBX SIMULATOR 1 OPERATOR S MANUAL MODEL LS110 MINI-PBX SIMULATOR Micro Seven, Inc. 1095-K N.E. 25 th Hillsboro, OR 97124 U.S.A. phone: 503-693-6982 fax: 503-693-9742, email to: sales@microseveninc.com www.microseveninc.com

More information

MTL8000-2/x Series Modular I/O

MTL8000-2/x Series Modular I/O -2/x Series Modular Overview Modules Modules - Overview - 2/2 components Use this option for general purpose or nonhazardous applications, or where the equipment and/or field wiring has to be mounted in

More information

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703 SC2000 INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Operating Program Revision: 10 Revision Date: 1-9-12 STATION

More information

Model 2000 Programmer EnSonic Display & Control Unit. Document code: M2KCNF.001

Model 2000 Programmer EnSonic Display & Control Unit. Document code: M2KCNF.001 Model 2000 Programmer EnSonic Display & Control Unit Document code: 10735.M2KCNF.001 Document Model 2000 Programmer: EnSonic Display & Control Unit Document code 10735.M2KCNF.001 Date January 25, 2004

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: DCS AND SCADA (COURSE CODE: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: DCS AND SCADA (COURSE CODE: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: DCS AND SCADA (COURSE CODE: 3361703) Diploma Programme in which this course is offered Instrumentation and Control Engineering

More information