question

kyriakos avatar image
0 Likes"
kyriakos asked kyriakos commented

Operator stucks on Travel command in process flow

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

FlexSim 19.2.3
picking goods
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

·
Matt Long avatar image
0 Likes"
Matt Long answered kyriakos commented

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/

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

kyriakos avatar image kyriakos commented ·

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

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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