SlideShare a Scribd company logo
1 of 36
MONITORING, PROTECTION &
CONTROL MODULE FOR A RADAR
       TRANSMITTER

                                        BY
            ABHISHEK SUTRAVE (1RN05EC004)
            AMOGHA VARSHA B.S (1RN05EC012)
            KEERTHI D.H       (1RN05EC041)
INTRODUCTION
• A TWT based Radar Transmitter would
  have three major sub-systems
1)High Voltage High Power supply
2)Grid Modulator or Pulser
3)Monitoring, Protection & Control unit
  (MPC)
• Our project focuses on a part of the MPC
  unit of the entire system.
TWT transmitter




kollector,   heizung,    eingang,   ausgang
collector,   heating,   input,      output
Need/OBJECTIVE
1) The circuits which generally operate from 5V to 15V, are
   under heavy EMI and high current transients similar to lighting
   environment.
2) For monitoring the floating parameters, samples of values are
   to be brought to the ground reference.
3) The ground referenced control unit is conceived in two parts.
• First a dedicated set of latching voltage comparators capture
   any parameters crossing the threshold limit. The faults are
   categorized as A,B,C & D based on the severity. Appropriate
   action is initiated to protect the transmitting tube.
• Secondly, a microcontroller carries out the switching ON/OFF
   sequencing, A/D conversion of analog voltage and current
   values and status bit reading.
7) The outputs from the microcontroller are displayed through a 2
   line 16 character LCD panel.
DESIGN GOALS
• To monitor the transmitter parameters which
  cause TYPE A fault.
• To sequence the safe switching ON and
  switching OFF.
• To protect the highly expensive TWT and
  various other electronic devices from damage
  in the event of erroneous conditions.
• To capture and display the parameters, error
  messages in the LCD.
How design will be made
• A set of latching comparators to capture
  and register the occurrence of error.
• A micro controller to do the sequencing
  ON/OFF, carry out the A/D conversion of
  analog parameters, and display the states
  on an LCD display panel.
• Proper setting of threshold limits to
  obtain noise immunity.
BDO OF THE ENTIRE SYSTEM
HARDWARE DESCRIPTION
Hardware part consists of
• Monitoring Unit
 Comparator module
• Control and Display Unit
Microcontroller, ADC, LCD
Comparator Card Circuit
• COMPARATOR CARD
 Scaled down voltage and current values of the
  transmitter parameter, are taken as I/P to the
  comparator card.
 In our project we are considering only the parameters
  causing TYPE A fault.
 Its basic function is to compare the I/P with the
  reference value and make the corresponding LED
  glow upon threshold exceed.
 OPAMP’s LM324 is used for Amplification/Gain,
  LM139 as a Voltage Comparator and ULN2001A as
  a driver.
• Microcontroller:
 P89V51RD2 is a Microcontroller from Philips. The
  microcontroller is used to interact between various
  other components.
 It is programmed to accept the data from the ADC
  and the comparator card, compare the values received
  with the default threshold values, and output the
  result to LCD, and accordingly switch on the buzzer
  and the relay switch.
 The entire operation of the circuit is controlled by the
  software embedded in the microcontroller.
P89V51RD2 FEATURES
• 80C51 Central Processing Unit
• 5 V Operating voltage from 0 to 40 MHz
• 64 kB of on-chip Flash program memory with ISP
  (In-System Programming) and
• SPI (Serial Peripheral Interface) and enhanced
  UART
• Four 8-bit I/O ports with three high-current Port
  1 pins (16 mA each)
• Three 16-bit timers/counters
• Programmable Watchdog timer (WDT)
• Analog to digital Converter:
 The ADC 0809 is an analog to digital converter. It
  accepts the analog I/P values from the comparator
  card and gives an 8 bit binary O/P value, which is
  given to the microcontroller.
 It is is a 8-channel multiplexer which uses successive
  approximation as the conversion technique.
 For the scale of 0-5 V, the step size is 19.53mV for
  full scale output. The input analog voltage is divided
  by the step size to give a digital output.
FEATURES OF ADC

• Easy interface to all microcontrollers.
• No zero or full-scale adjust required.
• 8-channel multiplexer with address logic.
• 0V to 5V input range with single 5V
  power supply.
