question

Julio R avatar image
0 Likes"
Julio R asked Benjamin W2 commented

Conditional elevator

Hello,

I have a model where operators use an elevator bank to get to a second level. I have used two grids with Astar to do this and it works as intended.

The problem is that I am using a transporter to put objects in some high racks, but it does it without using the elevator. Still I want to use Astar to help navigate the trasnporters between other racks. I think something similar to the conditional bridge of the Astar.

Here there is a simplified example, I want the operator to use the elevator and the transporter to place on the rack without using the elevator but using Astar to avoid colisions.

asdf.fsm

I have been tying different things and I discovered that if I have a Astar grid higher than cero without an elevator the transporter wont know how to deliver . Here there is a small example:

prueba-error-astar.fsm

FlexSim 19.1.2
astarelevatorgrid
asdf.fsm (45.2 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.

1 Answer

tannerp avatar image
0 Likes"
tannerp answered Benjamin W2 commented

Hi @Julio R,

It took me a minute to figure this out, but if you just exchange the Transporter's Unload activity for a Move Object activity, then the Transporter will not move in the elevator when it is dropping off at the rack.

I think this is the behavior you are hoping for. Let me know what feedback you have.

asdfg.fsm


asdfg.fsm (44.2 KiB)
· 3
5 |100000

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