Production Statistics Circuitry


This mod adds two new constant combinators that outputs production statistics and logistic statistics.

Content
5 years ago
0.16
8
Circuit network
Owner:
DARKHAWX
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
5 years ago
Latest Version:
0.1.2 (5 years ago)
Factorio version:
0.16
Downloaded by:
8 users

Adds two new combinators. One tracks the production statistics, while the other tracks the statistics of the logistic network it is in.

Production Statistic Combinator Output Options:
- Input Statistics: Count of all the items that were produced in the last update interval.
- Output Statistics: Count of all the items that were consumed in the last update interval.
- Total Statistics: Input - Output in the last update interval.
- Percentage Statistics: Input/Output. A value of 0 means that the item is being consumed just as fast as its being produced. 100 means there is 100% more being produced than consumed, -100 is 100% being consumed than produced.

Logistic Statistics Combinator Output Options:
- Requests: Total count of all requests currently being made in the network (within requester chests).
- Unfulfilled Requests: Total count of all unfulfilled requests currently being made in the network (within requester chests).
- Available Items: All available items in this network. Works similar to outputting the available items from a roboport, just more compact.
- Status: Lists various stats from the network
-- Logistic Robot: Count of available logistic robots
-- L: Count of total logistic robots
-- Construction Robot: Count of available construction robots
-- C: Count of total construction robots
-- R: Total number of robots this network supports (i.e. 350 * number of roboports)
-- T: R - C - L. i.e. the number of extra robots that could be added to this network
-- Roboport: Number of roboports
-- Passive Provider Chest: Number of passive provider points
-- Active Provider Chest: Number of active provider points
-- Requester Chest: Number of requester chests
-- Storage Chest: Number of storage chests

Settings:
- Ticks between Updates: The number of ticks between updates. Default is 30 (0.5s). Recommended to set to 300 (5s) as that will be most inline with what you see when you look at the production statistics in P.

Please feel free to leave feedback, suggestions and bug reports.

Version History:
0.1.2 - Updated Min and Max update times. Changed function names to reduce mod clashes.
0.1.1 - Spelling error fixes
0.1.0 - Initial release