question

Jungeun W avatar image
0 Likes"
Jungeun W asked Jeanette F commented

How can I setting for output number of Stacker crane?

Hi!

I want to let Stacker Crane to pickup fixed amount of flowitem hourly.

There has 2 types of flowitem, type 1 and type 2.

15 pallets of type1 item and 3 pallets of type2 item picked up from 4 racks(2racks connected by one Stacker crane) every hour.

How can i handle the amount of output of task executers(same output schedule for every hour)?

taskexecuter_outputno.fsm

FlexSim 21.1.5
flowitemoutputoutputtriggertaskexecuters
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·
Actual you can not do this. A crane like any other Taskexecuter only supports processes and is not a source of an output. His throughput is defined by motion parameters like speed, distance, acceleration and his availability in processes. If you feed randomly a crane to do transports mainly at the end of an hour time slot, he won’t be able to do them in this slot. Your model logic must organize his utilization in a manner that he can achieve your goal. If you can not estimate on logical conditions which transport job must have priority over another, then you can only use a model to find an empirical solution for your problem by variation of transport or material processing orders. But this is exactly the purpose of a model in FlexSim. It tests on variable conditions the output and utilization of resources. Maybe you need to freeze your model every hour input conditions and run it based on this conditions several times until you find an optimum for the next statistical hour. It depends on intervals of certainty, when you are sure of random events.
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Joerg Vogel commented ·
Jorg I think it's just a matter of running to a pick schedule from the racks.
0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Jungeun W, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jeanette F commented

In a process flow add a source activity with your schedule and have the generated tokens find the items to release.

· 2
5 |100000

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

Jungeun W avatar image Jungeun W commented ·
can you show me how to make that process flow?
0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Jungeun W commented ·

Hello @Jungeun W, I believe this is what Jason was referring to. 1667078474633.png

Then you would have a find item activity to identify an item in the rack and a task sequence for the ASRS.

taskexecuter-outputno_1.fsm

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.