Figure 7 shows all ObjectTypes which are defined by this companion specification.

image012.png

Figure 7 – ObjectTypes overview

The WirelessMachineToolPeripheralType provides information about the WMTP itself. This ObjectType is the entry point to the OPC UA interface of a WMTP. An instance of this ObjectType aggregates all information related to one system.

It is highly recommended that all instances of a WirelessMachineToolPeripheralType are referenced from the 3:Machines node defined in OPC 40001-1.

The WirelessMachineToolPeripheralType is formally defined in Table 15.

Table 15 – WirelessMachineToolPeripheralType Definition

Attribute

Value

BrowseName

WirelessMachineToolPeripheralType

IsAbstract

False

References

Node Class

BrowseName

DataType

TypeDefinition

Other

Subtype of the BaseObjectType defined in OPC 10000-5

0:HasComponent

Object

DeviceConfiguration

0:FolderType

O

0:HasComponent

Object

DeviceInformation

0:FolderType

M

0:HasComponent

Object

WMTPWorkCycleData

WMTPWorkCycleDataType

O

0:HasComponent

Object

WMTPServiceCycleData

WMTPServiceCycleDataType

O

0:HasAddIn

Object

3:LifetimeCounters

3:MachineryLifetimeCounterType

O

0:HasAddIn

Object

3:OperationCounters

3:MachineryOperationCounterType

O

0:HasComponent

Object

Measurements

0:FolderType

M

0:HasComponent

Object

3:MachineryBuildingBlocks

0:FolderType

M

Conformance Units

WMTP Basic

WMTP DeviceConfiguration Calibration Capabilities

WMTP DeviceConfiguration Time Capabilities

WMTP Firmware Services

WMTP License Services

WMTP BatteryLevel

WMTP Service and LifeCycle Information Basic

WMTP Service and LifeCycle Information Advanced

WMTP Temperature Measurement

WMTP RotationSpeed Measurement

WMTP Humidity Measurement

WMTP Acceleration Measurement

WMTP Force Measurement

WMTP Torque Measurement

WMTP Position Measurement

WMTP Dimension Measurement

WMTP WorkCycleData

WMTP ServiceCycleData

DeviceConfiguration is representing a collection of all nodes that enable configuration or provide information on the configuration of a WMTP.

DeviceInformation is representing a collection of all nodes that provide information about the WMTP.

WMTPWorkCycleData enables the handling of measured work cycles.

WMTPServiceCycleData enables the handling of service data of the WMTP.

MachineryLifetimeCounters is representing a collection of all counters with a start and an end value. It is used as the MachineryLifetimeCounterType defined in OPC 40001-1. In the information model for WMTP, all counters that are implemented according to the MachineryLifetimeCounterType of the OPC 40001-1 shall be integrated with the HasComponent reference under this Object. This Object shall also be referenced as HasAddIn in the MachineryBuildingBlocks Folder.

MachineryOperationCounters is representing a collection of all incrementing counters. It is used as the MachineryOperationCounterType defined in OPC 40001-1. In the information model for WMTP, all counters that are implemented according to the MachineryLifetimeCounterType of the OPC 40001-1 shall be integrated with the HasComponent reference under this Object. This Object shall also be referenced as HasAddIn in the MachineryBuildingBlocks Folder.

Measurements is representing a collection of all nodes that provide values measured by the WMTP, such as temperature, rotation speed, humidity, etc.

MachineryBuildingBlocks is representing a folder that directly references all those building blocks of the OPC UA for Machinery (OPC 40001-1, OPC 40001-3) which are implemented with an HasAddIn reference in this information model.

The components of the WirelessMachineToolPeripheralType have additional references which are defined in Table 16.

Table 16 – WirelessMachineToolPeripheralType Additional References

SourceBrowsePath

Reference Type

Is Forward

TargetBrowsePath

3:MachineryBuildingBlocks

0:HasAddIn

True

DeviceInformation

2:Identification

3:MachineryBuildingBlocks

