question

Jigar P avatar image
0 Likes"
Jigar P asked Arun Kr answered

Forklift Object Collision

I have 2 forklifts which collects the pallet load from Queue and places on racks. All my members are A-Star Navigator. I expect them to not collide/wait if one of the forklift is already collecting a Pallet. However, in my model at time 320 sec, the forklift object collides. Is it possible for them to either wait or have an offset. Snapshot and Model attachedforklift-collision.jpgWarehouse_Model_1.fsm

FlexSim 21.1.2
flexsim 21.1.2astar navigatorforkliftcollision avoidanceastar collisions
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

·
Arun Kr avatar image
0 Likes"
Arun Kr answered

Hi Jigar.

Attached is the modified model. I have introduced a logic in the process flow to disallow the collision of forklifts. Basically, the logic checks a Flag label on Queue3. When a forklift reaches Queue3 for loading /unloading the label value is set to 1. And when the forklift goes back, the flag value is set back to 0. So when the flag value of Queue3 is 1 due to the presence of a forklift. No other forklift is allowed to reach Queue3. It is done by diverting the token to a wait for event activity. The forklifts will wait outside the junction. Once the forklift, which is inside the Queue3 area goes back, others can enter. The same problem can be addressed using an agent module or using other navigation in FlexSim( network node/ agv). Follow-up questions we can talk via email.warehouse-model-1_1.fsm

Regards,

Arun KR


5 |100000

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

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.