1 Scope

This document provides a comprehensive overview of the model information structure of the International Rock Excavation Data Exchange Standard (IREDES) standard which in this case uses OPC UA as carrier and is therefore part of the companion specification mining. Version 1.0 of this document covers most of the IREDES type definitions, most of the IREDES ApplicationBaseClasses as well as the LHD truck equipment profile.

2 Normative references

The following referenced documents are indispensable for the application of this document. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments and errata) applies.

OPC 10000-1, OPC Unified Architecture - Part 1: Overview and Concepts

http://www.opcfoundation.org/documents/10000-1/

OPC 10000-2, OPC Unified Architecture - Part 2: Security Model

http://www.opcfoundation.org/documents/10000-2/

OPC 10000-3, OPC Unified Architecture - Part 3: Address Space Model

http://www.opcfoundation.org/documents/10000-3/

OPC 10000-5, OPC Unified Architecture - Part 5: Information Model

http://www.opcfoundation.org/documents/10000-5/

OPC 10000-6, OPC Unified Architecture - Part 6: Mappings

http://www.opcfoundation.org/documents/10000-6/

OPC 10000-7, OPC Unified Architecture - Part 7: Profiles

http://www.opcfoundation.org/documents/10000-7/

OPC 40560, OPC Unified Architecture for Mining - General

http://opcfoundation.org/UA/Mining/General/

International Rock Excavation Data Exchange Standard (IREDES) – General Definitions and Standard Architecture

https://iredes.org

International Rock Excavation Data Exchange Standard (IREDES) – IREDES Drill Rigs Profile Documentation version 1.3 IREDES Initiative 2010

3 Terms, definitions and conventions

3.1 Overview

It is assumed that basic concepts of OPC UA information modelling from OPC 10000-1, OPC 10000-2, OPC 10000-3, OPC 10000-5, OPC 10000-6 and OPC 10000-7 are understood in this document. This document will use these concepts to describe the OPC 40568-1 Information Model. For the purposes of this document, the terms and definitions given in the documents referenced in the OPC Core documents and OPC 40160 apply.

3.2 Conventions used in this document

The conventions and definitions described in the OPC Core documents and OPC 40160 apply.

4 General Information to 40568-1: IREDES

4.1 introduction to the OPC UA Companion Specification Mining

For general information on the OPC UA Companion Specification Mining and OPC UA in general, please refer to OPC 40160.

As part of the External Standards section of the OPC UA Companion Specification Mining, the IREDES standard uses OPC UA as carrier.

4.2 Introduction to the IREDES standard

IREDES is a flexible standard architecture for convenient worksite information exchange in the mining industry. It is used for information exchange between mainly mobile equipment and devices on one side and central computer systems on the other side. Also, Machine-to-Machine (“M2M”) communication is covered to a certain extend. Excluded from the standard is any direct communication related to machine remote control as this is inside the product responsibility of the respective suppliers. The standard covers definitions of how to exchange information and what kind of content is exchanged. The flexibility of the standard is achieved by separation between the purpose of information exchange (Application Profile) and the dedicated type equipment using and extending the generic Application Profile information by specific entries for dedicated types of equipment (Equipment Profile).

This principle leads to a matrix structure of the information exchange interface:

Application Purpose in the Application Profile (vertical structure)

Equipment specific purposes in the respective Equipment Profile (horizontal structure).

The structure of the IREDES standard is shown in Figure 1. The structure is mirrored as far as possible in the IREDES OPC UA information model.

Figure 1 – Structure of the IREDES standard

5 Information Model Overview

The following Figure 2 contains an overview about all ObjectTypes specified in this document and their corresponding relationships.

Figure 2 – Information Model Overview

6 Data Types

This section contains the definitions of data types used in the IREDES information model.

6.1 IRLengthDataType

This structure contains data describing lengths. It is formally defined in Table 1

Table 1 – IRLengthDataType Structure
Name Type Description
IRLengthDataTypestructureSubtype of structure defined in OPC 10000-3.

Value

0:DoubleData Type for length specification.

Unit

0:EUInformationDatatype for engineering unit description. Valid values: mm, cm, m, ft.

Note: In http://www.opcfoundation.org/UA/units/un/cefact the relevant unitIds are:

UnitId[mm] = 5066068
UnitId[cm] = 4410708
UnitId[m] = 5067858
UnitId[ft] = 4607828

Its representation in the AddressSpace is defined in Table 2.

Table 2 – IRLengthDataType Definition
Attribute Value
BrowseNameIRLengthDataType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the Structure defined in OPC 10000-3
Conformance Units
IREDES Component

6.2 JobAssignmentTimeDataType

The JobAssignmentTimeDataType union is used for JobAssignment times. It is formally described in Table 3.

Table 3 – JobAssignmentTimeDatatype Union
Name Type Description
JobAssignmentTimeDataTypeunion

ExpectedFinishTime

0:DateTimeTime Machine is expected to finish the job.

ExpectedDuration

0:DurationTime the job is going to take to finish.

Its representation in the AddressSpace is defined in Table 4.

Table 4 – JobAssignmentTimeDataType Definition
Attributes Value
BrowseNameJobAssignmentTimeDataType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:Union defined in OPC 10000-5
Conformance Units
IREDES Component

6.3 Mapping for simple IREDES Data Types

Simple IREDES data types will be mapped as described in Table 5.

Table 5 – Mapping for simple IREDES data types
Notation Data-Type Value Rank ArrayDimensions Description
IRtextShortString-1NULLText data type element for short text information provided in the IREDES standard. Limited to 24 characters in its original.
IRtextString-1NULLText data type for comments or text information provided in the IREDES standard. Originally limited to 64 characters.
IRtextLongString-1NULLText data type element for long text information. Limited to 256 characters in the IREDES standard.
IRangleFloat-1NULLData Type for angle specification. This data type is limited to values from -360.000 to +360.000.
IRVersionString-1NULLIREDES Version Numbering.
AnyURIString-1NULLAnyURI is a simple Container for any kind of structure data..

6.4 IRtextShort

This DataType specifies a String for short text information provided in the IREDES standard. It is originally limited to 24 characters. Its representation in the AddressSpace is defined in Table 6.

Table 6 – IRtextShort Definition
Attribute Value
BrowseNameIRtextShort
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the String DataType defined in OPC 10000-5
Conformance Units
IREDES Component

6.4.1 IRtext

This DataType specifies a String for comments or text information provided in the IREDES standard. It is originally limited to 64 characters. Its representation in the AddressSpace is defined in Table 7.

Table 7 – IRtext Definition
Attribute Value
BrowseNameIRtext
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the String DataType defined in OPC 10000-5
Conformance Units
IREDES Component

6.4.2 IRtextLong

This DataType specifies a String for long text information. It is limited to 256 characters in the IREDES standard. Its representation in the AddressSpace is defined in Table 8.

Table 8 – IRtextLong Definition
Attribute Value
BrowseNameIRtextLong
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the String DataType defined in OPC 10000-5
Conformance Units
IREDES Component

6.4.3 IRangle

This DataType specifies a Float for angle specification. It is limited to values from -360.000 to +360.000. Its representation in the AddressSpace is defined in Table 9.

Table 9 – IRangle Definition
Attribute Value
BrowseNameIRangle
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the Float DataType defined in OPC 10000-5
Conformance Units
IREDES Component

6.4.4 IRVersion

This DataType specifies a String for for IREDES Version Numbering. Its representation in the AddressSpace is defined in Table 10.

Table 10 – IRVersion Definition
Attribute Value
BrowseNameIRVersion
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the String DataType defined in OPC 10000-5
Conformance Units
IREDES Component

6.4.5 AnyURI

This DataType specifies a String as a XMLSimpleType. Its representation in the AddressSpace is defined in Table 11.

Table 11 – AnyURI Definition
Attribute Value
BrowseNameAnyURI
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the String DataType defined in OPC 10000-5
Conformance Units
IREDES Component

6.5 DispFlag