0:HasAddIn

True

3:LifetimeCounters

3:MachineryBuildingBlocks

0:HasAddIn

True

3:OperationCounters

The components of the WirelessMachineToolPeripheralType have additional subcomponents which are defined in Table 17.

Table 17 – WirelessMachineToolPeripheralType Additional Subcomponents

Source Path

Reference

NodeClass

BrowseName

DataType

TypeDefinition

Others

DeviceConfiguration

0:HasProperty

Variable

CalibrationMode

0:Boolean

0:PropertyType

O

DeviceConfiguration

0:HasComponent

Method

SetDeviceTime

O

DeviceConfiguration

0:HasComponent

Method

UpdateFirmware

O

DeviceConfiguration

0:HasComponent

Method

SendLicenseData

O

DeviceConfiguration

0:HasComponent

Method

SwitchCalibrationMode

O

DeviceInformation

0:HasAddIn

Object

2:Identification

3:MachineryComponentIdentificationType

M

DeviceInformation

0:HasComponent

Object

BatteryLevel

6:ProcessValueType

O

DeviceInformation

0:HasProperty

Variable

LicenseInformation

0:String

0:PropertyType

O

DeviceInformation

0:HasProperty

Variable

NextServiceDate

0:UtcTime

0:PropertyType

O

DeviceInformation

0:HasProperty

Variable

LastService

0:UtcTime

0:PropertyType

O

DeviceInformation

0:HasComponent

Variable

LifeCycleStatus

0:UInt32

0:MultiStateValueDiscreteType

O

3:LifetimeCounters

0:HasComponent

Variable

LicenseValidity

0:Number

2:LifetimeVariableType

O

3:LifetimeCounters

0:HasComponent

Variable

RemainingLifetimeCounter

0:Number

2:LifetimeVariableType

O

3:LifetimeCounters

0:HasComponent

Variable

RemainingCycleCounter

0:Number

2:LifetimeVariableType

O

3:LifetimeCounters

0:HasComponent

Variable

NextServiceCounter

0:Number

2:LifetimeVariableType

O

3:OperationCounters

0:HasComponent

Variable

OperationSinceLastServiceCounter

0:Duration

0:BaseDataVariableType

O

Measurements

0:HasComponent

Object

<Temperature>

WMTPMeasurementType

OP

Measurements

0:HasComponent

Object

<RotationSpeed>

WMTPMeasurementType

OP

Measurements

0:HasComponent

Object

<Humidity>

WMTPMeasurementType

OP

Measurements

0:HasComponent

Object

<Acceleration>

WMTPMeasurementType

OP

Measurements

0:HasComponent

Object

<Force>

WMTPMeasurementType

OP

Measurements

0:HasComponent

Object

<Torque>

WMTPMeasurementType

OP

Measurements

0:HasComponent

Object

<Position>

WMTPMeasurementType

OP

Measurements

0:HasComponent

Object

<Dimension>

WMTPMeasurementType

OP

CalibrationMode indicates whether the device is currently in calibration mode or not. True means the WMTP is in calibration mode.

SetDeviceTime enables writing the current date and time on the WMTP.

UpdateFirmware enables transferring a new firmware to the WMTP. Possible implementation or monitoring of the installation takes place independently of OPC UA on the respective WMTP and is solved differently by different manufacturers.

SendLicenseData enables transferring license data to the WMTP. Possible implementation or monitoring of the installation takes place independently of OPC UA on the respective WMTP and is solved differently by different manufacturers.

SwitchCalibrationMode enables the WMTP to be switched to calibration mode and back.

Identification is used as defined in OPC 40001-1 and shall also be referenced as AddIn in the

MachineryBuildingBlocks Folder.

BatteryLevel contains all data on the current battery level of the WMTP.

LicenseInformation contains information about the license of the WMTP. How this information looks like is solved differently by different manufacturers.

NextServiceDate is the date when the next maintenance is scheduled.

LastService is the date when the last maintenance of the device was carried out.

