question

TalHzf avatar image
0 Likes"
TalHzf asked TalHzf commented

Processor Time with Tolerance Time

Hi All,

I want to ask if I can with Flexsim define the Time on a processor with a tolerance (for example +5% or -5% for the already given time.

Thank you all.

FlexSim 22.2.0
timetolerance timetolerance
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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered TalHzf commented
  1. double ptime=50;
  2. return uniform(0.95*ptime,1.05*ptime);

If you can't assume uniform, you'll need some other distribution for which you'll need to figure out the parameters.

· 5
5 |100000

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