question

Yerko A avatar image
0 Likes"
Yerko A asked Joshua S commented

Transporter dont follow network nodes in picking process

Help please!

I'm a new user of flexsim

I have a model where a transporter picking different amounts of item from the rack based on a global table "order". The problem is that when i indicate a route with network nodes the transporter does not follow the route.

picking-process.fsm

Choose One
global tablenetwork nodespicking
picking-process.fsm (26.6 KiB)
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

·
Joshua S avatar image
0 Likes"
Joshua S answered Joshua S commented

It isn't following the network because of all the different tasks you are assigning to the transporter in your OnLoad trigger that are replacing the tasks of following the network. From looking at your code on both the Queue2 and your transporter I would suggest taking a look at how to use process flow which simplifies a lot of the process you are trying to accomplish.

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

Yerko A avatar image Yerko A commented ·

Sorry, but is there a way to fix it without using processflow? I do not handle myself very well with that. Please

0 Likes 0 ·
Joshua S avatar image Joshua S Yerko A commented ·

I know you said you don't like process flow, but honestly it is a lot easier to use for what you want done overall. Since you are willing to write way more lines of code then process flow actives I doubt you would have any problem picking it up. As your model gets larger, writing lots of code become inefficient compared to the ease of use of process flow. It's drag and drop programming. I included your model with the process flow activities added.15271-picking-process-1.fsm

0 Likes 0 ·
Yerko A avatar image Yerko A Joshua S commented ·

Thank you! I will analyze the model to be able to adapt it to my needs. Thanks Joshua for the recommendation

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.