question

mm_y_2406 avatar image
0 Likes"
mm_y_2406 asked Natalie White commented

Waiting Line Dimension

Can the waiting line be in a L shape instead of just a straight line? The people queueing in the waiting line became longer than the line itself that it started lining up beyond the barrier line. Is there anyway to overcome this? 1689171416428.png

FlexSim 23.1.3
waiting line
1689171416428.png (86.8 KiB)
· 6
5 |100000

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

mm_y_2406 avatar image mm_y_2406 commented ·

Thanks for the advice. Another query was any reason they would line up beyond the barrier as it was within the A* navigation grid so it was not supposed to line up on where the barrier was even if the line exceeds

0 Likes 0 ·
Julie Weller avatar image Julie Weller mm_y_2406 commented ·
Did you add the barrier to the A* system? That would be my guess why they went outside it?
0 Likes 0 ·
Matthew Gillespie avatar image Matthew Gillespie ♦♦ mm_y_2406 commented ·
When a person gets in line, they are moved inside the line object and no longer interact with the A* grid while they're inside the line.
0 Likes 0 ·
mm_y_2406 avatar image mm_y_2406 Matthew Gillespie ♦♦ commented ·
That explains it. Thanks! Is there any way that the patient still recognises the barrier to avoid it despite being in the line?
0 Likes 0 ·
Show more comments
Natalie White avatar image Natalie White commented ·

Hi @mm_y_2406, was one of Matthew Gillespie's or Carter Walch's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·
Matthew Gillespie avatar image
4 Likes"
Matthew Gillespie answered

Yes, just add more points to the Waiting Line.1689175803957.png1689175743640.png


1689175743640.png (105.4 KiB)
1689175803957.png (4.6 KiB)
5 |100000

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

Carter Walch avatar image
1 Like"
Carter Walch answered

Hi @mm_y_2406 ,

waitinglinedemo.fsm

One way to work around this is to create a secondary waiting line for when the first line has too many people in it. In this model I used a Decide activity to send people to the secondary line if the subnodes.length (number of people) of the first line exceeded a certain value. Then they wait for someone to exit the first line and move up to the next line. You can specify the number of people in each line and have people line up however you like.

waitinglinedemo.gif

1689172929535.png


waitinglinedemo.gif (539.7 KiB)
1689172929535.png (14.4 KiB)
waitinglinedemo.fsm (58.3 KiB)
5 |100000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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