Skip to main content

partCountCorrections

No description

partCountCorrections(
distinct_on: [PartCountCorrection_select_column!]
limit: Int
offset: Int
order_by: [PartCountCorrection_order_by!]
where: PartCountCorrection_bool_exp
): [PartCountCorrection!]!

Arguments

partCountCorrections.distinct_on ● [PartCountCorrection_select_column!] list enum

Return a distinct set of entities, defined by the given fields.

partCountCorrections.limit ● Int scalar

Limits the number of objects returned.

partCountCorrections.offset ● Int scalar

Start a the specified, zero-based array index. This is only useful in combination with order_by.

partCountCorrections.order_by ● [PartCountCorrection_order_by!] list input

Sort the returned array by one or more fields of it's elements.

partCountCorrections.where ● PartCountCorrection_bool_exp input

Filter the data by using a (nested) boolean expression.

Type

PartCountCorrection object

MachineMetrics identifies when parts are produced by gathering part counter data from the machine. As the part counter increments, the delta represents the number of parts that were produced. There are situations where the behavior of the counter on the machine doesn’t accurately reflect the true number of parts that were produced. Part Count Corrections are used to account for that. The Part Count sum over a given time span should be combined with the Part Count Correction over that same time span to accurately determine the total true parts accounted for.