Utilizations by discrete time periods

Utilizations by discrete time periods

michael_oconnell
Not applicable
126 Views
4 Replies
Message 1 of 5

Utilizations by discrete time periods

michael_oconnell
Not applicable

[ FlexSim (other) ]

utilization-by-period.fsm

v16.1

I'm modeling a scenario where production increases in steps over a number of years. Assets might need to be added for later years that are not needed for earlier years. I want to be able to capture utilizations for the individual years.

The attached example shows a source creating 1 item every day. The processor's process time is 12 hours, so the utilization gets very quickly to 50%. At 100 days (time 2400), I change the IAT to 12 hrs for 2 items per day. Utilization for the next 100 days will be 100%. Current statistics and charts show the final average utilization for the 4800 hr run as 75%. I want to be able to capture the 50% for period 1 and the 100% for period 2. I know I can reset stats after period 1, but that will affect other statistics.

Any way to slice the data in this way vs. tracking hours and calculating via code?

0 Likes
Accepted solutions (1)
127 Views
4 Replies
Replies (4)
Message 2 of 5

michael_kramer1
Not applicable

@Michael O'Connell, you could make a custom chart using the processor state for the tracked variable, then export that to a .csv (Excel) file (doc1.zip).

0 Likes
Message 3 of 5

michael_oconnell
Not applicable

@Michael Kramer, the value that is accessed is still the value since time zero.

Many of the charts allow data to be collected for a certain time interval which led me to believe I could access the data that way. Unfortunately, it appears that the data in the tree for that type of chart still reflects the full run. However, one that represents total output, for example, displays the number correctly (100 for the first 2400 hours, 200 for the next 2400 hrs). One that represents states does not (should be 50% for first 2400 and 100% for next 2400). It shows 75% for both.

I know I can accomplish it by storing/exporting data and doing some calculations, but when the number of states grow to include off shift, down time, etc., that becomes messy.

0 Likes
Message 4 of 5

JordanLJohnson
Autodesk
Autodesk

@Michael O'Connell Is upgrading to 17.2 a possibility? There are some new statistical features that can do what you need in that version.

.


Jordan Johnson
Principal Software Engineer
>

0 Likes
Message 5 of 5

Jacob_Gillespie
Autodesk
Autodesk
Accepted solution

You can do this with your state chart.

Go to the General tab of the chart's property window and check Collect Entire State History for Post-Process Filtering. Press OK.

8828-collectentire.png

Run the model to completion and then go back to the General tab and enter 0 to 2400 in the Filter By Time option. Press Apply.

8829-filterbytime.png

The chart will update based on the filter.

8830-chart.png

Export to CSV to get the raw filtered data.