<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Electronic project | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/electronic-project/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Sun, 16 Aug 2009 15:44:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>Heavy electrical device protector</title>
		<link>https://studentprojects.in/electronics/microcontroller/8051-8951/heavy-electrical-device-protector/</link>
					<comments>https://studentprojects.in/electronics/microcontroller/8051-8951/heavy-electrical-device-protector/#comments</comments>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Sun, 16 Aug 2009 15:41:26 +0000</pubDate>
				<category><![CDATA[8051/8951]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Device protector]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[Electronic project]]></category>
		<guid isPermaLink="false">http://studentprojects.in/?p=658</guid>

					<description><![CDATA[<p>Applications: In monitoring &#38; controlling of power systems such as Transformers, Generators, Motors etc. To analyze the performance of electrical machines. Can be used as a safety device to protect machines from over loading, excessive voltage etc. To make the power distribution system efficient. Recording device/Line parameters. Introduction This unit is used to protect heavy</p>
<p>The post <a href="https://studentprojects.in/electronics/microcontroller/8051-8951/heavy-electrical-device-protector/">Heavy electrical device protector</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Applications:</strong></p>
<ol>
<li> In monitoring &amp; controlling of power systems such as Transformers, Generators, Motors etc.</li>
<li>To analyze the performance of electrical machines.</li>
<li>Can be used as a safety device to protect machines from over loading, excessive voltage etc.</li>
<li> To make the power distribution system efficient.</li>
<li>Recording device/Line parameters.</li>
</ol>
<p><strong>Introduction<br />
</strong><br />
This unit is used to protect heavy electrical machinery from damage caused by over loading. Over heating excessive voltage etc.</p>
<p>The unit works as a fuse so disconnect the device or m/c from circuit when detects abnormal condition &amp; after a fixed time (for over loading )/ or when conditions gets normal it automatically reconnects the unit or m/c to circuit.</p>
<p>Now if it detects the abnormal condition again it repeats the process again for a number of time &amp; if condition does not get normal, it disconnect &amp; locks the m/c.</p>
<p>We are also providing the facility of password protection so m/c will not run after locking without entering password.</p>
<p><strong>Auto Recloser</strong></p>
<p>In our project we designed a circuit which contains a micro controller which collects the data from sensors placed at different locations of device &amp; display them into LCD.</p>
<p>Now after collecting the data micro controller compares them with standard values (pre defined for each sensor on normal working conditions) &amp; if it detects deviation from normal values it gives a buzzer sound &amp; if it crosses the maximum limit it trip off the unit for a fixed duration &amp; records the collected data into EEPROM.<br />
Now if the number of tripping exceeds the 10 no. it  permanently trip the unit &amp; starts them only after detecting the password.</p>
<p><strong>The utility of this circuit are:</strong></p>
<ol>
<li> To warn the manufacturer at the initial stage of fault so that manufacturer can take proper corrective action before serious damage to device occurs which saves a lot of money required to reconstruct the device and other associated losses.</li>
<li> Performance observation of the device.</li>
<li> Monitoring of the device.</li>
</ol>
<p><strong>Block Diagram Explanation<br />
</strong></p>
<figure id="attachment_660" aria-describedby="caption-attachment-660" style="width: 264px" class="wp-caption alignleft"><img decoding="async" class="size-full wp-image-660" title="Block Diagram" src="https://studentprojects.in/wp-content/uploads/2009/08/block_Diagram.jpg" alt="Block Diagram" width="264" height="492" /><figcaption id="caption-attachment-660" class="wp-caption-text">Block Diagram</figcaption></figure>
<p><strong>A) Sensors:</strong></p>
<p>This is the part of circuit which senses the different parameters of the unit.<br />
To make the circuit unit independent it is necessary to use a conditioning unit between sensor &amp; multiplexer. The conditioning unit will automatically maintain the output level of signals between desired limits.</p>
<p><strong>B) Multiplexer:<br />
</strong><br />
This is required to select sensors one by one for analog to digital conversion of their values (output). When we are using single ADC the multiplexer must be analog in nature because we have to connect the analog signals.</p>
<p><strong>C) A/D Converter:<br />
</strong><br />
This unit converts the analog signals coming from multiplexer in to 8bit parallel digital data which is a must for Micro controller operation because Micro controller can not work with analog signals directly.</p>
<p><strong>D) Micro controller:<br />
</strong><br />
As the name indicates this unit has the over all command of all blocks or this unit decides  when to use &amp; which unit has to be used. Since it is a programmable device it provides the facility to update the device without changes in hardware &amp; it also reduces the hardware required to implement the circuit.</p>
<p><strong>E) LCD Display:<br />
</strong><br />
Display plays an important role whenever we want a user friendly system because user can see &amp; read the information from display &amp; can get better understanding about the system. Since we want to display alphabets for massages &amp; digits for readings we required a alphanumeric LCD display so we use a 16 character , 2 line display best suitable for our requirement because our massage length to not greater then 16 character, so they can be displayed on single line only.</p>
<p><strong>F)  EEPROM R/W<br />
</strong><br />
As we consider a SIM it’s a memory card or ROM   which can be erased electrically because many EEPROM requires different voltage levels to program, we need a voltage level shifter or Converter to interface it with microcontroller which have only two level outputs 5VDC &amp; 0V DC.</p>
<p><strong>G)  EEPROM<br />
</strong><br />
It’s a two terminal memory device which stores the Information about the energy in a predefined format it contains 10, 8bit number interrelated by some mathematical function so that it can  not be charged by unauthorized persons although we have used here a chip which can be used for 256 bytes of memory so that in future we can incorporate some additional features also in same card.</p>
<p><strong>H) Key Pad<br />
</strong><br />
This section consist the keys one to reset the controller &amp; other one to provide the password.</p>
<p><strong>I) Indications &amp; Beeper<br />
</strong><br />
Although we are using here a LCD display to display the information but it is still requirement of a system that it should create the special attention of user to read same specific information on LCD this is done by this block. It generates a beeping sound on over loading mode. So that user need not to read the LCD frequently (when not required).</p>
<p><strong>J)  Relay &amp; tripping unit</strong></p>
<p>To disconnect the supply when tripped. </p><p>The post <a href="https://studentprojects.in/electronics/microcontroller/8051-8951/heavy-electrical-device-protector/">Heavy electrical device protector</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/electronics/microcontroller/8051-8951/heavy-electrical-device-protector/feed/</wfw:commentRss>
			<slash:comments>18</slash:comments>
		
		
			</item>
	</channel>
</rss>
