Design of a Multifunctional Data Acquisition and Telemetry System for Electric Vehicles - Application in a Solar Car

Size: px
Start display at page:

Download "Design of a Multifunctional Data Acquisition and Telemetry System for Electric Vehicles - Application in a Solar Car"

Transcription

1 Design of a Multifunctional Data Acquisition and Telemetry System for Electric Vehicles - Application in a Solar Car I. P. Tsoumas, E.D. Mitronikas, A.N. Safacas Abstract To fulfil the requirements of an experimental prototype electric vehicle, a system for data acquisition, telemetry and storage of all the important mechanical and electrical parameters should be integrated into the standard equipment. In the present paper, the structure and the implementation of a data acquisition and telemetry system which was designed to be incorporated in a prototype solar vehicle named Hermes is presented in detail with all its technical parameters. Hermes was constructed by the University of Patras Solar Car Team and has participated in the international Solar Car Race Phaethon Furthermore, practical results from the in situ operation of the data acquisition and telemetry system are presented and discussed. Keywords: data acquisition, communication, EV (electric vehicle), solar energy 1. Introduction For driving a test and development electric vehicle, especially in a demanding race, the knowledge of all the basic parameters of the vehicle operating conditions is required at every instant, in order to maintain high efficiency and reliability. It is also necessary to receive warnings about malfunctions that can imperil the safety of the driver and the vehicle. To fulfil the requirements of an experimental prototype vehicle, a system for data acquisition and storage of the important mechanical and electrical parameters during operation must be integrated into the standard equipment. This will allow the research team to study further the operational behavior of the vehicle and to extract useful information for the treatment of possible problems regarding the vehicle operational behavior as well as for further improvement of the vehicle design. It is very important that all the significant operation data are continuously transmitted via a wireless communication system to a host computer in the support vehicle during the race, so that all the critical operating parameters are under the supervision of the vehicle support team. By means of such a telemetry system the support team will be capable to give the appropriate guidance to the driver regarding the energy management during the race and about all actions that should be taken in critical situations. For the afore-mentioned reasons a data acquisition and telemetry system was designed to be incorporated in a prototype solar vehicle named Hermes. Hermes was constructed by the University of Patras Solar Car Team and has participated in the international Solar Car Race Phaethon 2004, which took place in Greece, May 2004, in the frame of the Cultural Olympiad. It should be noted that this system can be fitted in any similar application, including electric or hybrid vehicles. In both types of vehicles, energy management and interconnection with remote hosts is essential. For example, a telemetry system of bidirectional functionality, equipped with a GPRS (General Packet Radio Service) modem in order to extend its range, could give information about recharging infrastructures for electric vehicles. Even more, taking under consideration the energy reserves of the vehicle, it would give information about the recharging infrastructure that can be reached before the energy reserves are exhausted. For hybrid vehicles enhanced bidirectional features

2 can be applied in order to provide interaction with signaling systems to switch off the thermal engine in restricted areas, e.g. areas where gas emission is prohibited. 2. Basic considerations and outline of the telemetry system The constructed data acquisition and telemetry system consists of two subsystems: the data acquisition and management subsystem. the data telemetry, storage and optical representation subsystem. In the data acquisition and management subsystem the measured quantities (voltages, currents, temperatures, electric power and energy, etc.) of all the vehicle components are gathered and transmitted in predetermined time intervals to the data telemetry and optical representation subsystem through the CAN Bus. The basic advantages of the CAN Bus environment are the immunity to electromagnetic interference (mainly because of differential signals), the automatic error detection mechanisms, and the high bit rate which can reach up to 1MHz. The core of the subsystem is an industrial microcontroller equipped with the necessary flash program memory. The basic components of the data telemetry and optical representation subsystem are an industrial microcontroller, RF transceivers, a Liquid Crystal Display and a specially designed graphical user interface (GUI) in a host computer. The microcontroller is programmed to obtain the operation data from the data acquisition and management unit and transform them in the proper format for optical representation on the display. Furthermore, the data are transmitted to the support vehicle where they are received by a host computer, stored, and shown in a specially designed GUI. The data are categorized into three groups according to their significance for the vehicle driver: 1.data of which the driver must know the value, e.g. the vehicle speed. 2.data of which the driver doesn t concern about their value, but he must be aware if their limits are exceeded, e.g. the motor controller temperature. When the limits of this kind of parameters are exceeded, the system warns the driver with acoustical and optical signal. 3.data which do not concern the driver, e.g. the MPPTs voltage. These data are not shown the driver display unit and they are only transmitted to the host computer of the support team. Another important component of the telemetry system is the data storage, so that the team can further analyze them with more sophisticated software, summarize much of what happened during the day, e.g. energy balance, average speed etc., make comparisons against previous race days and correlate those differences to specific events. 3. Structure and technical characteristics - Instrumentation The presented data acquisition and telemetry system is based on the PIC 18F258F, a small yet powerful RISC architecture microprocessor. The particular model has been chosen, basically because of its useful peripherals, which include a fully configurable UART and a CAN unit. Another advantage of this model is that an automotive version with extended operating temperature range is available in the market. The chip also provides an A/D unit with five multiplexed inputs and digital I/O ports. The main goal designing the data acquisition system is to develop a flexible by means of hardware datalogger, which can be easily interconnected with peripherals and measuring devices using standard communication protocols. This way, the system becomes upgradeable and its functionality can be easily extended. For this purpose, the architecture which is shown in Fig.1 is implemented. As shown in Fig. 1, the dedicated devices connected to each bus can be divided into the following categories:

3 Measuring units: The main purpose of these units is to collect the data and transfer useful information to the CAN bus. Data can be inserted as a digital signal (digital input) or an analog signal ranging from 0 to 5 volts. There is also a serial interface for connecting RS232 compatible measuring devices. Fig. 1. Architecture of the proposed interconnection. Display units: A display unit using LCD has been designed for displaying data transferred through the CAN bus. This unit receives specific information collected from the measuring units. Transceiver units: These units transmit and receive information though a RF transceiver, which is operating in half-duplex mode. In our case, bidirectional communication is an advantage, as handshaking signal can be exchanged and commands can be sent to the data logger. Interface units: This unit collects all information from the CAN bus and sends it though an RS232 interface to the host computer. Except from the above, standard, non-dedicated devices can be connected to the bus and transmit data. An example is the build-in measuring unit of the MPPTs. To take advantage of the microprocessor features resulting to a flexible data acquisition module, special care has been taken in developing a simple and effective communication protocol. This protocol should take advantage of the CAN architecture and should also be capable for transferring data between different points within the vehicle and between the vehicle and the host computer. According the developed protocol, data transferred through the bus is organized into packets. Each packet starts with a start byte and a byte containing the length of the packet (up to 255). Packets contain information about the sender and the recipient of the data and also about the type of data (i.e. measured data, or command to the data logger). The proposed addressing divides the whole

