A Monitoring and Control System for HID Lamps

Size: px
Start display at page:

Download "A Monitoring and Control System for HID Lamps"

Transcription

1 A Monitoring and Control System for HID Lamps Abstract This paper will present the study and implementation of a control and supervision system for electronic ballast of high intensity discharge (HID) lamps used in public illumination. This system makes possible to supervise the state and to control all functions of an electronic ballast remotely, allowing: dimming, report fails in the system, power consumption measurement, control of power flow, time schedule, electronic ballast protection against damages, inrush current protection for the PFP and minimize the acoustic resonant phenomenon in the HID lamps. A communication network was implemented using modems connected in the power line (Power Line Carrier PLC), allowing the communication between electronic ballasts. A protocol for this communication was proposed and implemented. I. INTRODUCTION Brazil faced a serious energy crisis in 2001, manly, by the lack of investments to allow the energy matrix diversification and to extend the energy distribution systems. Also contributed to aggravate the energy problem, the economic growth in this period, that increases the demand for energy. Many corrective actions were taken to mitigate this serious problem. The government was forced to implement an energy rationing, which consisted in overtaxing or even cutting energy supply from consumers which exceeds the prefixed energy quotes. One solution founded by city halls during the rationing, was the reduction of the energy demand spent in public illumination. Implanted in many cities, the action consisted in turn on only half of the total lamps, in random form. But this solution should not be implemented in all zones of a town, for security guard and illumination quality reasons. The objective of this work is to describe the implementation of a control and supervision system for electronic ballast of high intensity discharge (HID) lamps. These lamps are widely used in public illumination. This system makes possible to supervise the state and to control all functions of an electronic ballast remotely, allowing: dimming, report fails in the system, power consumption measurement, control of power flow, timing, electronic ballast protection against damages, inrush current protection for the PFP and minimize the acoustic resonant phenomenon. This system allows reducing the energy consumption spent in public illumination, by an individual control of dimming and timing schedule for all lamps. The system also makes possible to minimize the costs with logistic in the control of the public illumination system. For this implementation, a communication between master ballast and slave ballasts is necessary, allowing to program and to control all lamps. This communication was implemented using PLC modems that minimize the system implementation costs. II. THE HID LAMPS The HID (High Intensity Discharge) lamps [1] has an architecture as "a lamp inside another lamp", for which the arc pipe is suspended inside of an external bulb. The HID lamps radiate energy on a great part of the visible spectrum [2]. These

2 lamps provide a good color reproduction (it has IRC 23 color reproduction index) and are widely used in public illumination. They are available up to 130 lm/w of luminous efficiency and temperature color of 2100 K, approximately. The HID lamps as other electric discharge lamps, need ballast to operate correctly. The Ballast is an auxiliary equipment linked between the power line and the discharge lamp. The Ballast has two main functions: guarantees the ignition of the lamp through the application of a high voltage pulse between the lamp electrodes and limits the current that will circulate through it. The lamp would be quickly destroyed without current limitation, due the negative resistance characteristic of the lamp. The ballast can be of two types: electromagnetic or electronic. III. THE ILLUMINATION SYSTEM The illumination system is represented in Fig. 1. This system has master ballast and diverse remote slave ballasts connected through a communication network. The communication between these units is made using a modem connected directly in the power line. Figure 1. Block diagram of the system. Modems PLC are used for short distance communication, then was necessary to add a connection between master ballasts using radio transceiver. This new network allows connecting all master ballasts between them and to a central of control. The master and the slaves ballasts contains an Analog Device AduC812 microcontroller, that has as main features: 8051 compatible core, 8k bytes on-chip Flash/EE Program Memory, 640 bytes on-chip Flash/EE Data Memory, 8 multiplexed channel 12-bit ADCs, 2 channel 12-bit voltage output DACs, watchdog timer, 32 programmable I/O lines and a serial I/O UART. The Fig. 2 presents the development board based on the AduC812, elaborated for this project.

3 Figure 2. Development board from AduC812. Diverse circuits of support were connected to the microcontroller: a photocell - to verify the environment luminosity, a zero crossing circuit detector - that will be used for inrush current protection, a soft start circuit - for the Power Factor Pre- Regulator (PFP), a modem PLC for communication between the central ballast and the slave ballasts, a real time clock (RTC) for current measure and to schedule all functions of the ballast, used to determine the energy consumption and, a optical isolate circuit, for make the control of a half-bridge inverter used in the ballast. The Fig 3 shown the master ballast block diagram of the considered system. Figure 3- Master ballast block diagram. A RTC (Real Time Clock) was add in the project to allow to drive lamps in preprogrammed hours and to make possible electrical rates. The RTC DS1307 (Maxxim) was chosen in this implementation. This choice was made verifying the characteristics of the existing components and its costs. Moreover, this RTC has a 56 bytes NVRAM, automatic power-fail detecting and switch circuit, consumption less then 500nAhr using a battery backup, that allows the retention of the stored data for more then 10 years in the total absence of power, using only one lithium battery with 48mAhr. The NVRAM (Non Volatile Random Access Memory) in this CI is used to keep on the information of power consumption eliminating an external EEPROM memory. In this system was added a photocell in order to determine the environment luminosity conditions. The photocell produces an analogical signal that is measured by an internal A/D converter of the AduC812 that will convert into a digital luminosity

