question

Aries Vash avatar image
0 Likes"
Aries Vash asked Aries Vash edited

1 CP Shared Dropoff and Pickup Points

Hi, I would like to ask for help/advice regarding the assignment of control points: PickUpPoint and DropOffPoint. Currently, in my model, I have assigned one control point to act as both a drop-off point and a pick-up point.


In the simulation, AGVs are used to pick up loaded trolleys (Push to list) and transport them to the next process. Additionally, they return and drop off empty trolleys back to the processor (Pull to List).

1-cp-assigned-for-pickup-and-drop.png

My question is: How can I prevent the AGV from performing the DropOff assignment of an empty trolley if the control point already has an item assigned to it from the PickUp assignment? I want the AGV to only drop off an empty trolley if the control point is empty. Thank you for helping me out!

FlexSim 19.2.4
agvcontrolpointcp assignment
· 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

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Aries Vash edited

You could close the input of the processor until the previous item was loaded.

In the OnProcessFinish trigger, close the input of the processor and write a reference to it to a label on the item.

In the AGV Process Flow, add a custom code activity that checks whether this label exists on the loaded item. If it does, the input of the processor is opened and the label is deleted.

1689576261036.png

WaitForLoad_fm.fsm


1689576261036.png (83.7 KiB)
waitforload-fm.fsm (122.1 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.