question

Livia Narda avatar image
0 Likes"
Livia Narda asked Sam Stubbs commented

how can i generate a statistic report only from certain times?

Hi, currently i am doing my thesis with the main topic is simulation. Therefore, i am using flexsim as my simulation software. But i have had a little bit problem here.

In my model, the system production needs to do a setup so it will start at 0 sec to 3600 sec. Later, after the setup times, then the system can run normally start from 3600 to 7200 sec. The problem is, how can i generate a statistic report only from 3600 sec - 7200 sec.

There are two statistic report that i want to generate. First, from "A-current-system-newest.fsm" and second from "b1-final-proposed-system"

a-current-system-newest.fsmb1-final-proposed-system.fsm

Regards,

Livia Narda

FlexSim 7.5.4
statistic reportfor my thesisfor thesissystem
· 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.

1 Answer

Sam Stubbs avatar image
4 Likes"
Sam Stubbs answered Sam Stubbs commented

There are two option for you. You can either try using the experimenter to generate your reports and statistics. If you use this method, there's a a "Warmup" field in which you can enter the time you want the model to not take into account. (In your case this would be 3600) Then you can just use the experimenter to grab whichever variables and statistics you want to examine.

The other way, is to create a User Event. (On your Toolbox tab, click the green "+" sign and select Modeling Logic > User Event.) Set the time of the event to fire at 3600, and then as the event select "Code Snippet." In your Snippet simply call the command: resetstats()

This should reset all the stats at the specified time, so that you can use that as a setup time.

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