question

Matheus G avatar image
0 Likes"
Matheus G asked Matheus G commented

How to simulate my problem

Hello, I'm relative new on simulating with FlexSim and I'd like to have a help here. My source must generate 4 items which goes to a queue, then a processor will do the work in the sequence that the items went to the queue, but I need to have a setup time in a manner that I don' know how to do. The problem is that between the item 1 and 2 I don't need a setup, neither between the item 3 and 4, but between 1 and 3, 1 and 4, 2 and 3 or 2 and 4 I need a setup, how do I do it?

Thanks! :)

FlexSim 17.0.0
processorsetupsetuptime
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

·
David Chan avatar image
1 Like"
David Chan answered Matheus G commented
@Matheus G

My suggestion is to group them using label. Item 1 & 2 as one group and 3 & 4 as another group. In picklist use the setup by item change. Go into the code instead of using itemtype use label.

I think implement this in 2017 update 1 is easier as itemtype is no longer an attribute but label.

Good luck

David

· 1
5 |100000

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

Matheus G avatar image Matheus G commented ·

Thanks @david.chan

I'll try your suggestion!

Only one more thing, will the code be "item.labelName"? I'm not sure how to do it.

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.