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
| Attribute | Value | ||||
| BrowseName | LTPPMissionType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | Type Definition | Other |
|---|---|---|---|---|---|
| Subtype of BaseObjectType as defined in OPC 10000-3 | |||||
| 0:HasProperty | Variable | 0:DefaultInstanceBrowseName | 0:QualifiedName | 0:PropertyType | |
| 0:HasComponent | Variable | LTPPMisSeq | UInt64 | 0:BaseDataVariableType | M |
| 0:HasComponent | Variable | LTPPMptFromN | String | 0:BaseDataVariableType | M |
| 0:HasComponent | Variable | LTPPMptFromID | String | 0:BaseDataVariableType | O |
| 0:HasComponent | Variable | LTPPMptFromType | LTPPMptFromType | 0:BaseDataVariableType | O |
| 0:HasComponent | Variable | LTPPMptToN | String | 0:BaseDataVariableType | M |
| 0:HasComponent | Variable | LTPPMptToID | String | 0:BaseDataVariableType | O |
| 0:HasComponent | Variable | LTPPMptToType | LTPPMptToType | 0:BaseDataVariableType | O |
| 0:HasComponent | Variable | LTPPMarea | String | 0:BaseDataVariableType | O |
| 0:HasProperty | Variable | LTPPMisstart | DateTime | 0:PropertyType | M |
| 0:HasProperty | Variable | LTPPMissEnd | DateTime | 0:PropertyType | M |
| 0:HasComponent | Variable | LTPPMwaitPoint | DateTime | 0:BaseDataVariableType | O |
| 0:HasComponent | Variable | LTPPMaction | LTPPMaction | 0:BaseDataVariableType | M |
| 0:HasComponent | Variable | LTPPMwaitgen | DateTime | 0:BaseDataVariableType | O |
| 0:HasComponent | Variable | LTPPMtimeAct | DateTime | 0:BaseDataVariableType | O |
| 0:HasComponent | Variable | LTPPMpayld | Float | 0:BaseDataVariableType | M |
| 0:HasProperty | Variable | LTPPMtramEnd | DateTime | 0:PropertyType | M |
| 0:HasComponent | Variable | LTPPMtramDist | Float | 0:BaseDataVariableType | M |
| 0:HasComponent | Variable | LTPPMopID | String | 0:BaseDataVariableType | O |
| Conformance Units | |||||
|---|---|---|---|---|---|
| IREDES LTPPMissionType |
The component Variables of the LTPPMissionType have additional Attributes defined in Table 71.
| BrowsePath | Value Attribute | Description Attribute |
| 0:DefaultInstanceBrowseName | LTPPMission | The default BrowseName for instances of this type. |
7.17.3 ObjectType Description
The description can be found in Table 72.
| BrowsePath | Description Attribute |
| LTPPMisSeq | Sequence number of the mission. Starting at 1 with the first mission in the reporting period. |
| LTPPMptFromN | Name of the point where the mission originated (tramming started). |
| LTPPMptFromID | Electronic (Tag) ID of the point where the mission originated (tramming started). Electronic ID of the point stated in LTPPMptFromN. |
| LTPPMptFromType | Type of the point where the mission started. |
| LTPPMptToN | Name of the destination point, where the tramming finished and the mission ended. |
| LTPPMptToID | Electronic (tag) ID of the point where the mission ended (destination point). |
| LTPPMptToType | Type of the point where the mission ended. |
| LTPPMarea | ID for the mine area the machine is operating in. Usually both departure and destination points should be located in this area. |
| LTPPMisstart | Time tag when the mission started. |
| LTPPMissEnd | End 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. |
| LTPPMwaitPoint | Waiting time for destination point availability. |
| LTPPMaction | Action to be carried out at destination point specified in LTPPMptTo. |
| LTPPMwaitgen | Accumulated waiting time during the mission, excluding the time reported in LTPPMwaitPoint. |
| LTPPMtimeAct | Duration of the action carried out at the destination point in LTPPMaction. |
| LTPPMpayld | Tonnage of payload carried between start and destination points. |
| LTPPMtramEnd | Tramming end time: Time stamp when the tramming ended at destination point. |
| LTPPMtramDist | Tramming distance between start and destination point. Unit: km; Resolution: 0.0001 km (10 cm). |
| LTPPMopID | Operator ID. |