question

komalkoli avatar image
0 Likes"
komalkoli asked komalkoli commented

Operator not loading items into Pallet Jack at Q15

Hi,

I have assigned operator as "Ron". He finishes first couple of tasks assigned to him. For third task he is not moving.

The third task is - after unloading items at Q8, he needs to move to Q15 with Pallet Jack and load all items from Q15. Then bring Pallet Jack with items to Q25 and unload 10 items. Then moves to Q26 and unload remaining items. I have written process flow for this third task, but operator is not moving from Q8 to Q15.6.19.24_v4_Test.fsm

FlexSim 24.1.0
operatorsequencetaskpallet jack
61924-v4-test.fsm (11.3 MiB)
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered komalkoli commented

The tokens are waiting in a Wait for Event activity that is set to trigger when an item exits Q15, which is will never do because that is what the subsequent flow is for, as far as I can tell.

Each token also only 'represents' one item. So it's not currently possible to move more than 1 item per token.

I think the Wait for Event should actually be a Batch activity (?).

61924-v4-test_1.fsm


61924-v4-test-1.fsm (11.1 MiB)
· 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.

komalkoli avatar image komalkoli commented ·
Thanks! It worked!


0 Likes 0 ·