Conveyor buffer and last in first out

Conveyor buffer and last in first out

PeterHe2
Not applicable
1,998 Views
10 Replies
Message 1 of 11

Conveyor buffer and last in first out

PeterHe2
Not applicable

[ FlexSim 22.2.0 ]



Empty Tote Buffer And Return.fsm1678352968317.jpg

20230309173520.png

Hi Everyone:

The empty Tote output from the secondconveyor to the "A" "B"conveyor Buffer.

I want to do three ations:
Action1:"A"and "B" area is the combiner's empty tote buffer.how to do?

Action 2 :The empty Tote is first transmitted to "A",when area "A" is full ,Tote is second transmitted to "B"

Action3: Empty tote in "B" area ,But "B" area tote output mode is "last in first out"

How can i finish the above , thanks in advance!


0 Likes
Accepted solutions (1)
1,999 Views
10 Replies
Replies (10)
Message 2 of 11

jason_lightfoot_adsk
Autodesk
Autodesk
Accepted solution

It sounds like you'll need to reverse your conveyor - you do that by setting the target speed property to the the negative of it's current value.

The coordination of this and the needs to start and stop the conveyor will probably be best done in a process flow.

0 Likes
Message 3 of 11

PeterHe2
Not applicable

@Jason Lightfoot

Hi Jason Lightfoot:

I am beginer, Do you have time to help me build a process flow?

Thanks

0 Likes
Message 4 of 11

jason_lightfoot_adsk
Autodesk
Autodesk

It doesn't have to be a process flow - you may get some way using a single photo-eye and messages. I recommend you look for the conveyor related tutorials and APIs in the online help, and build small test models just to prove the concept before trying to apply it in your model. If you get stuck post it here and someone will help you with your current hurdle.

When I get a chance I will try to build an example for you but can't say when that will be.

0 Likes
Message 5 of 11

FelixMoehlmann
Collaborator
Collaborator

Would it be an option to model the upper buffer as a push back rack instead?

That would eliminate the need to reverse the conveyor and simplify the release logic.

PushBackBuffer_fm.fsm

Message 6 of 11

PeterHe2
Not applicable

1.pngbox last in first out.fsm

@Felix Möhlmann @Jason Lightfoot

Hi :

I used decide point to implement some of the functions.

But when i was doing LIFO is failed. what method should be used to solve this problem.

Thank you advance!

0 Likes
Message 7 of 11

jason_lightfoot_adsk
Autodesk
Autodesk

Here's a working example showing the principle of using a reversing conveyor with photoeye feeding two stations:

reversingbufferconveyor2.gif

reversingBufferConveyor.fsm


0 Likes
Message 8 of 11

PeterHe2
Not applicable

Hi Jason:

You solved my problem very well

Thanks very much!

0 Likes
Message 9 of 11

PeterHe2
Not applicable

@Jason Lightfoot

Hi Jason Lightfoot:

I have one more Problem,As show in the following picture:

two-conveyor-star-and-stop.png

Two conveyor star and stop at the same time.fsm

How to make the yellow conveyor and "StraightConveyor2"

start and stop in the same time.I add a motor,but i don't control it.


0 Likes
Message 10 of 11

jason_lightfoot_adsk
Autodesk
Autodesk

You can only tell the motor to stop or resume so to reverse, each conveyor needs to be changed.

In the attached model I added a user command 'setMotorSpeed' which you can use to change the speeds of the conveyors by referencing the motor rather than a group.

two-conveyor-star-and-stop-at-the-same-time_jl.fsm

0 Likes
Message 11 of 11

PeterHe2
Not applicable
Thanks for your reply Jason,you solved the problem.
0 Likes