OEEStatValues: {
    availability?: number;
    countRecords?: number;
    countRecordsWithRTFs?: number;
    countTotalRTFs?: number;
    oee?: number;
    pctRecordsWithRTFs?: number;
    performance?: number;
    quality?: number;
    sumAvailableTime?: number;
    sumDowntime?: number;
    sumGoodParts?: number;
    sumScheduledTime?: number;
    sumTotalParts?: number;
}

Type declaration

  • Optionalavailability?: number

    The overall availability for this run of parts

  • OptionalcountRecords?: number

    Total number of records in the retrieval

  • OptionalcountRecordsWithRTFs?: number

    Number of records with at least one RTF.

  • OptionalcountTotalRTFs?: number

    Total number of RTFs in the retrieval.

  • Optionaloee?: number

    The overall OEE

  • OptionalpctRecordsWithRTFs?: number

    The percentage of the number of records with at least one RTF, out of the total number of records.

  • Optionalperformance?: number

    The overall performance for this run of parts

  • Optionalquality?: number

    The overall quality for this run of parts

  • OptionalsumAvailableTime?: number

    The total time available for this run of parts

  • OptionalsumDowntime?: number

    The total sum of downtime (represented in the units used to enter downtime)

  • OptionalsumGoodParts?: number

    The total number of good parts produced

  • OptionalsumScheduledTime?: number

    The total time scheduled for this run of parts

  • OptionalsumTotalParts?: number

    The total number of parts produced