Definition Type: Element
Name: OpPerfLog
Namespace: http://www.iredes.org/xml
Containing Schema: IRappBaseClasses.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
Documentation:
Accumulated time of each operation mode  during the  reporting period. Adding all these values up will result in the total duration of the reporting period. See also separate working mode chart!
Collapse XSD Schema Diagram:
Drilldown into TurnedOff Drilldown into WaitSupplies Drilldown into WaitRepair Drilldown into WaitOperator Drilldown into WaitProcess Drilldown into MworkingXSD Diagram of OpPerfLog
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="OpPerfLog" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Accumulated time of each operation mode  during the  reporting period. Adding all these values up will result in the total duration of the reporting period. See also separate working mode chart!</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Mworking" type="xsd:duration">
                <xsd:annotation>
                    <xsd:documentation>Machine working. See additional doc elements!</xsd:documentation>
                    <xsd:documentation>START COUNTING: When machine is entering into working mode, performing a task related to the machine's purpose.</xsd:documentation>
                    <xsd:documentation>STOP COUNTING: When then machine enters into any other state other than a working mode</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WaitProcess" type="xsd:duration">
                <xsd:annotation>
                    <xsd:documentation>Machine waiting for other partners in the process or for process reasons not caused by the machine itself. This may be an (autonomous) machine waiting for access to a shared tramming zone or waiting for access to a dump shaft, a truck to become available etc.  See "IREDES Drill Rig profile description" document.</xsd:documentation>
                    <xsd:documentation>START COUNTING: As soon as the working machine stops due to external process related reasons. Or as soon as the machine is for some other reason put back into working state and is unable to continue working due to such reasons</xsd:documentation>
                    <xsd:documentation>STOP COUNTING: As soon as the machine detects the external reasons for this mode are not valid any longer. Normally the machine then continues in the working mode. However, by operator input it may be put in any other state.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WaitOperator" type="xsd:duration">
                <xsd:annotation>
                    <xsd:documentation>Time the machine waits for operator assistance during the reporting period.  See "IREDES Drill Rig profile description" document.</xsd:documentation>
                    <xsd:documentation>START COUNTING: As soon as the machine enters into a situation requiring operator assistance.</xsd:documentation>
                    <xsd:documentation>STOP COUNTING: As soon as any operator command is given (Either Switch OFF or back to working / wait repair state.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WaitRepair" type="xsd:duration">
                <xsd:annotation>
                    <xsd:documentation>Waiting time for repair until the repair is finished and the machine manually is switched on again.  See "IREDES Drill Rig profile description" document.</xsd:documentation>
                    <xsd:documentation>START COUNTING: Automatically by an alarm requiring assistance of qualified service personell or manually by the operator after detecting a situation requiring service assistance.</xsd:documentation>
                    <xsd:documentation>STOP COUNTING: As soon as the machine put into working mode after being switched on again.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WaitSupplies" type="xsd:duration">
                <xsd:annotation>
                    <xsd:documentation>Waiting time for external supplies like electric power, network connection for remote control (if not in local operation mode), water, material etc.  See "IREDES Drill Rig profile description" document.</xsd:documentation>
                    <xsd:documentation>START COUNTING: As soon as external supplies are detected missing.</xsd:documentation>
                    <xsd:documentation>STOP COUNTING: As soon as the machine is put into working mode again</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TurnedOff" type="xsd:duration">
                <xsd:annotation>
                    <xsd:documentation>Machine intentionally put in "OFF" state. This state is only counted if the machine is intentionally deactivated by an operator. Observe that a "switch off"  while the machine is in "Wait Repair" mode will be counted as "wait repair" until the machine is switched on again.</xsd:documentation>
                    <xsd:documentation>START COUNTING: As soon as the machine is intentionally turned OFF. Observe that a "switch off"  while the machine is in "Wait Repair" mode will be counted as "wait repair" until the machine is switched on again.</xsd:documentation>
                    <xsd:documentation>STOP COUNTING: As soon as the machine is turned on again.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Mworking IR:Mworking (1) (1)
WaitProcess IR:WaitProcess (1) (1)
WaitOperator IR:WaitOperator (1) (1)
WaitRepair IR:WaitRepair (1) (1)
WaitSupplies IR:WaitSupplies (1) (1)
TurnedOff IR:TurnedOff (1) (1)