4 net into domains, each of which has its unique domain address. Therefore the source and destination addresses have two parts: domain and address. This is in short the header of the packet, which is followed by data. For each measured quantity four bytes are used, containing the quantity ID, the value and the measuring unit. In table 1, the structure of each packet is shown Start byte Packet length Destination domain Cmd Destination address Decimal Point position Source domain Source address Data0: ID high byte Data0: ID low byte Data0: value high byte Data0: value low byte Cmd Data0: measuring unit ID... CRC end of packet Table 1. Packet structure of the proposed communication protocol. It should be noted here that with this protocol, packets of up to 255 bytes length can be transferred. As these packets are traveling through the CAN bus, they break into smaller packets and recombined after transmission at the destination device.

5 Fig. 2. Structure of the measurement system used in the solar vehicle. Using the proposed structure, a measuring system has been designed for use in a solar vehicle. The structure of the specific system is shown in Fig. 2. In this application, the following modules are used: A measuring unit, which collects information about the motor armature voltage (permanent magnet DC motor), the motor current, the battery temperature and the motor temperature through A/D inputs. Battery cells voltages and temperatures are measured at the battery safety unit, provided by the battery manufacturer and transferred to the data logger measuring unit via the RS232 interface. A display unit at the cockpit. A transceiver unit, located at the solar car. The MPPT units transfer their voltage and current values directly to the CAN bus. A second transceiver unit, located at the support vehicle, is transferring the data in order to monitor the vehicle condition, log data and improve energy policy. A host interface (figure 3) for collecting information has been also developed. The operating quantities (voltage, current, power, energy, temperature, distance) are on-line represented in a graphical user Fig. 3. Graphical user interface for data acquisition and representation. interface that has been developed in Visual Basic. The serial port of the host computer is connected to the RF transceiver through RS-232 interface and the program reads the data from the serial port with the help of a Visual Basic Active-X component. This way, the support team can analyze the system

6 performance and diagnose any fault conditions during the race. The measured data are simultaneously stored in ASCII-files in the hard disk, so that a post collection analysis is possible in Matlab or other sophisticated software. 4. Practical experience Testbench and in situ telemetry system operation The constructed system was tested at the testbench before its incorporation in the solar vehicle, in order to ensure proper operation of all the subsystems. At first, the microprocessor unit (figure 4) and especially the CAN-Bus and RS-232 interfaces were tested with the help of small test programs written in assembly language. After that, the unit was interconnected with the measuring sensors and the assembly code was completed and optimized. The final tests concerned proper operation of the RF transceivers (figure 5) and the graphical user interface for the data representation and storage to a host computer (figure 6). The testbench was followed by the incorporation of the modules into the solar car Hermes (figures 7 and 8) and the in situ tests. Fig. 4. Microcontroller box. Fig. 5. Transceiver box.

7 Fig. 6. Testing of the transceiver unit and the data acquisition GUI. The testing was made within the University Campus of Patras. In order to reduce the noise in the measured signals, the data acquisition modules were supplied by a separate 12V battery and appropriate analog filters have been added to the analog inputs of the microcontroller. In figure 9 some on-line measurements of the motor s voltage and current are shown. Fig. 7. Solar car Hermes during the race. Fig. 8. Solar car Hermes at the finish line.

8 Fig. 9. On-line measurements of the motor s voltage and current. According to the specifications, the RF transceivers should at least have a range of 500 m, which is an average distance between the support vehicle and the solar car. The transmission was tested in a distance of 1000 m and operated without problems. 5. Conclusions Future development The presented data acquisition and telemetry system has been used for the measurement of the important operating quantities of a solar vehicle and for the transmission of the data through RF transceivers to a host computer within an area of 1 km. The practical experience confirmed its satisfactory operation. It constitutes a substantial tool for the improvement of the energy policy and the optimization of the vehicle s performance. An important feature is the simple and effective communication protocol which was developed, so that the system can easily fit into other similar data acquisition and telemetry applications, such as wind parks telemetry applications. It is the intention of the authors that the telemetry system will be expanded in the future into an intelligent diagnostic and maintenance system with additional sensors (e.g. mechanical accelerometers) and enhanced capabilities, like expert systems for early problem diagnosis. It will also have bidirectional operation, interacting dynamically with the driver and the car. Bidirectional telemetry will be used for sending information to the driver, or transmitting control sequences to the car during operation.

9 References [1]. T. Gage, " Living with an EV: 30,000 miles in one year", EVS 13 Symposium Proceedings, Osaka, Japan, October 13-16, [2]. J. Folchert, D. Naunin, "Modular CAN-Bus-System for Small Vehicles", EVS 18 Symposium Proceedings, Berlin, Germany, October 20-24, [3]. N. Jinrui, W. Jianqun, S. Fengchun, F. Liding, "The Implementation Method for CAN Communication in Electric Vehicle Control System", EVS 19 Symposium Proceedings, Bexco, Korea, October 19-23, 2002, pp [4]. D. Kang, G. Goodarzi, "Diagnostics and Maintenance Architecture for Future Transportation", EVS 19 Symposium Proceedings, Bexco, Korea, October 19-23, 2002, pp [5]. Z. Shimizu, Y. Komatsu, M. Torii, M. Takamuro, "Solar Car Cruising strategy and its Supporting System", JSAE Review (19), 1998, pp [6]. K. Müller-Glaser, G. Frick, E. Sax, M. Kühl, "Multiparadigm Modelling in Embedded Systems Design", IEEE Transactions on Control Systems Technology, Volume 12, No 2, pp , March Authors Ioannis P. Tsoumas, PhD Student University of Patras Department of Electrical and Computer Engineering Electromechanical Energy Conversion Laboratory Rion-Patras, GREECE tel: , fax: ytsoumas@ee.upatras.gr Yannis Tsoumas was born in Athens, Greece, in November In October 1994 he was accepted after national entrance examinations at the Electrical and Computer Engineering Department of Patras University (Greece). In July 2000 he received his diploma in Electrical and Computer Engineering. Currently he is PhD student at the Electromechanical Energy Conversion Laboratory, University of Patras, in the field of Electrical Motion Systems. Domains of his scientific interest are Electrical Motion Systems, Power Electronics - Industrial Electronics, Renewable Energy Sources, Electrical Machines Monitoring and Diagnosis. Mr. Tsoumas is a member of the Technical Chamber of Greece, the Hellenic Institute of Electric Vehicles (HELIEV) and the Association of German Electrical Engineers (VDE). Epaminondas D. Mitronikas, Lecturer University of Patras Electrical and Computer engineering Department Laboratory of Electromechanical energy Conversion Rion-Patras, GREECE Tel , Fax e.mitronikas@ee.upatras.gr Epaminondas D. Mitronikas was born in Agrinio, Greece, in March He received the Dipl.-Eng. degree in electrical and computer engineering from the Department of Electrical and Computer Engineering, University of Patras, Rio-Patras, Greece, in In January 2002 he received the Ph.D. degree in Electrical Engineering and from December 2003 he is a Lecturer at the Department of Electrical and Computer Engineering, University of Patras. His research interests include power electronics, electrical machines, simulation and control of electric motor drive systems for industrial and automotive applications. Mr. Mitronikas is member of the Technical Chamber of Greece and the Hellenic Institute of Electric Vehicles (HELIEV).

