question

Cameron Seams avatar image
0 Likes"
Cameron Seams asked Jacob Gillespie commented

How do I add multiple operators to a station on a conveyor?

I need to add 4 operators to a station on a conveyor. All four operators begin work at the same time, but end work at different times - there are four different cycle times at the one station.

I am able to map one operator, but need assistance adding >1 operator (preferably without process flow).

All help is much appreciated.

Thanks,

Cameron

conveyoroperatormultiple operatorsprocessing timestation
· 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.

Cameron Seams avatar image Cameron Seams commented ·

@Kari Payton

I have attached a sample model below. I am missing the connection between my global table (Cycle Times) and the processing time on the station - the operators are always idle. I am trying to pull a processing time (from global table) based on item type for each operator. Please let me know if you have a fix for this.

conveyor-multipleoperators.fsm

Thanks,

Cameron

0 Likes 0 ·
Cameron Seams avatar image Cameron Seams Cameron Seams commented ·
0 Likes 0 ·

1 Answer

·
Kari Payton avatar image
2 Likes"
Kari Payton answered Jacob Gillespie edited

You can use a dispatcher and connect the dispatcher to the operators. Dispatcher User Manual Reference


Update:

@Cameron Seams I made a few adjustments to your model.

1. Under the process time, the reference was to the wrong table. It should be a reference to table name "Cycle Times".

2. I also added a label to the source items called itemType, then read that label on the item in the process time at the station. 5573-conveyor-multipleoperators-1.fsm


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

Cameron Seams avatar image Cameron Seams commented ·

Thank you @Kari Payton

One more question - is there a simple way to have the "row" entry in the global table lookup reference a row based on the operator name?

For instance, currently the "row" is set to 1, so it is using process times for Operator_1 for both operators. I would like to write a function to pull the row based on operator name so row 1 references Operator_1 and row 2 references Operator_2.

0 Likes 0 ·
Kari Payton avatar image Kari Payton Cameron Seams commented ·

@Cameron Seams yes I noticed that in your model. However since you're using both operator 1 and 2 at the same time, how are you determining which operator's time you want to use?

0 Likes 0 ·
Cameron Seams avatar image Cameron Seams commented ·

@Kari Payton I am not able to determine this currently. I was wondering if there was a simple route to using different processing times for operators working at the same time, but it looks like it will require me to use custom code.

Thank you for your help above, it has helped lead me in the right direction.

0 Likes 0 ·
Kari Payton avatar image Kari Payton Cameron Seams commented ·

@Cameron Seams You're welcome. I suggest trying it using process flow if you are familiar with it and if you run into trouble search answers or post another question.

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.