7.3 MachineStatisticsType ObjectType Definition

The MachineStatisticsType tracks KPI information of the TTD. Therefore, it measures the time the TTD is in the different MachineryItemState states. The MachineryItemState states are: Executing, NotExecuting, NotAvailable and OutOfService.

The MachineStatisticsType is formally defined in Table 33.

Table 33 – MachineStatisticsType Definition
Attribute Value
BrowseNameMachineStatisticsType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5
5:HasStatisticComponentVariableTotalExecutingTime0:Duration0:BaseDataVariableTypeM, RO
5:HasStatisticComponent VariableTotalNotAvailableTime0:Duration0:BaseDataVariableTypeM, RO
5:HasStatisticComponentVariableTotalNotExecutingTime0:Duration0:BaseDataVariableTypeM, RO
5:HasStatisticComponentVariableTotalOutOfServiceTime0:Duration0:BaseDataVariableTypeM, RO
0:HasPropertyVariable5:StartTime0:DateTime0:PropertyTypeO
0:HasComponentMethod5:ResetStatisticsO
0:HasInterfaceObjectType5:IStatisticsType
Conformance Units
TTD_MachineStatisticsType

TotalExecutingTime stores the total time in ms the TTD was executing.

TotalNotAvailableTime stores the total time in ms the TTD was not available.

TotalNotExecutingTime stores the total time in ms the TTD was not executing, but operational. E.g. The TTD was in an idle state.

TotalOutOfServiceTime stores the total time in ms the TTD was out of service.

StartTime indicates the point in time at which the collection of the statistical data has been started.

ResetStatistics restarts all statistical data, including a reset of the StartTime to the current time.