• 28-pin molded chip carrier package.
LCD:
The 16*2 LCD is used to display real-time
comparator card I/P values and occasionally
the error values if present.
Serial Port Interface: RS 232
RELAY:
• A relay is an electrical switch that opens and closes
  under the control of another electrical circuit.
• The switch is operated by an electromagnet to open or
  close one or many sets of contacts.
• Since a relay is able to control an output circuit of
  higher power than the input circuit, it can be
  considered to be, in a broad sense, a form of an
  electrical amplifier.
• Different switching conditions
• 1.Normally-Open (NO): contacts connect the circuit
  when the relay is activated; the circuit is disconnected
  when the relay is inactive. It is also called a FORM A
  contact or “make” contact.
2.Normally - Closed (NC): contacts disconnect the circuit
when the relay is activated ; the circuit is connected when
relay is inactive. It is also called “Form B” contact or” break”
contact
3.Change-over or double-throw: contacts control two
circuits; one normally open contact and one normally closed
contact with a common terminal. It is also called a Form C
“transfer “ contact.



                           Sugar cube Relay
PROGRAMMING
 FLOW CHART
FLOW CHART representing the
   working of the system
FLOW CHART FOR LCD INTIALIZATION
FLOW CHART FOR ADC INTIALIZATION
FLOW CHART FOR ISR
SOFTWARE OVERVIEW

In our project, the assembly code is
 compiled, built and converted to
 hexadecimal code by the KEIL MICRO
 VISION V.2 software.
The hex file is then fused/burnt onto the
 microcontroller using FLASH MAGIC
 software through the RS232 pin of the
 MAX232 driver.
LIMITATONS
Only 4 values can be Monitored,
 Protected & Controlled.
All the ports of the microcontroller
 are used and hence other I/P or O/P
 bits cannot be used.
ENHANCEMENTS
In this project we are checking only 4 I/P
 values of TYPE A faults, where as there are 28
 values in all which are categorized into faults
 A,B & C.
 Clearly there is a large scope for increase in
 the I/P values to be Monitored, Protected &
 Controlled.
A larger LCD can be used to display the values
 required simultaneously.
A Programmable peripheral interface(8255)
 can be used to enhance the ports of 8051.
APPLICATION
 MPC of various Large Scale
  Systems
 Surveillance system
 Guidance/fire control
  system
 Air traffic Control system
 Airborne Interception
  system
 Missile Control systems
 TV & Radio Broadcasting
  system
 Weather Station
CONCLUSION
• The Protection of any large scale
  machines would be of utmost
  importance for any company.
• With a Protection module as simple and
  less expensive as this, any company can
  implement this on their system with a
  fewer modifications for extended ability.
MPC of TWT based Transmitter

More Related Content

What's hot

Substation monitoring1
Substation monitoring1Substation monitoring1
Substation monitoring1buckky
 
Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]Guhan k
 
PLC based load managment
PLC based load managmentPLC based load managment
PLC based load managmentmanishkumarm
 
Gsm based transformer fault detection system
Gsm based transformer fault detection systemGsm based transformer fault detection system
Gsm based transformer fault detection systemKabilesh K
 
speed control of induction motor using plc and vfd
speed control of induction motor using plc and vfdspeed control of induction motor using plc and vfd
speed control of induction motor using plc and vfdmanishrair
 
an advance approach to divert trafiic at busy signals using rfid technolgy
an advance approach to divert trafiic at busy signals using rfid technolgyan advance approach to divert trafiic at busy signals using rfid technolgy
an advance approach to divert trafiic at busy signals using rfid technolgyChitrachedu Dada Kalandar
 
Scada ppt
Scada pptScada ppt
Scada pptzudakki
 
Plc course presentation
Plc course presentationPlc course presentation
Plc course presentationOsama Wahdan
 
A project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoA project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoJawwad Sadiq Ayon
 
Allenbradley Control Logix PLC Network Architecture
Allenbradley Control Logix PLC Network  ArchitectureAllenbradley Control Logix PLC Network  Architecture
Allenbradley Control Logix PLC Network ArchitectureDEEPAK GORAI
 
Microprocessors 8085 pin diagram
Microprocessors 8085 pin diagramMicroprocessors 8085 pin diagram
Microprocessors 8085 pin diagramVARUN BABUNELSON
 
Programmable Logic Controllers
Programmable Logic ControllersProgrammable Logic Controllers
Programmable Logic ControllersArslan Ahmed Amin
 
