A way to define a fillrate for a taskexecuter ?

A way to define a fillrate for a taskexecuter ?

adam_j
Not applicable
58 Views
7 Replies
Message 1 of 8

A way to define a fillrate for a taskexecuter ?

adam_j
Not applicable

[ FlexSim 18.0.8 ]

0 Likes
Accepted solutions (1)
59 Views
7 Replies
Replies (7)
Message 2 of 8

tanner_p
Not applicable

Hi @Adam J,

By "fill rate" do you mean capacity? Load time? Max speed? What is it you would like the Task Executor to be doing?

Message 3 of 8

adam_j
Not applicable

The number of items a task executer will carry. Is there a way to define it as we define capacity, speed...?

0 Likes
Message 4 of 8

allister_wilson
Not applicable

The number of items a task executer can carry is its capacity, which you can set in its quick properties, or the first tab of its properties window.

Message 5 of 8

adam_j
Not applicable

It's the max capacity no ? Xhat I would do ( apart from the capacity) is to fix the quantity of items the task excuter will carry in every run period.

0 Likes
Message 6 of 8

tanner_p
Not applicable

Where will you get the data for each run period? Are you using a global table?

You would need to set the max capacity of the Task Executor to something larger than every potential value from the table (or whatever you're using to draw data from) and then you can use Process Flow or other logic to move the required amount of items.

Message 7 of 8

paula_carneiro_martins
Not applicable
Accepted solution

Hi @Adam J

There are many ways to make your TE to carry an specific quantity of itens.

I put 2 options here:

1) Use the queue batch in order to help you to do that

2) Use the PF combined with batch and task sequence.

Please let me know if it works.

te-quantity.fsm

Message 8 of 8

adam_j
Not applicable

It works. Thank you so much !

0 Likes