Process time by case values

Process time by case values

kevin.megee
Contributor Contributor
60 Views
3 Replies
Message 1 of 4

Process time by case values

kevin.megee
Contributor
Contributor

[ FlexSim 17.1.2 ]

This is probably a simple solution, but I'm having trouble getting my processor to process different "lots" at different speeds. I have one processor that will have 7 flow items pass through it at the process times of 700, 700, 700, 700, 1100, 1100, 1500. I enter theses times under each case value but it doesn't work. What an I missing? Thanks!

0 Likes
Accepted solutions (1)
61 Views
3 Replies
Replies (3)
Message 2 of 4

Matthew_Gillespie
Autodesk
Autodesk
Accepted solution

What are you using for your Case Function? I'm assuming you want the process time to sequentially use those times and then start over on the 8th, right? In that case set the Case Function to be:

(getinput(current)-1) % 7 + 1

Here's an example that has the process time be really fast for 4 flowitems then slow for the next 3, then back to fast for the next 4, etc.



Matthew Gillespie
FlexSim Software Developer

Message 3 of 4

kevin.megee
Contributor
Contributor

@matthewgillispie Thank you very much. What if I wanted to "snake" the times. Such as after the 1500 time, it reverses order? is that possible?

0 Likes
Message 4 of 4

Matthew_Gillespie
Autodesk
Autodesk

Yes, just add more cases and then adjust the mod value, i.e change % 7 to % n, where n is the number of cases.



Matthew Gillespie
FlexSim Software Developer

0 Likes