LifeCycleStatus is a parameter which outputs the life cycle in the form of four stages (unknown, green, yellow, red). This parameter is generated internally in the WMTP and is solved differently by different manufacturers.

LicenseValidity is used as the MachineryLifetimeCounterType is defined in OPC 40001-1. It is representing a counter that counts down a time value specified by the manufacturer of the WMTP. At the end of this period, the license of the WMTP Software is not valid anymore.

RemainingLifetimeCounter is used as the MachineryLifetimeCounterType is defined in OPC 40001-1. It is representing a counter that counts down a time value specified by the manufacturer of the WMTP. At the end of this period, the WMTP has reached its maximum lifetime.

RemainingCycleCounter is used as the MachineryLifetimeCounterType is defined in OPC 40001-1. It is representing a counter that counts down a number of working cycles specified by the manufacturer of the WMTP. At the end of this period, the WMTP has reached its maximum service life.

NextServiceCounter is used as the MachineryLifetimeCounterType is defined in OPC 40001-1. It is representing a counter that counts down a time value specified by the manufacturer of the WMTP. A service is to be carried out when this time period expires.

OperationSinceLastServiceCounter is representing a counter that counts the duration of use since the last service of the WMTP.

Temperature contains all data on the measured temperature.

RotationSpeed contains all data on the measured rotational speed.

Humidity contains all data on the measured humidity.

Acceleration contains all data on the measured acceleration of the WMTP.

Force contains all data on the measured force.

Torque contains all data on the measured torque.

Position contains all data on the measured position of the WMTP.

Dimension contains all data on the measured dimension.

NOTE: The list of measurements is representing the most used types. The model can be extended as required by the end user.

A child Node of the WirelessMachineToolPeripheralType has an additional Attribute value defined in Table 18.

Table 18 – WirelessMachineToolPeripheralType Attribute values for child nodes

BrowsePath

Value Attribute

Description Attribute

DeviceInformation

LifeCycleStatus

0:EnumValues

[

{"Value": 0, "DisplayName": "green", "Description": ""},

{"Value": 1, "DisplayName": "yellow", "Description": ""},

{"Value": 2, "DisplayName": "red", "Description": ""},

]

The Method SetDeviceTime allows to set the device time. The signature of this Method is specified below.

Signature

SetDeviceTime (

[in]0:DateTime DateTime,

[in]0:TimeZoneDataTypeTimeZoneOffset

);

Table 19 – SetDeviceTime Method Arguments

Argument

Description

DateTime

Date and time in UTC time

TimeZoneOffset

Time difference from UTC in minutes

Table 20 – SetDeviceTime Method AddressSpace Definition

Attribute

Value

BrowseName

SetDeviceTime

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

NOTE: A call with DateTime = "2024-02-03 12:00" (UTC time) and TimeZoneOffset = {120; true}, sets the (local) machine time to "03-02-2024 14:00" and the time zone to "UTC+2".

The Method UpdateFirmware sends a new firmware to be transferred to the WMTP. The signature of this Method is specified below.

Signature

UpdateFirmware (

[in]0:Byte[]FirmwareData

);

Table 21 – UpdateFirmware Method Arguments

Argument

Description

FirmwareData

This array of bytes contains the corresponding firmware to be loaded onto the WMTP.

Table 22 – UpdateFirmware Method AddressSpace Definition

Attribute

Value

BrowseName

UpdateFirmware

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

The Method SendLicenseData sends license data to the WMTP. The signature of this Method is specified below.

Signature

SendLicenseData (

[in]0:Byte[]LicenseData

);

Table 23 – SendLicenseData Method Arguments

Argument

Description

LicenseData

This array of bytes contains the corresponding license information to be transfered onto the WMTP.

Table 24 – SendLicenseData Method AddressSpace Definition

Attribute

Value

BrowseName

SendLicenseData

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

The Method SwitchCalibrationMode enables to switch the WMTP between "Calibrate" mode and "Use" mode. The signature of this Method is specified below.

Signature