Plc (processors and dio)
Plc (processors and dio)Plc (processors and dio)
Plc (processors and dio)Mohamed A Hakim
 
PLC Circuit Design And Basic Programming By Manish kumar
PLC Circuit Design And Basic Programming By Manish kumarPLC Circuit Design And Basic Programming By Manish kumar
PLC Circuit Design And Basic Programming By Manish kumarmanishkumarm
 

What's hot (20)

Basic PLC Ladder Programming
Basic PLC Ladder ProgrammingBasic PLC Ladder Programming
Basic PLC Ladder Programming
 
Substation monitoring1
Substation monitoring1Substation monitoring1
Substation monitoring1
 
Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]
 
PLC based load managment
PLC based load managmentPLC based load managment
PLC based load managment
 
Gsm based transformer fault detection system
Gsm based transformer fault detection systemGsm based transformer fault detection system
Gsm based transformer fault detection system
 
Plc & Scada
Plc & ScadaPlc & Scada
Plc & Scada
 
PLC
PLCPLC
PLC
 
Wds
WdsWds
Wds
 
speed control of induction motor using plc and vfd
speed control of induction motor using plc and vfdspeed control of induction motor using plc and vfd
speed control of induction motor using plc and vfd
 
an advance approach to divert trafiic at busy signals using rfid technolgy
an advance approach to divert trafiic at busy signals using rfid technolgyan advance approach to divert trafiic at busy signals using rfid technolgy
an advance approach to divert trafiic at busy signals using rfid technolgy
 
Scada ppt
Scada pptScada ppt
Scada ppt
 
Vt training plc_1
Vt training plc_1Vt training plc_1
Vt training plc_1
 
Plc course presentation
Plc course presentationPlc course presentation
Plc course presentation
 
A project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoA project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and Arduino
 
Allenbradley Control Logix PLC Network Architecture
Allenbradley Control Logix PLC Network  ArchitectureAllenbradley Control Logix PLC Network  Architecture
Allenbradley Control Logix PLC Network Architecture
 
Microprocessors 8085 pin diagram
Microprocessors 8085 pin diagramMicroprocessors 8085 pin diagram
Microprocessors 8085 pin diagram
 
Lec 12 (cont plc)
Lec 12 (cont plc)Lec 12 (cont plc)
Lec 12 (cont plc)
 
Programmable Logic Controllers
Programmable Logic ControllersProgrammable Logic Controllers
Programmable Logic Controllers
 
Plc (processors and dio)
Plc (processors and dio)Plc (processors and dio)
Plc (processors and dio)
 
PLC Circuit Design And Basic Programming By Manish kumar
PLC Circuit Design And Basic Programming By Manish kumarPLC Circuit Design And Basic Programming By Manish kumar
PLC Circuit Design And Basic Programming By Manish kumar
 

Viewers also liked

Ut installation review
Ut installation reviewUt installation review
Ut installation reviewkyawzay htet
 
Earth station and satellite antenna
Earth station and satellite antennaEarth station and satellite antenna
Earth station and satellite antennaAndrew Huang
 
Radar transmitter 4 (1)
Radar transmitter 4 (1)Radar transmitter 4 (1)
Radar transmitter 4 (1)Ritesh Goel
 
Esquema de celebración de camino de luz en las comunidades
Esquema de celebración de camino de luz en las comunidadesEsquema de celebración de camino de luz en las comunidades
Esquema de celebración de camino de luz en las comunidadessecretarioocdchile
 
Revista cosmocapsula numero 2
Revista cosmocapsula numero 2Revista cosmocapsula numero 2
Revista cosmocapsula numero 2David Pérez
 
Convocatorias TPC Marzo 2012
Convocatorias TPC Marzo 2012Convocatorias TPC Marzo 2012
Convocatorias TPC Marzo 2012prodisa
 
Working with diversity in international partnerships -- The GCP experience --...
Working with diversity in international partnerships -- The GCP experience --...Working with diversity in international partnerships -- The GCP experience --...
Working with diversity in international partnerships -- The GCP experience --...CGIAR Generation Challenge Programme
 
