Creating a tag that records a cumulative total of parts being made in a shift, storing it at the end of the shift and then resetting it to 0

Store each box weight in the database. You can then query the database for total production, or production on one side or the other, what time each box is completed, etc.

2 Likes