10 Athanassios N. Safacas, Professor University of Patras Electrical and Computer engineering Department Laboratory of Electromechanical energy Conversion Rion-Patras, GREECE Tel , Fax Athanasios N. Safacas was born in Amphilohia, Greece, in January He received the Dipl.-Ing. and the Dr.- Ing. degrees in electrical engineering from Karlsruhe University, Karlsruhe, Germany, in 1967 and 1970, respectively. During 1971, he worked with Siemens, Karlsruhe. Since 1975 he has been a Professor with the Department of Electrical and Computer Engineering, University of Patras, Rio-Patras, Greece, and Director of the Electromechanical Energy Conversion Laboratory. His teaching and research activities are in electrical machines, power electronics and electric motor drive systems. Prof. Safacas is member of the IEEE, VDE, CIGRE, EPE Association, AVERE, IASTED, and the Technical Chamber of Greece. Acknowledgement This work has been partially supported by the project Design, Study and Construction of a Prototype Solar Car of High Performance to Take Part in the Solar Race PHAETHON 2004 which was established in the University of Patras Research Committee from contributions from private and company donations.

Application of Data Acquisition and Telemetry System into a Solar Vehicle

Application of Data Acquisition and Telemetry System into a Solar Vehicle 21 Second International Conference on Computer Engineering and Applications Application of Data Acquisition and Telemetry System into a Solar Vehicle Z Taha, R Passarella*, H X How, J Md Sah, N Ahmad,

More information

Dynamic Behaviour of a Fuel Cell with Ultra Capacitor Peak Power Assistance for a Light Vehicle

Dynamic Behaviour of a Fuel Cell with Ultra Capacitor Peak Power Assistance for a Light Vehicle Dynamic Behaviour of a Fuel Cell with Ultra Capacitor Peak Power Assistance for a Light Vehicle Jörg Folchert, Dietrich Naunin, Sina Block Abstract The operation of a Fuel Cell inside of a vehicle is a

More information

Design and Experimental Study on Digital Speed Control System of a Diesel Generator

Design and Experimental Study on Digital Speed Control System of a Diesel Generator Research Journal of Applied Sciences, Engineering and Technology 6(14): 2584-2588, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 28, 2012 Accepted: February

More information

A New Approach on Battery Management Systems

A New Approach on Battery Management Systems Keywords A New Approach on Battery Management Systems J Chatzakis, K Kalaitzakis, N C Voulgaris Technical University of Crete, Chania, Greece Tel: 302821037210, 302821037213, fax: 302821037530 e-mail:

More information

Automated Seat Belt Switch Defect Detector

Automated Seat Belt Switch Defect Detector pp. 10-16 Krishi Sanskriti Publications http://www.krishisanskriti.org/publication.html Automated Seat Belt Switch Defect Detector Department of Electrical and Computer Engineering, Sri Lanka Institute

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 5.71 e-issn (O): 2348-4470 p-issn (P): 2348-6406 International Journal of Advance Engineering and Research Development Volume 5, Issue 05, May -2018 SPEED SYNCHRONIZATION

More information

Overview. Battery Monitoring

Overview. Battery Monitoring Wireless Battery Management Systems Highlight Industry s Drive for Higher Reliability By Greg Zimmer Sr. Product Marketing Engineer, Signal Conditioning Products Linear Technology Corporation Overview

More information

INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN

INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN Presented by: Amit Kumar Tamang, PhD Student Smart Grid Research Group-BBCR aktamang@uwaterloo.ca 1 Supervisor

More information

SMART MICRO GRID IMPLEMENTATION

SMART MICRO GRID IMPLEMENTATION SMART MICRO GRID IMPLEMENTATION Aleena Fernandez 1, Jasmy Paul 2 1 M.Tech student, Electrical and Electronics, ASIET, Kerala, India 2 Assistant professor, Electrical and Electronics, ASIET, Kerala, India

More information

Vehicle Diagnostic Logging Device

Vehicle Diagnostic Logging Device UCCS SENIOR DESIGN Vehicle Diagnostic Logging Device Design Requirements Specification Prepared by Mackenzie Lowrance, Nick Hermanson, and Whitney Watson Sponsor: Tyson Hartshorn with New Planet Technologies

More information

Dr. Daho Taghezout applied magnetics (CH 1110 Morges)

Dr. Daho Taghezout applied magnetics (CH 1110 Morges) EMR 11 Lausanne July 2011 Joint Summer School EMR 11 Energetic Macroscopic Representation Dr. Daho Taghezout applied magnetics (CH 1110 Morges) magnetics@bluewin.ch - Outline - EMR 11, Lausanne, July 2011

More information

MCB Thermal Calibration And Verification Portable Unit

MCB Thermal Calibration And Verification Portable Unit MCB Thermal Calibration And Verification Portable Unit Mrs. V.P. Kuralkar 1, Onkar Kulkarni 2,Pranav Mahale 3, Jithin C J 4 1 Assistent Professor, Electrical Department, AISSMS s Institute Of Information

