Operator stucks on Travel command in process flow

Operator stucks on Travel command in process flow

kyriakos
Not applicable
5 Views
2 Replies
Message 1 of 3

Operator stucks on Travel command in process flow

kyriakos
Not applicable

[ FlexSim 19.2.3 ]

Hi. In the attached model I use 3 operators in order to pick orders on a single pallet. Each operator has its own dedicated Rack and PickingList. Operator1 works correctly. The pallets stops in the DP1 and after loading the boxes, the pallets goes to DP2 so that the Operator2 loads its items. But unfortunately he can't travel to Rack2 and take the item. I have made all the changes to the process flow but I can't achieve that. Any ideas ?

Thanks in advance.

zone-picking-model.fsm

0 Likes
Accepted solutions (1)
6 Views
2 Replies
Replies (2)
Message 2 of 3

matt_long
Not applicable
Accepted solution

Given the error, it looks like you have a bad reference in the activity Travel to Rack. It says the operator label is pointing to Tools/ProcessFlow/ProcessFlow/Operator2. That's a reference to the shared asset resource not the 3D operator. Perhaps you typed 'Operator2' into the the Resource field and it linked to itself. I used the sampler and sampled Operator2 in the 3D view and it's now working correctly.

The Operator3 shared asset is also pointing to itself. If you sample Operator3 in the 3D view that'll fix that flow as well.

It looks like all of your flows are duplicated objects. You might look into either creating an instanced process flow (like a Task Executer Process Flow) or using a sub flow. With both of those options you can pass in or define variables to define different values (different racks, operators etc) for each flow. Then you only have one set of activities. You can even open a process flow view for each instance so you only see tokens associated with that instance. Check this page out from the user manual for more info on instances https://docs.flexsim.com/en/20.0/ModelLogic/AdditionalConcepts/ProcessFlowInstances/ and this page for sub flows https://docs.flexsim.com/en/20.0/ModelLogic/AdditionalConcepts/SubProcessFlows/

0 Likes
Message 3 of 3

kyriakos
Not applicable

@Matt Long Thanks for your help. I fixed this. Now I 'll try to put a Task Executer Process Flow

0 Likes