How to use the token creation, sink, push - pull List and puller?

How to use the token creation, sink, push - pull List and puller?

support5CRPZ
Advocate Advocate
58 Views
1 Reply
Message 1 of 2

How to use the token creation, sink, push - pull List and puller?

support5CRPZ
Advocate
Advocate

[ FlexSim 21.2.4 ]

List-push-pull-understanding_Grps.fsm

I want to know why the token do not flow to the sink.

2022-03-28-180812.png

What's the issue in my setting of the process flow?

0 Likes
Accepted solutions (1)
59 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Observer
Observer
Accepted solution

In the "Acquire" activity you assign the acquired numeric resource to the label "AGV". In "Create TS" you overwrite this label by using it as reference for the task executer the task sequence is assigned to.

1648459886330.png

1648459920873.png

As a result the resource can't be released and the still acquired resource prevents the token from being "sunk". If you change either of the two label names so they don't overlap the model will work as expected.

0 Likes