4 measure. In according with NBR5123 Brazilian standards [6] the lamps turn on when the luminosity level is between 3 and 20 LUX and turn off when the environment light level was 1.2 to 4 times the turn on level, until 80 LUX maximum luminosity level. In this project, the lamp turn on when the environment luminosity is under 15 LUX and turn off when the environment luminosity is above 60 LUX, being, this way, according with NBR5123 Brazilian standards. A power line zero detector was implemented because it was necessary to develop a soft start to electronic ballast PFP. This mechanism slowly charge the output PFP capacitor, avoiding a peak current that takes a diodes supersizing and a possible burning of these. The electronic ballast consists of a tuned LCC filter that is drived by a half bridge inverter. The inverter drive control signal is generated by a digital PLL (Phase Locked Loop) implemented in an Altera EPM7064 FPGA that allows the variation of frequency and duty cycle. Changing the programmed signal sent to the FPGA, we could obtain the lamp dimming, reducing the power consumption. To avoid acoustic resonance is an important topic discussed between research community. With this system is possible to study different control strategies for minimizing of this phenomenon. The proposed electronic ballast has new functions in relation with the commercial ones. They can communicate with a remote master, without the need of an additional cabling, using the PLC modem. The implemented modem is based on Philips TDA 5051 IC, and allows the management system to program and to collect information of the ballast. In this implementation, the master is a local master, which is responsible for the communication with all the electronic ballasts of a certain region, allowing to evaluate the defects in the ballasts, to have the access to the power consumption, verify the state of the lamp and to make the dimmer and send the collected data through a RF connection for a general master where these data can be stored for posterior processing. The general master can program the local master in order to allow modifying the illumination in one determined region without affect the behavior on the other areas. We can then resume the characteristics of this ballast as: x Possibility of electrical rates; x Dimming; x Fail lamp and ballast check; x To check the lamp state (turned on or turned off); x Communication between ballast; x Remote control; IV. THE COMMUNICATION PROTOCOL The communication interface was though to allow individual or collective lamp driving command, dimming, time programming the lamps to turn on or off and, also, reduced dimming intensity at rush time. For this porpoise, it was implemented a PPP (Point to Point Protocol) protocol based on SLIP (Serial Line IP) protocol. The communication frame implemented is presented in Fig. 4.

5 Figure 4 Communication frame implemented. This frame is composed by 5 fields. The first one controls the frame size, the second one is the destination of the data, the third one tells which function should be executed, the fourth one brings the command operands and the fifth one is responsible for checking the data integrity. Looking for validating the communication protocol, a testing program was developed for frame exchange between the master and the slave units. This program was developed in DELPHI 5 and its presentation screen is shown in Fig. 5. Figure 5: Program for communication protocol testing. A PC is used as master unit and is connected to the network to communicate with the slave units. The developed program sends commands like: turn on the lamp, turn off the lamp, verify the energy consumption, and others commands that are sent at the user s choice. When a program is executed, for example, dimming, a frame is sent to the slave unit, connected by the power line. After this frame is sent to the slave unit, the master unit waits for a slave response in the same shape that will indicate if the command was accepted or if happened some error. If the master does not receive the response frame, this error would be signalized as a timeout error. The others are shown in the screen as frame error, or malfunctioning circuit error. With the usage of this simulator, we can depurate and test all the communication protocol system.

6 V. CONCLUSIONS The study of a monitoring and control system for HID lamp ballasts using FPGA and microcontroller circuit, with a network communication based on standard protocol like SLIP protocol was considered and implemented in this work. The implementation of the system for controlling and monitoring will obtain an expressive reduction in the energy consumption in public illumination. The reduction in the energy consumption can be obtained with the control of the individualized luminous flow, the drive of lamps in predetermined schedules or in determined luminosity conditions and the programmed interruption of the lamps in some established criterion. The development and the future implementation of this prototype in industrial scale could permit to substitute the conventional ballast, the igniter, the capacitor and the photocell for the drive of this lamps, bringing innumerable advantages as remote control, checkup the circuit state, measure the power consumption, high power factor, dimming and individualize drive control of the lamps become possible. VI. REFERENCES [1] Chr. Meyer, Discharge Lamps, Philips Techinical Library [2] J.R. Coaton, Lamps and Lighting, fourth edition, Arnold [3] NBR5123 Relé Fotoelétrico e Tomada para Iluminação Especificação e Método de Ensaio, ABNT, Abr [4] Bum Suk Kang and Hee Jun Kim, High Power Factor Electronic Ballast for high pressure sodium lamp, IEEE Technical Conference, TENCON, Cheju, Korea, Sep., 1999.

Diodes Zener diodes. Electronics Diodes. Terry Sturtevant. Wilfrid Laurier University. September 9, 2015

Diodes Zener diodes. Electronics Diodes. Terry Sturtevant. Wilfrid Laurier University. September 9, 2015 Electronics Diodes Wilfrid Laurier University September 9, 2015 Diode an electronic device which passes current in one direction only Diode an electronic device which passes current in one direction only

More information

Brazilian Nanotechnology National Laboratory,Giuseppe Máximo Scolfaro, 10000, Bairro Guará, , Campinas, São Paulo, Brazil.

