question

Peter Grant avatar image
0 Likes"
Peter Grant asked CSN commented

The "item" has its ID set correctly through "on slot assign" but it changes.

I've developed a pick-and-place process for a robotic system using "process flow," in FlexSim version 22.2.0. While picking items from a "queue" and placing them onto the robot's shelf works without issues, the problem arises when trying to pick items from the robot's shelf and place them onto a "rack." In this case, I've assigned "levelID" and "bayID" to each "item" using the "on slot assign" trigger. These IDs serve as the robot's sole reference for positioning. Strangely, the IDs are correct before unloading, but they change the moment the item is unloaded onto the "rack." What could be causing this issue, and how can it be improved?

FlexSim 22.2.0
rackslotassignlabelto3d
ctu4.fsm (465.7 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.

CSN avatar image CSN commented ·

Thanks to Felix Möhlmann for his reply, and also consider that Find Slot can be implemented.

ctu4.fsm

0 Likes 0 ·
ctu4.fsm (77.8 KiB)

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

The item is first assigned a slot when it enters the queue and is pulled by Rack2. When the item is loaded into the rack of the robot, this slot gets overridden by that racks Slot Assignment Strategy. So when the item enters Rack2, it has to find a new, random slot for the item.

You could either restore the slot assignment in Rack2 to the item once it enters the robot rack. Or you check whether the "bay" and "level" labels are present on the item and make Rack2's Slot Assigment Strategy use those instead of finding a new random one.

capture1.png


capture1.png (33.0 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.