7.2.3.7 CombinedReportAll

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
CombinedReportThis output argument is carrying the Variables of the DataType WMTPOutputDataType that are requested
Table 38 – CombinedReportAll Method AddressSpace Definition
Attribute Value
BrowseNameCombinedReportAll
References Node Class BrowseName DataType TypeDefinition Other
0:HasPropertyVariableOutputArgumentsArgument[]0:PropertyTypeM

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.