question

Roger W avatar image
0 Likes"
Roger W asked Roger W commented

Operator/transporter and Processflow

I am trying to make operators load items from a queue using process flow, the following error pops up

does loading only work with the taskexecuter/AGV network?

*I am trying to control a Bus to move to different stations and pick up "people" from the queue, I want to control this using Process flow.

examplemodel.fsm

FlexSim 17.2.3
process flowprocess flow tasksequence
errorexample.png (77.0 KiB)
examplemodel.fsm (20.5 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

·
gilbert jerald avatar image
4 Likes"
gilbert jerald answered Roger W commented

@ Roger W

Hi Roger,

In your model you have used a Lable name called "Item" to refer the created box, And this label name is used to load and move the box to the respective destination by the operator. But the problem here is the label name "item" is not linked to the box that is been created.

I have done a slight modification of your example model where the operator loads the item from the queue and move to the respective location.

I have used two methods: one is by using create a token using Event trigger source and another is to Push the created box to a list and pull the token from process flow. These two methods will be useful for you to overcome the problem that you are facing.

I have attached the mode for your reference

Thank you

method-1-example-modelusing-event-trigger-source.fsm

method-2-example-model-using-list.fsm


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

Roger W avatar image Roger W commented ·

thanks, I will try the push to list

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.