question

Ireneusz Kaczmar avatar image
0 Likes"
Ireneusz Kaczmar asked tannerp edited

Pull strategy and shortest processing time

The model is working in pull strategy, priority is shortest processing time for 5 items. Process time for elements is: (1+1,5+2,5+2+3)/5=20/5=4,0. AvgStaytime in queue should be 4.0, but in this mdel is 4.1s why ??? Someone has any idea ? spt.fsm

FlexSim 17.0.10
pull strategy shortest processing time
spt.fsm (19.2 KiB)
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

Jeff Nordgren avatar image
1 Like"
Jeff Nordgren answered tannerp edited

@Ireneusz Kaczmar

I'm not sure where you are getting your numbers from. Here is how they should be calculated.

  1. Enter Q Exit Q Time in Q
  2. 1 3 2
  3. 1.5 4 2.5
  4. 2 5.5 3.5
  5. 2.5 8 5.5
  6. 3 10 7
  7. Total 20.5
  8. 20.5/5 = 4.1

So it appears to me that FlexSim is calculating the Avg. Staytime of flowitems in the queue correctly.

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