question

Zdenek K avatar image
0 Likes"
Zdenek K asked tannerp commented

Transporter/Forklifts Control.

Hey, I am kinda new to Flexsim, but sadly, I think I am doing something wrong.

First, In model i need forklifts to follow the paths i set-up for them, but they totally refuse to. I totally don't get the logic why?

The other problem is, that i need them to come to generated objects in “Zona1-5“(that is ok), and transport them based on their label“Cil“ to “Zona11-16“ through the Forklifts. But they just moves to first set of zones and than stops and doesn't do anything else.

Can someone please give me atleast some direction how to program those operators to work in some desirable way?

Thank you all very much for help!!

Here is my program: FlexSim.fsm

FlexSim 20.0.1
operatorstransportoperators assignmentforklift simulationflexsim 20.0.1
flexsim.fsm (58.2 KiB)
· 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.

1 Answer

tannerp avatar image
0 Likes"
tannerp answered tannerp commented

Hi @Zdenek K and welcome to the FlexSim community!

I took a look at your model and it looks like everything was set up well with the network nodes, but the forklifts were not connected to the network. You can connect them by creating an "A" connect between the forklift and any of the network nodes. I also added connections as shown below so that the forklifts didn't have to travel all the way across the middle section just to go to a neighboring queue.

For your second question, I'm not sure I completely understand what needs to happen, but I made an attempt to get it to run. I changed a couple things. The first was that the Run Sub Flow activity copies token labels to the child tokens so that the "item" and "Cil" label can be accessed in the Unload activity.

The second was that I added the transporters to a group and then acquired them. This works better than a dispatcher for Process Flow.

I hope I understood correctly, but let me know what questions you have.

flexsim_1.fsm


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