How create a change time tool between each of my item in my existing model ?

How create a change time tool between each of my item in my existing model ?

remi_a2
Not applicable
149 Views
6 Replies
Message 1 of 7

How create a change time tool between each of my item in my existing model ?

remi_a2
Not applicable

[ FlexSim 21.2.2 ]

Hello, In fact I already have a function in my setup time which returns to a global table but I don't know if I can put 2, a "use global table" function and an "if item label value change" function.

test1-fm (4).fsm

0 Likes
Accepted solutions (1)
150 Views
6 Replies
Replies (6)
Message 2 of 7

clair_augsburgerZGWRZ
Collaborator
Collaborator
Accepted solution

Hello Rémi,

You can use the If Item's Label Value Changes pickoption, and in the field If Item's Label Changed you add a statement to read in a Global Table.

In the attached example 2021-10-22 Changeover time.fsm , I randomly create 3 product types and the change over times are:

1634906045695.png

The setup time is defined as follows:

1634905848262.png

In the State Gantt chart, you can check that there is a setup time every time the product type changes:

1634906098824.png

Hope this helps.

Message 3 of 7

remi_a2
Not applicable

Ok I understand for this part, but now how can I assign a setup time to each item?

0 Likes
Message 4 of 7

clair_augsburgerZGWRZ
Collaborator
Collaborator

I think I misunderstood your question. Do you mean that you want to be able to define 3 steps as below:

  1. a changeover time (only if the product type changes)
  2. then a setup time (for each item)
  3. and a process time (for each item)
0 Likes
Message 5 of 7

remi_a2
Not applicable

Yes exactly

0 Likes
Message 6 of 7

clair_augsburgerZGWRZ
Collaborator
Collaborator

So you can use a MultiProcessor (https://docs.flexsim.com/en/21.2/Reference/3DObjects/FixedResources/MultiProcessor/) instead of a Processor. On a MultiProcessor, you can add as many steps as you want. Here is an example: 2021-10-22 Changeover + Setup + Process.fsm.

0 Likes
Message 7 of 7

remi_a2
Not applicable
Perfect thanks a lot
0 Likes