Open Integrated Laboratory Stand for Research on Biogas as an Alternative Fuel in Compression-Ignited Engines

Size: px
Start display at page:

Download "Open Integrated Laboratory Stand for Research on Biogas as an Alternative Fuel in Compression-Ignited Engines"

Transcription

1 Open Integrated Laboratory Stand for Research on Biogas as an Alternative Fuel in Compression-Ignited Engines "Loop rates can reach 25 ns due to the base clock frequency of 40 MHz FPGA in the CompactRIO system. With the current hardware configuration we could precisely drive the injectors with the times as short as 40 µs 60 µs in fully deterministic way." - Michał Śmieja, Uniwersytet Warmińsko-Mazurski w Olsztynie, Wydział Nauk Technicznych, Katedra Mechatroniki i Edukacji Techniczno-Informatycznej ( The Challenge: Developing a unified tool chain to simplify testing internal combustion engines and simplifying data processing with unified timing and triggering capabilities. The Solution: Using LabVIEW software and the CompactRIO platform to control various components of the laboratory and to get time-synchronized measurements. Author(s): Michał Śmieja - Uniwersytet Warmińsko-Mazurski w Olsztynie, Wydział Nauk Technicznych, Katedra Mechatroniki i Edukacji Techniczno-Informatycznej ( Sławomir Wierzbicki - Uniwersytet Warmińsko-Mazurski w Olsztynie, Wydział Nauk Technicznych, Katedra Mechatroniki i Edukacji Techniczno-Informatycznej ( Michał Kozarzewski - National Instruments ( Governments are reducing the risk connected with importing fuels and are instead looking for available alternative, low-cost energy sources. The reasons for this shift include trends toward reducing harmful emissions, an unstable world economic situation, finite fossil fuel resources, and uncertainties of the business relationship with oil exporters. Governments invest in research on new propulsion methods, including using gases like ubiquitous methane. For this research project, we needed to find new possibilities for using standard, commercially available internal-combustion, pressure-ignited engines, often referred as diesel engines, with a mixture of methane and standard diesel petrol. Basic Theory of Dual-Fuel Diesel Engines There are two fuel components in a dual-fuel diesel engine. These include standard diesel fuel, also referred to as liquid fuel, and methane, also referred to as gaseous fuel, which comes from biogas. In the process of combustion, the combustion chamber must exceed the temperature of auto-ignition of methane (which is around 630 C). Gas fuel is injected into the combustion chamber as an air-gas mixture. A small portion of liquid fuel is injected at the end of the compression stroke, which ignites gas fuel through its self-ignition. The diesel fuel is injected via common rail system, which delivers the liquid fuel to the combustion chamber from the high-pressure system through the electromagnetic injectors. The pressure in the system varies from 40 to 260 MPa. The common rail system comprises three main subsystems: A low-pressure system responsible for delivering appropriately purified fuel under pressure to the high-pressure pump which, depending on the applied solution, reaches 0.7 MPa in some systems A high-pressure system, composed of a high-pressure pump, a fuel container, and injectors, that is responsible for generating a required pressure and delivering it to the injectors, which spray the fuel in the combustion chamber An electronic control system responsible for controlling all the elements of the system, which include a controller, sensors that constantly inform the controller about performance parameters of the engine, and the actuators that are responsible for changes in the sets of working elements System Components and Laboratory Concept The laboratory equipment consists of: A methane delivery system, with bottles, reducers, and regulators of gas mass flow, that is controlled with the RS232 communication standard and analog I/O devices. Read the Full Case Study Figure 1. Methane Delivery System A common rail unit, which is a custom-made system that helps control parameters such as rotation of the high-pressure pump, efficiency of the pump, and fuel pressure in the fuel accumulator. Fuel pressure accuracy is better than 1 MPa. 1/12

2 Figure 2. Common Rail Control System The dynamometer AMX211 produced by Automex. The system is controlled with controller area network (CAN) communications. The unit under test is a one-cylinder YANMAR diesel engine that is air cooled, direct injected, and features: Maximum rotational speed of 3,600 rpm Displacement of 435 cm 3 Compression ratio of 20:1 Peak power of 7.4 kw Modified position sensor with accuracy of up to 0.35 degrees Figure 3. Communication Between Elements of Test Stand Modern laboratories for designing and testing internal combustion engines are composed of many independent elements that control and measure various parameters of the engines and test equipment. Those include injectors control, common rail pressure control, dynamometer, ECUs, fuel-mixers and much more. With all the devices coming from various vendors and not having the unified toolchain, the effort needed to even start conducting the research is significant. Also, lack of unified timing and triggering capabilities makes the data processing very challenging. We used the CompactRIO ( platform as the main control unit for the test bed. In the final stage, we expected the researcher to be able to control all the components in the laboratory, acquire all the data in a synchronized manner, and control the object in real time, with the possibility of changing the controller parameters online by changing the settings on the user interface or reacting to the events (measurement-based control). Also, we wanted all the measurements and settings recorded with precise timestamps for further offline analysis. In the system, we used numerous modules for measurements and control. These include modules for analog input for accelerometers for knock detection, digital inputs for quadrature, encoders for shaft position, CAN modules for controlling the AMX211 braking unit, RS232 to control the methane delivery system, and more. Also, with the NI Direct Injector Driver System, we could control the injectors with currents up to 30 A and voltage up to 175 V. With the modular approach, a single CompactRIO device can control other systems, without the need to design, prototype, and deploy custom-made electronics. Figure 4. Recorded Voltage Changes at the Coil at Different Fuel Pressure Values 2/12

3 Figure 5. Relation Between High-Voltage Value V H, and Value of the Injected Fuel Dose Figure 6. Control Work Engine Test Bench AMX211 Analyzing the changes in the overall efficiency of the engine showed us that at low loads in the event of engine power, overall efficiency of methane was reduced due to the deterioration of the combustion mixture (lean-burn). At higher loads, the efficiency of an engine fed by methane is only slightly less than that of the liquid fuel supply. See example measurements in the pictures below. Figure 7. Exhaust Emission O 2 in the Function of Load Engine Figure 8. Exhaust Emission CO 2 in the Function of Load Engine Figure 9. Exhaust Emission CO in the Function of Load Engine Figure 10. Exhaust Emission HC in the Function of Load Engine Function of Load Engine Figure 11. Exhaust Emission HC in the Function of Load Engine Figure 12. Overall Efficiency of the Engine in the Figure 13. Pressure Waveforms for Common Rail Tuning 3/12

4 FPGA in Engine Control We needed high control loop rates because of the need for precise injected fuel volumes. Loop rates can reach 25 ns due to the base clock frequency of 40 MHz FPGA in the CompactRIO system. However, with the current hardware configuration we could precisely drive the injectors with the times as short as 40 µs 60 µs in fully deterministic way. Low jitter results when the functionality of the modules is directly coded in hardware rather than software. Another benefit of FPGA is the ability to reconfigure it using graphical system design software. This is important in a project in which the final functionality of the system is defined by many years of experiments and consequently the cost, both financial and of time, of custom electronics would be significant. Also, the FPGA connects directly to the I/O interfaces of the CompactRIO system, so reactions can be faster compared to processor-based decisions. Reaction to digital lines is at the level of 100 µs and for analog input it is 1 µs. The speed of the module, not the FPGA, limits those values. Graphical System Design Software The backbone of the system is LabVIEW ( graphical system design software, which provides a means to: Design the FPGA functionality (control algorithm, reaction to I/O, triggering, defining the parameters of direct injector module) Develop and execute real-time application on the embedded controller (low-jitter PID, datalogging with common timestamps) Create user interface objects such as waveform charts; graphs; gauges; meters for displaying parameters like injectors current/voltage, motor s torque, and rotational speed; pressure in the common system; pressure the cylinder in the function of shaft s position; controlling the braking system; and more Deploy the whole hardware and software system as a software-designed prototype to control the real object, which is called rapid control prototyping or fast prototyping Figure 14. YANMAR Engine on the AMX211 Test Bench With the open architecture, we could quickly design new control algorithms and add new functionalities. The system evolved from sheer direct injector control system to laboratory control system, which helped set the parameters of dynamometer, fuel mixer, and common rail unit to name a few. Future Steps Future steps include developing the gaseous feeding system and expanding the monitoring capabilities of the system. The research will help determine the efficiency and fuel consumption of such systems, possible improvements in delivery method (pressure, injection duration, and timing), and liquid/gaseous ratio. The test station is universal so future next-generation control systems can be also validated. Author Information: Michał Śmieja Uniwersytet Warmińsko-Mazurski w Olsztynie, Wydział Nauk Technicznych, Katedra Mechatroniki i Edukacji Techniczno-Informatycznej ( ul. Słoneczna 46A Olsztyn Poland 4/12

5 5/12

6 YANMAR Engine on the AMX211 Test Bench Methane Delivery System Common Rail Control System 6/12

7 Communication Between Elements of Test Stand 7/12

8 Voltage Changes at the Coil at Different Fuel Pressure Values Relation Between High-Voltage Value VH, and Value of the Injected Fuel Dose 8/12

9 Control Work Engine Test Bench AMX211 Exhaust Emission O2 in the Function of Load Engine 9/12

10 Exhaust Emission CO2 in the Function of Load Engine Exhaust Emission CO in the Function of Load Engine 10/12

11 Exhaust Emission HC in the Function of Load Engine Exhaust Emission HC in the Function of Load Engine 11/12

12 Overall Efficiency of the Engine in the Function of Load Pressure Waveforms for Common Rail Tuning Legal This case study (this "case study") was developed by a National Instruments ("NI") customer. THIS CASE STUDY IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND AND SUBJECT TO CERTAIN RESTRICTIONS AS MORE SPECIFICALLY SET FORTH IN NI.COM'S TERMS OF USE ( ( 12/12

EXPERIMENT NO. 3. Aim: To study the construction and working of 4- stroke petrol / diesel engine.

EXPERIMENT NO. 3. Aim: To study the construction and working of 4- stroke petrol / diesel engine. EXPERIMENT NO. 3 Aim: To study the construction and working of 4- stroke petrol / diesel engine. Theory: A machine or device which derives heat from the combustion of fuel and converts part of this energy

More information

Introduction to Electronic Signals

Introduction to Electronic Signals Introduction to Electronic Signals Oscilloscope An oscilloscope displays voltage changes over time. Use an oscilloscope to view analog and digital signals when required during circuit diagnosis. Fig. 6-01

More information

IMPACT OF AN EXTERNAL, SO CALLED BOX, MODULE ON POWER AND TORQUE OF THE FIAT 1.3 JTD MOTOR

IMPACT OF AN EXTERNAL, SO CALLED BOX, MODULE ON POWER AND TORQUE OF THE FIAT 1.3 JTD MOTOR Journal of KONES Powertrain and Transport, Vol. 19, No. 1 2012 IMPACT OF AN EXTERNAL, SO CALLED BOX, MODULE ON POWER AND TORQUE OF THE FIAT 1.3 JTD MOTOR Konrad Prajwowski West Pomeranian University of

More information

A.Pannirselvam*, M.Ramajayam, V.Gurumani, S.Arulselvan and G.Karthikeyan *(Department of Mechanical Engineering, Annamalai University)

A.Pannirselvam*, M.Ramajayam, V.Gurumani, S.Arulselvan and G.Karthikeyan *(Department of Mechanical Engineering, Annamalai University) A.Pannirselvam, M.Ramajayam, V.Gurumani, S.Arulselvan, G.Karthikeyan / International Journal of Vol. 2, Issue 2,Mar-Apr 212, pp.19-27 Experimental Studies on the Performance and Emission Characteristics

More information

Hydrogen as a fuel for internal combustion engines

Hydrogen as a fuel for internal combustion engines Hydrogen as a fuel for internal combustion engines Contents: Introduction External mixture formation for hydrogen operated engines Experimental engine for hydrogen in Stralsund Internal mixture formation

More information

Laws and price drive interest in LNG as marine fuel

Laws and price drive interest in LNG as marine fuel Laws and price drive interest in LNG as marine fuel The use of LNG as a marine fuel is one of the hottest topics in shipping. This growing interest is driven by legislation and price. By Henrique Pestana

More information

Fault codes DM1. Industrial engines DC09, DC13, DC16. Marine engines DI09, DI13, DI16 INSTALLATION MANUAL. 03:10 Issue 5.0 en-gb 1

Fault codes DM1. Industrial engines DC09, DC13, DC16. Marine engines DI09, DI13, DI16 INSTALLATION MANUAL. 03:10 Issue 5.0 en-gb 1 Fault codes DM1 Industrial engines DC09, DC13, DC16 Marine engines DI09, DI13, DI16 03:10 Issue 5.0 en-gb 1 DM1...3 Abbreviations...3 Fault type identifier...3...4 03:10 Issue 5.0 en-gb 2 DM1 DM1 Fault

More information

HEAVY-DUTY, REDEFINED. REDEFINED.

HEAVY-DUTY, REDEFINED. REDEFINED. HEAVY-DUTY, REDEFINED. TO GET YOUR TOUGHEST JOBS DONE, you need an engine that works even harder than you do. That s why Caterpillar offers the CT13 engine for our vocational trucks. It delivers every

More information

Introduction to Data Acquisition

Introduction to Data Acquisition Introduction to Data Acquisition Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement

More information

Electronic Diesel Control EDC 16

Electronic Diesel Control EDC 16 Service. Self-Study Programme 304 Electronic Diesel Control EDC 16 Design and Function The new EDC 16 engine management system from Bosch has its debut in the V10-TDI- and R5-TDI-engines. Increasing demands

More information

OUTCOME 2 INTERNAL COMBUSTION ENGINE PERFORMANCE. TUTORIAL No. 5 PERFORMANCE CHARACTERISTICS

OUTCOME 2 INTERNAL COMBUSTION ENGINE PERFORMANCE. TUTORIAL No. 5 PERFORMANCE CHARACTERISTICS UNIT 61: ENGINEERING THERMODYNAMICS Unit code: D/601/1410 QCF level: 5 Credit value: 15 OUTCOME 2 INTERNAL COMBUSTION ENGINE PERFORMANCE TUTORIAL No. 5 PERFORMANCE CHARACTERISTICS 2 Be able to evaluate

More information

NI 9423. NI C Series Overview DATASHEET. 8-Channel Sinking Digital Input Module

NI 9423. NI C Series Overview DATASHEET. 8-Channel Sinking Digital Input Module DATASHEET NI 9423 8-Channel Sinking Digital Input Module 8-channel, 100 µs digital input 24 V logic, sinking digital input Compatible with NI CompactDAQ counters 250 Vrms, CAT II isolation 10-position

More information

"Creating an automated test station to verify AdBlue pump modules in hydraulic test." - Jiří Kubíček, Robert Bosch, spol. s r.o.

Creating an automated test station to verify AdBlue pump modules in hydraulic test. - Jiří Kubíček, Robert Bosch, spol. s r.o. Functional Tester Based on PXI for BOSCH AdBlue Pump "Creating an automated test station to verify AdBlue pump modules in hydraulic test." - Jiří Kubíček, Robert Bosch, spol. s r.o. The Challenge: Creating

More information

E - THEORY/OPERATION

E - THEORY/OPERATION E - THEORY/OPERATION 1995 Volvo 850 1995 ENGINE PERFORMANCE Volvo - Theory & Operation 850 INTRODUCTION This article covers basic description and operation of engine performance-related systems and components.

More information

Exhaust emissions of a single cylinder diesel. engine with addition of ethanol

Exhaust emissions of a single cylinder diesel. engine with addition of ethanol www.ijaser.com 2014 by the authors Licensee IJASER- Under Creative Commons License 3.0 editorial@ijaser.com Research article ISSN 2277 9442 Exhaust emissions of a single cylinder diesel engine with addition

More information

Principles of Engine Operation

Principles of Engine Operation Internal Combustion Engines ME 422 Yeditepe Üniversitesi Principles of Engine Operation Prof.Dr. Cem Soruşbay Information Prof.Dr. Cem Soruşbay İstanbul Teknik Üniversitesi Makina Fakültesi Otomotiv Laboratuvarı

More information

Malmö Hydrogen and CNG/Hydrogen filling station and Hythane bus project

Malmö Hydrogen and CNG/Hydrogen filling station and Hythane bus project Malmö Hydrogen and CNG/Hydrogen filling station and Hythane bus project Bengt Ridell Carl Bro Energikonsult AB, Sweden, 2005-04-15 bengt.ridell@carlbro.se 1. Background The largest private utility company

More information

AVL FUEL MASS FLOW METER & FUEL TEMPERATURE CONTROL

AVL FUEL MASS FLOW METER & FUEL TEMPERATURE CONTROL FUEL CONSUMPTION MEASUREMENT AVL FUEL MASS FLOW METER & FUEL TEMPERATURE CONTROL Description The combination of AVL Fuel Mass Flow Meter and AVL Fuel Temperature Control is a high precise and continuous

More information

Jing Sun Department of Naval Architecture and Marine Engineering University of Michigan Ann Arbor, MI USA

Jing Sun Department of Naval Architecture and Marine Engineering University of Michigan Ann Arbor, MI USA Automotive Powertrain Controls: Fundamentals and Frontiers Jing Sun Department of Naval Architecture and Marine Engineering University of Michigan Ann Arbor, MI USA Julie Buckland Research & Advanced Engineering

More information

Micro cogeneration. Affordable, efficient and innovative

Micro cogeneration. Affordable, efficient and innovative Micro cogeneration Affordable, efficient and innovative A compact and efficient solution A compact and efficient solution Organisations are increasingly looking for environmentally friendly systems to

More information

Computerized Micro Jet Engine Test Facility

Computerized Micro Jet Engine Test Facility Computerized Micro Jet Engine Test Facility Flexible test bed for experiments Vladimir Krapp Yeshayahu Levy Eliyahu Mashiah Technion Basic physics similar to full scale engines Education UAVs Fun Why micro

More information

Mild Hybrids. Virtual

Mild Hybrids. Virtual PAGE 20 CUSTOMERS The new 48-volt vehicle electrical system is opening up new possibilities for powerful, cost-efficient hybrid drives. This leads to new challenges for validating the installed power electronics.

More information

Data Acquisition Using NI-DAQmx

Data Acquisition Using NI-DAQmx Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage

More information

NI Platform for automotive measurement and test applications

NI Platform for automotive measurement and test applications NI Platform for automotive measurement and test applications Simulation Rapid Control Prototyping Design Validation In-Vehicle Acquisition Hardware in the Loop Manufacturing Test Christoph Wimmer ASM Stuttgart

More information

INTERNAL COMBUSTION (IC) ENGINES

INTERNAL COMBUSTION (IC) ENGINES INTERNAL COMBUSTION (IC) ENGINES An IC engine is one in which the heat transfer to the working fluid occurs within the engine itself, usually by the combustion of fuel with the oxygen of air. In external

More information

Unit 8. Conversion Systems

Unit 8. Conversion Systems Unit 8. Conversion Systems Objectives: After completing this unit the students should be able to: 1. Describe the Basic conversion systems 2. Describe main conversion kit types. 3. Describe how the CNG

More information

Performance Study based on Matlab Modeling for Hybrid Electric Vehicles

Performance Study based on Matlab Modeling for Hybrid Electric Vehicles International Journal of Computer Applications (975 8887) Volume 99 No.12, August 214 Performance Study based on Matlab Modeling for Hybrid Electric Vehicles Mihai-Ovidiu Nicolaica PhD Student, Faculty

More information

Chapter 19 - Common Rail High Pressure Fuel Injection Systems

Chapter 19 - Common Rail High Pressure Fuel Injection Systems Chapter 19 - Common Rail High Pressure Fuel Injection Systems Diesel Engine Technology For Automotive Technicians Understanding & Servicing Contemporary Clean Diesel Technology What is Common Rail? Common

More information

Marine after-treatment from STT Emtec AB

Marine after-treatment from STT Emtec AB Marine after-treatment from STT Emtec AB For Your Vessel and the Environment SCR Technology How it works The selective catalytic reduction of nitrous oxides (NOx) by nitrogen compounds such as urea solutions

More information

SuperIOr Controller. Digital Dynamics, Inc., 2014 All Rights Reserved. Patent Pending. Rev: 5-16-14 1

SuperIOr Controller. Digital Dynamics, Inc., 2014 All Rights Reserved. Patent Pending. Rev: 5-16-14 1 SuperIOr Controller The SuperIOr Controller is a game changer in the world of high speed embedded control. The system combines incredible speed of both control and communication with revolutionary configurable

More information

The 2.0l FSI engine with 4-valve technology

The 2.0l FSI engine with 4-valve technology Service Training Self-study programme 322 The 2.0l FSI engine with 4-valve technology Design and function The 2.0l engine is based on the tried and tested 827/113 series. Thanks to FSI technology (Fuel

More information

Stuart Gillen. Principal Marketing Manger. National Instruments stuart.gillen@ni.com. ni.com

Stuart Gillen. Principal Marketing Manger. National Instruments stuart.gillen@ni.com. ni.com Stuart Gillen Principal Marketing Manger National Instruments stuart.gillen@ New Enterprise Solution for Condition Monitoring Applications NI InsightCM Enterprise NI History of Condition Monitoring Order

More information

CFD Simulation of HSDI Engine Combustion Using VECTIS

CFD Simulation of HSDI Engine Combustion Using VECTIS CFD Simulation of HSDI Engine Combustion Using VECTIS G. Li, S.M. Sapsford Ricardo Consulting Engineer s Ltd., Shoreham-by-Sea, UK ABSTRACT As part of the VECTIS code validation programme, CFD simulations

More information

Engine Efficiency and Power Density: Distinguishing Limits from Limitations

Engine Efficiency and Power Density: Distinguishing Limits from Limitations Engine Efficiency and Power Density: Distinguishing Limits from Limitations Chris F. Edwards Advanced Energy Systems Laboratory Department of Mechanical Engineering Stanford University Exergy to Engines

More information

AIR POWERED ENGINE INTRODUCTION. Pramod Kumar.J Mechanical Engineer, Bangalore, INDIAs

AIR POWERED ENGINE INTRODUCTION. Pramod Kumar.J Mechanical Engineer, Bangalore, INDIAs International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 2, March-April 2016, pp. 66 72, Article ID: IJMET_07_02_010 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=2

More information

C18 ACERT Fire Pump Tier 3 448 bkw/600 bhp @ 1750 rpm

C18 ACERT Fire Pump Tier 3 448 bkw/600 bhp @ 1750 rpm CATERPILLAR ENGINE SPECIFICATIONS I-6, 4-Stroke-Cycle Diesel Bore...145.0 mm (5.71 in) Stroke...183.0 mm (7.2 in) Displacement... 18.1 L (1,104.53 in3) Aspiration...Turbocharged Aftercooled Compression

More information

Signature and ISX CM870 Electronics

Signature and ISX CM870 Electronics Signature and ISX CM870 Electronics Cummins West Training Center System Description General Information The Signature and ISX CM870 engine control system is an electronically operated fuel control system

More information

Continuous flow direct water heating for potable hot water

Continuous flow direct water heating for potable hot water Continuous flow direct water heating for potable hot water An independently produced White Paper for Rinnai UK 2013 www.rinnaiuk.com In the 35 years since direct hot water systems entered the UK commercial

More information

FRC WPI Robotics Library Overview

FRC WPI Robotics Library Overview FRC WPI Robotics Library Overview Contents 1.1 Introduction 1.2 RobotDrive 1.3 Sensors 1.4 Actuators 1.5 I/O 1.6 Driver Station 1.7 Compressor 1.8 Camera 1.9 Utilities 1.10 Conclusion Introduction In this

More information

CHAPTER 3 EXPERIMENTAL SET UP

CHAPTER 3 EXPERIMENTAL SET UP CHAPTER 3 EXPERIMENTAL SET UP 3.1 INTRODUCTION The emission tests were conducted on an Izusu, four stroke, 4 cylinder petrol engine test-rig with hydraulic dynamometer loading system. The specifications

More information

SAS light Check Engine Malfunction Indicator Lamp

SAS light Check Engine Malfunction Indicator Lamp SAS light Check Engine Malfunction Indicator Lamp Here's how to do it: In car ECM Diagnostics/ECM Reset procedure: 1) Sit in the driver's seat. 2) Turn the ignition key to the ON position and wait three

More information

Note: This information obtained from internet sources and not verified- use at your own risk!!!!

Note: This information obtained from internet sources and not verified- use at your own risk!!!! Cummins Engine Diagnostic Fault Codes for 2003 and later engines (generally for 2004 and later Alpines; see page 13 for earlier engine diagnostic codes): Note: This information obtained from internet sources

More information

Marine after-treatment from STT Emtec AB

Marine after-treatment from STT Emtec AB Marine after-treatment from STT Emtec AB For Your Vessel and the Environment Recommended by Volvo Penta 16 15 5 6 10 8 13 2 14 12 3 4 7 9 11 1 1. SCR Catalyst 2. Injection nozzle 3. Mixer unit 4. Diagnostic

More information

THM Gas Turbines Heavy duty gas turbines for industrial applications

THM Gas Turbines Heavy duty gas turbines for industrial applications THM Gas Turbines THM Gas Turbines Heavy duty gas turbines for industrial applications Combined advantages The THM 1304 heavy duty gas turbine family consists of two members with ISO power outputs of 10,500

More information

ON-Board Diagnostic Trouble Codes

ON-Board Diagnostic Trouble Codes ON-Board Diagnostic Trouble Codes The list below contains standard diagnostic trouble codes (DTC s) that are used by some manufacturers to identify vehicle problems. The codes provide below are generic

More information

Diagnostic Fault Codes For Cummins Engines

Diagnostic Fault Codes For Cummins Engines Section - Diagnostic Fault Codes For Cummins Engines Applies to Engine Models T, T, QSL T, QSM, QS, QSK9, QSK, QST, QSK//8 Note: These fault codes are current at date of publication. Always refer to engine

More information

TRITON V. Cylinder Pressure Monitoring CPM 500. Replaces mechanical indicators on diesel engines. Improves combustion

TRITON V. Cylinder Pressure Monitoring CPM 500. Replaces mechanical indicators on diesel engines. Improves combustion TRITON V Cylinder Pressure Monitoring CPM 500 Replaces mechanical indicators on diesel engines Improves combustion Reduces fuel consumption and emissions Optimises engine settings Engine & Turbine Management

More information

Target-based Prototyping System Applied to Fuel Control

Target-based Prototyping System Applied to Fuel Control Target-based Prototyping System Applied to Control Pingan He, Blake R. Suhre, Chris Doyle, and Michael J. Lemancik Abstract A target-based rapid prototyping system, MotoHawk, is described for controls

More information

PRELIMINARY INVESTIGATION OF DIESEL ENGINE WITH ADDITIONAL INJECTION OF ETHYL ALCOHOL

PRELIMINARY INVESTIGATION OF DIESEL ENGINE WITH ADDITIONAL INJECTION OF ETHYL ALCOHOL Journal of KONES Internal Combustion Engines 2002 No. 3 4 ISSN 1231 4005 PRELIMINARY INVESTIGATION OF DIESEL ENGINE WITH ADDITIONAL INJECTION OF ETHYL ALCOHOL Andrzej Kowalewicz, Grzegorz Pawlak Technical

More information

Basics electronic speed Governor

Basics electronic speed Governor Basics electronic speed Governor 1 MAN B&W Diesel Aktiengesellschaft, Augsburg Why do we need Governors? Power sources must be controlled to be converted to useful work. Uncontrolled prime movers, not

More information

800 Series Tier 2 / Stage 2

800 Series Tier 2 / Stage 2 800 Series Tier 2 / Stage 2 Powered by your needs Perkins has been advancing diesel engine technology for over 70 years. Today we are designing, developing and manufacturing engines that meet customer

More information

US Heavy Duty Fleets - Fuel Economy

US Heavy Duty Fleets - Fuel Economy US Heavy Duty Fleets - Fuel Economy Feb. 22, 2006 Anthony Greszler Vice President Advanced Engineering VOLVO POWERTRAIN CORPORATION Drivers for FE in HD Diesel Pending oil shortage Rapid oil price increases

More information

How To Use First Robot With Labview

How To Use First Robot With Labview FIRST Robotics LabVIEW Training SECTION 1: LABVIEW OVERVIEW What is LabVIEW? It is a tool used by scientists and engineers to measure and automate the universe around us It is a graphical programming

More information

EXPERIMENTAL VALIDATION AND COMBUSTION CHAMBER GEOMETRY OPTIMIZATION OF DIESEL ENGINE BY USING DIESEL RK

EXPERIMENTAL VALIDATION AND COMBUSTION CHAMBER GEOMETRY OPTIMIZATION OF DIESEL ENGINE BY USING DIESEL RK INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 6340(Print), ISSN 0976 6340 (Print) ISSN 0976 6359

More information

MIXED HYDROGEN/NATURAL GAS (HCNG) TECHNOLOGY- VISIT AT COLLIER TECHNOLOIES

MIXED HYDROGEN/NATURAL GAS (HCNG) TECHNOLOGY- VISIT AT COLLIER TECHNOLOIES ARIELI ASSOCIATES MANAGEMENT, ENGINEERING AND OPERATIONS CONSULTING Report No. 1108 MIXED HYDROGEN/NATURAL GAS (HCNG) TECHNOLOGY- VISIT AT COLLIER TECHNOLOIES -2-1. INTRODUCTION As a California transit

More information

Investigation of a Single Cylinder Diesel Engine Performance under Recycling and Conditioning of Exhaust for Air Intake

Investigation of a Single Cylinder Diesel Engine Performance under Recycling and Conditioning of Exhaust for Air Intake 3 th International Conference on AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT- 3, May 6 8, 9, E-Mail: asat@mtc.edu.eg Military Technical College, Kobry Elkobbah, Cairo, Egypt Tel : +() 459 43638, Fax:

More information

DTC Database (OBD-II Trouble Codes)

DTC Database (OBD-II Trouble Codes) Auto Consulting S.a.s di Cofano A. & C. Attrezzature diagnostiche Elaborazioni elettroniche Formazione tecnica DTC Database (OBD-II Trouble Codes) Definitions for generic powertrain diagnostic trouble

More information

REDUCTION OF FUEL CONSUMPTION IN MULTICYLINDER ENGINE BY CYLINDER DEACTIVATION TECHNIQUE

REDUCTION OF FUEL CONSUMPTION IN MULTICYLINDER ENGINE BY CYLINDER DEACTIVATION TECHNIQUE REDUCTION OF FUEL CONSUMPTION IN MULTICYLINDER ENGINE BY CYLINDER DEACTIVATION TECHNIQUE S.P. VENDAN, T. SATHISH, S. SATHISHKUMAR Department of Mechanical Engineering, PSG College of Technology, Coimbatore,

More information

6. VVT-i (Variable Valve Timing-intelligent) System

6. VVT-i (Variable Valve Timing-intelligent) System 38 ENGE 1ZZ-FE ENGE 6. VVT-i (Variable Valve Timing-intelligent) System General This system controls the intake camshaft valve timing so as to obtain balance between the engine output, fuel consumption

More information

TECHNICAL DATA 50HZ MPMC POWERTECH CORP. DIESEL GENERATING SET

TECHNICAL DATA 50HZ MPMC POWERTECH CORP. DIESEL GENERATING SET TECHNICAL DATA DIESEL GENERATING SET MPMC POWERTECH CORP. 50HZ MP Series MPS180S 1 / MPS180 1 MPS180S 1 / MPS180 1 MP Series Features Compact structure with high strength chassis; Easy operation and maintenance,

More information

26 3213.13 Diesel Engine Driven Generators Page 1 of 6

26 3213.13 Diesel Engine Driven Generators Page 1 of 6 Last Update: December 8, 2014 A. Description of System Consultant s Handbook Page 1 of 6 1. Provide a diesel engine driven electric generating unit, factory assembled, tested and certified to operate at

More information

Wynn s Extended Care

Wynn s Extended Care Wynn s Extended Care Every car deserves to receive the very best care... especially yours. How Do You Keep Your Reliable Transportation Reliable? Count on Wynn s Because Wynn s has been caring for cars

More information

HIGH PRESSURE TECHNOLOGY HYDRAULICS PNEUMATICS TESTING EQUIPMENT

HIGH PRESSURE TECHNOLOGY HYDRAULICS PNEUMATICS TESTING EQUIPMENT HIGH PRESSURE TECHNOLOGY HYDRAULICS PNEUMATICS TESTING EQUIPMENT MAXIMATOR GmbH 2 MAXIMATOR has an extensive know-how concerning concept, development, construction and manufacturing of test benches and

More information

Testing of various fuel and additive options in a compression-ignited heavy-duty alcohol engine

Testing of various fuel and additive options in a compression-ignited heavy-duty alcohol engine Testing of various fuel and additive options in a compression-ignited heavy-duty alcohol engine 2015 Polttomoottori- ja turboteknologian seminaari Espoo, 7.5.2015 Timo Murtonen, Nils-Olof Nylund, Mårten

More information

Perfectly Adapted. ISL Euro 6 Gas Engine 250-320PS

Perfectly Adapted. ISL Euro 6 Gas Engine 250-320PS Perfectly Adapted ISL Euro 6 Gas Engine 250-320PS Cummins ISL-G The ISL G is the natural choice in alternative-fuel engine technology. With industry leading performance, it combines all the advantages

More information

hybrid fuel cell bus

hybrid fuel cell bus hybrid fuel cell bus PURE EMOTION PURE capacity The full passenger capacity of a standard diesel bus seats 34 standees 70 (7 passengers per sqm) total 104 Thanks to the three axles of the Van Hool A330

More information

Hybrid shunter locomotive

Hybrid shunter locomotive Hybrid shunter locomotive 1 Hervé GIRARD, Presenting Author, 2 Jolt Oostra, Coauthor, 3 Joerg Neubauer, Coauthor Alstom Transport, Paris, France 1 ; Alstom Transport, Ridderkerk, Netherlands 2 ; Alstom

More information

FPT FIAT POWERTRAIN TECHNOLOGIES PRESENTS ITS ENGINE RANGE FOR CONSTRUCTION APPLICATIONS AT INTERMAT 2009

FPT FIAT POWERTRAIN TECHNOLOGIES PRESENTS ITS ENGINE RANGE FOR CONSTRUCTION APPLICATIONS AT INTERMAT 2009 FPT FIAT POWERTRAIN TECHNOLOGIES PRESENTS ITS ENGINE RANGE FOR CONSTRUCTION APPLICATIONS AT INTERMAT 2009 FPT Fiat Powertrain Technologies, is the Fiat Group Company dedicated to the research, development,

More information

Malmö Hydrogen and CNG/Hydrogen filling station and Hythane bus project

Malmö Hydrogen and CNG/Hydrogen filling station and Hythane bus project WHEC 16 / 13-16 June 2006 Lyon France 1(10) Malmö Hydrogen and CNG/Hydrogen filling station and Hythane bus project Bengt Ridell Carl Bro Energikonsult AB, Sweden, 2006-04-21 bengt.ridell@carlbro.se Abstract:

More information

CLASSIFICATION OF INTERNAL COMBUSTION ENGINES VARIOUS TYPES OF ENGINES

CLASSIFICATION OF INTERNAL COMBUSTION ENGINES VARIOUS TYPES OF ENGINES CLASSIFICATION OF INTERNAL COMBUSTION ENGINES VARIOUS TYPES OF ENGINES CLASSIFICATION OF INTERNAL COMBUSTION ENGINES 1. Application 2. Basic Engine Design 3. Operating Cycle 4. Working Cycle 5. Valve/Port

More information

Diesel-to-Natural Gas Engine Conversions. A cost-effective alternative to new natural gas vehicles

Diesel-to-Natural Gas Engine Conversions. A cost-effective alternative to new natural gas vehicles Diesel-to-Natural Gas Engine Conversions A cost-effective alternative to new natural gas vehicles The Omnitek Solution Engine Conversions A feasible and affordable option! Omnitek Solution Omnitek has

More information

Automatic tank gauge system ATGs for petrol stations, diesel fuel tank level gauge, tank gauging system, magnetostrictive probe

Automatic tank gauge system ATGs for petrol stations, diesel fuel tank level gauge, tank gauging system, magnetostrictive probe Fuel tank level gauge consist of Magnetostrictive probe (mode:syw-a, SYW-A1)and Touch screen control console (mode:tcm-1,tcc-3). SYW-A magnetostrictive probe installed in the tank, with magnetostrictive

More information

Petrol engines. Technical specifications 1.4 MPI/59kW 1.6 MPI/75 kw 1.6 MPI/75 kw Engine

Petrol engines. Technical specifications 1.4 MPI/59kW 1.6 MPI/75 kw 1.6 MPI/75 kw Engine ŠKODA Octavia Tour Petrol engines Technical specifications 1.4 MPI/59kW 1.6 MPI/ kw 1.6 MPI/ kw Engine Engine type petrol engine, in-line, liquid cooling system, DOHC, transverse in front petrol engine,

More information

Introduction to Process Control Actuators

Introduction to Process Control Actuators 1 Introduction to Process Control Actuators Actuators are the final elements in a control system. They receive a low power command signal and energy input to amplify the command signal as appropriate to

More information

Emissions pollutant from diesel, biodiesel and natural gas refuse collection vehicles in urban areas

Emissions pollutant from diesel, biodiesel and natural gas refuse collection vehicles in urban areas Emissions pollutant from diesel, biodiesel and natural gas refuse collection vehicles in urban areas José Mª López, Nuria Flores, Felipe Jiménez, Francisco Aparicio Polytechnic University of Madrid (UPM),

More information

Qingdao Guihe Measurement&Control Technology Co., Ltd. Automatic Tank Gauging System, Magnetostrictive Diesel fuel tank level gauge

Qingdao Guihe Measurement&Control Technology Co., Ltd. Automatic Tank Gauging System, Magnetostrictive Diesel fuel tank level gauge Automatic Tank Gauging System Magnetostrictive Liquid Level Meter (Tank gauging system) for gas stations produced by Guihe consists of Probe and Touch Control Console. There are different plans to satisfy

More information

DLW 8. POWER RATING 1500 rpm/50 Hz 1800 rpm/60 Hz Prime 7.5 kva, 6 kw 9.1 kva, 7.3 kw Standby 8.5 kva, 6.8 kw 10.1 kva, 8.1 kw

DLW 8. POWER RATING 1500 rpm/50 Hz 1800 rpm/60 Hz Prime 7.5 kva, 6 kw 9.1 kva, 7.3 kw Standby 8.5 kva, 6.8 kw 10.1 kva, 8.1 kw DLW 8 POWER RATING 1500 rpm/50 Hz 1800 rpm/60 Hz Prime 7.5 kva, 6 kw 9.1 kva, 7.3 kw Standby 8.5 kva, 6.8 kw 10.1 kva, 8.1 kw Generator set consisting of engine and alternator mounted on a fabricated steel

More information

Metering for today s systems

Metering for today s systems Metering for today s systems The sub-meter gathers data on the building side of the utility company meter. This allows us to break out usage so data can be collected from individual circuits, a single

More information

Closed-Loop Control of Spark Advance and Air-Fuel Ratio in SI Engines Using Cylinder Pressure

Closed-Loop Control of Spark Advance and Air-Fuel Ratio in SI Engines Using Cylinder Pressure SAE TECHNICAL PAPER SERIES 2000-01-0933 Closed-Loop Control of Spark Advance and Air-Fuel Ratio in SI Engines Using Cylinder Pressure Paljoo Yoon, Seungbum Park and Myoungho Sunwoo Hanyang Univ. Inyong

More information

Vehicle Engine Management Systems

Vehicle Engine Management Systems Unit 11: Vehicle Engine Management Systems NQF level 3: Guided learning hours: 60 BTEC National Unit abstract Modern motor vehicles continue to make use of the rapid advances in electronics technology

More information

ECU Development for a Formula SAE Engine

ECU Development for a Formula SAE Engine 2005-01-0027 ECU Development for a Formula SAE Engine Mario Farrugia, Michael Farrugia and Brian Sangeorzan Oakland University Copyright 2005 SAE International ABSTRACT Motivated by experiences in the

More information

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Symposium on Automotive/Avionics Avionics Systems Engineering (SAASE) 2009, UC San Diego Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Dipl.-Inform. Malte Lochau

More information

Project. Tomasetto Achille Presentation

Project. Tomasetto Achille Presentation Diesel Engines Conversion to Natural Gas Project Tomasetto Achille Presentation Leadership Keys: Developments and New Products Multipoint Gas Injection Sequential System MPGI (Multipoint Gas Injection)

More information

Diagram of components 2. Reducer..3

Diagram of components 2. Reducer..3 Index Diagram of components 2 Reducer..3 Rail Filter - Rail Filter 4 - MAP Sensor.4 Injector & Nozzle - Single Injector / Rail Injector...5 - Bi-Fuel Connector...6 - Nozzle...7 ECU...8 Switch 9 Wiring

More information

PERFORMANCE & EMISSION OPTIMIZATION OF SINGLE CYLINDER DIESEL ENGINE TO MEET BS-IV NORMS

PERFORMANCE & EMISSION OPTIMIZATION OF SINGLE CYLINDER DIESEL ENGINE TO MEET BS-IV NORMS PERFORMANCE & EMISSION OPTIMIZATION OF SINGLE CYLINDER DIESEL ENGINE TO MEET BS-IV NORMS Mayur S. Sawade 1, Sandeep S. Kore 2 1 Student, Mechanical Engineering, Sinhgad Academy of Engineering, Maharashtra,

More information

Perfectly Adapted. ISB Euro 6 Diesel Engines 150-310PS. Cummins Ltd. Address Line One Address Line Two Address Line Three

Perfectly Adapted. ISB Euro 6 Diesel Engines 150-310PS. Cummins Ltd. Address Line One Address Line Two Address Line Three Perfectly Adapted ISB Euro 6 Diesel Engines 150-310PS Cummins Ltd. Address Line One Address Line Two Address Line Three Tel: +00 0000 000000 Fax: +00 0000 000000 Internet: cummins.com Bulletin 0000000

More information

Engineering, Bharathiyar College of Engineering and Technology, Karaikal, Pondicherry 609 609, India

Engineering, Bharathiyar College of Engineering and Technology, Karaikal, Pondicherry 609 609, India 74 The Open Fuels & Energy Science Journal, 2008, 1, 74-78 Open Access Some Comparative Performance and Emission Studies on DI Diesel Engine Fumigated with Methanol and Methyl Ethyl Ketone Using Microprocessor

More information

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This

More information

Better. Where It Counts. Cummins 2013 ISB6.7 For Truck Applications.

Better. Where It Counts. Cummins 2013 ISB6.7 For Truck Applications. Better. Where It Counts. Cummins 2013 ISB6.7 For Truck Applications. Better. Where It Counts. Every Job. Every aspect of the ISB6.7 has been improved, from fuel efficiency to reliability and durability.

More information

Not All are Equal Many questions have arisen since the widespread availability of wideband air-fuel meters.

Not All are Equal Many questions have arisen since the widespread availability of wideband air-fuel meters. By Mike Kojima [Note: This is extracted from, and owned by, www.fordmuscle.com. For complete text, and to view discussions, please visit: http://www.fordmuscle.com/archives/2007/06/widebandshootout/index.php

More information

Saint Paul Public Schools Secondary Course Syllabus. Course Title: Automotive Technology 3 Course Length: Quarter/Semester/Trimester

Saint Paul Public Schools Secondary Course Syllabus. Course Title: Automotive Technology 3 Course Length: Quarter/Semester/Trimester Saint Paul Public Schools Secondary Course Syllabus Grade Level: 9-12 High School Subject Area: Technology Education Course number: T406131 Course Title: Automotive Technology 3 Course Length: Quarter/Semester/Trimester

More information

NISSAN FIGARO FAULT CODES AND DIAGNOSTICS

NISSAN FIGARO FAULT CODES AND DIAGNOSTICS NISSAN FIGARO FAULT CODES AND DIAGNOSTICS The Nissan Figaro uses an engine management system with the acronym ECCS you ll see it in large letters on the plenum box when you open the bonnet. It stands for

More information

EURO VI. Technologies & Strategies. Relatore: M.Maritati Commercial training

EURO VI. Technologies & Strategies. Relatore: M.Maritati Commercial training EURO VI Technologies & Strategies Relatore: M.Maritati Commercial training Euro VI The entering into force of the new Euro VI normative provides a stimulus for Iveco to update the engine offer pursuing

More information

LMS The modular management system for condensing boilers. Control Products & Systems OEM. Answers for infrastructure.

LMS The modular management system for condensing boilers. Control Products & Systems OEM. Answers for infrastructure. LMS The modular management system for condensing boilers Control Products & Systems OEM Answers for infrastructure. LMS advanced electronics and proven software At times of dwindling resources, rising

More information

Common Rail - An Attractive Fuel Injection System for Passenger Car DI Diesel Engines

Common Rail - An Attractive Fuel Injection System for Passenger Car DI Diesel Engines SAE TECHNICAL PAPER SERIES 960870 Common Rail - An Attractive Fuel Injection System for Passenger Car DI Diesel Engines Gerhard Stumpp and Mario Ricco Robert Bosch GmbH Reprinted from: Fuel Spray Technology

More information

USER MANUAL OPERATION AND USE OF CAR WITH. Diego G3 / NEVO SEQUENTIAL GAS INJECTION SYSTEM

USER MANUAL OPERATION AND USE OF CAR WITH. Diego G3 / NEVO SEQUENTIAL GAS INJECTION SYSTEM USER MANUAL OPERATION AND USE OF CAR WITH Diego G3 / NEVO SEQUENTIAL GAS INJECTION SYSTEM Page 2 z 7 Table of contents 1. STARTING THE ENGINE... 3 2. CONTROL PANEL... 3 2.1 Indication of the current level

More information

KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE

KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE ADVANCED ENGINEERING 3(2009)1, ISSN 1846-5900 KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE Cibulka, J. Abstract: This paper deals with the design of Kinetic Energy Recovery Systems

More information

Zero Emission Engine. An Economic and Environmental Benefit

Zero Emission Engine. An Economic and Environmental Benefit Zero Emission Engine An Economic and Environmental Benefit Saskia Scherfling Registration number: 731805 Department: VIII Course of studies: Process and Environmental Engineering September 2007 Table of

More information

Unit 96: Marine Propulsion Power Plant

Unit 96: Marine Propulsion Power Plant Unit 96: Marine Propulsion Power Plant Unit code: R/503/1756 QCF Level: 5 Credit value: 15 Aim This unit provides learners with an understanding of marine propulsion power plant. Learners will also gain

More information

Effect of GTL Diesel Fuels on Emissions and Engine Performance

Effect of GTL Diesel Fuels on Emissions and Engine Performance Rudolf R. Maly Research and Technology, Stuttgart Effect of GTL Diesel Fuels on Emissions and Engine Performance 10th Diesel Engine Emissions Reduction Conference August 29 - September 2, 2004 Coronado,

More information