SwitchCalibrationMode (

[in]0:UInt16TargetMode

);

Table 25 – SwitchCalibrationMode Method Arguments

Argument

Description

TargetMode

Describes the mode in which the WMTP is to be set.

NOTE: The TargetMode is from DataType UInt16. Two different entries should be used:

-0 exit calibration mode

-1 enter calibration mode

Table 26 – SwitchCalibrationMode Method AddressSpace Definition

Attribute

Value

BrowseName

SwitchCalibrationMode

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

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

BrowseName

WMTPWorkCycleDataType

IsAbstract

False

References

Node Class

BrowseName

DataType

TypeDefinition

Other

Subtype of the BaseObjectType defined in OPC 10000-5

0:HasComponent

Method

DeleteAllStoredRecords

O

0:HasComponent

Method

DeleteStoredRecordsTime

O

0:HasComponent

Method

DeleteStoredRecordsIndex

O

0:HasComponent

Method

AbortOperation

M

0:HasComponent

Method

ReportNumberOfStoredRecords

M

0:HasComponent

Method

ReportNumberOfStoredRecordsTime

O

0:HasComponent

Method

CombinedReportAll

M

0:HasComponent

Method

CombinedReportIndex

O

0:HasComponent

Method

CombinedReportTime

O

0:HasComponent

Method

CombinedReportLastValue

O

0:HasComponent

Method

CombinedReportFirstValue

O

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.

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

Table 28 – WMTPServiceCycleDataType Definition

Attribute

Value

BrowseName

WMTPServiceCycleDataType

IsAbstract

False

References

Node Class

BrowseName

DataType

TypeDefinition

Other

Subtype of the BaseObjectType defined in OPC 10000-5

0:HasComponent

Method

DeleteAllStoredRecords

O

0:HasComponent

Method

DeleteStoredRecordsTime

O

0:HasComponent

Method

DeleteStoredRecordsIndex

O

0:HasComponent

Method

AbortOperation

M

0:HasComponent

Method

ReportNumberOfStoredRecords

M

0:HasComponent

Method

ReportNumberOfStoredRecordsTime

O

0:HasComponent

Method

CombinedReportAll

M

0:HasComponent

Method

CombinedReportIndex

O

0:HasComponent

Method

CombinedReportTime

O

0:HasComponent

Method

CombinedReportLastValue

O

0:HasComponent

Method

CombinedReportFirstValue

O

Conformance Units

WMTP ServiceCycleData Deleting All

WMTP ServiceCycleData Deleting Advanced

WMTP ServiceCycleData ReportNumberOfStoredRecordsTime

WMTP ServiceCycleData CombinedReport Index

WMTP ServiceCycleData CombinedReport Time

WMTP ServiceCycleData CombinedReport Advanced

DeleteStoredAllRecords enables to permanently delete all stored data from the WMTP. Using this method, it is possible to remove the entire data set as well as desired sections.

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

DeleteStoredRecordsNumber 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.

The Method DeleteAllStoredRecords enables to permanently delete all stored data from the WMTP. Using this method, it is possible to remove the entire data set. The signature of this Method is specified below.

Signature

DeleteAllStoredRecords (

);

The Method DeleteStoredRecordsTime enables to permanently delete the stored data from the WMTP from a specific given time. The signature of this Method is specified below.

Signature

DeleteStoredRecordsTime (

[in]0:DateTimeFromTimestamp,

[in]0:DateTimeToTimestamp,

);

Table 29 – DeleteStoredRecordsTime Method Arguments

Argument

Description

FromTimestamp

This timestamp defines the start of the time interval that is to be deleted

ToTimestamp

This timestamp defines the end of the time interval that is to be deleted

Table 30 – DeleteStoredRecordsTime Method AddressSpace Definition

Attribute

Value

BrowseName

DeleteStoredRecordsTime

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

The Method DeleteStoredRecordsIndex enables to permanently delete the stored data from the WMTP from a specific given time. The signature of this Method is specified below.

Signature

