question

fan YT avatar image
0 Likes"
fan YT asked jing.c answered

How to make TaskExecuterFlowItem pick boxes from a rack

Hello Flexsim great community,

I'm trying to make taskexecuterflowitem pick boxes in the rack.

I have try to put inserttask commands in the OnMessenger trigger of the queue,but it just doesn't work.

pick-in-rack.fsm

FlexSim 7.5.4
network nodetask executer flowitemrack flowinserttask
pick-in-rack.fsm (25.8 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.

fan YT avatar image fan YT commented ·

This is the latest model(I add some taskinsert command in the OnMessenger trigger of the first pick-in-rack.fsmqueue)

0 Likes 0 ·
pick-in-rack.fsm (26.0 KiB)
tannerp avatar image
0 Likes"
tannerp answered

I'm not expert in this area, especially using FlexSim 7, but you may reference this post as a place to start.

There is also a section of the User Manual that contains Task Sequence Tutorials. You may find these useful.

Lastly, I'd recommend upgrading your FlexSim to a newer version, if possible, so that you have access to Process Flow. Using Process Flow allows you to reduce the amount of code necessary to run your models as well as obtain better visual representations of your processes.


5 |100000

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

jing.c avatar image
0 Likes"
jing.c answered

Hi @fan YT

It would be quite simple to make it use list push&pull with ProcessFlow.

Though you use FlexSim7.5, you should use commnad "movetasksequence" and "dispatchtasksequence" to pass the task to taskexecuterFlowitem and execute it.

I add a dispatcher to store all the tasks form rack, and then in the OnEntry trigger of Queue to pick the task from dispatcher.

pick-in-rack-bychjv75.fsm

May it helps~


5 |100000

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

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.