question

Javier Lg avatar image
0 Likes"
Javier Lg asked Jeanette F commented

AGVs priority when they are stocked in one control point

Hello Everyone,

I have a problem of priority, I would like to give 100% priority a bus in a pathway and all the agv stock in the same place (control point).

when cars and buses arrive at the same time (control point) I would like buses to be able to pass in first position and even block cars (that are on the other side of the "control area").

I have try to give priority in the TS but doesn't work with AGV


1664026736267.png


So any clue to resolve this problem?


I attached the model: Circulation Priority.fsm


Thanks in advance guys

FlexSim 22.2.2
agvagvpathpriority
· 1
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Javier Lg, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. 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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Jeanette F commented

There is no built in system to prioritize certain task executers when allocating control points/areas as far as I know.

I would suggest to use the control ares only to detect the travellers and do the actual decision making/prioritizing in a process flow.

In the attached model I increased the number of allowed allocations of the control areas. The number ol simultaneous travellers will instead be limited by how often the areas are present on a list. Whenever a task executer allocates one of the areas, a token is created by the event-triggered source. This token then stops the task executer until it can pull the respective area from a list.

Both the back order queue strategy, as well as the order in which the tokens are let through to the Pull from List activity by the zone, are ordered by the "isBus" label (1 = Bus, 0 = Car). Tokens with a higher label get to pull the areas first. They are copied from the task exeucters directly after the source.

After a task executer resumes, the token waits until it deallocates the control area and then pushes it back onto the list.

1664179465368.png

circulation-priority-fm.fsm


· 2
5 |100000

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

Javier Lg avatar image Javier Lg commented ·
Thanks Felix again for your quick reponse, I have to change the logic of the model after your feedback !


as Flexsim you can take in consideration an update version with this kind of priorities !

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Javier Lg commented ·
Hello @Javier Lg, If you would like to give this as an idea to the development team please look to see if someone have already posted the idea and upvote it or create the idea post for it. This is one way the development team keeps track of suggested improvements for FlexSim.
0 Likes 0 ·

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.