More information

The integration of traction equipment into a vehicle computer network

The integration of traction equipment into a vehicle computer network Urban Transport XXI 391 The integration of traction equipment into a vehicle computer network V. Rădulescu, I. Străinescu, E. Tudor, F. Bozaș, A. Dascălu & D. Brăslașu ICPE SAERP SA, Romania Abstract The

More information

DEVELOPMENT OF VIBRATION CONDITION MONITORING SYSTEM APPLYING OPTICAL SENSORS FOR GENERATOR WINDING INTEGRITY OF POWER UTILITIES

DEVELOPMENT OF VIBRATION CONDITION MONITORING SYSTEM APPLYING OPTICAL SENSORS FOR GENERATOR WINDING INTEGRITY OF POWER UTILITIES Advanced Materials Development and Performance (AMDP2011) International Journal of Modern Physics: Conference Series Vol. 6 (2012) 98-103 World Scientific Publishing Company DOI: 10.1142/S2010194512003005

More information

Formation Flying Experiments on the Orion-Emerald Mission. Introduction

Formation Flying Experiments on the Orion-Emerald Mission. Introduction Formation Flying Experiments on the Orion-Emerald Mission Philip Ferguson Jonathan P. How Space Systems Lab Massachusetts Institute of Technology Present updated Orion mission operations Goals & timelines

More information

Battery to supply nonstop energy to load at the same time contingent upon the accessibility of the vitality sources. In

Battery to supply nonstop energy to load at the same time contingent upon the accessibility of the vitality sources. In ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com MONITORING AND CONTROL OF HYBRID ENERGY SOURCE SCHEME FOR GREEN ENVIRONMENT IN CHEMICAL AND PHARMACEUTICAL INDUSTRIES

More information

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 3, Issue 9 ISSN September-2015

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 3, Issue 9 ISSN September-2015 Design and implementation of Traffic Flow based Street Light Control System with effective utilization of solar energy M.Abhishek, Syed ajram shah, K.Chetan, K.Arun kumar B.Tech Students EEE Department

More information

Understanding future customer needs by monitoring EV-drivers' behavior

Understanding future customer needs by monitoring EV-drivers' behavior Understanding future customer needs by monitoring EV-drivers' behavior Marina de Queiroz Tavares 1, Jonas Gartmann, Flavio Perucchi, Franz Baumgartner 2 and Maria Youssefzadeh 3 1 Center for Signal Processing

More information

A Study on the Measurement of Contact Force of Pantograph on High Speed Train

A Study on the Measurement of Contact Force of Pantograph on High Speed Train ICCAS005 June -5, KINTEX, Gyeonggi-Do, Korea A Study on the Measurement of Contact Force of Pantograph on High Speed Train Sung-Il Seo*, Yong-Hyun Cho**, Jin-Yong Mok***, Choon-Soo Park*** and Ki-Hwan

More information

REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT

REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT K.Divya 1, M.Aarthi 2, J.Fousiya Sirin 3, R.Haritha 4,J.Iswarya 5 1 AssistantProfessor, Department of EEE, M.Kumarasamy

More information

ELG4126: Case Study 2 Hybrid System Design and Installation

ELG4126: Case Study 2 Hybrid System Design and Installation ELG4126: Case Study 2 Hybrid System Design and Installation Diesel Driven Generator Life Cycle Costing Photovoltaic Cells, Modules, and Arrays Possibility of Integrating Fuel Cells and Wind Turbines Environmental

More information

Design of Intelligent Anti-Theft System for Electric Bicycles Wang Yanan1,a, Kang Caiqin2,b

Design of Intelligent Anti-Theft System for Electric Bicycles Wang Yanan1,a, Kang Caiqin2,b 2nd International Conference on Machinery, Materials Engineering, Chemical Engineering and Biotechnology (MMECEB 2015) Design of Intelligent Anti-Theft System for Electric Bicycles Wang anan1,a, Kang Caiqin2,b

More information

ONLINE DYNAMIC TORQUE AND EFFICIENCY MONITORINGIN INDUCTION MOTOR

ONLINE DYNAMIC TORQUE AND EFFICIENCY MONITORINGIN INDUCTION MOTOR ONLINE DYNAMIC TORQUE AND EFFICIENCY MONITORINGIN INDUCTION MOTOR Miss. Latarani S. Patil 1, Prof. A. S. Mali 2 1 B.E.,Electronics Department, 2 M.E.,Electronics Department T.K.I.E.T.Warananagar, Shivaji

More information

Master Thesis Proposal: Real-time and off-line simulation of DC Grids

Master Thesis Proposal: Real-time and off-line simulation of DC Grids Master Thesis Proposal: Real-time and off-line simulation of DC Grids Background The revival of direct current (DC) for long-distance power transmission began in 1954 when ABB linked the island of Gotland

More information

Implementation Of CAN Based Intelligent Driver Alert System

Implementation Of CAN Based Intelligent Driver Alert System Implementation Of CAN Based Intelligent Driver Alert System Yin Mar Win Kyaw Myo Maung Maung, Hla Myo Tun Abstract: This system is an attempt to analyze Intelligent Driver Alert System Using CAN Protocol.

More information

Steering Actuator for Autonomous Driving and Platooning *1

Steering Actuator for Autonomous Driving and Platooning *1 TECHNICAL PAPER Steering Actuator for Autonomous Driving and Platooning *1 A. ISHIHARA Y. KUROUMARU M. NAKA The New Energy and Industrial Technology Development Organization (NEDO) is running a "Development

More information

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 90 94 Advanced in Control Engineering and Information Science Analysis and Design of the Super Capacitor Monitoring System of Hybrid

More information

WG5Kxxx Modular DC-converter system

WG5Kxxx Modular DC-converter system Short description WG5Kxxx Modular DC-converter system General characteristics The modular DC converter system is useful for the DC coupling of various electrical components (sources, sinks, storages) with

More information

Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC

Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC Real-Time Modelica Simulation on a Suse Linux Enterprise Real Time PC Arno Ebner Martin Ganchev Helmut Oberguggenberger Franz Pirker Arsenal Research Giefinggasse 2 1210 Vienna Austria arno.ebner@arsenal.ac.at

