Comment

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann published Felix Möhlmann commented

I'd use two separate Pull From List activities. The first pulls any item (with a low backorder priority). The token then continues down and pulls more items of the same type until the batch size is reached (with high backorder priority). In order to allow items to be pulled while the ASRS is still busy with the previous one I put the transport tasks into a subflow. The 'main' token creates a token in there and can then immediately pull another item, so pallets will first be filled up before another one can pull an item of that type.

1683182321599.png

mix-fm-2.fsm

1683182321599.png (30.0 KiB)
mix-fm-2.fsm (1.6 MiB)
· 5
5 |100000

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

Lukas Buchta avatar image Lukas Buchta Felix Möhlmann commented ·
Thank you very much @Felix Möhlmann i learned something new!
0 Likes 0 ·
Lukas Buchta avatar image Lukas Buchta Felix Möhlmann commented ·

@Felix Möhlmann Hi Felix, I made everything as you mentioned, but when it come to chnage number of Count, the token can't be sent to next activity and increment label by 1.

It happens with first arrival of boxes (both are the same Type), but they go to different pallet due to the Counter value. I don't understand what is different from your model. Please can you have a look?

The first boxes arrive in 4300


Feroll_NO_position_defined_10.11-16.11.22.fsm

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Lukas Buchta commented ·
You didn't set the Back Order Queue Strategy for the list which gives tokens with a higher prio label priority. So the older request from the other slot gets to pull the second item.
1 Like 1 ·
Lukas Buchta avatar image Lukas Buchta Felix Möhlmann commented ·

Dear @Felix Möhlmann I have last question about it, can you please give me advice. I have only 1 buffer and 1 output. My forklift is available only 5 min. every 30 minutes. So in time 4800 buffer gets block.

block.jpg

I need to optimize the machine and in this moment when it is blocked, ASRS must continue to do different job.

blocked-buffer.jpgBut how can I add in decision point if the Photo eye (buffer) is blocked, then continue to other work by priority and later when it is clear again, load the pallet and unload on buffer?

Thank you for advice, if you know.

Feroll_NO_position_defined_10.11-16.11.22_autosave.fsm

0 Likes 0 ·
Show more comments
Show more comments
Show more comments
Show more comments