OEEDetailGroup: {
    availability?: number;
    key:
        | number
        | number
        | string
        | boolean
        | Date;
    oee?: number;
    performance?: number;
    quality?: number;
    secondaryKey?:
        | number
        | number
        | string
        | boolean
        | Date;
    sumAvailableTime?: number;
    sumDowntime?: number;
    sumGoodParts?: number;
    sumScheduledTime?: number;
    sumTotalParts?: number;
}

Type declaration

  • Optionalavailability?: number

    Calculated availability of the records in this point.

  • key:
        | number
        | number
        | string
        | boolean
        | Date

    If Group By Time is set, the time's display name for this data point. Otherwise if Group By is set, the grouping's display name or internal ID of the entity for this data point. Otherwise empty.

  • Optionaloee?: number

    Calculated OEE of the records in this point.

  • Optionalperformance?: number

    Calculated performance of the records in this point.

  • Optionalquality?: number

    Calculated quality of the records in this point.

  • OptionalsecondaryKey?:
        | number
        | number
        | string
        | boolean
        | Date

    If Group By Time and Group By is set, the grouping's display name or internal ID of the entity for this data point. Otherwise empty.

  • OptionalsumAvailableTime?: number

    Sum of available time of the records in this point.

  • OptionalsumDowntime?: number

    Sum of downtime of the records in this point.

  • OptionalsumGoodParts?: number

    Sum of good parts of the records in this point.

  • OptionalsumScheduledTime?: number

    Sum of scheduled time of the records in this point.

  • OptionalsumTotalParts?: number

    Sum of total parts of the records in this point.