More information

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM Mr.SK.SHAREEF 1, Mr.K.V.RAMANA REDDY 2, Mr.TNVLN KUMAR 3 1PG Scholar, M.Tech, Power Electronics,

More information

ZT-USB Series User Manual

ZT-USB Series User Manual ZT-USB Series User Manual Warranty Warning Copyright All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year, beginning from the date of delivery

More information

Solar Based Wireless Grass Cutter

Solar Based Wireless Grass Cutter IJSTE - International Journal of Science Technology & Volume 2 Issue 11 May 2016 ISSN (online): 2349-784X Solar Based Wireless Grass Cutter Vicky Jain Prashant Bagane Sagar Patil Prof.Mrs.S.S.Patil Abstract

More information

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve Saivignesh H 1, Mohamed Shimil M 1, Nagaraj M 1, Dr.Sharmila B 2, Nagaraja pandian M 3 U.G. Student, Department of Electronics and

More information

A New Buck-Boost Converter for a Hybrid-Electric Drive Stand P. Mašek

A New Buck-Boost Converter for a Hybrid-Electric Drive Stand P. Mašek A New Buck-Boost Converter for a Hybrid-Electric Drive Stand P. Mašek This paper describes work on the laboratory working stand for a hybrid-electric drive located in laboratory T2:H1-26.The basic idea

More information

Hybrid Solar Panel Fuel Cell Power Plant

Hybrid Solar Panel Fuel Cell Power Plant Hybrid Solar Panel Fuel Cell Power Plant Antoni Dmowski, Piotr Biczel, Bartłomiej Kras Warsaw University of Technology, Institute of Electrical Power Engineering, Poland, 00-662 Warsaw, ul. Koszykowa 75;

More information

Vehicle Cluster Testing and Data Logging using Ni Compact-RIO

Vehicle Cluster Testing and Data Logging using Ni Compact-RIO Vehicle Cluster Testing and Data Logging using Ni Compact-RIO K. Sivakumar 1, N. Yogambal Jayalakshmi 2, S. Ramesh Selvakumar 3 1 PG scholar, Department of Control and Instrumentation Engineering (PG),

More information

High Level Design ElecTrek

High Level Design ElecTrek High Level Design ElecTrek EE Senior Design November 9, 2010 Katie Heinzen Kathryn Lentini Neal Venditto Nicole Wehner Table of Contents 1 Introduction...3 2 Problem Statement and Proposed Solution...3

More information

Mechatronical Seed Sowing Machine

Mechatronical Seed Sowing Machine GRD Journals- Global Research and Development Journal for Volume 2 Issue 5 April 2017 ISSN: 2455-5703 Mechatronical Seed Sowing Machine Mr. Akshay Divate Miss. Drakshayini Muchandi Department of Electronics

More information

Dynamic Modelling of Hybrid System for Efficient Power Transfer under Different Condition

