6. Moore state machine of the oven controller is presented in Figure 5. Legend and declaration: T1: timer • The notation

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

6. Moore state machine of the oven controller is presented in Figure 5. Legend and declaration: T1: timer • The notation

Post by answerhappygod »

6 Moore State Machine Of The Oven Controller Is Presented In Figure 5 Legend And Declaration T1 Timer The Notation 1
6 Moore State Machine Of The Oven Controller Is Presented In Figure 5 Legend And Declaration T1 Timer The Notation 1 (57.08 KiB) Viewed 35 times
Implement the state machine in Structured Text (or
pseudocode), using the IF-THEN-ELSE
method. To start timers, use exactly same notation as it is used in
the state machine,
i.e. ->T1.IN(t#10s); [6p]
ii) What is the minimum time the state machine can make the path
from state S2 to state
S0 if the safety button STOP was never pressed? [4p
6. Moore state machine of the oven controller is presented in Figure 5. Legend and declaration: T1: timer • The notation ->T1. Start (t#10s) means "start timer T1 for 10 seconds”, and T1.Q is the logic flag of the timer, which becomes true after the timer has expired. Note that the Stop button is normally closed. Wait 12.9 HORN:=FALSE; FAN :=FALSE; COIL =FALSE: Start not Stop Auto Start ->T1.IN (t#10s): HORN:=TRUE; 11.9 Stop Heat COIL:=TRUE; FAN:=TRUE; HORN=FALSE; not Stop ->T2.IN(5min); COIL=FALSE; Figure 5: Moore state machine controller of the oven. i) Implement the state machine in Structured Text (or pseudocode), using the IF-THEN-ELSE method. To start timers, use exactly same notation as it is used in the state machine, i.e. ->T1.IN(t#10s); (6p) ii) What is the minimum time the state machine can make the path from state S2 to state so if the safety button STOP was never pressed? 4p)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply