question

Lemonia A avatar image
0 Likes"
Lemonia A asked Felix Möhlmann commented

Version 23.1 insert amr colaborative robots, 3d shuttles and put-to-wall objects

Hello

i am labolatory assistance in University of Aegean. We have v. 23.1 and we want to simulate a model which contain put-to-wall, collaorative robots and amrs 3d shuttles object.

Is that possible?


FlexSim 23.1.4
amrs 3d shuttlesinsert objects
· 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.

Felix Möhlmann avatar image Felix Möhlmann commented ·

Since FlexSim allows you to freely code logic or even connect to external code (for example to use a premade Python library) I would say there is generally nothing that's outright impossible. It's all a question of how having the time to learn and implement the logic you need.

For the three you mention:

Put-to-wall is relatively simple. It would involve reserving a slot in a rack for items from a given order and routing all items from the picking process there.

3D Shuttles are a bit harder I'd say. You need to think about the underlying data structure that represents the slots in a 3d storage, since the build-in storage objects only really deal with two dimensions. The movements of the shuttle are not too complex.

(When you say AMRS 3d shuttle I think of a system like seen below. If you mean something else, then it might of course require other considerations).

block-storage.gif

I haven't personally done much in the way of collaborative robots yet. But maybe the linked post (while a somewhat different topic) is a useful example of the possibilities of FlexSim.

https://answers.flexsim.com/articles/136679/optimized-agv-dispatching-with-google-or-tools.html

0 Likes 0 ·
block-storage.gif (3.9 MiB)

0 Answers