Proyecto del III Encuentro por la Paz, de Ecología Activa, Ecoempleos Ponemos...
Proyecto del III Encuentro por la Paz, de Ecología Activa, Ecoempleos Ponemos...Proyecto del III Encuentro por la Paz, de Ecología Activa, Ecoempleos Ponemos...
Proyecto del III Encuentro por la Paz, de Ecología Activa, Ecoempleos Ponemos...fetopax
 
Aaron Creces (Resume)
Aaron Creces (Resume)Aaron Creces (Resume)
Aaron Creces (Resume)Aaron Creces
 

Viewers also liked (20)

Twta and sspa
Twta and sspaTwta and sspa
Twta and sspa
 
Twt 2015
Twt 2015Twt 2015
Twt 2015
 
OE254
OE254OE254
OE254
 
Ut installation review
Ut installation reviewUt installation review
Ut installation review
 
09 chapter 2
09 chapter 209 chapter 2
09 chapter 2
 
Dielectric wave guide
Dielectric wave guideDielectric wave guide
Dielectric wave guide
 
Earth station and satellite antenna
Earth station and satellite antennaEarth station and satellite antenna
Earth station and satellite antenna
 
Radar transmitter 4 (1)
Radar transmitter 4 (1)Radar transmitter 4 (1)
Radar transmitter 4 (1)
 
Reporte el estudiante
Reporte el estudianteReporte el estudiante
Reporte el estudiante
 
Resolucion Tupa 2009
Resolucion Tupa 2009Resolucion Tupa 2009
Resolucion Tupa 2009
 
Herencia Ama A La Virgen
Herencia Ama A La VirgenHerencia Ama A La Virgen
Herencia Ama A La Virgen
 
Remo
RemoRemo
Remo
 
Esquema de celebración de camino de luz en las comunidades
Esquema de celebración de camino de luz en las comunidadesEsquema de celebración de camino de luz en las comunidades
Esquema de celebración de camino de luz en las comunidades
 
Presentacion aguas
Presentacion aguasPresentacion aguas
Presentacion aguas
 
Revista cosmocapsula numero 2
Revista cosmocapsula numero 2Revista cosmocapsula numero 2
Revista cosmocapsula numero 2
 
Convocatorias TPC Marzo 2012
Convocatorias TPC Marzo 2012Convocatorias TPC Marzo 2012
Convocatorias TPC Marzo 2012
 
Working with diversity in international partnerships -- The GCP experience --...
Working with diversity in international partnerships -- The GCP experience --...Working with diversity in international partnerships -- The GCP experience --...
Working with diversity in international partnerships -- The GCP experience --...
 
Proyecto del III Encuentro por la Paz, de Ecología Activa, Ecoempleos Ponemos...
Proyecto del III Encuentro por la Paz, de Ecología Activa, Ecoempleos Ponemos...Proyecto del III Encuentro por la Paz, de Ecología Activa, Ecoempleos Ponemos...
Proyecto del III Encuentro por la Paz, de Ecología Activa, Ecoempleos Ponemos...
 
09 06-11 reporte de noticias
09 06-11 reporte de noticias09 06-11 reporte de noticias
09 06-11 reporte de noticias
 
Aaron Creces (Resume)
Aaron Creces (Resume)Aaron Creces (Resume)
Aaron Creces (Resume)
 

Similar to MPC of TWT based Transmitter

KAGITHALA YASASWINI
KAGITHALA YASASWINIKAGITHALA YASASWINI
KAGITHALA YASASWINIMAHESH294
 
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALAfault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALAMAHESH294
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Boxncct
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll newMainak Nandi
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLshiv kapil
 
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCYAUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCYGaurav Singh
 
File 1389427052
File 1389427052File 1389427052
File 1389427052Aman_preet
 
CONTROLLING HOME APPLIANCES USING REMOTE(1)
CONTROLLING HOME APPLIANCES USING REMOTE(1)CONTROLLING HOME APPLIANCES USING REMOTE(1)
CONTROLLING HOME APPLIANCES USING REMOTE(1)Ambar Gupta
 
ELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTvasav2204
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering projectvasav2204
 
A PROJECT ON scada.pptx
A PROJECT ON scada.pptxA PROJECT ON scada.pptx
A PROJECT ON scada.pptxAshhadRaza1
 