DeleteStoredRecordsIndex (

[in]0:UInt32FromIndex,

[in]0:UInt32ToIndex,

);

Table 31 – DeleteStoredRecordsIndex Method Arguments

Argument

Description

FromIndex

This number defines the index of the first stored value of the interval that is to be deleted

ToIndex

This number defines the index of the last stored value of the interval that is to be deleted

Table 32 – DeleteStoredRecordsIndex Method AddressSpace Definition

Attribute

Value

BrowseName

DeleteStoredRecordsIndex

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

The Method AbortOperation enables the termination of the process currently being executed by the WMTP. This is necessary as some transfer processes can take several minutes. The signature of this Method is specified below.

Signature

AbortOperation (

);

The Method ReportNumberOfStoredRecords enables to report how many records are currently stored at the WMTP.

Signature

ReportNumberOfStoredRecords (

[out]0:UInt32NumberOfStoredRecords);

Table 33 – ReportNumberOfStoredRecords Method Arguments

Argument

Description

NumberOfStoredRecords

Describes the number of currently stored values on the WMTP.

Table 34 – ReportNumberOfStoredRecords Method AddressSpace Definition

Attribute

Value

BrowseName

ReportNumberOfStoredRecords

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

OutputArguments

Argument[]

0:PropertyType

M

The Method ReportNumberOfStoredRecordsTime enables to report how many records are currently stored at the WMTP in a specific timespan.

Signature

ReportNumberOfStoredRecordsTime (

[in]0:DateTimeFromTimestamp,

[in]0:DateTimeToTimestamp,

[out]0:UInt32NumberOfStoredRecords);

Table 35 – ReportNumberOfStoredRecordsTime Method Arguments

Argument

Description

FromTimestamp

This timestamp defines the time of the first stored value of the interval that is to be accessed.

ToTimestamp

This timestamp defines the time of the last stored value of the interval that is to be accessed.

NumberOfStoredRecords

Describes the number of currently stored values on the WMTP in the timespan.

Table 36 – ReportNumberOfStoredRecordsTime Method AddressSpace Definition

Attribute

Value

BrowseName

ReportNumberOfStoredRecordsTime

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

0:HasProperty

Variable

OutputArguments

Argument[]

0:PropertyType

M

The Method CombinedReportAll enables access to the entire data set stored on the WMTP. A record transfer is defined within this specification as a transfer of a “copy” of the records and not a “move” of the records because the server retains the original log entries. The signature of this Method is specified below.

Signature

CombinedReportAll (

[out]WMTPOutputDataType[]CombinedReport

);

Table 37 – CombinedReportAll Method Arguments

Argument

Description

CombinedReport

This output argument is carrying the Variables of the DataType WMTPOutputDataType that are requested

Table 38 – CombinedReportAll Method AddressSpace Definition

Attribute

Value

BrowseName

CombinedReportAll

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

OutputArguments

Argument[]

0:PropertyType

M

NOTE: If all measured values exceed the maximum size of an OPC UA message, this method cannot be used. In this case, the data should be queried in packets, for example using the CombinedReportIndex.

The Method CombinedReportIndex enables access to the entire data set stored on the WMTP based on the index of the measurements. A record transfer is defined within this specification as a transfer of a “copy” of the records and not a “move” of the records because the server retains the original log entries. The signature of this Method is specified below.

Signature

CombinedReportIndex (

[in]0:UInt32FromIndex,

[in]0:UInt32ToIndex,

[out]WMTPOutputDataType[]CombinedReport

);

Table 39 – CombinedReportIndex Method Arguments

Argument

Description

FromIndex

This number defines the index of the first stored value of the interval that is to be accessed

ToIndex

This number defines the index of the last stored value of the interval that is to be accessed

CombinedReport

This output argument is carrying the Variables of the DataType WMTPOutputDataType that are requested

Table 40 – CombinedReportIndex Method AddressSpace Definition

Attribute

Value

BrowseName

CombinedReportIndex

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

0:HasProperty

