OEEDataPoint: DataPoint & {
    availability?: number;
    availabilityDMSRecordId?: number;
    availableTime?: number;
    goodParts?: number;
    idealCycleTime?: number;
    oee?: number;
    performance?: number;
    quality?: number;
    qualityDMSRecordId?: number;
    rtfs?: RTFReportForInterchange;
    scheduledTime?: number;
    totalParts?: number;
}

Type declaration

  • Optionalavailability?: number

    Calculated availability for this data record. This will only be set if this record was set to collect availability.

  • OptionalavailabilityDMSRecordId?: number

    If set, the Internal ID of the DMS data record associated with the availability defects of this OEE data record

  • OptionalavailableTime?: number

    Available time entered for this data record

  • OptionalgoodParts?: number

    Good parts entered for this data record

  • OptionalidealCycleTime?: number

    Ideal cycle time set for this data record

  • Optionaloee?: number

    Calculated OEE of this data record

  • Optionalperformance?: number

    Calculated performance for this data record. This will only be set if this record was set to collect performance.

  • Optionalquality?: number

    Calculated quality for this data record. This will only be set if this record was set to collect quality.

  • OptionalqualityDMSRecordId?: number

    If set, the Internal ID of the DMS data record associated with the quality defects of this OEE data record

  • Optionalrtfs?: RTFReportForInterchange

    Information about the real-time failures associated with this data record

  • OptionalscheduledTime?: number

    Scheduled time entered for this data record

  • OptionaltotalParts?: number

    Total parts collected for this data record