question

Amit Kulkarni avatar image
0 Likes"
Amit Kulkarni asked Amit Kulkarni commented

Sending items from two conveyors using one elevator to two downstream conveyors

@Matthew Gillespie, @Brandon Peterson

Hello,

In the attached model, pallets are transported on two conveyors to one elevator, which transports them to two conveyors downstream.

Here is what should happen:

1. On Arrival at decision points DP1 and DP2

  • a. Tokens enter zone
  • b. Tokens are pushed to list "Ready for Transport"
  • c. Acquire Resource: Elevator and should travel to pick up level


2. On Arrival at decision points DP5 and DP7

  • a. Tokens wait for Elevator to be available
  • b. Tokens enter as a batch into elevator as per load task sequence and get pushed to "Move Elevator" list
  • c. Elevator waits for batch arrival to execute unload task sequence.

I think the tokens are not pushed on to the list and hence the pallets do not enter the elevator since the batch is not complete. What am I doing wrong?

elevator2conveyors-zones.fsm

FlexSim 20.1.0
FlexSim 20.0.3
listconveyorselevatorzones
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

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Amit Kulkarni commented

There were a few issues going on here.

First you were using 2 different methods of trying to control the elevator.

  1. In the Move Elevator container you have a token giving tasks to the elevator and pulling from the list to coordinate with items on the conveyor.
  2. You had the items acquiring the elevator and then giving the elevator tasks.

You should choose one or the other, but not both. I updated your model so that only the one token in the Move Elevator container is giving the elevator tasks.

Second, you were correctly using a Zone to limit the items moving up to the elevator, but sometimes 2 items on the same conveyor side would enter the zone before an item on the other side. So I added a partition to the zone so that only one item on each side could enter the zone at a time.

Third, it seemed like you had a lot of extra, unnecessary wait for event and push to list activities. I removed a bunch of activities and got the model working the way I think it's supposed to work.

elevator2conveyors.fsm


· 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.

Amit Kulkarni avatar image Amit Kulkarni commented ·

@Matthew Gillespie Thank you for the quick response! I understand it now.

0 Likes 0 ·

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.