Variable

OutputArguments

Argument[]

0:PropertyType

M

The Method CombinedReportLastValue enables access to the last measurement stored on the WMTP. A record transfer is defined within this specification as a transfer of a “copy” of the records and not a “move” of the records because the server retains the original log entries. The signature of this Method is specified below.

Signature

CombinedReportLastValue (

[out]WMTPOutputDataTypeCombinedReport

);

Table 41 – CombinedReportLastValue Method Arguments

Argument

Description

CombinedReport

This output argument is carrying the Variables of the DataType WMTPOutputDataType that are requested

Table 42 – CombinedReportLastValue Method AddressSpace Definition

Attribute

Value

BrowseName

CombinedReportLastValue

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

OutputArguments

Argument[]

0:PropertyType

M

The Method CombinedReportFirstValue enables access to the first measurement stored on the WMTP. A record transfer is defined within this specification as a transfer of a “copy” of the records and not a “move” of the records because the server retains the original log entries. The signature of this Method is specified below.

Signature

CombinedReportFirstValue (

[out]WMTPOutputDataTypeCombinedReport

);

Table 43 – CombinedReportFirstValue Method Arguments

Argument

Description

CombinedReport

This output argument is carrying the Variables of the DataType WMTPOutputDataType that are requested

Table 44 – CombinedReportFirstValue Method AddressSpace Definition

Attribute

Value

BrowseName

CombinedReportFirstValue

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

OutputArguments

Argument[]

0:PropertyType

M

The Method CombinedReportTime enables access to the entire data set stored on the WMTP based on the timestamp of the measurements. A record transfer is defined within this specification as a transfer of a “copy” of the records and not a “move” of the records because the server retains the original log entries. The signature of this Method is specified below.

Signature

CombinedReportTime (

[in]0:DateTimeFromTimestamp,

[in]0:DateTimeToTimestamp,

[out]WMTPOutputDataType[]CombinedReport

);

Table 45 – CombinedReportTime Method Arguments

Argument

Description

FromTimestamp

This timestamp defines the time of the first stored value of the interval that is to be accessed

ToTimestamp

This timestamp defines the time of the last stored value of the interval that is to be accessed

CombinedReport

This output argument is carrying the Variables of the DataType WMTPOutputDataType that are requested

Table 46 – CombinedReportTime Method AddressSpace Definition

Attribute

Value

BrowseName

CombinedReportTime

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

0:HasProperty

Variable

OutputArguments

Argument[]

0:PropertyType

M

The WMTPMeasurementType is a subtype of the ProcessValueType defined in OPC 40001-2.

image013.png

Figure 8 – Overview of the supertypes of the WMTPMeasurementType

Figure 9 shows an overview of the WMTPMeasurementType. The blue marked Variables 5:AnalogSignal and Status are inherited from the respective supertypes and are complemented by the WMTPMeasurementType.

image014.png

Figure 9 – Overview of the WMTPMeasurementType

The WMTPMeasurementType is formally defined in Table 47.

Table 47 – WMTPMeasurementType Definition

Attribute

Value

BrowseName

WMTPMeasurementType

IsAbstract

False

References

Node Class

BrowseName

DataType

TypeDefinition

Other

Subtype of the ProcessValueType defined in “OPC UA for Machinery – Part 2: Process Values” (OPC 40001-2)

0:HasComponent

Object

LimitCounters

3:MachineryOperationCounterType

O

0:HasComponent

Variable

TriggerSettings

0:UInt32

0:AnalogUnitType

M

0:HasComponent

Method

SetTriggerSettings

M

0:HasComponent

Variable

DeltaCondition

0:Double

0:AnalogUnitType

M

0:HasComponent

Method

SetDeltaCondition

M

0:HasComponent

Variable

TypeOfMeasurement

0:UInt32

0:MultiStateValueDiscreteType

M

0:HasComponent

Variable

TypeOfSample

0:UInt32

0:MultiStateValueDiscreteType

M

0:HasComponent

