how can I solve those problems?

how can I solve those problems?

Ah_Yas
Not applicable
8 Views
4 Replies
Message 1 of 5

how can I solve those problems?

Ah_Yas
Not applicable

[ FlexSim 19.0.0 ]

I just found the program 3 days ago and I watched some tutorials trying to build a simulation for a small automated warehouse using ASRS for my university project. I am facing 3 problems.

1- I have 3 types of items, and I want the source to give me 30 items (just only 10 items for each type).

2- As well, I couldn't customize the ASRS to put the 10 items of the same type in two rows, and the other ten in the next two rows, and so on.

3- The ASRS doesn't retrieve items. I want the ASRS to retrieve the items and put them on the conveyor that carries items out, every time the shelves of one of the items fill up to make space for the next items of the same type.


the project with a photo are attached

pleas can anyone help! 😞

0 Likes
Accepted solutions (1)
9 Views
4 Replies
Replies (4)
Message 2 of 5

Ah_Yas
Not applicable
0 Likes
Message 3 of 5

kavika_faleumu
Autodesk
Autodesk
Accepted solution

Hey @Ad Yn, I'll see if I can help a bit with your questions.

1. If you have a type of item, it would be easier to have 1 "Type" that changes value depending on the item, like this:

1679600871169.png

2. If you want all the items to first go on the rack together and then, once the rack is full, pull the items off, you'll need to write some custom logic for placing items in that order and for waiting to pull them off. I would consider building some Process Flow logic to define custom behavior for the ASRS.

3. If you want the ASRS to pull items off of the rack, you need to a center-port connection (or an S-Connection) between the rack and ASRS.

1679601136286.png

That way, when your rack's Output panel says to Use Transport > current.centerObjects[1], it knows to use the ASRS:

1679601176866.png

Message 4 of 5

Ah_Yas
Not applicable


Thanks a lot
the ASRS works and pull the items off of the rack
Now I'm working on the process flow to learn more about it, thanks, you gave me a good hint to begin with 🙂


but the quantity of the items, I still get (12 blue, 9 red, and 9) green items

0 Likes
Message 5 of 5

kavika_faleumu
Autodesk
Autodesk

That's because in your Triggers for the source, you also had a "Set Label" function that overwrote the label you set in the Source.

1679682460780.png

Take that out and it should work fine.

0 Likes