question

Student avatar image
1 Like"
Student asked Student edited

How to simulate a national library?

o Firstly, the staff will pick up all the books available from the book drops. The staff will only pick up the books when the drop box has accumulated at least 10 books or 10 minutes has elapsed since the last collection, whichever comes first. The maximum number of books that a staff can pick up at one time is 15.

o Secondly, in order to identify the books, the staff will need to scan the books at the RFID reader. However, the materials can only be scanned one by one. The scanning process takes 3 seconds/book on average. 70% of all returned books belong to their own branch.

o Thirdly, after the books are scanned, it will be put either onto a shelf or into a wooden bin depending on whether the books belong to this branch or not.

 If the books belong to this branch, it will be put onto a 6-level 3-bay shelf. If the materials belong to other branches, it will be put into a wooden bin. (The staff will carry all the scanned books at once instead one by one when they are going to put them into either the shelf or the wooden bin.)

FlexSim 16.2.2
model design
· 7
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Kari Payton avatar image
5 Likes"
Kari Payton answered Jacob Gillespie commented

Hi @Student,

There are a few changes you should make to the source and dropbox2 settings.

1. On the source, the flow only goes to the first port. I changed it to round robin so that it can go through the second port which leads to dropbox2.

2. The operator isn't connected to the dropbox. Initially you had centerobject(current,2) but there was not a second center object connected. So I changed it to centerobject(current,1)

3. You need to make a center connection (ctrl + s) from operator 15 to processor9. 4754-modsim-practice-2.fsm


help3.png (21.7 KiB)
help2.png (51.9 KiB)
· 11
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

David Chan avatar image
3 Likes"
David Chan answered Student commented

@Student

Please go through the tutorial and learn how to use the software first.

David

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.