Brazilian Nanotechnology National Laboratory,Giuseppe Máximo Scolfaro, 10000, Bairro Guará, , Campinas, São Paulo, Brazil. Key Engineering Materials Online: 2014-04-03 ISSN: 1662-9795, Vol. 605, pp 267-270 doi:10.4028/www.scientific.net/kem.605.267 2014 Trans Tech Publications, Switzerland Energy Efficiency and System Control

More information

XMEGA Series Of AVR Processor. Presented by: Manisha Biyani ( ) Shashank Bolia (

XMEGA Series Of AVR Processor. Presented by: Manisha Biyani ( ) Shashank Bolia ( XMEGA Series Of AVR Processor Presented by: Manisha Biyani (200601217) Shashank Bolia (200601200 Existing Microcontrollers Problems with 8/16 bit microcontrollers: Old and inefficient architecture. Most

More information

FEATURES DESCRIPTION SPECIFICATIONS

FEATURES DESCRIPTION SPECIFICATIONS KNC-PLC-KS105 - Series FEATURES Four High-Speed Counters, Max 200 khz Four High-Speed Outputs, Max 200 khz 24VDC Power Required 8 Digital Inputs, 8 Digital Outputs 3 Year Lithium Battery for Data Retention

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

This Part-A course discusses techniques that are used to reduce noise problems in the design of large scale integration (LSI) devices.

This Part-A course discusses techniques that are used to reduce noise problems in the design of large scale integration (LSI) devices. Course Introduction Purpose This Part-A course discusses techniques that are used to reduce noise problems in the design of large scale integration (LSI) devices. Objectives Understand the requirement

More information

POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40%

POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40% POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40% Prof. Dipesh. M.Patel 1 Kandarp mehta 2 Himanshu amrutiya 3 Ravi bhalodia 4 Chirag amrutiya 5 1. Head, Electrical Engg. Department,

More information

RTC Interface 89C51 DS M. Krishna Kumar MAM/M7/LU17/V1/ Vcc VCC 5 SDA P1.0 6 SCL P KHz 3 BAT 3.

RTC Interface 89C51 DS M. Krishna Kumar MAM/M7/LU17/V1/ Vcc VCC 5 SDA P1.0 6 SCL P KHz 3 BAT 3. RTC Interface 89C51 Vcc P1.0 10k 10k 5 SDA DS 1307 8 VCC P1.1 6 SCL X1 1 + 3 BAT X2 2 32.768KHz - 3.6V 4 GND INTB\SQW 7 M. Krishna Kumar MAM/M7/LU17/V1/2004 1 RTC Interface contd. DS 1307 is a real time

More information

Arduino Uno R3 INTRODUCTION

Arduino Uno R3 INTRODUCTION Arduino Uno R3 INTRODUCTION Arduino is used for building different types of electronic circuits easily using of both a physical programmable circuit board usually microcontroller and piece of code running

More information

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction.

AVR XMEGA Product Line Introduction AVR XMEGA TM. Product Introduction. AVR XMEGA TM Product Introduction 32-bit AVR UC3 AVR Flash Microcontrollers The highest performance AVR in the world 8/16-bit AVR XMEGA Peripheral Performance 8-bit megaavr The world s most successful

More information

Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Ali Karimpour Associate Professor Ferdowsi University of Mashhad AUTOMATIC CONTROL SYSTEMS Ali Karimpour Associate Professor Ferdowsi University of Mashhad Main reference: Christopher T. Kilian, (2001), Modern Control Technology: Components and Systems Publisher: Delmar

More information

Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be

Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be Hello, and welcome to this presentation of the STM32L4 power controller. The STM32L4 s power management functions and all power modes will also be covered in this presentation. 1 Please note that this

More information

Analog ASICs in industrial applications

Analog ASICs in industrial applications Analog ASICs in industrial applications Customised IC solutions for sensor interface applications in industrial electronics the requirements and the possibilities Synopsis Industrial electronics creates

More information

Architecture of Computers and Parallel Systems Part 6: Microcomputers

Architecture of Computers and Parallel Systems Part 6: Microcomputers Architecture of Computers and Parallel Systems Part 6: Microcomputers Ing. Petr Olivka petr.olivka@vsb.cz Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems Part

More information

Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Ali Karimpour Associate Professor Ferdowsi University of Mashhad AUTOMATIC CONTROL SYSTEMS Ali Karimpour Associate Professor Ferdowsi University of Mashhad Main reference: Christopher T. Kilian, (2001), Modern Control Technology: Components and Systems Publisher: Delmar

More information

Introduction to ARM LPC2148 Microcontroller

Introduction to ARM LPC2148 Microcontroller Introduction to ARM LPC2148 Microcontroller Dr.R.Sundaramurthy Department of EIE Pondicherry Engineering College Features of LPC2148 in a Nut Shell CPU = ARM 7 Core Word Length = 32 Bit ROM = 512 KB RAM

More information

An intelligent LED landscape lighting system

An intelligent LED landscape lighting system An intelligent landscape lighting system Lei Zhang 1,2,*, Jie Fang 1,2 and Ping Yu 1,2 1 School of electrical and photoelectrical Engineering. West Anhui University, Lu an, Anhui, 237012 2 Intelligent

More information

JED MICROPROCESSORS PTY LTD

JED MICROPROCESSORS PTY LTD JED MICROPROCESSORS PTY LTD 173 Boronia Rd, Boronia, (PO Box 30), Victoria 3155 Australia Phone: +61 3 9762 3588, Fax: +61 3 9762 5499. http://www.jedmicro.com.au email: jed@jedmicro.com.au JED AVR200

More information

Growing Together Globally Serial Communication Design In Embedded System

Growing Together Globally Serial Communication Design In Embedded System Growing Together Globally Serial Communication Design In Embedded System Contents Serial communication introduction......... 01 The advantages of serial design......... 02 RS232 interface......... 04 RS422

More information

3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT

3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT e-issn 2455 1392 Volume 3 Issue 4, April 2017 pp. 80 84 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com 3 PHASE FAULT ANALYSIS WITH AUTO RESET FOR TEMPORARY FAULT AND TRIP FOR PREMANENT

More information

1/7 Technical information_inotec_requirements for control gears_v4

1/7 Technical information_inotec_requirements for control gears_v4 With the application of LED lighting technology, the number of general lighting luminaires which are also used for emergency lighting purposes increased significantly. Some additional requirements and

More information

Tebis application software

Tebis application software 5 Tebis application software SXB322AU V 1.x 2 inputs / 2-output module LED SXB344AU V 1.x 4 inputs / 4-output module LED Product reference Product designation TXB322AU TXB344AU Embedded module: 2 inputs

More information

Type Version Ordering Code Package PEB 2025-N V 1.5 Q67100-H6300 P-LCC-28-R (SMD) PEB 2025-P V 1.5 Q67100-H6241 P-DIP-22

Type Version Ordering Code Package PEB 2025-N V 1.5 Q67100-H6300 P-LCC-28-R (SMD) PEB 2025-P V 1.5 Q67100-H6241 P-DIP-22 ISDN Exchange Power Controller (IEPC) PEB 2025 CMOS IC Features Supplies power to up to four transmission lines CCITT recommendations compatible for power feed at the S interface Each line is individually

More information

OPERATIONAL UP TO. 300 c. Microcontrollers Memories Logic

OPERATIONAL UP TO. 300 c. Microcontrollers Memories Logic OPERATIONAL UP TO 300 c Microcontrollers Memories Logic Whether You Need an ASIC, Mixed Signal, Processor, or Peripheral, Tekmos is Your Source for High Temperature Electronics Using either a bulk silicon

More information

Smart Street Light Using 8052 Micro Controller

Smart Street Light Using 8052 Micro Controller Smart Street Light Using 8052 Micro Controller Tella Kumari Padmalatha P. Anitha K. Durgaprasad 1. ABSTRACT: We need to save or conserve energy because most of the energy sources we depend on, like coal

More information

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information

SECTION 1 INTRODUCTION. Walt Kester

SECTION 1 INTRODUCTION. Walt Kester SECTION 1 INTRODUCTION Walt Kester This book deals with sensors and associated signal conditioning circuits. The topic is broad, but the focus of this book is to concentrate on circuit and signal processing

More information

Interface DAC to a PC. Control Word of MC1480 DAC (or DAC 808) 8255 Design Example. Engineering 4862 Microprocessors

Interface DAC to a PC. Control Word of MC1480 DAC (or DAC 808) 8255 Design Example. Engineering 4862 Microprocessors Interface DAC to a PC Engineering 4862 Microprocessors Lecture 22 Cheng Li EN-4012 licheng@engr.mun.ca DAC (Digital-to-Analog Converter) Device used to convert digital pulses to analog signals Two methods

More information

Overview of Microcontroller and Embedded Systems

Overview of Microcontroller and Embedded Systems UNIT-III Overview of Microcontroller and Embedded Systems Embedded Hardware and Various Building Blocks: The basic hardware components of an embedded system shown in a block diagram in below figure. These

More information

Embedded Systems. Octav Chipara. Thursday, September 13, 12

Embedded Systems. Octav Chipara. Thursday, September 13, 12 Embedded Systems Octav Chipara Caught between two worlds Embedded systems PC world 2 What are embedded systems? Any device that includes a computer (but you don t think of it as a computer) iphone digital

More information

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

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

More information

Control unit for lux control, MDRC Type: SL/S 50.1, GH Q R0001

Control unit for lux control, MDRC Type: SL/S 50.1, GH Q R0001 SK 0012 B 98 The control unit is a DIN rail mounted device for insertion in the distribution board. It is used to control digitally dimmable electronic ballast devices or transformers via the EIB. In a

More information

COL862 - Low Power Computing

COL862 - Low Power Computing COL862 - Low Power Computing Power Measurements using performance counters and studying the low power computing techniques in IoT development board (PSoC 4 BLE Pioneer Kit) and Arduino Mega 2560 Submitted

More information

Ocean Controls KTA-224 Modbus IO Module

Ocean Controls KTA-224 Modbus IO Module Ocean Controls Ocean Controls 8 Relay outputs (5A, 250VAC contacts) 4 Opto-Isolated Inputs with counters 3 Analog Inputs (10 bit) jumperselectable for 0-5V or 0-20mA 4 Input Counters RS485 or USB (virtual

More information

Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1

Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1 1 North China Electric Power University,

More information

Data sheet CC 03, Commander Compact (603-1CC21)

Data sheet CC 03, Commander Compact (603-1CC21) Data sheet CC 03, Commander Compact (603-1CC21) Technical data Order. Type 603-1CC21 CC 03, Commander Compact General information Note - Features Display: 2 x 20 characters Interface: MP²I User memory:

More information

7mAh Lithium Rechargeable battery provides 3 month of backup time. Two 22F Super Capacitors provide 40 seconds of backup time on 0.5A.

7mAh Lithium Rechargeable battery provides 3 month of backup time. Two 22F Super Capacitors provide 40 seconds of backup time on 0.5A. Pi Cubes is DIY modular automation system for Home/HVAC Automation. It is based on the Raspberry Pi B+/A+ as well Raspberry Pi 2. It supports up to 24 I/O Points and up to 4 communication thermostats.

More information

Functional Safety - Philips Fortimo System. Philips V&A - Lighting Controls May 07, 2013

Functional Safety - Philips Fortimo System. Philips V&A - Lighting Controls May 07, 2013 Functional Safety - Philips Fortimo System Philips V&A - Lighting Controls May 07, 2013 2 3 4 3.3 Example of functional safety (con t.) 5 6 North American Standards Governing Functional Safety UL 1998

More information

DTMF BASED HOME AUTOMATION

DTMF BASED HOME AUTOMATION DTMF BASED HOME AUTOMATION Vimlesh Kumar Agrahari 1, Md Arzoo 2, Harish Kumar 3 1, 2 Students, Electrical Engineering Department Greater Noida Institutes of Technology, Gr.Noida, (India) 3 Assistant Professor,

More information

A Field Monitor System of Rodpumped Wells Based on GPRS

A Field Monitor System of Rodpumped Wells Based on GPRS A Field Monitor System of Rodpumped Wells Based on GPRS Item Type text; Proceedings Authors Zhaodong, Xing; Yanhong, Kou; Qishan, Zhang Publisher International Foundation for Telemetering Journal International

More information

Hibernate. XMC microcontrollers September 2016

Hibernate. XMC microcontrollers September 2016 Hibernate XMC microcontrollers September 01 Agenda 1 Key feature: real time clock and retention memory Key feature: low power analog comparator Key feature: flexible wake-up configuration Application examples

More information

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1

Module 2. Embedded Processors and Memory. Version 2 EE IIT, Kharagpur 1 Module 2 Embedded Processors and Memory Version 2 EE IIT, Kharagpur 1 Lesson 11 Embedded Processors - II Version 2 EE IIT, Kharagpur 2 Signals of a Typical Microcontroller In this lesson the student will

More information

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes. Input current Datasheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB General information Engineering

More information

MiCOKit-3166 Development Kit Hardware Manual

MiCOKit-3166 Development Kit Hardware Manual Hardware Engineering Department Working Group Track Number: Jing Minhua MXCHIP Co., Ltd Version: 1.1 July 2017 Category: Reference Manual Open MiCOKit-3166 Development Kit Hardware Manual Abstract MiCOKit

More information

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

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

More information

User Manual For CP-JR ARM7 USB-LPC2148 / EXP

User Manual For CP-JR ARM7 USB-LPC2148 / EXP CP-JR ARM7 USB-LPC2148 / EXP 38 CR-JR ARM7 USB-LPC2148 which is a Board Microcontroller ARM7TDMI-S Core uses Microcontroller 16/32-Bit 64 Pin as Low Power type to be a permanent MCU on board and uses MCU

More information

PRODUCT MANUAL LUZEN PLUS. Universal Dimmer ZN1DI-P400. Program version: 3.0 Manual edition: a

PRODUCT MANUAL LUZEN PLUS. Universal Dimmer ZN1DI-P400. Program version: 3.0 Manual edition: a PRODUCT MANUAL LUZEN PLUS Universal Dimmer ZN1DI-P400 Program version: 3.0 Manual edition: a INDEX Document updates... 3 1. Introduction... 4 1.1. LUZEN PLUS... 4 1.2. Types of load... 5 1.3. Installation...

More information

General information. Display. Supply voltage. Input current

General information. Display. Supply voltage. Input current Datasheet SIMATIC S7-1200, CPU 1212C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 8 DI 24V DC; 6 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 50 KB General information Engineering

More information

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

Display. Supply voltage. Input current. Encoder supply. Output current. Power losses. Memory Datasheet SIMATIC S7-1200, CPU 1214C, COMPACT CPU, DC/DC/DC, ONBOARD I/O: 14 DI 24V DC; 10 DO 24 V DC; 2 AI 0-10V DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY: 75 KB Display with display Supply

More information

DC561, digital input/output module,

DC561, digital input/output module, Ordering Data DATA SHEET DC561 Digital Input/Output Module 1 Ordering Data Part No. Description Product Life Cycle Phase *) 1TNE 968 902 R2001 DC561, digital input/output module, 16 configurable inputs/outputs,

More information

Interconnects, Memory, GPIO

Interconnects, Memory, GPIO Interconnects, Memory, GPIO Dr. Francesco Conti f.conti@unibo.it Slide contributions adapted from STMicroelectronics and from Dr. Michele Magno, others Processor vs. MCU Pipeline Harvard architecture Separate

More information

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment

APPLICATION NOTE 655 Supervisor ICs Monitor Battery-Powered Equipment Maxim > Design Support > Technical Documents > Application Notes > Automotive > APP 655 Maxim > Design Support > Technical Documents > Application Notes > Microprocessor Supervisor Circuits > APP 655 Keywords:

More information

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes

General information Engineering with Programming package. Display with display. Supply voltage 24 V DC Yes Datasheet SIMATIC S7-1200, CPU 1215C, COMPACT CPU, DC/DC/DC, 2 PROFINET PORT, ONBOARD I/O: 14 DI 24V DC; 10 DO 24V DC 0.5A 2 AI 0-10V DC, 2 AO 0-20MA DC, POWER SUPPLY: DC 20.4-28.8 V DC, PROGRAM/DATA MEMORY:

More information

Supply voltage. Input current. Encoder supply. Memory SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA,

Supply voltage. Input current. Encoder supply. Memory SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA, Data sheet SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA, Supply voltage Rated value (DC) 24 V DC Load voltage L+ Rated value (DC) permissible range, lower

More information

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

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

More information

OPENUPS 6-34V Intelligent Uninterruptible Power Supply

OPENUPS 6-34V Intelligent Uninterruptible Power Supply OPENUPS 6-34V Intelligent Uninterruptible Power Supply Installation Guide Version 1.0f P/N OPENUPS-06 Before you start Please take a moment and read this manual before you install the OPENUPS. Often times,

More information

New CC430 combines leading MCU and RF technology

New CC430 combines leading MCU and RF technology New CC430 combines leading MCU and RF technology Brings personal and industrial wireless networking to the mass market Kevin Belnap MSP430 Marketing Mark Grazier Low Power RF Marketing Embargo date: November

More information

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Microcontroller It is essentially a small computer on a chip Like any computer, it has memory,

More information

SWISS GARDE 360 HOKUSPOKUS KNX/KLR APPLICATION DESCRIPTION

SWISS GARDE 360 HOKUSPOKUS KNX/KLR APPLICATION DESCRIPTION SWISS GARDE 360 HOKUSPOKUS KNX/KLR APPLICATION DESCRIPTION MODEL TYPE NO. SG HOKUSPOKUS KNX/KLR 25010 Program version 2.7 2012 M. Züblin AG Neue Winterthurerstrasse 30, 8304 Wallisellen, Switzerland The

More information

DX561 Digital Input/Output Module

DX561 Digital Input/Output Module Ordering Data DATA SHEET DX561 Digital Input/Output Module 1 Ordering Data Part No. Description Product Life Cycle Phase *) 1TNE 968 902 R2301 1TNE 968 901 R3101 DX561, digital input/output module, 8 DI

More information

A B C D E F. Bulb Finish. Rated Lifetime. Packing (Piece)/Packaging. configuration

A B C D E F. Bulb Finish. Rated Lifetime. Packing (Piece)/Packaging. configuration Dimension Drawing D The best LED solution for High Intensity Discharge (HID) lamp replacement Philips TrueForce LED lamps provide an easy LED solution with a fast payback to replace High-Intensity Discharge

More information

Challenge. Hardware Circuit Details. Solution. Result. Features and Functions. Z8 Encore! MC

Challenge. Hardware Circuit Details. Solution. Result. Features and Functions. Z8 Encore! MC Implementation of SMBus Master/Slave Protocol Application Brief Challenge The System Management Bus (SMBus) interface is used by Smart Batteries to pass Smart Battery Data (SBD) to external devices and

More information

AK-STM32-ETH Development Board

AK-STM32-ETH Development Board AK-STM32-ETH Development Board Reference manual Copyright 2011 Artekit Italy All rights reserved Contents About this document... 3 Revision history... 3 Contact information... 3 Life support policy...

More information

NTC thermistors for inrush current limiting

NTC thermistors for inrush current limiting NTC thermistors for inrush current limiting Summary NTC thermistors for inrush current limiting, as all NTCs, are made of polycrystalline mixed oxide ceramics. They suppress high inrush current surges,

More information

OPENUPS 6-34V Intelligent Uninterruptible Power Supply

OPENUPS 6-34V Intelligent Uninterruptible Power Supply OPENUPS 6-34V Intelligent Uninterruptible Power Supply Installation Guide Version 1.0f Before you start Please take a moment and read this manual before you install the OPENUPS. Often times, rushing into

More information

DC562, digital input/output module,

DC562, digital input/output module, Ordering Data DATA SHEET DC562 Digital Input/Output Module 1 Ordering Data Part No. Description Product Life Cycle Phase *) 1SAP 231 900 R0000 1TNE 968 901 R3101 1TNE 968 901 R3102 1TNE 968 901 R3103 1TNE

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

LED Outdoor Light Fitting with Multi-Purpose Mounting System Series 48...

LED Outdoor Light Fitting with Multi-Purpose Mounting System Series 48... Outdoor Light Fitting with Multi-Purpose Mounting System Series 48... Application: Residential streets, by-roads, traffic-calmed zones, parks, walkways and bicycle lanes, pedestrian zones, car parks, gateways

More information

MICROCONTROLLER BASED SMART FAN SYSTEM

MICROCONTROLLER BASED SMART FAN SYSTEM MUHAMMAD KHAIRI BACHELOR OF ELECTRICAL ENGINEERING (HONS.) (ELECTRONICS) 2007 UMP MICROCONTROLLER BASED SMART FAN SYSTEM MUHAMMAD KHAIRI BIN ABD. GHANI UNIVERSITI MALAYSIA PAHANG v ABSTRACT This project

More information

ST400C-NT USER S GUIDE. Table of Contents

ST400C-NT USER S GUIDE. Table of Contents ST400C-NT USER S GUIDE Table of Contents Board Overview Block Diagram Disclaimer Introduction Features 1 Quick Start 2 Function Description Host Interface and Communication with PC's 3 Networking Operation

More information

Low-Power Technology for Image-Processing LSIs

Low-Power Technology for Image-Processing LSIs Low- Technology for Image-Processing LSIs Yoshimi Asada The conventional LSI design assumed power would be supplied uniformly to all parts of an LSI. For a design with multiple supply voltages and a power

More information

Mercury System SB310

Mercury System SB310 Mercury System SB310 Ultrasonic Board - Product Datasheet Author Francesco Ficili Date 20/05/2018 Status Released Pag. 1 Revision History Version Date Author Changes 1.0 20/05/2018 Francesco Ficili Initial

More information

This Part-B course discusses design techniques that are used to reduce noise problems in large-scale integration (LSI) devices.

This Part-B course discusses design techniques that are used to reduce noise problems in large-scale integration (LSI) devices. Course Introduction Purpose This Part-B course discusses design techniques that are used to reduce noise problems in large-scale integration (LSI) devices. Objectives Learn approaches and design methods

More information

Digital Control for Space Power Management Devices

Digital Control for Space Power Management Devices Template reference : 100182079N-EN Digital Control for Space Power Management Devices Work conducted under ESA Contract nr.21826/08/nl/lvh DIGITAL POWER CONTROL Management of power devices via digital

More information

Freescale Semiconductor Inc. Microcontroller Solutions Group. FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0

Freescale Semiconductor Inc. Microcontroller Solutions Group. FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0 Freescale Semiconductor Inc. Microcontroller Solutions Group FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0 Table of Contents 1 FRDM-KL46Z Overview... 3 2 References documents... 3 3 Getting started...

More information

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems MT2 Introduction Embedded Systems MT2.1 Mechatronic systems Mechatronics is the synergistic integration of mechanical engineering, with electronics and intelligent computer control in the design and manufacturing

More information

Overview of Embedded Systems in Medical Applications

Overview of Embedded Systems in Medical Applications of Embedded Systems in Medical Applications 1 Embedded Systems Simplistic definition Embedded System Shorthand for Embedded Processor System Embed microprocessor + fixed program in non-computer system

More information

Programmable E-Line Quick Start & Information

Programmable E-Line Quick Start & Information Programmable E-Line Quick Start & Information Product Management (DK/OG), 04.11.2015 RS-485 Ethernet E-Line Family overview PLC Battery less operation (non-volatile memory, RTC with super cap) 2 slots

More information

Datasheet: K-33 BLG Sensor

Datasheet: K-33 BLG Sensor Datasheet: K-33 BLG Sensor The K- 33 BLG (bio- logger) sensor is designed to measure percentage of carbon dioxide up to 30%, as well as temperature and humidity. This makes it an excellent sensor for enclosed

More information

July - September JCPS Volume 9 Issue 3

July - September JCPS Volume 9 Issue 3 www.jchps.com ISSN: 0974-2115 A System for Patient Status updating in mobile phones and patient monitoring using Li-Fi S.Kavitha*, A.Preethi Rani, S.Shiny Testimona, T.K.B.Radhika # Department of Electronics

More information

AXE033 SERIAL/I2C LCD & CLOCK

AXE033 SERIAL/I2C LCD & CLOCK AXE033 SERIAL/I2C LCD & CLOCK The serial LCD and clock module allows microcontroller systems (e.g. PICAXE) to visually output user instructions or readings, without the need for a computer. This is especially

More information

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

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

More information

DEB 575/1200. Electronic Flicker Free Ballast DMX MOD INSTRUCTION AND MAINTENANCE MANUAL

DEB 575/1200. Electronic Flicker Free Ballast DMX MOD INSTRUCTION AND MAINTENANCE MANUAL Pag. # 1 DEB 575/1200 Electronic Flicker Free Ballast DMX MOD. 2515.210 INSTRUCTION AND MAINTENANCE MANUAL Pag. # 2 INDEX Section 1 - DESCRIPTION Section 2 - OPERATION & ROUTINE MAINTENANCE Section 3 DISPLAY

More information

Relay Contact Output Modules

Relay Contact Output Modules Relay contact output modules offer dry circuits, that is, circuits without leakage current. Leakage currents are present on solid-state outputs; these currents are capable of energizing highly sensitive

More information

Manual of Board ET-ESP32 RS485

Manual of Board ET-ESP32 RS485 ET-ESP32 RS485 is a Board Microcontroller that entirely consists of basic I/O Devices and also supports additional expansion unit easily. In a part of Microcontroller on board, it uses Module ESP32 from

More information

ARDUINO MEGA INTRODUCTION

ARDUINO MEGA INTRODUCTION ARDUINO MEGA INTRODUCTION The Arduino MEGA 2560 is designed for projects that require more I/O llines, more sketch memory and more RAM. With 54 digital I/O pins, 16 analog inputs so it is suitable for

More information

MMU-16E. NEMA TS-2 Malfunction Management Unit Operations Manual

MMU-16E. NEMA TS-2 Malfunction Management Unit Operations Manual MMU-16E NEMA TS-2 Malfunction Management Unit THIS MANUAL CONTAINS TECHNICAL INFORMATION FOR THE MMU-16E SERIES MALFUNCTION MANAGEMENT UNIT. INCLUDED ARE GENERAL DESCRIPTION, OPERATIONAL DESCRIPTION, INSTALLATION,

More information

Automationdirect.com. D i r e c t L o g i c M a g n e t i c P u l s e I n p u t C o p r o c e s s o r F 4-8 M P I

Automationdirect.com. D i r e c t L o g i c M a g n e t i c P u l s e I n p u t C o p r o c e s s o r F 4-8 M P I Automationdirect.com D i r e c t L o g i c 0 5 M a g n e t i c P u l s e I n p u t C o p r o c e s s o r F - 8 M P I Manual Order Number: F-8MPI-M TRADEMARKS AutomationDirect.com is a Trademark of Automationdirect.com

More information

6ES7212-1BD30-0XB0. permissible range, lower limit (DC) permissible range, upper limit (DC)

6ES7212-1BD30-0XB0. permissible range, lower limit (DC) permissible range, upper limit (DC) 6ES7212-1BD30-0XB0 Page 1 Product data sheet 6ES7212-1BD30-0XB0 SIMATIC S7-1200, CPU 1212C, COMPACT CPU, AC/DC/RLY, ONBOARD I/O: 8 DI 24V DC; 6 DO RELAY 0,5A; 2 AI 0-10V DC, POWER SUPPLY: AC 85-264 V AC

More information

HOBO Occupancy/Light Data Logger (UX90-005x/-006x) Manual

HOBO Occupancy/Light Data Logger (UX90-005x/-006x) Manual HOBO Occupancy/Light Data Logger (UX90-005x/x) Manual UX90-005x The HOBO Occupancy/Light data logger monitors room occupancy up to 5 or 12 meters away (depending on the model) as well as indoor light changes

More information

Embedded Systems and Kinetic Art. CS5968: Erik Brunvand School of Computing. FA3800: Paul Stout Department of Art and Art History.

Embedded Systems and Kinetic Art. CS5968: Erik Brunvand School of Computing. FA3800: Paul Stout Department of Art and Art History. Embedded Systems and Kinetic Art CS5968: Erik Brunvand School of Computing FA3800: Paul Stout Department of Art and Art History Logistics Class meets Wednesdays from 3:05-6:05 We ll start meeting in MEB

More information

Logistics. Embedded Systems. Kinetic Art. This Class. Embedded Systems and Kinetic Art. Kinetic Art

Logistics. Embedded Systems. Kinetic Art. This Class. Embedded Systems and Kinetic Art. Kinetic Art Embedded Systems and Kinetic Art CS5968: Erik Brunvand School of Computing FA3800: Paul Stout Department of Art and Art History Logistics Class meets Wednesdays from 3:05-6:05 We ll start meeting in MEB

More information

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

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

More information

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

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

More information

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their S08 Highlighted Features Why Do I Need a Slave LIN Interface Controller (SLIC)? Design Challenges Slave synchronization Slave synchronizing to LIN messaging requires a cost versus resource trade-off. Your

More information

High Power Electronic Gear Installation and operation Guide

High Power Electronic Gear Installation and operation Guide High Power Electronic Gear Installation and operation Guide 96268731 GT 1 KW 230-240 V HQITS-S DGE CLI WI SC 96267936 GT 2 KW 230-240 V HO/HF DGE CLI WI SC IP21 IP21 electronical gear for 1 and 2 kw HIT-DE

More information

2-Oct-13. the world s most energy friendly microcontrollers and radios

2-Oct-13.  the world s most energy friendly microcontrollers and radios 1 2 3 EFM32 4 5 LESENSE Low Energy Sensor Interface Autonomous sensing in Deep Sleep LESENSE with central control logic ACMP for sensor input DAC for reference generation Measure up to 16 sensors Inductive

More information

CHAPTER 6 CONCLUSION AND SCOPE FOR FUTURE WORK

CHAPTER 6 CONCLUSION AND SCOPE FOR FUTURE WORK 134 CHAPTER 6 CONCLUSION AND SCOPE FOR FUTURE WORK 6.1 CONCLUSION Many industrial processes such as assembly lines have to operate at different speeds for different products. Process control may demand

More information

EMBEDDED SYSTEMS COURSE CURRICULUM

EMBEDDED SYSTEMS COURSE CURRICULUM On a Mission to Transform Talent EMBEDDED SYSTEMS COURSE CURRICULUM Table of Contents Module 1: Basic Electronics and PCB Software Overview (Duration: 1 Week)...2 Module 2: Embedded C Programming (Duration:

More information

CM5000 DATASHEET v0.1

CM5000 DATASHEET v0.1 CM5000 DATASHEET - 2 - http://www.advanticsys.com/cm5000.html v0.1 Table of Contents 1. INTRODUCTION... 5 2. HARDWARE CHARACTERISTICS... 6 2.1 CM5000 DIAGRAMS... 6 2.2 MICROCONTROLLER DESCRIPTION - TI

More information