Top Banner
29
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Monitoring and data logging system for a generator
Page 2: Monitoring and data logging system for a generator

PRESENTATIoNPRESENTATIoN

Monitoring and Data Logging System For a Generator

Page 3: Monitoring and data logging system for a generator

3

Contents

Introduction

Motivation

Objectives

Requirements

Block diagram

Speed control

Voltage control

Data logging

Page 4: Monitoring and data logging system for a generator

Motivation The very first reason which motivated us toward

this project is that we wanted some digital control (Microcontroller Based) for controlling different parameters of Synchronous Generator.

In the World of machinery, the control of the machine has moved almost completely from analogue electronic to digital. This happened to the case for the synchronous machine as well. Synchronous machines are used almost universally in power stations around the World as AC generators.

The objective of this project is to design and construct a closed loop speed control system for speed governor, voltage regulator and protection system for the three - phase synchronous machine.

Page 5: Monitoring and data logging system for a generator

Objectives1. Automatic and manual

mode of operation 2. Sensing the system

parameters: Current, Voltage Temperature Frequency RPM (Revolution Per

Minute) 3. Controlling the

parameters Frequency control for

synchronous generator Automatic voltage control

4. Protection system 5. Digital display using LCD6. Serial port interfacing7. Data logging8. Uploading data on web

page

Page 6: Monitoring and data logging system for a generator

Requirements Circuit Designing of Frequency and voltage control

modules.

Programming of 8051 microcontroller. Simulating the designed circuits on Proteus software.

Designing PCB for each module.

Making circuit hardware of modules.

Assembly of all parts on a single board.

Finalize checking of the working of all circuit modules.

Data Logging

Page 7: Monitoring and data logging system for a generator
Page 8: Monitoring and data logging system for a generator

Block Diagram

Page 9: Monitoring and data logging system for a generator

Speed Control

Page 10: Monitoring and data logging system for a generator

Voltage Control

Page 11: Monitoring and data logging system for a generator
Page 12: Monitoring and data logging system for a generator

Hardware Microcontroller AT89C51 ADC 0808 Sine wave to square wave converter DC motor (1H.P) Synchronous generator (0.3 KW) sensors

1.Current transformer2.Voltage transformer3.Rpm sensor4.Temperature sensor LM 35

5. MAX232

6. IR sensor

Page 13: Monitoring and data logging system for a generator

Function of voltage control circuit:

8-channel ADC is connected 8051 to measure the analog parameter.

4069 is used to convert the sine wave to square wave. This square wave is applied to 8051 to measure the frequency of AC signal.

To monitor and display the generator parameters of synchronous generator on the LCD display.

To monitor the variations in the value of parameters of generator to determine whether these values exceed the limit given in the programming.

When any value of parameter exceed the predefined limit specific numbed is send to main control unit through serial port of microcontroller. This number is recognized in the main control unit to determine the type of fault.

A 20x2 LCD is used for displaying the different parameters.

Page 14: Monitoring and data logging system for a generator

Voltage monitoring circuit

Page 15: Monitoring and data logging system for a generator

Interfacing ADC with 8051 M/C

Page 16: Monitoring and data logging system for a generator

Current monitoring circuit

Page 17: Monitoring and data logging system for a generator

Temperature Monitoring circuit

Page 18: Monitoring and data logging system for a generator

Features of LM 335

Calibrated directly in ° Celsius (Centigrade) Linear + 10.0 mV/°C scale factor 0.5°C accuracy guarantee able (at +25°C) Rated for full −55° to +150°C range Suitable for remote applications Low cost due to wafer-level trimming Operates from 4 to 30 volts Less than 60 μA current drain Low self-heating, 0.08°C in still air No linearity only ±1⁄4°C typical Low impedance output, 0.1 W for 1 mA load

Page 19: Monitoring and data logging system for a generator

Speed MonitoringIR proximity sensor

This sensor can be used to measure the speed of object moving at a very high speed, like in industry or in tachometers

Page 20: Monitoring and data logging system for a generator

The sender is composed of an IR LED (D2) in series with a 470 Ohm resistor, yielding a forward current of 7.5 mA.

The receiver part is more complicated, the 2 resistors R5 and R6 form a voltage divider which provides 2.5V at the anode of the IR LED

Page 21: Monitoring and data logging system for a generator

MAX 232

MAX232 is an integrated circuit that converts signals from an RS-232 serial port to signals suitable for use in TTL compatible digital logic circuits. The MAX232 is a dual driver/receiver and typically converts the RX, TX, CTS and RTS signals.

Page 22: Monitoring and data logging system for a generator

PCB layouts

Page 23: Monitoring and data logging system for a generator
Page 24: Monitoring and data logging system for a generator
Page 25: Monitoring and data logging system for a generator

HYPER TERMINAL

HyperTerminal is a built-in windows program that can be used to connect to other computers, online services, and host computers and other devices using either modem or a serial DB-9 cable.

Band Rate = 2400 bits per Sec Connection using COM1port

Page 26: Monitoring and data logging system for a generator
Page 27: Monitoring and data logging system for a generator

DATA LOGGING

Page 28: Monitoring and data logging system for a generator
Page 29: Monitoring and data logging system for a generator

Queries