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.

Student avatar image Student commented ·

modsim-practice-2.fsm @Kari Payton, thanks. But now i cant make operator 15 to move from shelf to wooden bin and to sink.

0 Likes 0 ·
Kari Payton avatar image Kari Payton Student commented ·

@Student Since you have multiple operators, you can use a dispatcher.

1. Add a dispatcher from the 3D library.

2. Delete (ctrl + w) connections between operator 13 -wooden bin and operator 13 -the shelf

3. Use center connection (ctrl + s) from dispatcher - wooden bin and dispatcher - shelf

4. Make connection (ctrl + a) from dispatcher to operator 13 and 15.4769-modsim-practice-2.fsm

2 Likes 2 ·
Student avatar image Student commented ·

flexsim-testing-assignment.fsm , @Kari Payton, operator 12 cant move from rack to wooden bin and to queue and back to dropbox 2.

0 Likes 0 ·
Kari Payton avatar image Kari Payton Student commented ·

@Student I'm not sure what you mean by can't move. If you don't want to use operator 12 for those parts of the process then don't connect the dispatcher to that queue or bin only connect the specific operator you want to use. Or if you are saying the operator is not being utilized enough, then change the dispatch settings. On "pass to" use round robin.

1 Like 1 ·
Student avatar image Student commented ·

i mean i want operator 12 to move from rack to wooden bin and to queue and back to dropbox 2, like whats shown in operator 13. @Kari Payton

0 Likes 0 ·
Kari Payton avatar image Kari Payton Student commented ·

@Student change the dispatch settings. On "pass to" use round robin.

1 Like 1 ·
Student avatar image Student commented ·

@Kari Payton, it still doesnt go from rack to wooden bin for operator 12.

0 Likes 0 ·
Kari Payton avatar image Kari Payton Student commented ·

@Student Check in disptacher properties - dispatcher settings - output ports (at the bottom) both operators should be connected as an output port and none should be lsited in the input port. Make sure when you connect operators you hold the a key + click dispatcher + operators in that order

1 Like 1 ·
Student avatar image Student commented ·

@Kari Payton, okay thanks.

How to change the setting of the stimulation in the way that 70% of the items go to the processor and to the rack, while 30% go to the processor , wooden bin and queue?

0 Likes 0 ·
Student avatar image Student Student commented ·

@Kari Payton, which setting should I change ? The source ? And where can I change ?

0 Likes 0 ·
Kari Payton avatar image Kari Payton Student commented ·

@Student one way you can do it is by changing the source properties under the flow tab. Use send to port - Execute Sub Flow. Create a sub flow to return the label value of the connector. The "decide" will route tokens by percentage. You have to change the percentages to match what percent you want to go towards which output port. Check the attached example. Also you should post other more specific questions about your model and look at other questions people have asked that may help you find answers. 4780-flexsim-testing-assignment-2.fsm

1 Like 1 ·
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.