Variable

RelativeUncertainty

0:Double

0:AnalogUnitType

O

0:HasComponent

Variable

AbsoluteUncertainty

0:Double

0:AnalogUnitType

O

0:HasProperty

Variable

Timestamp

0:DateTime

0:PropertyType

O

0:HasProperty

Variable

Index

0:UInt32

0:PropertyType

O

0:HasProperty

Variable

MeasurementPeriod

0:Duration

0:PropertyType

O

0:HasProperty

Variable

InternalUpdateInterval

0:Duration

0:PropertyType

O

0:HasComponent

Variable

6:Status

0:UInt16

0:MultiStateValueDiscreteType

O

Conformance Units

WMTP Measurement LimitCounters

WMTP Measurement InternalUpdateInterval

WMTP Measurement Information for WorkCycleData

LimitCounters is used as the MachineryOperationCounterType defined in OPC 40001-1. The WMTPMeasurementType is using the LimitCounters to structure the two counters OperationAboveHigh and OperationAboveHighHigh. The LimitCounters shall also be referenced as AddIn in the MachineryBuildingBlocks Folder to provide better access from a higher level.

TriggerSettings represents the time period from one measurement point to the next. If the relevant sensor of the WMTP does not define the measurement triggering using the TriggerSettings, the default value 0 shall be assumed.

SetTriggerSettings enables the TriggerSettings to be adjusted.

DeltaCondition represents the delta value that needs to be reached before the WMTP triggers the next measurement transmission. If the relevant sensor of the WMTP does not define the measurement triggering using the DeltaCondition, the default value 0 shall be assumed.

SetDeltaCondition enables the DeltaCondition to be adjusted.

NOTE: A WMTP sensor requires at least one value for the TriggerSettings or the DeltaCondition, as these variables are used to determine the measuring frequency. It is also possible to convert both conditions. If one of the variables is not required, the default value must be set for this variable. It must be ensured that both values are not zero at the same time.

TypeOfMeasurement describes which physical type of measurement is represented by this Instance of the WMTPMeasurementType. A list of possible options can be found in Table 48.

TypeOfSample defines the category of the measurement set. This specification defines standardized values for resources Table 48.

RelativeUncertainty is representing the percent uncertainty of measurement.

AbsoluteUncertainty is representing the measurement error in the same unit as the measured value.

Timestamp is representing the exact time of the measurement. Since the WMTP collects the data at a different time than when it is transferred to the OPC UA server, the time of data collection should be stored within this property.

Index is representing the number of the measurement.

MeasurementPeriod defines the time period over which the WMTPMeasurementType was recorded.

InternalUpdateInterval defines the sampling rate of the sensor.

Status is inherited from the from OPC 40001-2.

NOTE: The 6:ProcessValueType already provides the Variable SignalTag from the Object SignalType (OPC 30081), which can be used by inheritance in subtypes, is used to describe the location of the measurement. This variable can be used, for example, if several sensors are installed and the measured values must be clearly assignable.

NOTE: The 6:ProcessValueType already provides the Variable ValuePrecision from the Object 0:DataItemType, which can be used by inheritance in subtypes, is used to describe the precision (resolution) of the measured value or the sensor. It specifies the smallest increment of the measurement.

A Node of the WMTPMeasurementType has an additional Attribute value defined in Table 48.

Table 48 – WMTPMeasurementType Attribute values for child nodes

BrowsePath

Value Attribute

Description Attribute

TypeOfMeasurement

0:EnumValues

[

{"Value": 0, "DisplayName": "temperature", "Description": ""},

{"Value": 1, "DisplayName": "rotation speed", "Description": ""},

{"Value": 2, "DisplayName": "humidity", "Description": ""},

{"Value": 3, "DisplayName": "acceleration", "Description": ""},

{"Value": 4, "DisplayName": "force", "Description": ""},

{"Value": 5, "DisplayName": "torque", "Description": ""},

{"Value": 6, "DisplayName": "position", "Description": ""},

{"Value": 7, "DisplayName": "dimension", "Description": ""},

]

