Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scheduled lift
#1
hi Smile

how to get started to design a program for a lift and visualize it.

for example

no. of floors is 4

no. of users is 26

functionality includes scheduling lift at a floor by the user.The user inputs floor he has to reach, and time.
Reply
#2
You can start thinking about the data that describe the state of the system at a given moment. I would say this data comprises which buttons are lit in the lift, which buttons are lit on the floors, the lift's current position and direction. Then think about the events that may change this data.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020