question

King-Ki F avatar image
0 Likes"
King-Ki F asked Braydn T commented

Process Flow - Emptying out tokens

Hello,

I've noticed that the tokens in my process flow end while there are tokens within the activity. How would I create a process flow so that the tokens will all end in a Sink?

In the attached model below, the tokens all stop at time 180. The tokens need to go through the entire process flow, but I'm not sure what I'm doing wrong. Is it because the source is set to a schedule?

ClusterPickingTestv5.fsm


FlexSim 20.1.0
process flowflexsim 20.1.0tokens
5 |100000

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

1 Answer

·
Braydn T avatar image
0 Likes"
Braydn T answered Braydn T commented

@King-Ki F

The problem here is in your task sequences. If you look at all the delays, you have the wait until complete box checked. The wait until complete check box in the delay makes the tokens sit there until the delay has occurred in the 3D model. (Here is the documentation: Delay Task) I will have to ask the developers why this is only happening some of the time. In the meantime, if you change all of the delays to say token.resource instead of token.taskSequence, and remove your Create and Finish TS activities, it will run correctly. I will reach out to a developer and find out why it behaves that way.

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

King-Ki F avatar image King-Ki F commented ·

@Braydn T

I've updated the model to change

  • From token.taskSequence to token.resource
  • Removed the Create and Finish TS activities

and that has fixed the problem. Before I accept the answer, would you mind explaining when I can remove the Create & Finish TS activities and when I need to include? or is that too length of a discussion to have here?

0 Likes 0 ·
Braydn T avatar image Braydn T King-Ki F commented ·

If you change it to token.resource, they are not needed. (they don't do anything) I typically use task sequences when I have complicated 3d and Process Flow logic mixing, but that's not a hard and fast rule. To me, it is simpler to use resources than task sequences unless I have to.

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.