Why Does Different Run Speed Have Different Output?

Why Does Different Run Speed Have Different Output?

connie_kao
Not applicable
27 Views
3 Replies
Message 1 of 4

Why Does Different Run Speed Have Different Output?

connie_kao
Not applicable

[ FlexSim 17.1.0 ]

funspeed.fsm

Hi, I am wondering why does different run time affect my overall throughput in the model?

With stop time set at 3600, if I run in 300 speed, I will get 30 throughput.

But when I set run speed to max, I can only get 19 throughput and all the items stack up in one of the queues?

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

support5CRPZ
Advocate
Advocate

@Connie Kao

Your issue looks like the statistical distribution of triangular not running speed.

The model stops when running NOT maximum speed.

The model has not any problem and the running speed.

0 Likes
Message 3 of 4

connie_kao
Not applicable

My model does not stop as long as the run speed is not set too high (<500 all work fine).

Right now it stops at 3600 because I set it to stop

0 Likes
Message 4 of 4

philboboADSK
Autodesk
Autodesk
Accepted solution

Your queues have logic in their Custom Draw trigger that open and close ports.

If the 3D view is closed, then the Custom Draw triggers won't be called at all. You shouldn't put model logic in the Custom Draw trigger; only draw code.

When you run the model fast, the 3D view draws less often so your code isn't being fired that opens and closes the ports.

Move your code into a trigger that fires at specific times rather than with the refresh rate of the window.



Phil BoBo
Sr. Manager, Software Development