question

Marc R5 avatar image
0 Likes"
Marc R5 asked Felix Möhlmann commented

get the total off shift amount of time

Hello,

I have a simulation that can last multiple weeks with a timetable configured as well.

From the total amount of simulation time, I need to substract the off shift time to know the number of days or hours or minutes producing.

It is a simulation involving multiple processors working in parallel or in series, so I cannot get the info from processors stats or whatever. Besides there is logistics flows within moving items, etc.

I just need to get the total amount of time from start to end of simulation according to timetable.

Thanks.

FlexSim 22.2.2
timetablesoff shift
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

Jacob W2 avatar image
0 Likes"
Jacob W2 answered Felix Möhlmann commented

Hi @Marc R5,

If I understand your question, you are trying to get the total time that your system is being used based on the time tables. For example if your model runs for a day, but only 8 hours of the day are workable hours, you want to be able to see the 16 hours off-shift. In the model I am attaching, I have set up a statistics collector that looks at when the time table tells the model to stop and when it resumes. I then write the start and stop time of each of those events to the table. Once I have that data I am able to use a calculated table to grab the sum of those two columns and then find the total time off-shift.

Total off Shift Amount.fsm


· 2
5 |100000

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