Flow item acquiring A* nodes instead of blocking the source

Flow item acquiring A* nodes instead of blocking the source

shubham_c2
Not applicable
736 Views
6 Replies
Message 1 of 7

Flow item acquiring A* nodes instead of blocking the source

shubham_c2
Not applicable

[ FlexSim 19.1.0 ]

Please Refer the attached image of the dummy model for reference (dummy-astar.png.)

IAT of the source is very less in comparison to the processing time of the processor. Since the MAX CONTENT of the Processor is limited to one, the source gets blocked after releasing one flow item(Person), until the flow item is processed and released to sink.
Source is using transport (AStar: Task Executer as Flowitem)

The behavior i want is that the source should release the flow items continuously and the flow items should form some kind of line near the processor acquiring the A* nodes.
Is it possible ?, if not what is the closest thing that is achievable and how ?

0 Likes
Accepted solutions (1)
737 Views
6 Replies
Replies (6)
Message 2 of 7

Jacob_Gillespie
Autodesk
Autodesk
Accepted solution

Place a Queue before the processor so that the source will keep producing people while the processor is recieving people from the queue one at a time.

It looks like you are trying to do a people based model. You should look at our FlexSim Healthcare Tutorial that goes over the concepts of creating people, having them queue up in a Waiting Line, etc.

https://docs.flexsim.com/en/19.1/Tutorials/FlexSimHC/OverviewFlexSimHC/

Message 3 of 7

shubham_c2
Not applicable

Thank you for the response @Jacob Gillespie.
I am not working on a people based model. This screenshot is from a dummy model that I used to ask my question. In actual model there are Trucks, I do not want to use the queue because i want to visualize the area around processor being utilized dynamically. The queue I will put up will have to be of some constant size and if the flow items increased a certain number they will start stacking. Moreover if the size of queue is large it will occupy the area in the vicinity of processor , even when there are no flow items present. This will hinder the movement of other flow items which are going towards some other element nearby the processor.

0 Likes
Message 4 of 7

joerg_vogel_HsH
Mentor
Mentor

And what if you give Jacobs’ idea a try. A queue of people module behaves similar you described it in your question. And you can exchange the shape of people as well. You just assume a behavior, that doesn’t exists in people module. It is a behavior you would expect from a fixed resource queue. Please build a people module based model, and then if it doesn’t fulfill its purpose, then you come back and tell us what you still need.

0 Likes
Message 5 of 7

shubham_c2
Not applicable

Thank you @Jörg Vogel for the response.
Sorry if I sounded rude in my reply, I will definitely explore the People module queue and will update here.
Thanks

0 Likes
Message 6 of 7

Jacob_Gillespie
Autodesk
Autodesk

@Shubham C2 Here is an example of how you can use a Waiting Line with trucks.

truck-example.fsm

0 Likes
Message 7 of 7

shubham_c2
Not applicable

This really helped a lot. Thank you @Jacob Gillespie

0 Likes