question

Riccardo P3 avatar image
0 Likes"
Riccardo P3 asked Jeanette F commented

Problem slot assignment with AGV Advanced template

Hello,

I'm try to create a simulation with an AGV system for my degree Thesis, but I have a problem with the slot assignment for the rack 2 and 4 in my model. I don't have any problem with the rack 1 or 3 also with the drop off and pick up point implementation, but with the other rack if I set the drop off point the warehouse system can't assign a slot to the finish good load unit. I try some different solutions but anyone is effective.

I will ask if someone is able to give me a hand with the implementation, I'm pretty new with Flexsim and I'm not probably able to understand and estimate what is the difficulty of this problem.

Thanks to everybody

I attached the Flexsim model file

AGV_System_3.fsm

Riccardo

error.png


FlexSim 21.1.1
warehouseflexsim 21.1.1agvsslots assign
error.png (542.9 KiB)
agv-system-3.fsm (4.3 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Riccardo P3, was Alessio M's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Alessio Merlo avatar image
1 Like"
Alessio Merlo answered

Hi,

your issue is a geometric problem. Before putting the item in the rack, you unload the item on the control point. This operation change item rotation

itemrotation.png

The rotation is stored on the flowitem, then the method slot.hasSpace() takes it into account. As user manual suggest

hasspace.png

you can set item location

item.rotation = [0,0,0]

before unloading.

slotassignment.png

Be careful that the trigger is executed for all item, then if you want to preserve the rotation for certain item, you have to add a condition.


itemrotation.png (524.2 KiB)
hasspace.png (248.7 KiB)
slotassignment.png (995.1 KiB)
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.