Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The control of a train door should be implemented as follows: In the start state, the train is in motion. Meanwhile, the door is closed

The control of a train door should be implemented as follows:
In the start state, the train is in motion. Meanwhile, the door is closed and locked. The train stops when the brake (B) is applied. The door is still closed and locked. Now the train driver can release the door by sending a release (F). If the door is released but still closed, a green signal should light up on the door button (GS). Pressing the button (K) by a passenger then initiates the opening of the door. To open the door, a corresponding signal (MS1) must be applied to the motors until a switch (T1) indicates that the door is fully open. To simplify matters, you can assume that the train stops completely when the brake is applied. You can also assume that the door does not close again automatically and that the door is only released once per stop. If the door is released or open, the train driver can lock it again with the signal (S). This signal has a higher priority than all other signals. If the door is still closed, it can no longer be opened. Otherwise, it must be closed first. The door is closed in a similar way to opening by applying a signal (MS2) to the door motors until a switch (T2) indicates that the door is closed. For safety reasons, the door should emit a warning signal during closing (WS). If the door is still in the process of opening, the signal (S) is ignored. If the door is closed and locked, the train moves off again when the throttle lever (G) is operated. However, the throttle lever (G) is ignored if the door is released at the same time. At any time a signal (ZS) should be sent when the door is closed and locked. a) Design a Moore automaton that implements the door control. The automaton uses the inputs B, F, K, T1, S, T2, G and the outputs GS, MS1, MS2, WS, ZS. b) Specify the state transition table and the output table for the automaton from the previous task. You do not have to code the states in binary. In the state transition table, use Don't Cares for transitions that are not used in a state transition.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

More Books

Students also viewed these Databases questions

Question

56.If then nd E(X) and V(X) by differentiating a. MX(t) b. RX(t)

Answered: 1 week ago

Question

principal inseros. principal inseros

Answered: 1 week ago

Question

I didnt know who to talk to.

Answered: 1 week ago

Question

Th e complaint department was closed over the lunch hour.

Answered: 1 week ago

Question

Th ey probably would have treated me like a criminal.

Answered: 1 week ago