Skip to main content

Automatic ON/OFF control Circuit using Float sensor

In this Post you are going to Learn about float Sensor, Actually sensors is nothing but its a device which sense the physical quantity( whatever available in nature) and convert into Electrical signal. 
इस पोस्ट में आप फ्लोट सेंसर के बारे में जानने जा रहे हैं, वास्तव में सेंसर कुछ भी नहीं है, लेकिन यह एक ऐसा उपकरण है जो भौतिक मात्रा (प्रकृति में उपलब्ध) और विद्युत संकेत में परिवर्तित होता है।
Remember "sensor output is always Electrical output".
याद रखें "सेंसर आउटपुट हमेशा इलेक्ट्रिकल आउटपुट होता है"।

In post I am  going to discuss about float sensor. This sensor indicates the presence of water level in the Tank. it  has three wire 
पोस्ट में मैं फ्लोट सेंसर के बारे में चर्चा करने जा रहा हूं। यह सेंसर टैंक में जल स्तर की उपस्थिति को इंगित करता है। इसके तीन तार हैं
Before going to this connection you should Know about Concept of No,NC and common.
इस संबंध में जाने से पहले आपको Concept of No, NC और आम के बारे में पता होना चाहिए। Any switches are sensors having the concept of enable or Disable this can b Expressed with boolean function that is only in Two condition 0 or 1. 
किसी भी स्विच सक्षम या अक्षम करने की अवधारणा वाले सेंसर हैं यह बूलियन फ़ंक्शन के साथ व्यक्त किया जा सकता है जो केवल दो स्थिति 0 या 1 में है।
here we little differences Between 0 & 1. 
note: When 1 in output it indicates high mean your Lamp or motor is in On condition similarly 0 indicates off condition.
यहाँ हम 0 और 1 के बीच थोड़ा अंतर रखते हैं।
नोट: जब आउटपुट में 1 यह इंगित करता है कि आपका लैंप या मोटर उच्च स्थिति में है तो इसी तरह 0 स्थिति को इंगित करता है।
but when we are coming to input part means switching part  we cant decide it is on or off. to know more information please watch my video.
लेकिन जब हम इनपुट भाग पर आ रहे हैं तो इसका मतलब है कि हम उस हिस्से को स्विच ऑन या ऑफ कर सकते हैं। अधिक जानकारी के लिए कृपया मेरा वीडियो देखे



you will clear all the Doubts in this video. now we will discuss only sensor part i.e float sensor.
float sensors are many types
आप इस वीडियो में सभी संदेह साफ़ कर देंगे। अब हम केवल सेंसर भाग पर चर्चा करेंगे अर्थात् फ्लोट सेंसर। फ्लोट सेंसर कई प्रकार के होते हैं


ØFloat switches
ØWater level controls
ØFloatless level indicators
ØSingle point level indicators 
ØHanging water level sensors
ØConductivity level sensors
ØElectronic water level indicator
ØSpark plug water level indicators
ØPVC water level sensors
ØWireless water level sensors
ØSwimming pool water level indicators.

Here we are going To discuss float sensor which mentioned below. 
यहां हम फ्लोट सेंसर पर चर्चा करने जा रहे हैं, जो नीचे उल्लेखित है।


Above circuit Indicates That Float switch Connected in No by using Relay. when You are on the motor,relay will activate and tank will fill water at certain Level. if water touches the water to sensor(float sensor) float sensor will float in water from Minimum to maximum level after it float sensor senses No turns into NC and Alarm or motor get off according to your circuit. Below Diag. Showing inside of the float sensor.
ऊपर सर्किट बताता है कि फ्लोट स्विच रिले का उपयोग करके नहीं में जुड़ा हुआ है। जब आप मोटर पर होते हैं, तो रिले सक्रिय हो जाएगा और टैंक निश्चित स्तर पर पानी भर देगा। यदि पानी सेंसर को पानी को छूता है (फ्लोट सेंसर) फ्लोट सेंसर पानी में न्यूनतम से अधिकतम स्तर तक तैरने के बाद सेंसर होश में होगा, तो एनसी और अलार्म में कोई बदलाव नहीं होता है या आपके सर्किट के अनुसार मोटर बंद हो जाता है। डायग के नीचे। फ्लोट सेंसर के अंदर दिखा रहा है।
t
Above sensor Connected in NO position
ऊपर संवेदक NO स्थिति में जुड़ा हुआ है
Above Sensor Connected in NC position
नेकां स्थिति में सेंसर से ऊपर






Comments

Popular posts from this blog

User Registration Form: Purpose, Design, and Code Explanation

  Why Do We Need to Create Forms? Forms are essential in web development as they provide a way for users to interact with web applications by submitting data. They are used for various purposes, including: Collecting User Data : For registration, login, feedback, surveys, and more. Enabling Interactions : Allowing users to send information to the server. Dynamic Applications : Forms are key in creating dynamic web applications like e-commerce websites, social media platforms, etc. Improving User Experience : Forms enable tailored content and services by collecting user preferences or queries. Code Explanation HTML The HTML provides the structure of the form and its elements. Here's a detailed breakdown: html .. <div class="form-container"> A container that wraps the entire form, styled with CSS for layout and design. html .. <h1>Sign Up</h1> A heading that indicates the purpose of ...

CSS Box Model

  CSS Box Model: Comprehensive Guide Overview The CSS Box Model is a foundational concept in web design that governs the layout and spacing of elements on a webpage. It treats every HTML element as a rectangular box, defining how its content, padding, border, and margin interact. Why Do We Need the CSS Box Model? 1.      Precise Layout Control : o     Allows developers to define the exact size and space of elements, including margins, borders, and padding. 2.      Consistency : o     Ensures uniform spacing and layout across different browsers and devices. 3.      Flexibility : o     Adjusts spacing and borders without changing the core content dimensions. Where Do We Need the CSS Box Model? 1.      Website Layout Design : o     Essential for spacing headers, footers, sidebars, and content sections. 2. ...

CSS Units

CSS Units: Comprehensive Notes What Are CSS Units? CSS (Cascading Style Sheets) units are a way to define the size of elements, spacing, and positioning in a web page. These units provide flexibility to design responsive, visually appealing, and functional layouts. CSS units are used in defining properties such as width, height, margin, padding, font size, and more. Example 1: <style>   div {     width: 100px;     height: 50px;   } </style> <div>Box</div> Here, 100px and 50px define the width and height of the div . Example 2: <style>   p {     font-size: 16px;   } </style> <p>This is a paragraph.</p> The font size of the paragraph is set to 16 pixels using CSS units. Purpose of CSS Units CSS units help define scalable and fixed measurements for web elements, ensuring: Consistency in layout design. Adaptability to differ...