The enumeration DispFlag is used to determine when to display messages to the machine operator. It is formally defined in Table 12.

Table 12 – DispFlag Items
Name Value Description
MachStart0To be displayed when the machine is started. Machine start is defined as switching on the main power supply or power generation.
FileLoad1To be displayed as soon as the file is loaded (activated) in the machine’s automation system (applicable especially to plan files originating from the mine!).

Its representation in the AddressSpace is defined in Table 13.

Table 13 – DispFlag Definition
Attribute Value
BrowseNameDispFlag
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-5
0:HasPropertyVariable0:EnumValues0:EnumValueType[]0:PropertyType
Conformance Units
IREDES Component

6.6 Answer

The following enumeration Answer is used to classify answers to work orders. It is formally defined in Table 14

Table 14 – Answer Items
Name Value Description
Accepted0Order is accepted.
Delayed1Order can only be executed with delay.
AcceptedWithCondition2Order is accepted under a condition.
Denied3Orders denied.

Its representation in the AddressSpace is defined in Table 13.

Table 15 – Answer Definition
Attribute Value
BrowseNameAnswer
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-5
0:HasPropertyVariable0:EnumValues0:EnumValueType[]0:PropertyType
Conformance Units
IREDES Component

6.7 LTPPMptFromType

The enumeration LTPPMptFromType is used to classify mission start points for LHDs. It is formally described in Table 16.

Table 16 – LTPPMptFromType Items
Name Value Description
LoadPt0Load point
DumpPt1Dump point
Parking2Parking
Workshop3Workshop
Others4Others

Its representation in the AddressSpace is defined in Table 17.

Table 17 – LTPPMptFromType Definition
Attribute Value
BrowseNameLTPPMptFromType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-5
0:HasPropertyVariable0:EnumValues0:EnumValueType[]0:PropertyType
Conformance Units
IREDES Component

6.8 LTPPMptToType

The enumeration LTPPMptToType is used to classify mission end points for LHDs. It is formally described in Table 18.

Table 18 – LTPPMptToType Items
Name Value Description
LoadPt0Load point
DumpPt1Dump point
Parking2Parking
Boulder3Boulder
Workshop4Workshop
Others5Others

Its representation in the AddressSpace is defined in Table 17.

Table 19 – LTPPMptToType Definition
Attribute Value
BrowseNameLTPPMptToType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-5
0:HasPropertyVariable0:EnumValues0:EnumValueType[]0:PropertyType
Conformance Units
IREDES Component

6.9 LTPPMaction

The LTPPMaction enumeration is used classify actions carried out at the destination point specified in LTPPMptToN (Table 70). It is formally described in Table 20.

Table 20 – LTPPMaction Items
Name Value Description
Load0Load
Dump1Dump
Parking2Parking
Workshop3Workshop
Other4Other

Its representation in the AddressSpace is defined in Table 17.

Table 21 – LTPPMaction Definition
Attribute Value
BrowseNameLTPPMaction
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-5
0:HasPropertyVariable0:EnumValues0:EnumValueType[]0:PropertyType
Conformance Units
IREDES Component

7 OPC UA ObjectTypes

7.1 ProjectInfoType ObjectType

7.1.1 Overview

The ProjectInfoType is an ObjectType which contains additional project information. It is based on the ObjectType and intended to be used as AddIn. Its formal definition can be found in Table 22.

7.1.2 ObjectType Definition

Table 22 – ProjectInfoType ObjectType
Attribute Value
BrowseNameProjectInfoType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasComponentVariableSignatureString

0:BaseDataVariableType

O,RW
0:HasComponentVariableCommentString0:BaseDataVariableTypeO,RW
Conformance Units
IREDES ProjectInfoType

The component Variables of the ProjectInfoType have additional Attributes defined in Table 23.

Table 23 – ProjectInfoType Attribute values for child Nodes
BrowsePath Value Attribute Description Attribute
DefaultInstanceBrowseNameProjectInfoThe default BrowseName for instances of this type.

7.1.3 ObjectType Description

The description can be found in Table 24.

Table 24 – ProjectInfoType Attribute values for child Nodes
BrowsePath Description Attribute
SignatureProject signature.
CommentComments concerning the project can be added here.

7.2 EquipmentInfoType ObjectType

7.2.1 Overview

The EquipmentInfoType is an ObjectType which contains equipment specific information concerning the main aggregate the information comes from. ATTENTION: the information shall not be required to interpret the standard conformant data set! It’s just provided to identify a machine. The ObjectType is based on the BaseObjectType and is intended to be used as AddIn. Its definition is given in Table 25.

7.2.2 ObjectType Definition

Table 25 – EquipmentInfoType ObjectType Definition
Attribute Value
BrowseNameEquipmentInfoType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-5
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasPropertyVariableEqpManufactString0:PropertyTypeM,RO
0:HasPropertyVariableEqpTypeString0:PropertyTypeM,RO
0:HasPropertyVariableEqpModelString0:PropertyTypeO,RW
0:HasPropertyVariableEqpSerNoString0:PropertyTypeO,RW
0:HasComponentVariableEqpSysVerString0:BaseDataVariableTypeO,RW
0:HasComponentVariableEqpInfoString0:BaseDataVariableTypeO,RW
0:HasComponentVariableEqpNameString0:BaseDataVariableTypeO,RW
Conformance Units
IREDES EquipmentInfoType

The component Variables of the EquipmentInfoType have additional Attributes defined inTable 26.

Table 26 – EquipmentInfoType Attribute values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameEquipmentInfoThe default BrowseName for instances of this type.

7.2.3 ObjectType Description

The description can be found in Table 27.

Table 27 – EquipmentInfoType Attribute Values for Child Nodes
BrowsePath Description Attribute
EqpManufactName of the manufacturer.
EqpTypeManufacturer internal type name of the machine.
EqpModelEquipment model describing the model in the specified EqpType. To be stated if required for unequivocal machine type identification.
EqpSerNoSerial number of the machine.
EqpSysVerVersion Info Automation System / Software.
EqpInfoOther equipment specific information. Free text.
EqpNameUsed for designation of the machine.

7.3 GenHeadType ObjectType

7.3.1 Overview

The GenHeadType ObjectType contains the IREDES General header. It is based on the BaseObjectType and intended to be used as AddIn. It is formally defined in Table 28.

7.3.2 ObjectType definition

Table 28 – GenHeadType ObjectType Definition
Attribute Value
BrowseNameGenHeadType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasPropertyVariableFileCreateDateDateTime0:PropertyTypeM,RW
0:HasPropertyVariableIRVersionString0:PropertyTypeM,RW
0:HasPropertyVariableDownCompatString0:PropertyTypeM,RW
0:HasAddInObjectProjectInfoProjectInfoTypeO
0:HasAddInObjectEquipmentInfoEquipmentInfoTypeO
Conformance Units
IREDES GenHeadType

The component Variables of the GenHeadType have additional Attributes defined in Table 29.

Table 29 – GenHeadType Attribute values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameGenHeadThe default BrowseName for instances of this type.

7.3.3 ObjectType Desciption

The description can be found in Table 30.

Table 30 – GenHeadType ObjectType Description
BrowsePath Description Attribute
FileCreateDateDate of file creation. This is the date/time stamp for initialization of the Data Set.
IRVersionVersion of the IREDES main components of the standard. This version number changes any time IREDES top level schemas are modified. Please note to state downward compatibility in the separate Attribute. Type definition see below. Fixed 2.0.
DownCompatDownward compatibility of the profile version stated in “version” can be guaranteed down to the version number stated in this attribute. Fixed 2.0.
ProjectInfoProject specific information. Type definition see below.
EquipmentInfoEquipment specific information concerning the main aggregate the information comes from. ATTENTION: This information shall not be required to interpret a standard conformant data set.

7.4 DisplayToOperatorType ObjectType

7.4.1 Overview

The DisplayToOperatorType ObjectType is used to display messages to the operator of a machine. It is based on the BaseObjectType and is intended to be used as AddIn. Its formal definition is given in Table 31.

