question

Ranggi M avatar image
0 Likes"
Ranggi M asked Eric M commented

How can I transfer item between cells in the same rack using Transporter?

Good day,

I'm building a model to simulate process in warehouse for picking and storing item to a new rack. The model I used

1. I am assigning label (item.Bay and item.Level) to assign item to appear in specific cells.

2. I am assigning destination of the item using label again item.RackDestination

3. All of my rack object will use PULL system, which the criteria is the item.RackDestination

The problem appear when there is a process which the item only moved cells and not object (same rack but different cells), because :

1. The pull is not working because it is the same object,

2.How can I simulate the specific transporter is the one who moved the object too?

PS : Due to simulating the "warehouse system" i use many coding, and not the pre-function flexsim

My flexsim version is 19.2.4

Thank you!

FlexSim 19.2.4
rackflexsim 19.2.4transportmoveobject
· 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.

Eric M avatar image Eric M commented ·

Hi @Ranggi M, was Joerg Vogel's answer helpful? If so, please click the red "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.

1 Like 1 ·
Joerg Vogel avatar image Joerg Vogel commented ·
Once the item has entered the rack object, you can assign a different slot. Then the item has got a currentSlot but a different assignedSlot. You can load the item and unload to the new assignedSlot. That is the storage system designed for. You don’t pull the item out of the rack, you just transport the item from one slot to another.
0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

You find attached an example. An operator carries an slot entering item to a different slot address.

Move_item_in_Rack.fsm


· 4
5 |100000

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

Ranggi M avatar image Ranggi M commented ·
Hi! thank you, I will try to check this model, and see if i can use it. Thanks
0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Ranggi M commented ·
@Ranggi M, if you had attached an own model example, I could have worked with it.
0 Likes 0 ·
Ranggi M avatar image Ranggi M Joerg Vogel commented ·

I need some time to make a mini example of my model. But in the mean time, I kind of try to understand your example, what if there are several item and several operator. It is using For Example :
There are item A,B in Cell 1-1-1 and C,D in Cell 2-1-1 and Operator 1 and 2 attached to a Dispatcher.

I want operator 1 to pick A and B at the same time , and bring A to Cell x and bring B to cell Y,

And I want Operator 2 to pick C and D at the same time, then bring C and D to cell Z

If I only used the addtask and dispatch at the message trigger every time will it follows those scenario?

0 Likes 0 ·
Show more comments

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.