Diwan Annexure Starter panels Presentation Rev-1 Dt16-11-2014
Diwan Annexure Starter panels Presentation Rev-1 Dt16-11-2014Diwan Annexure Starter panels Presentation Rev-1 Dt16-11-2014
Diwan Annexure Starter panels Presentation Rev-1 Dt16-11-2014Sheikh Imran
 
Distance Protection
Distance ProtectionDistance Protection
Distance Protectionncct
 
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCKINTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCKSantanu Chatterjee
 
Plc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkarPlc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkarBhushan Kumbhalkar
 

Similar to MPC of TWT based Transmitter (20)

Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
KAGITHALA YASASWINI
KAGITHALA YASASWINIKAGITHALA YASASWINI
KAGITHALA YASASWINI
 
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALAfault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
 
embedded system
embedded systemembedded system
embedded system
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCYAUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
 
File 1389427052
File 1389427052File 1389427052
File 1389427052
 
CONTROLLING HOME APPLIANCES USING REMOTE(1)
CONTROLLING HOME APPLIANCES USING REMOTE(1)CONTROLLING HOME APPLIANCES USING REMOTE(1)
CONTROLLING HOME APPLIANCES USING REMOTE(1)
 
Basic plc 1
Basic plc 1Basic plc 1
Basic plc 1
 
ELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECT
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering project
 
A PROJECT ON scada.pptx
A PROJECT ON scada.pptxA PROJECT ON scada.pptx
A PROJECT ON scada.pptx
 
Programmable logic controllers
Programmable logic controllersProgrammable logic controllers
Programmable logic controllers
 
Diwan Annexure Starter panels Presentation Rev-1 Dt16-11-2014
Diwan Annexure Starter panels Presentation Rev-1 Dt16-11-2014Diwan Annexure Starter panels Presentation Rev-1 Dt16-11-2014
Diwan Annexure Starter panels Presentation Rev-1 Dt16-11-2014
 
Distance Protection
Distance ProtectionDistance Protection
Distance Protection
 
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCKINTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
 
Basic plc
Basic plcBasic plc
Basic plc
 
Plc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkarPlc scada by bhushan kumbhalkar
Plc scada by bhushan kumbhalkar
 

Recently uploaded

Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 

Recently uploaded (20)

Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 

