question

Anne-Cassandre M avatar image
0 Likes"
Anne-Cassandre M asked Anne-Cassandre M commented

How can I set setup independently of item arrival ?

How can I set setup independently of item arrival, but as soon as the operator is available ?

Indeed the processor make the setup every 22 items, so I use "Different Time for Nth Item" but the processor make 21 process, then the setup, then the 22th process and start again. I would like to as soon as the operator is available, he make the setup and then when item arrival the items processing.

Thanks for your advice.

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

1 Answer

Pierre G avatar image
0 Likes"
Pierre G answered Anne-Cassandre M commented

Hi,

You should use a Process Flow to do what you want. I let you watch my example and ask me questions if you need.

The idea is to create a token when an item enter in the processor, and to wait to have 22 tokens (with the Batch activity) to create a Setup Task Sequence for your operator (Create TS + Travel + Setup).

I also add the Stop and Resume conveyor activities to be sure your processor will be "blocked" until the Setup is not finished.

With this strategy, you still can use your operator "normally". For example, you can check the Use Operator for Process option in your processor if you need it.


a.png (13.0 KiB)
exemple.fsm (32.5 KiB)
· 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.