Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Placements

Student Reviews


For Business


More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Mechanical

Electrical

Civil

Computer Science

Electronics

Offline Program

All Courses

All Courses

logo

CHOOSE A CATEGORY

Mechanical

Electrical

Civil

Computer Science

Electronics

Offline Program

Top Job Leading Courses

Automotive

CFD

FEA

Design

MBD

Med Tech

Courses by Software

Design

Solver

Automation

Vehicle Dynamics

CFD Solver

Preprocessor

Courses by Semester

First Year

Second Year

Third Year

Fourth Year

Courses by Domain

Automotive

CFD

Design

FEA

Tool-focused Courses

Design

Solver

Automation

Preprocessor

CFD Solver

Vehicle Dynamics

Machine learning

Machine Learning and AI

POPULAR COURSES

coursePost Graduate Program in Hybrid Electric Vehicle Design and Analysis
coursePost Graduate Program in Computational Fluid Dynamics
coursePost Graduate Program in CAD
coursePost Graduate Program in CAE
coursePost Graduate Program in Manufacturing Design
coursePost Graduate Program in Computational Design and Pre-processing
coursePost Graduate Program in Complete Passenger Car Design & Product Development
Executive Programs
Workshops
For Business

Success Stories

Placements

Student Reviews

More

Projects

Blogs

Academic Training

Find Jobs

Informative Articles

We're Hiring!

phone+91 9342691281Log in
  1. Home/
  2. Setlem Yogi Venkata Karishma/
  3. Week -2

Week -2

