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. Jayant chikankar/
  3. Week -2

Week -2

Objective:   Make a Simulink model of Doorbell using a 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…

    • Jayant chikankar

      updated on 08 Jun 2022

    Objective:

     

    1. Make a Simulink model of Doorbell using a 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.

     Assume remaining parameters.

     

    1. Use a thermistor to sense the temperature of a heater & turn on or turn off the fan as per the 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.

     

     Objective-1: Ans:-

    Theory:

    Doorbell: A doorbell is a signaling device typically placed near a door to a building's entrance. When a visitor presses a button the bell rings inside the building, alerting the occupant to the presence of the visitor. The heart of a doorbell is an electromagnet. Electromagnets are coils of wire wrapped around a small piece of magnetic metal. When electricity passes through the wire, it creates a magnetic field around the wire. When you press a doorbell button, you complete an electrical circuit that allows household electricity to flow through the doorbell's internal electromagnet. The magnetic field generated by the electromagnet is then used to power a mechanism that creates the doorbell sound. Doorbells are low-voltage devices. This means they require relatively little energy to operate. An important part of a doorbell mechanism is the transformer. The transformer converts regular 120-volt household current to the lower voltage (usually somewhere between 6 16 volts) required by the doorbell.

    Solenoid: A solenoid is a 3-dimensional structure of wire. When this wire is wrapped around a metallic block in a coil and electricity is passed through it, it has some special magnetic properties. Electromagnetic induction makes it an electromagnet that can be switched on or off. The side in which the current appears to be passing clockwise is the South Pole, and the side in which the current seems to be passing anticlockwise is the Northern Pole. The solenoid works just like a bar magnet and therefore has many uses. This principle is used to create valves, among other things. Where the solenoid operates an electric switch, it is a relay.

     

     

                        Fig.1: Doorbell Dig.

                                                           Fig.2: Simulink model

    The figure above is the representation of "A doorbell operated on solenoid". In this model, some blocks are used to make the working model of the doorbell. These blocks are:

    1. Pulse Generator: The Pulse Generator block generates square wave pulses at regular intervals. The block waveform parameters, Amplitude, Pulse Width, Period, and Phase delay, determine the shape of the output waveform.
    2. Simulink-PS Converter: Converts the unitless Simulink input signal to a Physical Signal.
    3. Scope: Display signals generated during simulation.
    4. Switch: Switch controlled by an external physical signal.
    5. Battery: The Battery block represents a simple battery model.
    6. Solenoid: Model electrical characteristics and generated force of solenoid.
    7. Ideal Translational Motion Sensor: The Ideal Translational Motion Sensor block represents a device that converts an across variable measured between two mechanical translational nodes into a control signal proportional to velocity or position. You can specify the initial position (offset) as a block parameter. The sensor is ideal since it does not account for inertia, friction, delays, energy consumption, and so on.
    8. Mechanical Translational Reference: The Mechanical Translational Reference block represents a reference point, or frame, for all mechanical translational ports. All translational ports that are rigidly clamped to the frame (ground) must be connected to a Mechanical Translational Reference block.
    9. Electrical Reference: The Electrical Reference block represents an electrical ground. Electrical conserving ports of all the blocks that are directly connected to the ground must be connected to an Electrical Reference block. A model with electrical elements must contain at least one Electrical Reference block.
    10. Solver Configuration: The Solver Configuration block specifies the solver parameters that your model needs before you can begin the simulation.
    11. PS-Simulink Converter: Convert physical signal into Simulink output signal.

     

    Model Explanation:

    1. The pulse generator is used to give the signal input where, Amplitude=1, Period=4 sec, Pulse width= 50%, and Phase delay= 2 sec. (See Fig 3.)
    2. After that, the input signal is converted into physical form with the use of "Simulink-PS Converter" and further send to the switch of the electrical circuit.
    3. The electrical circuit consists of a solenoid, a battery, and a switch. One end of the solenoid is connected to the battery and its other end is connected to the switch. An electrical reference is provided in the electrical circuit.
    4. The mechanical part of the solenoid is connected to an ideal translation motion sensor and mechanical translational reference.
    5. The P-port of the sensor makes a connection with the "PS-Simulink Converter" to provide the output in signal form. Further, the converter is connected with scope to display our output signal.
    6. A solver configuration is connected to an electrical circuit to solve all parameters before the beginning of the simulation.

                             

     

                   Fig.3: Pulse Generator Parameter

     

                                                                  Fig.4: Input

     

    Output:

    Here we can see that the switch is closed for 2 seconds and after that switch is open. Amplitude 0 means the switch is closed. It can also be seen that the plunger strikes after every 2 seconds. The motion of the plunger was simulated and recorded and plotted in scope.

     

                                                 Fig.5:  output

     

     

    Objective-2: Ans:-

     

    Theory:

    A thermistor (or thermal resistor) is defined as a type of resistor whose electrical resistance varies with temperature changes. Although all resistors' resistance will fluctuate slightly with temperature, a thermistor is particularly sensitive to temperature changes. Thermistors act as a passive component in a circuit. They are an accurate, cheap, and robust way to measure temperature. While thermistors do not work well in extremely hot or cold temperatures, they are the sensor of choice for many different applications.

     

                                                             Fig.1: Simulink model

    This figure shows the representation of thermistor connection which senses the temperature of a heater and passes the signal to a switch where a threshold limit is already set. If the temperature is above or equal to the threshold limit, then it gives "1" as output which is "Switch On". If the temperature is below the threshold limit, then it will give "0" as output which means "Switch Off". The input signal is generated with the help of a "Signal Builder" block (See Fig 9). This signal is created according to the conditions given in this challenge. The conditions are as following:

    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.

    Here the temperature is converted in Kelvin from degree Celcius because the signal converter does not take °C value as input. I also have to set the signal unit as "Kelvin" in Simulink PS Converter.

    The formula for conversion: 1°C= 273.15 K

     

    The Signal 1 is:

    From 0-10 sec- Temperature is 293.15 K

    From 10-30 sec- Temperature is 300.15 K

    From 30-50 sec- Temperature is 296.15 K

                                        

                                            Fig.2: input signal creates on signal builder block

     

                  Fig.3: switch (threshold limit is set here)

     

    Model Explanation:

    1. At first, the signal is created in "Signal Builder" and further passes to "Simulink PS Converter" to convert the input signal into the physical signal.
    2. This physical signal is connected to a block "Controlled Temperature Source". This block is connected to the thermistor and a "Thermal Reference" block.
    3. The thermistor is a part of an electric circuit where a battery, a voltage sensor, a resistor connected parallel to the voltage sensor, an electrical reference are connected to make a complete circuit. A solver configuration is connected to that electrical circuit to solve all parameters before the beginning of the simulation.
    4. The voltage sensor senses the temperature in the form of voltage and sends the data to its port "V".
    5. From this port, we get our output and send it to two different "PS-Simulink Converter".
    6. From converter-1, the signal is sent to the threshold switch. In the switch, the threshold limit is set to 1.10555e-02. If the temperature is above or equal to the threshold limit, then it gives "1" as output which is "Switch On". If the temperature is below the threshold limit, then it will give "0" as output which means "Switch Off". The input signal is generated with the help of a "Signal Builder" block (See Fig 2).
    7. The switch is connected to the scope where we can see our output plot.
    8. From converter-2, it converts the physical signal into a Simulink signal and sends the voltage data from the Voltage Sensor to display. This display gives us the threshold value of voltage. This value is set in the switch.

    Output:

                   It can be seen that the value of the signal is "0" from 0-10 sec because in this time the temperature was 20°C which is below 25°C means "Switch off the fan". After that, the signal value gives "1" as output from 10-30 sec because in this time the temperature was 27°C which is above 25°C means "Switch on the fan". The value of the signal is again goes to "0" from 30 50 sec because in this time the temperature was 23°C which is below 25°C means "Switch off the fan".

                                                               

                                                                      Fig.4: output signal

    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 Jayant chikankar (12)

    Project 2 - Development of TFT Cluster Speedometer Software Component

    Objective:

    Q.Develop the Simulink model based on the given requirements and also create SLDD file and link the same to the model. Perform the complete V and V workflow for the obtained model   Development of TFT Cluster Speedometer Software Component   Cluster Instrument receives the signals from other ECU via CAN bus interface.…

    calendar

    03 Dec 2022 08:49 AM IST

    • MATLAB
    Read more

    Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor

    Objective:

    Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions. Description of Challenge: If the density of the rain is low, then wiper rotates with low speed & the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with medium speed…

    calendar

    03 Dec 2022 08:38 AM IST

      Read more

      Week-11 Challenge: Braking

      Objective:

      Aim #1 :   For a defined driving cycle, calculate the energy required for braking. Theory : For a defined driving cycle, calculate the energy required for braking. At first, the drive cycle is determined in a Table and a plot is made. Using the plot, the values from the braking regions of the vehicle are…

      calendar

      10 Sep 2022 05:24 PM IST

      • MATLAB
      Read more

      Week-7 Challenge: DC Motor Control

      Objective:

      Aim : 1. A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’. Comment on the armature current shoot-up from the scope results. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge model. BAsic discussion…

      calendar

      06 Sep 2022 08:53 AM IST

      • MATLAB
      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

      Heat Transfer Principles in Energy-Efficient Refrigerators and Air Conditioners Advanced Modeling and Result Visualization in Simscape Exploring Simulink and Library Browser in Simscape Advanced Simulink Tools and Libraries in SimscapeExploring Simulink Basics in Simscape

      © 2025 Skill-Lync Inc. All Rights Reserved.

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