MPC of TWT based Transmitter

  • 1. MONITORING, PROTECTION & CONTROL MODULE FOR A RADAR TRANSMITTER BY ABHISHEK SUTRAVE (1RN05EC004) AMOGHA VARSHA B.S (1RN05EC012) KEERTHI D.H (1RN05EC041)
  • 2. INTRODUCTION • A TWT based Radar Transmitter would have three major sub-systems 1)High Voltage High Power supply 2)Grid Modulator or Pulser 3)Monitoring, Protection & Control unit (MPC) • Our project focuses on a part of the MPC unit of the entire system.
  • 3. TWT transmitter kollector, heizung, eingang, ausgang collector, heating, input, output
  • 4.
  • 5. Need/OBJECTIVE 1) The circuits which generally operate from 5V to 15V, are under heavy EMI and high current transients similar to lighting environment. 2) For monitoring the floating parameters, samples of values are to be brought to the ground reference. 3) The ground referenced control unit is conceived in two parts. • First a dedicated set of latching voltage comparators capture any parameters crossing the threshold limit. The faults are categorized as A,B,C & D based on the severity. Appropriate action is initiated to protect the transmitting tube. • Secondly, a microcontroller carries out the switching ON/OFF sequencing, A/D conversion of analog voltage and current values and status bit reading. 7) The outputs from the microcontroller are displayed through a 2 line 16 character LCD panel.
  • 6. DESIGN GOALS • To monitor the transmitter parameters which cause TYPE A fault. • To sequence the safe switching ON and switching OFF. • To protect the highly expensive TWT and various other electronic devices from damage in the event of erroneous conditions. • To capture and display the parameters, error messages in the LCD.
  • 7. How design will be made • A set of latching comparators to capture and register the occurrence of error. • A micro controller to do the sequencing ON/OFF, carry out the A/D conversion of analog parameters, and display the states on an LCD display panel. • Proper setting of threshold limits to obtain noise immunity.
  • 8. BDO OF THE ENTIRE SYSTEM
  • 9. HARDWARE DESCRIPTION Hardware part consists of • Monitoring Unit  Comparator module • Control and Display Unit Microcontroller, ADC, LCD
  • 11. • COMPARATOR CARD  Scaled down voltage and current values of the transmitter parameter, are taken as I/P to the comparator card.  In our project we are considering only the parameters causing TYPE A fault.  Its basic function is to compare the I/P with the reference value and make the corresponding LED glow upon threshold exceed.  OPAMP’s LM324 is used for Amplification/Gain, LM139 as a Voltage Comparator and ULN2001A as a driver.
  • 12.
  • 13. • Microcontroller:  P89V51RD2 is a Microcontroller from Philips. The microcontroller is used to interact between various other components.  It is programmed to accept the data from the ADC and the comparator card, compare the values received with the default threshold values, and output the result to LCD, and accordingly switch on the buzzer and the relay switch.  The entire operation of the circuit is controlled by the software embedded in the microcontroller.
  • 14. P89V51RD2 FEATURES • 80C51 Central Processing Unit • 5 V Operating voltage from 0 to 40 MHz • 64 kB of on-chip Flash program memory with ISP (In-System Programming) and • SPI (Serial Peripheral Interface) and enhanced UART • Four 8-bit I/O ports with three high-current Port 1 pins (16 mA each) • Three 16-bit timers/counters • Programmable Watchdog timer (WDT)
  • 15. • Analog to digital Converter:  The ADC 0809 is an analog to digital converter. It accepts the analog I/P values from the comparator card and gives an 8 bit binary O/P value, which is given to the microcontroller.  It is is a 8-channel multiplexer which uses successive approximation as the conversion technique.  For the scale of 0-5 V, the step size is 19.53mV for full scale output. The input analog voltage is divided by the step size to give a digital output.
  • 16. FEATURES OF ADC • Easy interface to all microcontrollers. • No zero or full-scale adjust required. • 8-channel multiplexer with address logic. • 0V to 5V input range with single 5V power supply. • 28-pin molded chip carrier package.
  • 17. LCD: The 16*2 LCD is used to display real-time comparator card I/P values and occasionally the error values if present.
  • 19. RELAY: • A relay is an electrical switch that opens and closes under the control of another electrical circuit. • The switch is operated by an electromagnet to open or close one or many sets of contacts. • Since a relay is able to control an output circuit of higher power than the input circuit, it can be considered to be, in a broad sense, a form of an electrical amplifier. • Different switching conditions • 1.Normally-Open (NO): contacts connect the circuit when the relay is activated; the circuit is disconnected when the relay is inactive. It is also called a FORM A contact or “make” contact.
  • 20.
  • 21. 2.Normally - Closed (NC): contacts disconnect the circuit when the relay is activated ; the circuit is connected when relay is inactive. It is also called “Form B” contact or” break” contact 3.Change-over or double-throw: contacts control two circuits; one normally open contact and one normally closed contact with a common terminal. It is also called a Form C “transfer “ contact. Sugar cube Relay
  • 23. FLOW CHART representing the working of the system
  • 24. FLOW CHART FOR LCD INTIALIZATION
  • 25.
  • 26. FLOW CHART FOR ADC INTIALIZATION
  • 28. SOFTWARE OVERVIEW In our project, the assembly code is compiled, built and converted to hexadecimal code by the KEIL MICRO VISION V.2 software. The hex file is then fused/burnt onto the microcontroller using FLASH MAGIC software through the RS232 pin of the MAX232 driver.
  • 29.
  • 30.
  • 31. LIMITATONS Only 4 values can be Monitored, Protected & Controlled. All the ports of the microcontroller are used and hence other I/P or O/P bits cannot be used.
  • 32. ENHANCEMENTS In this project we are checking only 4 I/P values of TYPE A faults, where as there are 28 values in all which are categorized into faults A,B & C.  Clearly there is a large scope for increase in the I/P values to be Monitored, Protected & Controlled. A larger LCD can be used to display the values required simultaneously. A Programmable peripheral interface(8255) can be used to enhance the ports of 8051.
  • 33. APPLICATION  MPC of various Large Scale Systems  Surveillance system  Guidance/fire control system  Air traffic Control system  Airborne Interception system  Missile Control systems  TV & Radio Broadcasting system  Weather Station
  • 34.
  • 35. CONCLUSION • The Protection of any large scale machines would be of utmost importance for any company. • With a Protection module as simple and less expensive as this, any company can implement this on their system with a fewer modifications for extended ability.