How can i program in flexsim 3 different types of set up times?

How can i program in flexsim 3 different types of set up times?

emilio_i
Not applicable
659 Views
4 Replies
Message 1 of 5

How can i program in flexsim 3 different types of set up times?

emilio_i
Not applicable
 
Accepted solutions (1)
660 Views
4 Replies
Replies (4)
Message 2 of 5

SimFlex_support
Advisor
Advisor

You can set the three different setup times in the setup time field according to the three flowitem-types using the values By case pick list option.

Message 3 of 5

emilio_i
Not applicable

The problem is i have 3 different set up types depending on the product sequence, not the product type, for example from product A to product B i have a set up time of 12 hours, from product A to product C i have 4 hours and from product B to product C i have 1 hour, how can i program that in flexsim? Someone told me that required a manual programing @david.seo

0 Likes
Message 4 of 5

SimFlex_support
Advisor
Advisor

@Emilio I

You can solve your issue using 'label' attribute in the processor.

The label feature is same with 'local variable'.

That is to use the label for example name 'oldProduct' to store the exiting product type in the processor when onExit and when the new product type enter the processor, the appropriate setup time can be selected comparing to the stored product type. You can set the script control in the setup time field.

Message 5 of 5

raja_sekaran
Not applicable
Accepted solution

Hi @Emilio I

You can do this by using From/To Lookup Table picklist option. I have attached the sample model.

setuptime-support.fsm (Version 18.0.1)

I hope this helps.

Thanks