7.2.1 WMTPWorkCycleDataType ObjectType Definition

The WMTPWorkCycleDataType provides the Methods that are required for reading out and deleting the work cycle data of a WMTP. It is formally defined in Table 27.

Table 27 – WMTPWorkCycleDataType Definition
Attribute Value
BrowseNameWMTPWorkCycleDataType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the BaseObjectType defined in OPC 10000-5
0:HasComponentMethodDeleteAllStoredRecordsO
0:HasComponentMethodDeleteStoredRecordsTimeO
0:HasComponentMethodDeleteStoredRecordsIndexO
0:HasComponentMethodAbortOperationM
0:HasComponentMethodReportNumberOfStoredRecordsM
0:HasComponentMethodReportNumberOfStoredRecordsTimeO
0:HasComponentMethodCombinedReportAllM
0:HasComponentMethodCombinedReportIndexO
0:HasComponentMethodCombinedReportTimeO
0:HasComponentMethodCombinedReportLastValueO
0:HasComponentMethodCombinedReportFirstValueO
Conformance Units
WMTP WorkCycleData Deleting All
WMTP WorkCycleData Deleting Advanced
WMTP WorkCycleData ReportNumberOfStoredRecordsTime
WMTP WorkCycleData CombinedReport Index
WMTP WorkCycleData CombinedReport Time
WMTP WorkCycleData CombinedReport Advanced

DeleteAllStoredRecords enables to permanently delete all stored data from the WMTP.

DeleteStoredRecordsTime enables to permanently delete a desired section of stored data from the WMTP, chosen by the time of measurement.

DeleteStoredRecordsIndex enables to permanently delete a desired section of stored data from the WMTP, chosen by the index of measurement.

AbortOperation enables the termination of the process currently being executed by the WMTP. This is necessary as some transfer processes can take several minutes.

ReportNumberOfStoredRecords enables querying the number of data records available on the WMTP.

ReportNumberOfStoredRecordsTime enables querying the number of data records available on the WMTP according to a given timespan.

CombinedReportAll enables to request all stored data from the WMTP.

CombinedReportIndex enables to request the stored data from the WMTP according to the index of the measurements. Using this method, it is possible to request the entire data set as well as desired sections.

CombinedReportTime enables to request the stored data from the WMTP according to the timestamp of the measurements. Using this method, it is possible to request the entire data set as well as desired sections.