1)ans:-  Make a Simulink model of Doorbell using solenoid block with the following details:    In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound.     Create a situation…

    • Setlem Yogi Venkata Karishma

      updated on 25 Oct 2021

    1)ans:- 

    1. Make a Simulink model of Doorbell using solenoid block with the following details:

       In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound. 

       Create a situation where the switch is closed for 2 seconds and then released. Observe the physical movement of the plunger. 

     

       2. Use a thermistor to sense the temperature of a heater & turn on or turn off the fan as per below conditions:

     

      Temperature source: 20 °C from 0 to 10 seconds, 27 °C from 10 to 30 seconds, 23 °C from 30 to 50 seconds

      Fan conditions: ON if the temperature above 25 °C, OFF otherwise

      1) Doorbell

       Theory:

     

           When the door bell button is pressed, an electrical circuit is closed, which leads to the flowing of electric current through the electromagnet.The current then passes through the electromagnetic wire winding. A magnetic field is generated as a result, which is used to drive a sound making mechanism. Different types of sound making mechanisms are used to generate different sorts of noises.

    Procedure :

    • First the input is given with the help of pulse generator and its connected to electrical switch with the help of a simulink-ps converter and the input is observed by connecting scope.
    • then the solver configuration block is connected to the switch.
    • battery block is defined for volatge source.
    • the battery is connected to an electrical switch and the switch is connected to the solenoid to complete the circuit.
    • then we give the block for solenoid and connect it to an ideal translational motion sensor to measure the translation motion of the solenoid, the traslation motion of the bell is observed by connecting it to a
    • scope with the help for ps-simulink converter.
    • electrical reference and mechanical translation reference connected as earthing.
    • stop time is given as 20 sec 
    • Initial position of the ideal translational motion sensor is given as 5.

    parameters:

     pulse generator parameter :

     

     

    • Solenoid mechanical parameters :   Simulink model :

     

    output from scope :

     

    2)Thermistor

    Theory:

           A thermistor is a resistance thermometer, or a resistor whose resistance is dependent on temperature. The term is a combination of “thermal” and “resistor”. It is made of metallic oxides, pressed into a bead, disk, or cylindrical shape and then encapsulated with an impermeable material such as epoxy or glass.

          There are two types of thermistors: Negative Temperature Coefficient (NTC) and Positive Temperature Coefficient (PTC). With an NTC thermistor, when the temperature increases, resistance decreases. Conversely, when temperature decreases, resistance increases. This type of thermistor is used the most.

    A PTC thermistor works a little differently. When temperature increases, the resistance increases, and when temperature decreases, resistance decreases. This type of thermistor is generally used as a fuse.

           Typically, a thermistor achieves high precision within a limited temperature range of about 50ºC around the target temperature. This range is dependent on the base resistance.

    Proceure :

    • first we give the input signal with the help of repeating seqence stair block.
    • the input signal block is connect to 's' port of the  controlled temperature source block with the help of a simulink-ps converter.the 'B' port of the controlled temperature source is connected to the 'A' port(net heat flows through port A) of thermistor.
    • a scope is connected to the input signal of observe the input.
    • then we make a thermistor block and connect a battery to it as a voltage source.
    • then we connect a resistor block and connect it to a voltage block in series to measure the voltage flowing through the resistor.
    • display block is connected to "V"(v is the physical port that outputs the voltage value) of the voltage sensor with the help of a ps-simulink converter to display the output.
    • a conditional switch block with 2 constant blocks of value '0' and '1' is connected to the "v" port of the voltage sensor.
    • the threshold of the switch is calculated with the help of thermistor equation 
    • 8.29 ohms is calculated as the threshold at 25 degree celsius and it given as threshold for switch.
    • T1 is the first temperature point in Kelvin
    • T2 is the second temperature point in Kelvin
    • R1 is the thermistors resistance at temperature T1 in Ohms
    • R2 is the thermistors resistance at temperature T2 in Ohms
    • the conditional switch block is connect to a scope to display the graph and the output of switch is connected to a lamp.the lamp glows red if the resistance across is less than the switch threshold meaning the fan if off, if the resistance across is higher than the switch threshold the lamp glows green meaning the fan is on.
    • thermal reference and electrcal reference is connected to provide earthing.
    • the initial stop time is given as 20 sec.

     Simulink model :

    The fan is off when the temperature is less than 25 degree celsius  and the fan is on when the temp is greater than 25 degree celsius.

    Input scope:

     temperature below 25 degree celcius,fan is off

      

    output scope :

    0 in the graph indicates the fan is off.

     temperature above 25 degree celcius, fan is on.

     

     Output scope :

    1 in the graph indicates fan is on

    Parameters :

     repeating sequence stair :

    switch parameter:

     

     

     

     

     

     

     

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Setlem Yogi Venkata Karishma (18)

    Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

    Objective:

    Aim: Overview of the Project:  In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message…

    calendar

    15 Jun 2022 09:49 AM IST

      Read more

      Project 2

      Objective:

      Objective:  Design an interleaving DC/DC converter system for a data centre application with the following specifications: • Input voltage: 45 – 60 v• Output voltage: 3 V• Output current: 100A• Efficiency > 85% (extra credit for efficiency higher than 90% on a spice-based software simulation…

      calendar

      04 Jun 2022 09:32 AM IST

        Read more

        Project 1

        Objective:

        Project:1   Choose any three topologies and develop the models in Simulink. The project design report should include the following:1- A Design report to show the reasoning behind your choices of inductance and capacitance levels in your design.2- The full schematics of your converter including gate drivers, PWM chips,…

        calendar

        03 Jun 2022 11:36 AM IST

          Read more

          Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

          Objective:

          Aim:Implement the Code for controlling the retraction and extension of Airplane’s landing gear Overview of the project: In this project, controlling the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical…

          calendar

          25 May 2022 06:57 AM IST

            Read more

            Schedule a counselling session

            Please enter your name
            Please enter a valid email
            Please enter a valid number

            Related Courses

            coursecard

            Design loads considered on bridges

            Recently launched

            10 Hours of Content

            coursecard

            Design of Steel Superstructure in Bridges

            Recently launched

            16 Hours of Content

            coursecard

            Design for Manufacturability (DFM)

            Recently launched

            11 Hours of Content

            coursecard

            CATIA for Medical Product Design

            Recently launched

            5 Hours of Content

            coursecardcoursetype

            Accelerated Career Program in Embedded Systems (On-Campus) Courseware Partner: IT-ITes SSC nasscom

            Recently launched

            0 Hours of Content

            Schedule a counselling session

            Please enter your name
            Please enter a valid email
            Please enter a valid number

            logo

            Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.

            https://d27yxarlh48w6q.cloudfront.net/web/v1/images/facebook.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/insta.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/twitter.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/youtube.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/linkedin.svg

            Our Company

            News & EventsBlogCareersGrievance RedressalSkill-Lync ReviewsTermsPrivacy PolicyBecome an Affiliate
            map
            EpowerX Learning Technologies Pvt Ltd.
            4th Floor, BLOCK-B, Velachery - Tambaram Main Rd, Ram Nagar South, Madipakkam, Chennai, Tamil Nadu 600042.
            mail
            info@skill-lync.com
            mail
            ITgrievance@skill-lync.com

            Top Individual Courses

            Computational Combustion Using Python and CanteraIntroduction to Physical Modeling using SimscapeIntroduction to Structural Analysis using ANSYS WorkbenchIntroduction to Structural Analysis using ANSYS Workbench

            Top PG Programs

            Post Graduate Program in Hybrid Electric Vehicle Design and AnalysisPost Graduate Program in Computational Fluid DynamicsPost Graduate Program in CADPost Graduate Program in Electric Vehicle Design & Development

            Skill-Lync Plus

            Executive Program in Electric Vehicle Embedded SoftwareExecutive Program in Electric Vehicle DesignExecutive Program in Cybersecurity

            Trending Blogs

            How to Learn CAD Design: Step-by-Step GuideGD&T Basics: How to Read and Apply GD&T Symbols SolidWorks vs Creo: Best CAD Software to Learn for Mechanical Engineers Engineering Edtech in India: Busting Myths & Building Careers How to Get a Core Mechanical Engineering Job After Graduation

            © 2025 Skill-Lync Inc. All Rights Reserved.

                        Do You Want To Showcase Your Technical Skills?
                        Sign-Up for our projects.