question

Jake W avatar image
0 Likes"
Jake W asked pc neo commented

Allow multiple operators to process & transport flow items?

cut-process-j.fsm I am trying to figure out how to make operators 1, 2, and 3 all be able to transport the batch in Combiner1 to the bake and same for the bake to Separator1 and Separator1 to Cut. I also want the operator who transported the flow items to stay at the station for processing. Currently, the only operator transporting and processing is the one who is the 1st center port connection to the fixed resource. Would it be possible to select the operator that is idle? Or I also thought maybe pulling the operator closest to the fixed resource in case none of the operators are ever idle.

operator assignment
cut-process-j.fsm (48.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.

pc neo avatar image
1 Like"
pc neo answered pc neo commented

23074-cut-process-j-1-autosave.fsm @Jake W I've tried to modify your program as follows:

a) Use process flow to send request out to dispatcher whenever there is a pallet of boxes completed processing. The process flow will repeatedly send out request to the same operator to ask to transport the boxes to machine Cut after knowing which operator is being sent to to transport the first box.

b) The operator when it first come over to machine "Processor1" (I've replace the Separator with this machine upon OnLoad of box onto the Operator, it will send a message to Processor1 and in turn Processor1 remember the operator name (as a label "operator"). The same information is written into machine Cut.

c) Machine Cut is setup to call the same operator as recorded in machine "Processor1".

This seems to work well please review.

P.S. On second thought perhaps it is not necessary to change the Separator with Processor, both should work fine.


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

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

Choose operator by query of state value . The answer belongs to the question "is there a way to limit a resource (operator) usage?" You would probably have to accumulate some more states to use the approach. Or you can order the operators attributes descendingly with other states.

· 3
5 |100000

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