I have a simple model that processes 3 different item types as seen in my attached model. I an running this model for a total length of 30 days. The model also runs on a time-table, i.e., every 6.8 hours, the production shuts off for 0.5 hours for off-shift and then begins again.
How can I track the production quantity of each itemType per shift and also per day ( 1 day = 13.6 hours + 1 hour cumulative between shifts) and then store this data? Please find my model attached.