TypeOfSample

0:EnumValues

[

{"Value": 0, "DisplayName": "unspecified", "Description": ""},

{"Value": 1, "DisplayName": "instantaneous", "Description": ""},

{"Value": 2, "DisplayName": "arithmetic mean since the beginning of the work cycle", "Description": ""},

{"Value": 3, "DisplayName": "root mean square (RMS) value since the beginning of the work cycle", "Description": ""},

{"Value": 4, "DisplayName": "maximum value in the current work cycle", "Description": ""},

{"Value": 5, "DisplayName": "minimum value in the current work cycle", "Description": ""},

{"Value": 6, "DisplayName": "moving average", "Description": ""},

]

The components of the WMTPMeasurementType have additional subcomponents which are defined in Table 49.

Table 49 – WMTPMeasurementType Additional Subcomponents

Source Path

Reference

NodeClass

BrowseName

DataType

TypeDefinition

Others

6:Status

0:HasProperty

Variable

OperationAboveHigh

0:Duration

0:PropertyType

O

6:Status

0:HasProperty

Variable

OperationAboveHighHigh

0:Duration

0:PropertyType

O

OperationAboveHigh represents a counter that records the time that the Status variable has the value 9 (ABOVE_HIGH_LIMIT) or 10 (ABOVE_HIGHHIGH_LIMIT). All the different statuses are defined in OPC 40001-2.

OperationAboveHighHigh represents a counter that records the time that the Status variable has the value 10 (ABOVE_HIGHHIGH_LIMIT). All the different statuses are defined in OPC 40001-2.

NOTE: The WMTPMeasurementType is a subtype of the ProcessValueType from OPC 40001-2. The additional subcomponents mentioned above are referring to the mandatory 5:AnalogSignal Variable and the Status Variable of the ProcessValueType which are inherited to the WMTPMeasurementType.

The components of the WMTPMeasurementType have additional references which are defined in Table 50.

Table 50 – WMTPMeasurementType Additional References

SourceBrowsePath

Reference Type

Is Forward

TargetBrowsePath

LimitCounters

0:HasProperty

True

WMTPMeasurementType

6:Status

OperationAboveHigh

LimitCounters

0:HasProperty

True

WMTPMeasurementType

6:Status

OperationAboveHighHigh

The Method SetTriggerSettings enables to adjust the trigger settings of the relevant sensor of the WMTP. TriggerSettings represents the time period from one measurement point to the next. If the relevant sensor of the WMTP does not define the measurement triggering using the TriggerSettings, the default value 0 shall be assumed.

Signature

SetTriggerSettings (

[in]0:DurationTriggerDuration

);

Table 51 – SetTriggerSettings Method Arguments

Argument

Description

TriggerDuration

This Duration represents the time period between measurements.

Table 52 – SetTriggerSettings Method AddressSpace Definition

Attribute

Value

BrowseName

SetTriggerSettings

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M

The Method SetDeltaCondition enables to adjust the delta condition of the relevant sensor of the WMTP. DeltaCondition represents the delta value that needs to be reached before the WMTP triggers the next measurement transmission. If the relevant sensor of the WMTP does not define the measurement triggering using the DeltaCondition, the default value 0 shall be assumed.

Signature

SetDeltaCondition (

[in]0:NumberDeltaValue

);

NOTE: The DeltaValue parameter must be adapted to the existing measured value of the WMTPMeasurementType. The EngineeringUnit and the DataType of the number must therefore also be used here in this input parameter of the method.

Table 53 – SetDeltaCondition Method Arguments

Argument

Description

DeltaValue

This value represents the new delta between one measurement point to the next that has to be set.

Table 54 – SetDeltaCondition Method AddressSpace Definition

Attribute

Value

BrowseName

SetDeltaCondition

References

Node Class

BrowseName

DataType

TypeDefinition

Other

0:HasProperty

Variable

InputArguments

Argument[]

0:PropertyType

M