question

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

How to change processing times based on a learning curve?

My problem is that I have a product line that has specific assembly and testing times tied to the unit it produces, but as I produce more of the unit the processing time for both these stations improves steadily until it reaches a certain point. For example, after we produce the first unit, the processing times improve, and then they improve again after another 10 units are produced, and then once again after another 20 units are produced. It continues to improve every 20 units until it steadies out after 150 units are made, when it reaches an assembly time and testing time that do not change anymore. What I am struggling to do is to have the assembly and test stations acknowledge this changing process time. Ideally I would like it to read the processing times tied to the unit that is created from the source and operate off that when it reaches the stations. How can I go about doing this?

Any help or directions to references that could assist me would be greatly appreciated, I'm still very new to FlexSim so even the simplest of instructions would help me a lot.

FlexSim 20.2.0
flexsim 20.2.0processing timeslearning curve
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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Aidan W commented

That is what labels are made for. You can set a label and read this label value as process time. Or you do it indirectly like a label value is for example 1 and you choose Process Time by case. If the label value is 1 then you return by case a Process Time for example to be 15.

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

Aidan W avatar image Aidan W commented ·

I've set two labels in the source that tie an assembly time and a testing time to each unit that gets made when it gets created. For simplicity sake they're called AssemblyTime and TestingTime. How would I go about calling them at the stations' processing time?

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Aidan W commented ·

You can choose for a process time a picklist option or you canwrite directly a value or a code snippet directly in this field.

item.AssemblyTime + item.TestingTime
That will return the sum of both values of the labels.


0 Likes 0 ·
Aidan W avatar image Aidan W Joerg Vogel commented ·

That did the trick, thank you!

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.