Dynamic Modelling of Hybrid System for Efficient Power Transfer under Different Condition RESEARCH ARTICLE OPEN ACCESS Dynamic Modelling of Hybrid System for Efficient Power Transfer under Different Condition Kiran Kumar Nagda, Prof. R. R. Joshi (Electrical Engineering department, Collage of

More information

Tools and Techniques for Ensuring Automotive EMC Performance and Reliability

Tools and Techniques for Ensuring Automotive EMC Performance and Reliability Tools and Techniques for Ensuring Automotive EMC Performance and Reliability Todd Hubing Michelin Professor of Vehicular Electronics Clemson University Automobiles are Complex Electronic Systems Navigation

More information

Design Modeling and Simulation of Supervisor Control for Hybrid Power System

Design Modeling and Simulation of Supervisor Control for Hybrid Power System 2013 First International Conference on Artificial Intelligence, Modelling & Simulation Design Modeling and Simulation of Supervisor Control for Hybrid Power System Vivek Venkobarao Bangalore Karnataka

More information

System Integration of an Electronic Monitoring System in All-Terrain Vehicles

System Integration of an Electronic Monitoring System in All-Terrain Vehicles System Integration of an Electronic Monitoring System in All-Terrain Vehicles Waylin Wing Central Michigan University, Mount Pleasant, MI 48858 Email: wing1wj@cmich.edu An electronic monitoring system

More information

Model-Based Design and Hardware-in-the-Loop Simulation for Clean Vehicles Bo Chen, Ph.D.

Model-Based Design and Hardware-in-the-Loop Simulation for Clean Vehicles Bo Chen, Ph.D. Model-Based Design and Hardware-in-the-Loop Simulation for Clean Vehicles Bo Chen, Ph.D. Dave House Associate Professor of Mechanical Engineering and Electrical Engineering Department of Mechanical Engineering

More information

Registration of the diagnostic signals of the starting system for selected faults

Registration of the diagnostic signals of the starting system for selected faults IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Registration of the diagnostic signals of the starting system for selected faults To cite this article: M Dziubiski 2018 IOP Conf.

More information

Virtual Electric Vehicle Design using Real-world Coupled Realtime Simulation

Virtual Electric Vehicle Design using Real-world Coupled Realtime Simulation World Electric Vehicle Journal Vol. 5 - ISSN 2032-6653 - 2012 WEVA Page 0051 EVS26 Los Angeles, California, May 6-9, 2012 Virtual Electric Vehicle Design using Real-world Coupled Realtime Simulation Dipl.-Ing.

More information

Control System for a Diesel Generator and UPS

Control System for a Diesel Generator and UPS Control System for a Diesel Generator and UPS I. INTRODUCTION In recent years demand in the continuity of power supply in the local distributed areas is steadily increasing. Nowadays, more and more consumers

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MOTIVATION OF THE RESEARCH Electrical Machinery is more than 100 years old. While new types of machines have emerged recently (for example stepper motor, switched reluctance

More information

Regenerative Braking System for Series Hybrid Electric City Bus

Regenerative Braking System for Series Hybrid Electric City Bus Page 0363 Regenerative Braking System for Series Hybrid Electric City Bus Junzhi Zhang*, Xin Lu*, Junliang Xue*, and Bos Li* Regenerative Braking Systems (RBS) provide an efficient method to assist hybrid

More information

DERri Distributed Energy Resources Research Infrastructures TEMPLATE FOR PROPOSAL UNDER DERRI

DERri Distributed Energy Resources Research Infrastructures TEMPLATE FOR PROPOSAL UNDER DERRI TEMPLATE FOR PROPOSAL UNDER DERRI User-Project Proposal: User-Project Acronym DEMS User-Project Title Diagnostics of Electrical Machines and Systems Main-scientific field Energy efficiency, renewable sources.

More information

Technical Article. How to implement a low-cost, accurate state-of-charge gauge for an electric scooter. Manfred Brandl

Technical Article. How to implement a low-cost, accurate state-of-charge gauge for an electric scooter. Manfred Brandl Technical How to implement a low-cost, accurate state-of-charge gauge for an electric scooter Manfred Brandl How to implement a low-cost, accurate state-of-charge gauge for an electric scooter Manfred

More information

Design of Integrated Power Module for Electric Scooter

Design of Integrated Power Module for Electric Scooter EVS27 Barcelona, Spain, November 17-20, 2013 Design of Integrated Power Module for Electric Scooter Shin-Hung Chang 1, Jian-Feng Tsai, Bo-Tseng Sung, Chun-Chen Lin 1 Mechanical and Systems Research Laboratories,

More information

TRAMWAY SIGNALING SYSTEMS

TRAMWAY SIGNALING SYSTEMS TRAMWAY SIGNALING SYSTEMS INTRODUCTION Elektroline tram signaling systems represent modern technology for tramway networks of the 21st century. Beginning with state-of-the-art point machines through innovative

More information

A Transient Free Novel Control Technique for Reactive Power Compensation using Thyristor Switched Capacitor

A Transient Free Novel Control Technique for Reactive Power Compensation using Thyristor Switched Capacitor A Transient Free Novel Control Technique for Reactive Power Compensation using Thyristor Switched Capacitor 1 Chaudhari Krunal R, 2 Prof. Rajesh Prasad 1 PG Student, 2 Assistant Professor, Electrical Engineering

More information

Automatic Driving Control for Passing through Intersection by use of Feature of Electric Vehicle

Automatic Driving Control for Passing through Intersection by use of Feature of Electric Vehicle Page000031 EVS25 Shenzhen, China, Nov 5-9, 2010 Automatic Driving Control for Passing through Intersection by use of Feature of Electric Vehicle Takeki Ogitsu 1, Manabu Omae 1, Hiroshi Shimizu 2 1 Graduate

More information

Momentu. Brake-by-Wire Gathers. HIL Test System for Developing a 12-V Brake-by-Wire System BRAKE-BY-WIRE SYSTEMS

Momentu. Brake-by-Wire Gathers. HIL Test System for Developing a 12-V Brake-by-Wire System BRAKE-BY-WIRE SYSTEMS PAGE 14 BRAKE-BY-WIRE SYSTS Brake-by-Wire Gathers omentu HIL Test System for Developing a 12-V Brake-by-Wire System PAGE 15 The future of the brake is electric (brake-bywire system). An electric motor

More information

ELM327 OBD to RS232 Interpreter

ELM327 OBD to RS232 Interpreter OBD to RS232 Interpreter Description Almost all new automobiles produced today are required, by law, to provide an interface from which test equipment can obtain diagnostic information. The data transfer

More information

Vehicle Control System with Accident Prevention by Using IR Transceiver

Vehicle Control System with Accident Prevention by Using IR Transceiver Vehicle Control System with Accident Prevention by Using IR Transceiver Lorate Shiny 1, A.Rajakumaran 2, S.Vijay 3 Lecturer, Dept. of CSE, Sri Sai Ram College of Engineering, Bangalore, India Student,

More information

Driving Performance Improvement of Independently Operated Electric Vehicle

Driving Performance Improvement of Independently Operated Electric Vehicle EVS27 Barcelona, Spain, November 17-20, 2013 Driving Performance Improvement of Independently Operated Electric Vehicle Jinhyun Park 1, Hyeonwoo Song 1, Yongkwan Lee 1, Sung-Ho Hwang 1 1 School of Mechanical

More information

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino-based OBD-II Interface and Data Logger CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino Hardware Automotive OBD ISO Interface Software Arduino Italy 2005

More information

MPPT Control System for PV Generation System with Mismatched Modules

MPPT Control System for PV Generation System with Mismatched Modules Journal of Energy and Power Engineering 9 (2015) 83-90 doi: 10.17265/1934-8975/2015.01.010 D DAVID PUBLISHING MPPT Control System for PV Generation System with Mismatched Modules Chengyang Huang 1, Kazutaka

More information

ANALYZING POWER LOSSES AND THEIR EFFECTS IN COMPLEX POWER SYSTEMS

ANALYZING POWER LOSSES AND THEIR EFFECTS IN COMPLEX POWER SYSTEMS ANALYZING OWR LOSSS AND THIR FFCTS IN COMLX OWR SYSTMS S. Stoll, U. Konigorski Institute of lectrical Information Technology, Clausthal University of Technology, Leibnizstr. 28, 38678 Clausthal-Zellerfeld,

More information

ABB June 19, Slide 1

ABB June 19, Slide 1 Dr Simon Round, Head of Technology Management, MATLAB Conference 2015, Bern Switzerland, 9 June 2015 A Decade of Efficiency Gains Leveraging modern development methods and the rising computational performance-price

More information

Linear Induction Motor (LIMO) Modular Test Bed for Various Applications

Linear Induction Motor (LIMO) Modular Test Bed for Various Applications Linear Induction Motor (LIMO) Modular Test Bed for Various Applications ECE 4901 Senior Design I Fall 2013 Fall Project Report Team 190 Members: David Hackney Jonathan Rarey Julio Yela Faculty Advisor

More information

Shuttling of Metro Train between Stations

Shuttling of Metro Train between Stations Shuttling of Metro Train between Stations Sachi.P 1, Bharathi.V 2, Naveen Kumar.D 3,Tejaswini.M 4 1 Assistant Professor, 2, 3, 4 Students of Department of Electronics & Communication, New Horizon College

More information

Modeling and Analysis of Vehicle with Wind-solar Photovoltaic Hybrid Generating System Zhi-jun Guo 1, a, Xiang-yu Kang 1, b

Modeling and Analysis of Vehicle with Wind-solar Photovoltaic Hybrid Generating System Zhi-jun Guo 1, a, Xiang-yu Kang 1, b 4th International Conference on Sustainable Energy and Environmental Engineering (ICSEEE 015) Modeling and Analysis of Vehicle with Wind-solar Photovoltaic Hybrid Generating System Zhi-jun Guo 1, a, Xiang-yu

More information

Automatized System of Electrical Diagnosis Validation

Automatized System of Electrical Diagnosis Validation Speakers Information- Controls, Measurement & Calibration Congress Automatized System of Electrical Diagnosis Validation Andre Luis Furlanetti Gouvea Magneti Marelli Sistemas Automotivos Alexandre Maria

More information

Highly dynamic control of a test bench for highspeed train pantographs

Highly dynamic control of a test bench for highspeed train pantographs PAGE 26 CUSTOMERS Highly dynamic control of a test bench for highspeed train pantographs Keeping Contact at 300 km/h Electric rail vehicles must never lose contact with the power supply, not even at the

More information

GPS-GSM Based Intelligent Vehicle Tracking System Using ARM7

GPS-GSM Based Intelligent Vehicle Tracking System Using ARM7 GPS-GSM Based Intelligent Vehicle Tracking System Using ARM7 T.Narasimha 1, Dr. D. Vishnuvardhan 2 Student, E.C.E Department, J.N.T.U.A College of Engineering, Pulivendula, India 1 Assistant Professor,

More information

Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking

Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking ECE 4600 GROUP DESIGN PROJECT PROGRESS REPORT GROUP 03 Implementation of a Grid Connected Solar Inverter with Maximum Power Point Tracking Authors Radeon Shamilov Kresta Zumel Valeria Pevtsov Reza Fazel-Darbandi

More information

MAX310 BEESMART SOLAR MICRO INVERTER 260 COMMUNICATION GATEWAY Apparent Power Control (APC)

MAX310 BEESMART SOLAR MICRO INVERTER 260 COMMUNICATION GATEWAY Apparent Power Control (APC) MAX310 BEESMART SOLAR MICRO INVERTER 260 COMMUNICATI GATEWAY Apparent Power Control (APC) P Q unique micro inverter with REAL & REACTIVE POWER CTROL 2 Micro Inverters unique micro inverter with real &

More information

Fuzzy based STATCOM Controller for Grid connected wind Farms with Fixed Speed Induction Generators

Fuzzy based STATCOM Controller for Grid connected wind Farms with Fixed Speed Induction Generators Fuzzy based STATCOM Controller for Grid connected wind Farms with Fixed Speed Induction Generators Abstract: G. Thrisandhya M.Tech Student, (Electrical Power systems), Electrical and Electronics Department,

More information

One-Cycle Average Torque Control of Brushless DC Machine Drive Systems

One-Cycle Average Torque Control of Brushless DC Machine Drive Systems One-Cycle Average Torque Control of Brushless DC Machine Drive Systems Najma P.I. 1, Sakkeer Hussain C.K. 2 P.G. Student, Department of Electrical and Electronics Engineering, MEA Engineering College,

More information

Senior Design Project A FEW PROJECT IDEAS

Senior Design Project A FEW PROJECT IDEAS Senior Design Project A FEW PROJECT IDEAS Presentation on February 3 2010 Note: first few pages are the same as in the prior lecture notes Marek Sosnowski 319 ECE Department e-mail: sosnowski@njit.edu

More information

Testing Expo Comparison of OBD II Scan-Tool diagnostics for light-duty vehicles and heavy-duty trucks. Peter Stoß Director RA Automotive

Testing Expo Comparison of OBD II Scan-Tool diagnostics for light-duty vehicles and heavy-duty trucks. Peter Stoß Director RA Automotive Comparison of OBD II Scan-Tool diagnostics for light-duty vehicles and heavy-duty trucks Peter Stoß Director RA Automotive RA Consulting GmbH Zeiloch 6a D-76646 Bruchsal Tel +49 (0)7251 3862-0 Fax +49

More information

Protection for 2500KVA High Tension Transformer Ankita S.Kulkarni 1, Priyanka S.Dhayarkar 2, Harsha H.Ambure 3, Ashwini S.Shinde 4

Protection for 2500KVA High Tension Transformer Ankita S.Kulkarni 1, Priyanka S.Dhayarkar 2, Harsha H.Ambure 3, Ashwini S.Shinde 4 Protection for 2500KVA High Tension Transformer Ankita S.Kulkarni 1, Priyanka S.Dhayarkar 2, Harsha H.Ambure 3, Ashwini S.Shinde 4 Graduate Student, Dept. of E&TC, Pimpri Chinchwad College of Engineering,

More information

Future Trends for Power Systems

Future Trends for Power Systems Future Trends for Power Systems A Short Course to Honour Professor David Hill Centre of Excellence in Power Engineering & Australian Power Institute 12 October 2009 Future Trends for Power Systems Happy

More information

Higher National Unit Specification. General information for centres. Electrical Motors and Motor Starting. Unit code: DV9M 34

Higher National Unit Specification. General information for centres. Electrical Motors and Motor Starting. Unit code: DV9M 34 Higher National Unit Specification General information for centres Unit title: Electrical Motors and Motor Starting Unit code: DV9M 34 Unit purpose: This Unit has been developed to provide candidates with

More information

Advanced Protective Relay Training

Advanced Protective Relay Training Advanced Protective Relay Training Contact us Today for a FREE quotation to deliver this course at your company?s location. https://www.electricityforum.com/onsite-training-rfq A properly designed protection

More information

TLSim: A Software for Electrical Public Transportation Systems

TLSim: A Software for Electrical Public Transportation Systems TLSim: A Software for Electrical Public Transportation Systems Philippe Allenbach, Mai Tuxuan, Roland Wetter, Jean-Jacques Simond, Henry Mayama, Jean-Claude Ochsner Abstract The Laboratory of Electrical

More information

Using energy storage for modeling a stand-alone wind turbine system

Using energy storage for modeling a stand-alone wind turbine system INTERNATIONAL JOURNAL OF ENERGY and ENVIRONMENT Volume, 27 Using energy storage for modeling a stand-alone wind turbine system Cornel Bit Abstract This paper presents the modeling in Matlab-Simulink of

More information

Podium Engineering complete race cars, vehicle prototypes high performance hybrid/electric powertrain

Podium Engineering complete race cars, vehicle prototypes high performance hybrid/electric powertrain Born in the firm belief that design quality, high project commitment and absolute respect of deadlines are key competitive factors for a consulting and engineering company, Podium Engineering is a dynamic

More information

Analysis on Steering Gain and Vehicle Handling Performance with Variable Gear-ratio Steering System(VGS)

Analysis on Steering Gain and Vehicle Handling Performance with Variable Gear-ratio Steering System(VGS) Seoul 2000 FISITA World Automotive Congress June 12-15, 2000, Seoul, Korea F2000G349 Analysis on Steering Gain and Vehicle Handling Performance with Variable Gear-ratio Steering System(VGS) Masato Abe

More information

The Study of Maglev Train Control and Diagnosis Networks Based on Role Automation Decentralization

The Study of Maglev Train Control and Diagnosis Networks Based on Role Automation Decentralization PAPER IEICE/IEEE Joint Special Section on Autonomous Decentralized Systems Theories and Application Deployments The Study of Maglev Train Control and Diagnosis Networks Based on Role Automation Decentralization

More information

Electronic Load Sensing for Tractors

Electronic Load Sensing for Tractors Electronic Load Sensing for Tractors Dipl.-Ing. U. Lenzgeiger, Dipl.-Ing. (FH) U. Maier, Dipl.-Ing. (FH) P. Schmuttermaier Bosch Rexroth AG Systems Engineering Glockeraustraße 2 89275 Elchingen E-Mail:

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 338 An efficient electro mechanical coupling of Parallel hybrid system using SCADA Harikrishnan 1, Dhanaselvam J

More information

Automatic Braking and Control for New Generation Vehicles

Automatic Braking and Control for New Generation Vehicles Automatic Braking and Control for New Generation Vehicles Absal Nabi Assistant Professor,EEE Department Ilahia College of Engineering & Technology absalnabi@gmail.com +919447703238 Abstract- To develop

More information

G2V and V2G operation 20 kw Battery Charger

G2V and V2G operation 20 kw Battery Charger World Electric Vehicle Journal Vol. 6 - ISSN 2032-6653 - 2013 WEVA Page Page 0839 EVS27 Barcelona, Spain, November 17-20, 2013 G2V and V2G operation 20 kw Battery Charger Jordi Escoda 1, Joan Fontanilles

More information

Vehicle Black Box System

Vehicle Black Box System SysCon 2008 IEEE International Systems Conference Montreal, Canada, April 7 10, 2008 Vehicle Black Box System Abdallah Kassem, Rabih Jabr, Ghady Salamouni, Ziad Khairallah Maalouf Department of Electrical

More information

Deploying Smart Wires at the Georgia Power Company (GPC)

Deploying Smart Wires at the Georgia Power Company (GPC) Deploying Smart Wires at the Georgia Power Company (GPC) January, 2015 Contents Executive Summary... 3 Introduction... 4 Architecture of the GPC Installations... 5 Performance Summary: Long-term Test...

More information

Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold

Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold Neeta Verma Teradyne, Inc. 880 Fox Lane San Jose, CA 94086 neeta.verma@teradyne.com ABSTRACT The automatic test equipment designed

More information

Design and Analysis of Hydrostatic Bearing Slide Used Linear Motor Direct-drive. Guoan Hou 1, a, Tao Sun 1,b

Design and Analysis of Hydrostatic Bearing Slide Used Linear Motor Direct-drive. Guoan Hou 1, a, Tao Sun 1,b Advanced Materials Research Vols. 211-212 (2011) pp 666-670 Online available since 2011/Feb/21 at www.scientific.net (2011) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.211-212.666

More information

RAM-Type Interface for Embedded User Flash Memory

RAM-Type Interface for Embedded User Flash Memory June 2012 Introduction Reference Design RD1126 MachXO2-640/U and higher density devices provide a User Flash Memory (UFM) block, which can be used for a variety of applications including PROM data storage,

More information

Safety Design of CHAdeMO Quick Charging System

Safety Design of CHAdeMO Quick Charging System Page000855 Abstract EVS25 Shenzhen, China, Nov. 5-9, 2010 Safety Design of CHAdeMO Quick Charging System Takafumi Anegawa Tokyo Electric Power Company R&D Center, Mobility Technology Group 4-1, Egasaki-cho,

More information

Available online at ScienceDirect. Energy Procedia 36 (2013 )

Available online at   ScienceDirect. Energy Procedia 36 (2013 ) Available online at www.sciencedirect.com ScienceDirect Energy Procedia 36 (2013 ) 852 861 - Advancements in Renewable Energy and Clean Environment Introducing a PV Design Program Compatible with Iraq

More information

Design & Development of Regenerative Braking System at Rear Axle

Design & Development of Regenerative Braking System at Rear Axle International Journal of Advanced Mechanical Engineering. ISSN 2250-3234 Volume 8, Number 2 (2018), pp. 165-172 Research India Publications http://www.ripublication.com Design & Development of Regenerative

More information

Facility Employing Standard Converters for Testing DFIG Wind Generators up to 30kW

Facility Employing Standard Converters for Testing DFIG Wind Generators up to 30kW Facility Employing Standard Converters for Testing DFIG Wind Generators up to 30kW Ralf Wegener, Stefan Soter, Tobias Rösmann Institute of Electrical Drives and Mechatronics University of Dortmund, Germany

More information

ENERGY EXCHANGE BETWEEN E-V LOAD AND RENEWABLE ENERGY SOURCES

ENERGY EXCHANGE BETWEEN E-V LOAD AND RENEWABLE ENERGY SOURCES ENERGY EXCHANGE BETWEEN E-V LOAD AND RENEWABLE ENERGY SOURCES Ghousia Fatima 1 and Zeenath 2 ¹Graduate Student, Nawab Shah Alam Khan College of Engg and Tech, Hyderabad, INDIA. 2 Associate Professor, Nawab

More information

Vehicle-Grid Integration

Vehicle-Grid Integration Vehicle-Grid Integration Cyber-security of PEVs Authors: Nihan Karali Energy Analysis and Environmental Impacts Division Lawrence Berkeley National Laboratory International Energy Studies Group July 2017

More information

A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications

A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications Madasamy P 1, Ramadas K 2 Assistant Professor, Department of Electrical and Electronics Engineering,

More information

PV2GRID - A next generation grid side converter with advanced control and power quality capabilities Elias Kyriakides

PV2GRID - A next generation grid side converter with advanced control and power quality capabilities Elias Kyriakides PV2GRID - A next generation grid side converter with advanced control and power quality capabilities Elias Kyriakides Associate Director, KIOS Research Center Associate Professor, Department of Electrical

More information