All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Implement control logic of a “washing machine” using Stateflow as per given sequence: If the power supply is available, the system gets activated If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time of 100s. Then rinsing…
Shlok Dixit
updated on 22 Apr 2022
After all the processes have completed turn on the finished LED
Speed Range(kmph) Gear
0 to 15 1
16 to 25 2
26 to 40 3
41 to 60 4
Above 61 5
Give speed input while the simulation is running & display the gear number.
Answer-
process:
1.Start simulink and create a blank model.
2.Search for chart block in the stateflow category of library browser.
3.Open the chart block and select the junction feature from the stateflow window.
4.Control logic for washing m/c is such that it should soak the water for the first 200sec followed by washing time of 100sec. Rinsing the water for the next
20sec followed by drying time of 50sec.
Block Used
A finite state machine is a representation of an event-driven (reactive) system. In an event-driven system, the system responds to an event by making a transition
from one state (mode) to another. This transition occurs if the condition defining the change is true.
The Display block shows the value of the input data. You can specify the frequency of the display. For numeric input data, you can also specify the format of the
display.
The Constant block generates a real or complex constant value signal. Use this block to provide a constant signal input.
The Lamp block displays a color indicating the value of the input signal. You can use the Lamp block with other Dashboard blocks to build an interactive
dashboard of controls and indicators for your model. You can specify pairs of input values and colors to provide the information you want during the simulation.
The Rocker Switch block toggles the value of the connected block parameter between two values during simulation. For example, you can connect the Rocker Switch block to a Switch block in your model and change its state during simulation.
Logic Explanation
A Rocker switch from the dashboard library is used with a constant to supply the power and as water supply. A lamp is used to indicate the power status & water status. The power status is checked at the entry for every
state and the water supply is checked for the soaking and the rinsing process. The timing for each state is as per the given inputs. The status of the running process can be seen by the glowing lamp corresponding to the process name.
In the above control logic first state is created with 2 conditions for power supply .
One is with power supply available(PowerSwitch==1)and second with water supply available
(W==1).If the power supply at entry is 1 and water supply is on, then machine will get activated and start the next process of operation.
Next 4 Operation states have been created in flow order Soaking,Washing,Rinsing,Drying with their time of operation as 200sec for a soak,100sec for wash,20
sec for rinse & 50sec for dry.Entry and exit condition of the state are kept as 0 & i.e at entry of operation states it is 0 and as operation completes it is 1 for every states.
After all process has done washing machine completed LED will glow and we can shut the machine off.
Here,
PowerSwitch & W(water supply) is as input given while all other like Washing_State, D(dryer), Wa(washing), S(soaking), R(rinsing), Washing_Completed are all output given.
Complete Simulink Model, Showing that the washing process is completed
Here all LED glown as Green means all process has been completed and all display output as 1.
Simulink Model, Showing that the washing process is completed & Rinsing is going on.
Here Red light means operation is not completed and green LED shows operation is completed which is also check from display box as output 1.
Make a Simulink chart for the “Gear shift” logic as per below conditions:
Speed Range(kmph) Gear
0 to 15 1
16 to 25 2
26 to 40 3
41 to 60 4
Above 61 5
Give speed input while the simulation is running & display the gear number.
Part II : IMPLEMENTATION OF CONTROL LOGIC FOR GEAR SHIFT USING STATEFLOW
PROCESS:
1.Start simulink and create a blank model.
4.Control logic for gear shift is such that it should change the gear when the speed increases of decreases automatically.
5.After finishing the control logic run the stateflow and check the gear shift operation for an infinite time.
Blocks Used
A finite state machine is a representation of an event-driven (reactive) system. In an event-driven system, the system responds to an event by making a transition
from one state (mode) to another. This transition occurs if the condition defining the change is true.
The Display block shows the value of the input data. You can specify the frequency of the display. For numeric input data, you can also specify the format of the
display.
The Constant block generates a real or complex constant value signal. Use this block to provide a constant signal input.
The Lamp block displays a color indicating the value of the input signal. You can use the Lamp block with other Dashboard blocks to build an interactive
dashboard of controls and indicators for your model. You can specify pairs of input values and colors to provide the information you want during the simulation.
Rocker Switch:
The Rocker Switch block toggles the value of the connected block parameter between two values during simulation. For example, you can connect the Rocker Switch block to a Switch block in your model and change its state during simulation.
Logic Explanation
The speed ranges from 0 to 100 and the slider is used to send the input. The 1st gear has speed values from 0 to 15 so the entry condition for the 1st gear is 0<=speed and speed<=15 and the exit condition is when the speed greater than 15.
Similarly for 2nd gear, the entry condition is 16<=speed and speed<=25 the exit condition is when speed<16 and speed>25. In the same way for each gear, the entry and the exit condition are specified and the out is mapped to the lamp and the display block.
3.The transitions condition for the gear shift is decided as
Speed>15 shift to G=2
Speed>25 shift to G=3
Speed >40 shift to G=4
Speed>60 shift to G=5 when the speed is increasing from 0-60 kmph
similarly in reverse direction
Speed<60 shift to G=4
Speed<40 shift to G=3
Speed<25 shift to G=2
Speed<15 shift to G=1 when the speed is decreasing from 60-0 Kmph
While simulating Gear_Shift_logic , Engine [E==1] condition given with various speed change values.
At speed 48kmph which is above 40kmph gear 4 is implemented and Gear_fourth LED is glow green and display output as 1.
And thus all condition simulated through stateflow chart successfully.
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.
Other comments...
Week 3 - External flow simulation over an Ahmed body.
Hello this is Shlok here in this we are going to discuss about the Ahmed bodyCimulation in CFD Ansys Fluent So beofre going furthur lets get a few details about Ahmed Body Ahmed body is a simplified vehicle body used for capturing basic yet charecteristic features seen in objects used in the automobile industry. It is…
01 Aug 2023 12:27 PM IST
Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method
AIM: To derive the fourth order approximations of a second order derivative using central differencing scheme, skewed right sided difference and skewed left sided difference with the help of taylor table method and to compare the analytical…
18 Jul 2023 09:03 AM IST
Week 2 - Flow over a Cylinder.
Aim: To Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street Objective: 1.To Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds number to 10,100,1000,10000 & 100000. (Run with steady solver) 2.Simulate the flow with the steady and unsteady case…
11 Jul 2023 05:55 PM IST
Project 1 : CFD Meshing for Tesla Cyber Truck
Objective : To Identifying & cleanup all the topological errors in the given Tesla Cyber Truck Car model. To create a surface mesh. To Create a wind tunnel around Tesla Cyber Truck Car . To create a volumetric mesh to perform an external flow CFD analysis simulation. Introduction : ANSA :…
26 Feb 2023 04:02 PM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.