7.4.2 ObjectType definition

Table 31 – DisplayToOperatorType ObjectType Definition
Attribute Value
BrowseNameDisplayToOperatorType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasComponentVariableDispFlagDispFlag0:BaseDataVariableTypeO,RW
0:HasComponentVariableAckFlagString0:BaseDataVariableTypeO,RW
0:HasComponentVariableDispTextString0:BaseDataVariableTypeO,RW
Conformance Units
IREDES DisplayToOperatorType

The component Variables of the DisplayToOperatorType have additional Attributes defined in Table 32.

Table 32 – DisplayToOperatorType Attribute values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameDisplayToOperatorThe default BrowseName for instances of this type.

7.4.3 ObjectType description

The description can be found in Table 33.

Table 33 – DisplayToOperatorType Attribute Values for Child Nodes
BrowsePath Description Attribute
DispFlagStates under which circumstances the line (message) has to be displayed to the operator.
AckFlagAcknowledgement by the operator that he has read the message. (Will be transferred back as soon as the SiteHead is returned to the mine’s computer system with the next protocol exchange. Contains the name of the operator (user name in the Automation system) or simply ACK if automation system does not work with user logins.
DispTextText to be displayed.

7.5 IROptionType ObjectType

7.5.1 Overview

The IROptionType is based on the BaseObjectType and is intended to be used as AddIn. Its purpose is to allow individual IREDES standard extensions. These extensions will not be processed. The formal definition is given in Table 34.

7.5.2 ObjectType definition

Table 34 – IROptionType definition
Attribute Value
BrowseNameIROptionType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasComponentVariableOptionSchemaString0:BaseDataVariableTypeO, RW
Conformance Units
IREDES IROptionType

The component Variables of the IROptionType have additional Attributes defined in Table 35.

Table 35 – IROptionType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
DefaultInstanceBrowseNameIROptionThe default BrowseName for instances of this type.

7.5.3 ObjectType description

The description can be found in Table 36.

Table 36 – IROptionType Attribute Values for Child Nodes
BrowsePath Description Attribute
OptionSchemaURI for the schema that will extend the IREDES standard. This schema won’t be processed.

7.6 SiteHeadType ObjectType

7.6.1 Overview

The SiteHeadType is based on the BaseObjectType and is intended to be used as AddIn. It represents an optional site header. Its formal definition is given in Table 37.

7.6.2 ObjectType definition

Table 37 – SiteHeadType ObjectType Definition
Attribute Value
BrowseNameSiteHeadType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasAddInObjectDisplayToOperatorDisplayToOperatorTypeM
0:HasAddInObjectSiteOptionIROptionTypeM
Conformance Units
IREDES SiteHeadType

The component Variables of the SiteHeadType have additional Attributes defined in Table 38.

Table 38 – SiteHeadType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameSiteHeadThe default BrowseName for instances of this type.

7.6.3 ObjectType Description

The description can be found in Table 39.

Table 39 – SiteHeadType Attribute Values for Child Nodes
BrowsePath Description Attribute
DisplayToOperatorObject used to display messages to the operator of a machine.
SiteOptionObject that holds/references information that will not be processed.

7.7 GenTrailerType ObjectType

7.7.1 Overview

The GenTrailerType is based on the BaseObjectType and is intended to be used as AddIn. It contains a CRC 32 checksum which is calculated over the entire IREDES file. This is used for data integrity. The formal definition of the ObjectType is given in Table 40.

7.7.2 ObjectType definition

Table 40 – GenTrailerType ObjectType Definition
Attribute Value
BrowseNameGenTrailerType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasPropertyVariable

FileCloseDate

DateTime0:PropertyTypeM, RW
0:HasPropertyVariableChkSumByteString0:PropertyTypeM, RW
Conformance Units
IREDES GenTrailerType

The component Variables of the GenTrailerType have additional Attributes defined in Table 41.

Table 41 – GenTrailerType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameGenTrailerThe default BrowseName for instances of this type.

7.7.3 ObjectType Description

The description can be found in Table 42.

Table 42 – GenTrailerType Attribute Values for Child Nodes
BrowsePath Description Attribute
FileCloseDateDate the file was created.
ChkSumCRC 32 checksum.

7.8 IREDESType ObjectType

7.8.1 Overview

The IREDESType is part of a complete IREDES data set. It is intended to be used as AddIn and based on the BaseObjectType. Its formal definition is given in Table 43.

7.8.2 ObjectType definition

Table 43 – IREDESType ObjectType Definition
Attribute Value
BrowseNameIREDESType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasAddInObjectGenHeadGenHeadTypeM
0:HasAddInObjectSiteHeadSiteHeadTypeO
0:HasPropertyVariableIRVersionString0:PropertyTypeM, RW
HasPropertyVariableIRDownwCompatString0:PropertyType M, RW
Conformance Units
IREDES IREDESType

The component Variables of the IREDESType have additional Attributes defined in Table 44.

Table 44 – IREDESType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameIREDESThe default BrowseName for instances of this type.

7.8.3 ObjectType description

The description can be found in Table 45.

Table 45 – IREDESType Attribute Values for Child Nodes
BrowsePath Description Attribute
GenHeadIREDES general header.
SiteHeadOptional site header.
IRVersionIREDES Base version needed to process this scheme.
IRDownwCompatEarliest version the IREDES Base system version stated in IRVersion is downward compatible to. Since this version, only extensions have been made but no changes affecting compatibility issues (data type changes etc).

7.9 OpPerfLogType Object Type

7.9.1 Overview

The OpPerfLogType ObjectType is based on the BaseObjectType and is intended to be used as AddIn. Its purpose is to accumulate the time of each operation mode during the reporting period. Its formal definition is given in Table 46.

7.9.2 OpPerfLogType Object Type Definition

Table 46 – OpPerfLogType ObjectType Definition
Attribute Value
BrowseNameOpPerfLogType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasComponentVariableMworkingDuration0:BaseDataVariableTypeM, RW
0:HasComponentVariableWaitProcessDuration0:BaseDataVariableTypeM, RW
0:HasComponentVariableWaitOperatorDuration0:BaseDataVariableTypeM, RW
0:HasComponentVariableWaitRepairDuration0:BaseDataVariableTypeM, RW
0:HasComponentVariableWaitSamplesDuration0:BaseDataVariableTypeM, RW
0:HasComponentVariableTurnedOffDuration0:BaseDataVariableTypeM, RW
Conformance Units
IREDES OpPerfLogType

The component Variables of the OpPerfLogType have additional Attributes defined in Table 47.

Table 47 – OpPerfLogType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameOpPerfLogThe default BrowseName for instances of this type.

7.9.3 ObjectType Description

The description can be found in Table 48.

Table 48 – OpPerfLogType Attribute Values for Child Nodes
BrowsePath Description Attribute
MworkingMachine working.
WaitProcessMachine 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.
WaitOperatorTime the machine waits for operator assistance during the reporting period. See “IREDES Drill Rig profile description” document.
WaitRepairWaiting time for repair until the repair is finished and the machine manually is switched on again. See “IREDES Drill Rig profile description” document.
WaitSamplesWaiting 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.
TurnedOffMachine 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.

7.10 IRpPerfGenType ObjectType

7.10.1 Overview

The IRpPerfGenType ObjectType is a generic type used report production performance. It is based on the BaseObjectType and intended to be used as AddIn. Its formal definition can be found in Table 49.

7.10.2 ObjectType Definition

Table 49 – IRpPerfGenType ObjectType Definition
Attribute Value
BrowseNameIRpPerfGenType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasAddInObjectIREDESIREDESTypeM
0:HasPropertyVariableReportIdString0:PropertyTypeM, RW
0:HasPropertyVariableStartLogTimeDateTime0:PropertyTypeM, RW
0:HasPropertyVariableEndLogTineDateTime0:PropertyTypeM, RW
0:HasComponentVariableCommentString

0:BaseData

VariableType

O, RW
0:HasAddInObjectOpPerfLogOpPerfLogTypeO
Conformance Units
IREDES IRpPerfGenType

The component Variables of the IRpPerfGenType have additional Attributes defined in Table 50.

Table 50 – IRpPerfGenType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameIRpPerfGenThe default BrowseName for instances of this type.

7.10.3 ObjectType Description

The description can be found in Table 51.

Table 51 – IRpPerfGenType Attribute Values for Child Nodes
BrowsePath Description Attribute
IREDESBasic IREDES data type. Part of every complete IREDES data set.
ReportIdReport ID code, to uniquely identify this log report.
StartLogTimeStart of the reporting period. Date and time when the first entry to this xml-set was made.
EndLogTineEnd of the reporting period. Date and time when the last entry to this xml-set was made.
CommentProject information concerning this log.
OpPerfLogObject Type which accumulates the time of each operation mode during the reporting period.

7.11 IRplanGenType ObjectType

7.11.1 Overview

The IRplanGenType ObjectType is based on the BaseObjectType and intended to be used as AddIn. Its purpose is to provide a generic datatype for production planning. Its formal definition can be found inTable 52.

7.11.2 ObjectType Definition

Table 52 – IRplanGenType ObjectType Definition
Attribute Value
BrowseNameIRplanGenType
IsAbstractFalse
References Node Class

Browse

Name

DataType TypeDefinition Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasAddInObjectIREDESIREDESTypeM
0:HasPropertyVariablePlanNameString0:PropertyTypeM, RW
0:HasPropertyVariablePlanIdString0:PropertyTypeM, RW
0:HasComponentVariableCommentString [8]0:BaseDataVariableTypeO, RW
0:HasComponentVariableProjectString0:BaseDataVariableTypeO, RW
0:HasComponentVariableWorkOrderString0:BaseDataVariableTypeO, RW
Conformance Units
IREDES IRplanGenType

The component Variables of the IRplanGenType have additional Attributes defined in Table 53 .

Table 53 – IRplanGenType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
DefaultInstanceBrowseNameIRplanGenThe default BrowseName for instances of this type.

7.11.3 ObjectType Description

The description can be found in Table 54.

Table 54 – IRplanGenType Attribute Values for Child Nodes
BrowsePath Description Attribute
IREDESBasic IREDES data type. Part of every complete IREDES data set.
PlanIdIREDES internal production plan ID used for reference e.g. by Production Quality data sets basing on a particular production plan.
PlanNamePlan logical name to identify this specific plan to the human user. Useful to help the operator of a machine to logical identify a specific plan.
CommentComments to the plan for example type of plan, purpose, tools to use.
ProjectProject ID code. To identify the target project for this plan.
WorkOrderWork order ID code. To identify the work order associated with this plan.

7.12 IRStatusGenType

7.12.1 Overview

The IRStatusGenType is based on the BaseObjectType and intended to be used as AddIn. The IRStatusGenType is a generic datatype for status reporting. Its formal definition can be found in Table 55.

7.12.2 ObjectType Definition

Table 55 – IRStatusGenType ObjectType Definition
Attribute Value
BrowseNameIRStatusGenType
IsAbstractFalse
References Node Class BrowseName DataType Type-Definition Other
Subtype of BaseObjectType as defined in OPC 10000-5
0:HasPropertyVariable0:DefaultInstanceBrowseNameQualifiedName0: PropertyType
0:HasAddInObjectIREDESIREDESTypeM
0:HasPropertyVariableReportIdString0:PropertyTypeM, RW
0:HasPropertyVariableStartLogTimeDateTime0:PropertyTypeM, RW
0:HasPropertyVariableEndLogTimeDateTime0:PropertyTypeM, RW
0:HasComponentVariableCommentString0:BaseDataVariableTypeO, RW
0:HasComponentVariableOperatorIdString0:BaseDataVariableTypeO, RW
Conformance Units
IREDES IRStatusGenType

The component Variables of the IRStatusGenType have additional Attributes defined in Table 56 .

Table 56 – IRStatusGenType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameIRStatusGenThe default BrowseName for instances of this type.

7.12.3 ObjectType Description

The description can be found in Table 57.

Table 57 – IRStatusGenType Attribute values for child Nodes
BrowsePath Description Attribute
IREDESBasic IREDES data type. Part of every complete IREDES data set.
ReportIdReport ID code, to uniquely identify this log report.
StartLogTimeStart of the reporting period. Date and time when the first entry to this xml-set was made.
EndLogTimeEnd of the reporting period. Date and time when the last entry to this xml-set was made.
CommentProject information concerning this log.
OperatorIdIdentify the operator of the machine for reference.

7.13 IRLTMMonType

7.13.1 Overview

The IRLTMMonType ObjectType is based on the BaseObjectType and is intended to be used as AddIn. The IRLTMMonType is used for LHD machine monitoring reporting. Its formal definition can be found in Table 58.

7.13.2 ObjectType Definition

Table 58 – IRLTMMonType ObjectType Definition
Attribute Value
BrowseNameIRLTMMonType
IsAbstractFalse
References Node Class BrowseName DataType

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasAddInObjectIREDESIREDESTypeM
0:HasAddInObjectGenTrailerGenTrailerTypeM
0:HasPropertyVariableLTMMonVersionString0:PropertyTypeM
0:HasPropertyVariableLTMMonDownwCompatString0:PropertyTypeM
Conformance Units
IREDES IRLTMMonType

The component Variables of the IRLTMMonType have additional Attributes defined in Table 59.

Table 59 – IRLTMMonType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameIRLTMMonThe default BrowseName for instances of this type.

7.13.3 ObjectType Description

The description can be found in Table 60.

Table 60 – IRLTMMonType Attribute Values for Child Nodes
BrowsePath Description Attribute
IREDESBasic IREDES data type. Part of every complete IREDES data set.
GenTrailerDatatype that is used to guarantee the integrity of the data set.
LTMMonVersion2.0.
LTMMonDownwCompat2.0.

7.14 IRLTPlanType ObjectType

7.14.1 Overview

The IRLTPlanType is used for LHD production planning. It is based on the BaseObjectType and intended to be used as AddIn. Its formal definition can be found in Table 61.

7.14.2 ObjectType Definition

Table 61 – IRLTPlanType ObjectType Definition
Attribute Value
BrowseNameIRLTPlanType
IsAbstractFalse
References Node Class BrowseName Data-Type

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasAddInObjectIRplanGenIRplanGenTypeM
0:HasAddInObjectGenTrailerGenTrailerTypeM
0:HasPropertyVariableLTPlanVersionString0:PropertyTypeM
0:HasPropertyVariableLTPlanDownwCompatString0:PropertyTypeM
Conformance Units
IREDES IRLTPlanType

The component Variables of the IRLTPlanType have additional Attributes defined in Table 62.

Table 62 – IRLTPlanType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
DefaultInstanceBrowseNameIRLTPlanThe default BrowseName for instances of this type.

7.14.3 ObjectType Description

The description can be found in Table 63.

Table 63 – IRLTPlanType ObjectType Description
BrowsePath Description Attribute
IRplanGenGeneric datatype for production planning.
GenTrailerDatatype that is used to ensure the integrity of the data set.
LTPlanVersion2.0.
LTPlanDownwCompat2.0.

7.15 LTPPwaitProcType

7.15.1 Overview

The LTPPwaitProcType ObjectType is used to document process caused waiting time. It is based on the BaseObjectType and intended to be used as AddIn. Its formal definition can be found in Table 64.

7.15.2 ObjectType Definition

Table 64 – LTPPwaitProcType ObjectType Definition
Attribute Value
BrowseNameLTPPwaitProcType
IsAbstractFalse
References Node Class BrowseName Data-Type

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasComponentVariableBlastDelayDateTime0:BaseDataVariableTypeO
0:HasComponentVariableCantDumpDateTime0:BaseDataVariableTypeO
0:HasComponentVariableTrafficDateTime0:BaseDataVariableTypeO
0:HasComponentVariableNoRockDateTime0:BaseDataVariableTypeO
0:HasComponentVariableMineUtilsDateTime0:BaseDataVariableTypeO
0:HasComponentVariableRoadMaintDateTime0:BaseDataVariableTypeO
Conformance Units
IREDES LTPPwaitProcType

The component Variables of the LTPPwaitProcType have additional Attributes defined in Table 65.

Table 65 – LTPPwaitProcType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
DefaultInstanceBrowseNameLTPPwaitProcThe default BrowseName for instances of this type.

7.15.3 ObjectType Description

The description can be found in Table 66.

Table 66 – LTPPwaitProcType Attribute Values for Child Nodes
BrowsePath Description Attribute
BlastDelayAny Delay caused by blasting operations.
CantDumpDump point blocked by another machine, boulders or dump shaft filled / truck missing.
TrafficTraffic caused delays: roadway blocked by another machine / cars / other traffic.
NoRockWait for material to handle - No access to material to load.
MineUtilsWaiting for mine utilities.
RoadMaintWaiting for roadway maintenance.

7.16 LTPPTimeRepType

7.16.1 Overview

The LTPPTimeRepType is used for time reporting concerning a particular load/dump point pair. It is based on the BaseObjectType and intended to be used as an AddIn. Its formal definition can be found in Table 67.

7.16.2 ObjectType Definition

Table 67 – LTPPTimeRepType ObjectType Definition
Attribute Value
BrowseNameLTPPTimeRepType
IsAbstractFalse
References Node Class BrowseName DataType

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasPropertyVariableLTPPStartTimeUtcTime0:PropertyTypeM
0:HasPropertyVariableLTPPEndTimeUtcTime0:PropertyTypeM
Conformance Units
IREDES LTPPTimeRepType

The component Variables of the LTPPTimeRepType have additional Attributes defined in Table 68.

Table 68 – LTPPTimeRepType Attribute values for child Nodes
BrowsePath Value Attribute Description Attribute
DefaultInstanceBrowseNameLTPPTimeRepThe default BrowseName for instances of this type.

7.16.3 ObjectType Description

The description can be found in Table 69.

Table 69 – LTPPTimeRepType Attribute Values for Child Nodes
BrowsePath Description Attribute
LTPPStartTimeMission start time.
LTPPEndTimeMission end time.

7.17 LTPPMissionType

7.17.1 Overview

The LTPPMissionType is used to generate a report for each tramming order ("mission") run during the reporting period. One object per mission! One "mission" is defined as tramming from A to B. It is based on the BaseObjectType and intended to be used as AddIn. Its formal definition can be found in Table 70.

7.17.2 ObjectType Definition

Table 70 – LTPPMissionType ObjectType Definition
Attribute Value
BrowseNameLTPPMissionType
IsAbstractFalse
References Node Class BrowseName DataType

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasComponentVariableLTPPMisSeqUInt640:BaseDataVariableTypeM
0:HasComponentVariableLTPPMptFromNString0:BaseDataVariableTypeM
0:HasComponentVariableLTPPMptFromIDString0:BaseDataVariableTypeO
0:HasComponentVariableLTPPMptFromTypeLTPPMptFromType0:BaseDataVariableTypeO
0:HasComponentVariableLTPPMptToNString0:BaseDataVariableTypeM
0:HasComponentVariableLTPPMptToIDString0:BaseDataVariableTypeO
0:HasComponentVariableLTPPMptToTypeLTPPMptToType0:BaseDataVariableTypeO
0:HasComponentVariableLTPPMareaString0:BaseDataVariableTypeO
0:HasPropertyVariableLTPPMisstartDateTime0:PropertyTypeM
0:HasPropertyVariableLTPPMissEndDateTime0:PropertyTypeM
0:HasComponentVariableLTPPMwaitPointDateTime0:BaseDataVariableTypeO
0:HasComponentVariableLTPPMactionLTPPMaction0:BaseDataVariableTypeM
0:HasComponentVariableLTPPMwaitgenDateTime0:BaseDataVariableTypeO
0:HasComponentVariableLTPPMtimeActDateTime0:BaseDataVariableTypeO
0:HasComponentVariableLTPPMpayldFloat0:BaseDataVariableTypeM
0:HasPropertyVariableLTPPMtramEndDateTime0:PropertyTypeM
0:HasComponentVariableLTPPMtramDistFloat0:BaseDataVariableTypeM
0:HasComponentVariableLTPPMopIDString0:BaseDataVariableTypeO
Conformance Units
IREDES LTPPMissionType

The component Variables of the LTPPMissionType have additional Attributes defined in Table 71.

Table 71 – LTPPMissionType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameLTPPMissionThe default BrowseName for instances of this type.

7.17.3 ObjectType Description

The description can be found in Table 72.

Table 72 – LTPPMissionType Attribute Values for Child Nodes
BrowsePath Description Attribute
LTPPMisSeqSequence number of the mission. Starting at 1 with the first mission in the reporting period.
LTPPMptFromNName of the point where the mission originated (tramming started).
LTPPMptFromIDElectronic (Tag) ID of the point where the mission originated (tramming started). Electronic ID of the point stated in LTPPMptFromN.
LTPPMptFromTypeType of the point where the mission started.
LTPPMptToNName of the destination point, where the tramming finished and the mission ended.
LTPPMptToIDElectronic (tag) ID of the point where the mission ended (destination point).
LTPPMptToTypeType of the point where the mission ended.
LTPPMareaID for the mine area the machine is operating in. Usually both departure and destination points should be located in this area.
LTPPMisstartTime tag when the mission started.
LTPPMissEndEnd time of the mission. Counting ends when the machine is ready to start the next mission, including all waiting before the next mission can be started.
LTPPMwaitPointWaiting time for destination point availability.
LTPPMactionAction to be carried out at destination point specified in LTPPMptTo.
LTPPMwaitgenAccumulated waiting time during the mission, excluding the time reported in LTPPMwaitPoint.
LTPPMtimeActDuration of the action carried out at the destination point in LTPPMaction.
LTPPMpayldTonnage of payload carried between start and destination points.
LTPPMtramEndTramming end time: Time stamp when the tramming ended at destination point.
LTPPMtramDistTramming distance between start and destination point. Unit: km; Resolution: 0.0001 km (10 cm).
LTPPMopIDOperator ID.

7.18 LTPPaccPtsType

7.18.1 Overview

The LTPPaccPtsType is used to document data for each pair of load point / dump point. It is based on the BaseObjectType and intended to be used as AddIn. Its formal definition can be found in Table 73.

7.18.2 ObjectType Definition

Table 73 – LTPPaccPtsType ObjectType Definition
Attribute Value
BrowseNameLTPPaccPtsType
IsAbstractFalse
References Node Class BrowseName DataType

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasPropertyVariableLTPPLdrawPtNString0:BaseDataVariableTypeM
0:HasComponentVariableLTPPLdrawPtIDString0:BaseDataVariableTypeO
0:HasPropertyVariableLTPPLdumpPtNString0:PropertyTypeM
0:HasComponentVariableLTPPLdumpPtIDString0:BaseDataVariableTypeO
0:HasComponentVariableLTPPLmassFloat0:BaseDataVariableTypeM
0:HasComponentVariableLTPPLcyclUInt160:BaseDataVariableTypeM
0:HasComponentVariableLTPPLdistFloat0:BaseDataVariableTypeM
0:HasComponentVariableLTPPLopObservString0:BaseDataVariableTypeO
0:HasAddInObjectLTPPTimeRepLTPPTimeRepTypeO
Conformance Units
IREDES LTPPaccPtsType

The component Variables of the LTPPaccPtsType have additional Attributes defined in Table 74.

Table 74 – LTPPaccPtsType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameLTPPaccPtsThe default BrowseName for instances of this type.

7.18.3 ObjectType Description

The description can be found in Table 75.

Table 75 – LTPPaccPtsType Attribute Values for Child Nodes
BrowsePath Description Attribute
LTPPLdrawPtNName of the draw (load point) accessed in the reported job.
LTPPLdrawPtIDElectronic (tag) ID of the draw (load point) in this combination (Name in 1.1.1.1).
LTPPLdumpPtNName of the dump point in this combination.
LTPPLdumpPtIDElectronic (tag) ID of the draw (load point) in this combination (Name in 1.1.1.1).
LTPPLmassMass transported between this point pair during reporting period in t. Min accuracy: 0.01 t.
LTPPLcyclNumber of cycles travelled between this point pair during reporting period.
LTPPLdistDistance travelled between those two points during reporting period. Accumulated distance of al rounds travelled. Both routes are counted! Accuracy: 0.01 km.
LTPPLopObservOperator observations regarding the travel way, load or dump points during reporting period (e.g. loose rock, bad roadway,...). Preliminarily a string, later we can add preselect-lists for easier operator input!
LTPPTimeRepTime reporting for access to the particular load / Dump point pair. Multiple elements may be required as work can be interrupted and restarted again at a later time during reporting period.

7.19 LTPPLoadRepType

7.19.1 Overview

The LTPPLoadRepType is a special type used for LHD load reporting. It is based on the BaseObjectType and intended to be used as AddIn. Its formal definition can be found in Table 76.

7.19.2 ObjectType Definition

Table 76 – LTPPLoadRepType ObjectType Definition
Attribute Value
BrowseNameLTPPLoadRepType
IsAbstractFalse
References Node Class BrowseName

Data

Type

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasComponentVariableLTPPCyclTotUInt640:BaseDataVariableTypeM
0:HasComponentVariableLTPPdistTotFloat0:BaseDataVariableTypeO
0:HasComponentVariableLTPPwrkDistFloat0:BaseDataVariableTypeO
0:HasComponentVariableLTPPloadTotFloat0:BaseDataVariableTypeM
0:HasAddInObjectLTPPwaitProcLTPPwaitProcTypeO
0:HasAddInObjectLTPPaccPtsLTPPaccPtsTypeO
0:HasAddInObjectLTPPMissionLTPPMissionTypeO
Conformance Units
IREDES LTPPLoadRepType

The component Variables of the LTPPLoadRepType have additional Attributes defined in Table 77.

Table 77 – LTPPLoadRepType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
DefaultInstanceBrowseNameLTPPLoadRepThe default BrowseName for instances of this type.

7.19.3 ObjectType Description

The description can be found in Table 78.

Table 78 – LTPPLoadRepType Attribute Values for Child Nodes
BrowsePath Description Attribute
LTPPCyclTotTotal number of working cycles (rounds) completed during the reporting period.
LTPPdistTotOverall distance travelled in during the reporting period. This includes also non-performance related tramming e.g. to workshop. Minimum accuracy required by the standard: 0.1 km.
LTPPwrkDistTotal distance travelled in a working mode (as reported by MWorking) during the reporting period.
LTPPloadTotTotal load carried under all completed working cycles during reporting period. Minimum accuracy required by the standard: 0.01.
LTPPwaitProcProcess caused waiting time - LHD specific! Specifies details of the WaitProc timing in the Application Profile!
LTPPaccPtsReport data for each pair of load point / dump point.
LTPPMissionSee LTPPMissionType.

7.20 IRLTPPerfType

7.20.1 Overview

The IRLTPPerfType ObjectType is used for LHD production performance reporting. It is based on the BaseObjectType and intended to be used as AddIn. Its formal definition is given in Table 79.

7.20.2 ObjectType Definition

Table 79 – IRLTPPerfType ObjectType Definition
Attribute Value
BrowseNameIRLTPPerfType
IsAbstractFalse
References Node Class BrowseName

Data

Type

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasAddInObjectIRpPerfGenIRpPerfGenTypeM
0:HasAddInObjectLTPPLoadRepLTPPLoadRepTypeM
0:HasPropertyVariableLTPPerfVersionString0:PropertyTypeM
0:HasPropertyVariableLTPPerfDownwCompatString0:PropertyTypeM
Conformance Units
IREDES IRLTPPerfType

The component Variables of the IRLTPPerfType have additional Attributes defined in Table 80.

Table 80 – IRLTPPerfType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
0:DefaultInstanceBrowseNameIRLTPPerfThe default BrowseName for instances of this type.

7.20.3 ObjectType Description

The description can be found in Table 81.

Table 81 – IRLTPPerfType Attribute Values for Child Nodes
BrowsePath Description Attribute
IRpPerfGenGeneric type used report production performance.
LTPPLoadRepReports on how much material has been transported between load and dump points during the reporting period.
LTPPerfVersion2.0.
LTPPerfDownwCompat2.0.

7.21 IRLHDTruckType ObjectType

7.21.1 Overview

The IREDES IRLHDTruckType ObjectType is intended to be used as AddIn or for instantiation. It constitutes a complete IREDES IRLHDTruck equipment profile. It is based on the BaseObjectType. Its formal definition can be found in Table 82.

7.21.2 ObjectType Definition

Table 82 – IRLHDTruckType ObjectType Definition
Attribute Value
BrowseNameIRLHDTruckType
IsAbstractFalse
References Node Class BrowseName

Data

Type

Type

Definition

Other
Subtype of BaseObjectType as defined in OPC 10000-3
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
0:HasAddInObjectIRLTPPerfIRLTPPerfTypeM
0:HasAddInObjectIRLTPlan IRLTPlanTypeM
0:HasAddInObjectIRLTMMonIRLTMMonTypeM
Conformance Units
IREDES IRLHDTruckType

The component Variables of the IRLHDTruckType have additional Attributes defined in Table 83.

Table 83 – IRLHDTruckType Attribute Values for child Nodes
BrowsePath Value Attribute Description Attribute
DefaultInstanceBrowseNameIRLHDTruckThe default BrowseName for instances of this type.

7.21.3 ObjectType Description

The description can be found in Table 84Table 81.

Table 84 – IRLHDTruckType Attribute Values for Child Nodes
BrowsePath Description Attribute
IRLTPPerfIRLHD production performance reporting.
IRLTPlanIRLHD production planning.
IRLTMMonIRLHD machine monitoring reporting.

8 Profiles and Conformance Units

This chapter defines the corresponding profiles and conformance units for the OPC UA Information Model for OPC 40568-1. Profiles are named groupings of conformance units. Facets are Profiles that will be combined with other Profiles to define the complete functionality of an OPC UA Server or Client. The following tables specify the facets available for servers that implement the OPC 40568-1 Information Model companion specification.

8.1 Conformance Units

Table 85 defines the corresponding ConformanceUnits for the OPC UA Information Model for OPC 40568- IREDES

Table 85 – Conformance Units for OPC 40568 IREDES
Category Title Description
ServerIREDES ComponentSupports the IREDESType type definition.
ServerIREDES ProjectInfoTypeSupports the ProjectInfoType and has at least one instance of it in the address space.
ServerIREDES EquipmentInfoTypeSupports the EquipmentInfoType and has at least one instance of it in the address space.
ServerIREDES GenHeadTypeSupports the GenHeadType and has at least one instance of it in the address space.
ServerIREDES DisplayToOperatorTypeSupports the DisplayToOperatorType and has at least one instance of it in the address space.
ServerIREDES IROptionTypeSupports the IROptionType and has at least one instance of it in the address space.
ServerIREDES SiteHeadTypeSupports the SiteHeadType and has at least one instance of it in the address space.
ServerIREDES GenTrailerTypeSupports the GenTrailerType and has at least one instance of it in the address space.
ServerIREDES IREDESTypeSupports the IREDESType and has at least one instance of it in the address space.
ServerIREDES OpPerfLogTypeSupports the OpPerfLogType and has at least one instance of it in the address space.
ServerIREDES IRplanGenTypeSupports the IRplanGenType and has at least one instance of it in the address space.
ServerIREDES IRStatusGenTypeSupports the StatusGenType and has at least one instance of it in the address space.
ServerIREDES IRLTMMonTypeSupports the IRLTMMonType and has at least one instance of it in the address space.
ServerIREDES IRLTPlanTypeSupports the IRLTPlanType and has at least one instance of it in the address space.
ServerIREDES LTPPwaitProcTypeSupports the LTPPwaitProcType and has at least one instance of it in the address space.
ServerIREDES LTPPTimeRepTypeSupports the LTPPTimeRepType and has at least one instance of it in the address space.
ServerIREDES LTPPMissionTypeSupports the LTPPMissionType and has at least one instance of it in the address space.
ServerIREDES LTPPaccPtsTypeSupports the LTPPaccPtsType and has at least one instance of it in the address space.
ServerIREDES LTPPLoadRepTypeSupports the LTPPLoadRepType and has at least one instance of it in the address space.
ServerIREDES IRLTPPerfTypeSupports the IRLTPPerfType and has at least one instance of it in the address space.
ServerIREDES IRLHDTruckTyoeSupports the IRLHDTruckTyoe and has at least one instance of it in the address space.
ClientIREDES component client querySupports querying variable instance declarations of the IREDESType.

8.2 Profiles

8.2.1 Profile list

Table 86 lists all Profiles defined in this document and defines their URIs.

Table 86 – Profile URIs for OPC 40568-1
Profile URI
IREDES Core Server Facet http://opcfoundation.org/UA-Profile/Mining/ExternalStandards/IREDES/Server/Core
IREDES Server Facet http://opcfoundation.org/UA-Profile/Mining/ExternalStandards/IREDES/Server/IREDES
IREDES Base Server Profile http://opcfoundation.org/UA-Profile/Mining/ExternalStandards/IREDES/Server/Base
IREDES Core Client Facet http://opcfoundation.org/UA-Profile/Mining/ExternalStandards/IREDES/Client/Core
IREDES Client Facet http://opcfoundation.org/UA-Profile/Mining/ExternalStandards/IREDES/Client/IREDES
IREDES Base Client Profile http://opcfoundation.org/UA-Profile/Mining/ExternalStandards/IREDES/Client/Base

8.2.2 Server Facets

8.2.2.1 Overview

The following sections specify the Facets available for Servers that implement the OPC 40568- OPC UA for Mining – External Standards – IREDES companion specification. Each section defines and describes a Facet or Profile.

8.2.2.2 IREDES Core Server Facet

Table 87 defines a Facet that describes the fundamental base functionalities an OPC UA server is expected to process for serving OPC UA CS Mining IREDES Information Model. However, this will not allow to serve meaningful OPC UA CS Mining IREDES information models and purely serves to describe the fundamental Profiles and Facets required for basic server operation.

Table 87 – IREDES Core Server Facet
Group Conformance Unit / Profile Title Mandatory / Optional
Profile0:Core 2022 Server Facet
http://opcfoundation.org/UA-Profile/Server/Core2022Facet
M
Profile

0: Base Server Behaviour Facet

http://opcfoundation.org/UA-Profile/Server/Behaviour

M
Profile0:Data Access Server Facet
http://opcfoundation.org/UA-Profile/Server/DataAccess
M
8.2.2.3 IREDES Server Facet

Table 88 defines a facet that describes the functionalities of an OPC UA External Standards – IREDES server is expected to process in regard to being able to serve a component recursion of Object instances. Specifically, this is referring to the Components Instance – Declaration of the IREDESType definition provided in chapter 7.8.

Table 88 – IREDES IREDES Server Facet
Group Conformance Unit / Profile Title Mandatory / Optional
IREDESIREDES ComponentM
IREDESIREDES ProjectInfoTypeO
IREDESIREDES EquipmentInfoTypeO
IREDESIREDES GenHeadTypeO
IREDESIREDES DisplayToOperatorTypeO
IREDESIREDES IROptionTypeO
IREDESIREDES SiteHeadTypeO
IREDESIREDES GenTrailerTypeO
IREDESIREDES IREDESTypeO
IREDESIREDES OpPerfLogTypeO
IREDESIREDES IRpPerfGenTypeO
IREDESIREDES IRplanGenTypeO
IREDESIREDES IRStatusGenTypeO
IREDESIREDES IRLTMMonTypeO
IREDESIREDES IRLTPlanTypeO
IREDESIREDES LTPPwaitProcTypeO
IREDESIREDES LTPPTimeRepTypeO
IREDESIREDES LTPPMissionTypeO
IREDESIREDES LTPPaccPtsTypeO
IREDESIREDES LTPPLoadRepTypeO
IREDESIREDES IRLTPPerfTypeO
IREDESIREDES IRLHDTruckTypeO
8.2.2.4 IREDES Base Server Profile

Table 89 defines a Profile that describes the functionalities of an OPC UA server that is used serve OPC UA CS Mining External Standards IREDES Information Models. Servers complying to this profile can be used to serve IREDES OPC UA Information Models.

Table 89 – IREDES Base Server Profile
Group Conformance Unit / Profile Title Mandatory / Optional
ProfileIREDES Core Server FacetM
ProfileIREDES IREDES Server FacetM

8.2.3 Client Facets

8.2.3.1 Overview

The following tables specify the Facets available for Clients that implement the OPC 40568 - 1 External Standards – IREDES companion specification.

8.2.3.2 IREDES Core Client Facet

Table 90 defines a Facet that describes the base characteristics for all OPC UA Clients that make use of this companion specification. Additional Profiles will define support for various information models that are part of this document.

Table 90 – IREDES Core Client Facet
Group Conformance Unit / Profile Title Mandatory / Optional
Profile

0:Core 2022 Client Facet

https://profiles.opcfoundation.org/UA-Profile/Client/Core2022Facet

M
Profile

0:Base Client Behaviour Facet

http://opcfoundation.org/UA-Profile/Client/Behaviour

M
Profile

0:AddressSpace Lookup Client Facet

http://opcfoundation.org/UA-Profile/Client/AddressSpaceLookup

M
Profile

0:Diagnostic Client Facet

http://opcfoundation.org/UA-Profile/Client/Diagnostic

M
Profile

0:Attribute Read Client Facet

http://opcfoundation.org/UA-Profile/Client/AttributeRead

M
Profile

0:Attribute Write Client Facet

http://opcfoundation.org/UA-Profile/Client/AttributeWrite

M
Profile

0:DataChange Subscriber Client Facet

http://opcfoundation.org/UA-Profile/Client/DataChangeSubscriber2021

M
Profile

0:Durable Subscription Client Facet

http://opcfoundation.org/UA-Profile/Client/DurableSubscription

M
Profile

0:DataAccess Client Facet

http://opcfoundation.org/UA-Profile/Client/DataAccess

M
Profile

0:Aggregate Subscriber Client Facet

http://opcfoundation.org/UA-Profile/Client/AggregateSubscriber

M
8.2.3.3 IREDES Client Facet

Defines a profile that describes the functionalities of an OPC UA CS Mining External Standards – IREDES Client to query information provided by an OPC UA CS Mining External Standards – IREDES server serving a component recursion of object instances. Specifically, this is referring to the Components Instance – Declaration of the IREDESType defined in chapter 7.8.

Table 91 – IREDES Client Profile
Group Conformance Unit / Profile Title Mandatory / Optional
IREDESIREDES Component Client QueryM
8.2.3.4 IREDES Base Client Profile

IREDES Base Client Profile defines a Facet that describes the functionalities of an OPC UA client that is used to query an OPC UA server that implements the IREDES Server Profile.

Table 92 – IREDES Base Client Profile
Group Conformance Unit / Profile Title Mandatory / Optional
ProfileIREDES Core Client FacetM
ProfileIREDES Client FacetM

9 Namespaces

9.1 Namespace Metadata

Table 93 defines the namespace metadata for this document. The Object is used to provide version information for the namespace and an indication about static Nodes. Static Nodes are identical for all Attributes in all Servers, including the Value Attribute. See OPC 10000-5 for more details.

The information is provided as Object of type NamespaceMetadataType. This Object is a component of the Namespaces Object that is part of the Server Object. The NamespaceMetadataType ObjectType and its Properties are defined in OPC 10000-5.

The version information is also provided as part of the ModelTableEntry in the UANodeSet XML file. The UANodeSet XML schema is defined in OPC 10000-6.

Table 93 – NamespaceMetadata Object for this Document
Attribute Value
BrowseNamehttp://opcfoundation.org/UA/Mining/ExternalStandards/IREDES
Property DataType Value
NamespaceUriString http://opcfoundation.org/UA/Mining/ExternalStandards/IREDES
NamespaceVersionString1.0.0
NamespacePublicationDateDateTime2024-02-01
IsNamespaceSubsetBooleanFalse
StaticNodeIdTypesIdType []0
StaticNumericNodeIdRangeNumericRange []
StaticStringNodeIdPatternString

Note: The IsNamespaceSubset Property is set to False as the UANodeSet XML file contains the complete Namespace. Servers only exposing a subset of the Namespace need to change the value to True.

9.2 Handling of OPC UA Namespaces

Namespaces are used by OPC UA to create unique identifiers across different naming authorities. The Attributes NodeId and BrowseName are identifiers. A Node in the UA AddressSpace is unambiguously identified using a NodeId. Unlike NodeIds, the BrowseName cannot be used to unambiguously identify a Node. Different Nodes may have the same BrowseName. They are used to build a browse path between two Nodes or to define a standard Property.

Servers may often choose to use the same namespace for the NodeId and the BrowseName. However, if they want to provide a standard Property, its BrowseName shall have the namespace of the standards body although the namespace of the NodeId reflects something else, for example the EngineeringUnits Property. All NodeIds of Nodes not defined in this document shall not use the standard namespaces.

Table 94 provides a list of mandatory and optional namespaces used in an OPC 40568-1 OPC UA Server.

Table 94 – Namespaces used in a OPC 40568 - 1 Server
NamespaceURI Description Use
http://opcfoundation.org/UA/Namespace for NodeIds and BrowseNames defined in the OPC UA specification. This namespace shall have namespace index 0.Mandatory
Local Server URINamespace for nodes defined in the local server. This namespace shall have namespace index 1.Mandatory
http://opcfoundation.org/UA/Mining/ExternalStandards/IREDESNamespace for NodeIds and BrowseNames defined in this document. The namespace index is Server specific.Mandatory
Vendor specific typesA Server may provide vendor-specific types like types derived from ObjectTypes defined in this document in a vendor-specific namespace.Optional
Vendor specific instances

A Server provides vendor-specific instances of the standard types or vendor-specific instances of vendor-specific types in a vendor-specific namespace.

It is recommended to separate vendor specific types and vendor specific instances into two or more namespaces.

Mandatory

Table 95 provides a list of namespaces and their indices used for BrowseNames in this document. The default namespace of this document is not listed since all BrowseNames without prefix use this default namespace.

Table 95 – Namespaces used in this document
NamespaceURI Namespace Index Example
http://opcfoundation.org/UA/00:EngineeringUnits

10 (normative)OPC 40568-1 Namespace and mappings

NodeSet and supplementary files for OPC 40568-1 Information Model

The OPC 40568-1 Information Model is identified by the following URI:

http://opcfoundation.org/UA/Mining/ExternalStandards/IREDES

Documentation for the NamespaceUri can be found here.

The NodeSet associated with this version of specification can be found here:

https://reference.opcfoundation.org/nodesets/?u=http://opcfoundation.org/UA/Mining/ExternalStandards/IREDES&v=1.0.0&i=1

The NodeSet associated with the latest version of the specification can be found here:

https://reference.opcfoundation.org/nodesets/?u= http://opcfoundation.org/UA/Mining/ExternalStandards/IREDES&i=1

Supplementary files for the OPC 40568-1 Information Model can be found here:

https://reference.opcfoundation.org/nodesets/?u= http://opcfoundation.org/UA/Mining/ExternalStandards/IREDES&v=1.0.0&i=2

The files associated with the latest version of the specification can be found here:

https://reference.opcfoundation.org/nodesets/?u= http://opcfoundation.org/UA/Mining/ExternalStandards/IREDES&i=2

Capability Identifier

The capability identifier for this document shall be:

IREDES

___________

Agreement of Use

COPYRIGHT RESTRICTIONS

This document is provided "as is" by the OPC Foundation and VDMA.

Right of use for this specification is restricted to this specification and does not grant rights of use for referred documents.

Right of use for this specification will be granted without cost.

This document may be distributed through computer systems, printed or copied as long as the content remains unchanged and the document is not modified.

OPC Foundation and VDMA do not guarantee usability for any purpose and shall not be made liable for any case using the content of this document.

The user of the document agrees to indemnify OPC Foundation and VDMA and their officers, directors and agents harmless from all demands, claims, actions, losses, damages (including damages from personal injuries), costs and expenses (including attorneys' fees) which are in any way related to activities associated with its use of content from this specification.

The document shall not be used in conjunction with company advertising, shall not be sold or licensed to any party.

The intellectual property and copyright is solely owned by the OPC Foundation and VDMA.

PATENTS

The attention of adopters is directed to the possibility that compliance with or adoption of OPC or VDMA specifications may require use of an invention covered by patent rights. OPC Foundation or VDMA shall not be responsible for identifying patents for which a license may be required by any OPC or VDMA specification, or for conducting legal inquiries into the legal validity or scope of those patents that are brought to its attention. OPC or VDMA specifications are prospective and advisory only. Prospective users are responsible for protecting themselves against liability for infringement of patents.

WARRANTY AND LIABILITY DISCLAIMERS

WHILE THIS PUBLICATION IS BELIEVED TO BE ACCURATE, IT IS PROVIDED "AS IS" AND MAY CONTAIN ERRORS OR MISPRINTS. THE OPC FOUDATION NOR VDMA MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, WITH REGARD TO THIS PUBLICATION, INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF TITLE OR OWNERSHIP, IMPLIED WARRANTY OF MERCHANTABILITY OR WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE OR USE. IN NO EVENT SHALL THE OPC FOUNDATION NOR VDMA BE LIABLE FOR ERRORS CONTAINED HEREIN OR FOR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, RELIANCE OR COVER DAMAGES, INCLUDING LOSS OF PROFITS, REVENUE, DATA OR USE, INCURRED BY ANY USER OR ANY THIRD PARTY IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS MATERIAL, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

The entire risk as to the quality and performance of software developed using this specification is borne by you.

RESTRICTED RIGHTS LEGEND

This Specification is provided with Restricted Rights. Use, duplication or disclosure by the U.S. government is subject to restrictions as set forth in (a) this Agreement pursuant to DFARs 227.7202-3(a); (b) subparagraph (c)(1)(i) of the Rights in Technical Data and Computer Software clause at DFARs 252.227-7013; or (c) the Commercial Computer Software Restricted Rights clause at FAR 52.227-19 subdivision (c)(1) and (2), as applicable. Contractor / manufacturer are the OPC Foundation, 16101 N. 82nd Street, Suite 3B, Scottsdale, AZ, 85260-1830

COMPLIANCE

The combination of VDMA and OPC Foundation shall at all times be the sole entities that may authorize developers, suppliers and sellers of hardware and software to use certification marks, trademarks or other special designations to indicate compliance with these materials as specified within this document. Products developed using this specification may claim compliance or conformance with this specification if and only if the software satisfactorily meets the certification requirements set by VDMA or the OPC Foundation. Products that do not meet these requirements may claim only that the product was based on this specification and must not claim compliance or conformance with this specification.

TRADEMARKS

Most computer and software brand names have trademarks or registered trademarks. The individual trademarks have not been listed here.

GENERAL PROVISIONS

Should any provision of this Agreement be held to be void, invalid, unenforceable or illegal by a court, the validity and enforceability of the other provisions shall not be affected thereby.

This Agreement shall be governed by and construed under the laws of Germany.

This Agreement embodies the entire understanding between the parties with respect to, and supersedes any prior understanding or agreement (oral or written) relating to, this specification.