9 Mapping of DataTypes

9.3 OPC UA Structure DataTypes

9.3.8 ScanResult

This DataType is a structure that defines the results of a scan. Its composition is formally defined in Table 55.
Table 55 – ScanResult Structure
Name | Type | Description | Optional |
---|---|---|---|
ScanResult | Structure | Subtype of Structure defined in OPC 10000-5. | |
CodeType | CodeTypeDataType | Defines the format of the ScanData as string. The String DataType CodeTypeDataType and the predefined format strings are defined in 9.1.3. |
False |
ScanData | ScanData | Holds the information about the detected objects e.g. the detected transponders. The ScanData DataType is defined in 9.4.2. |
False |
Timestamp | UtcTime | Timestamp of the ScanResult creation. | False |
Location | Location | Returns the location of the object detection. The Location DataType is defined in 9.4.1. |
True |
The ScanResult Structure representation in the AddressSpace is defined in Table 56.
Table 56 – ScanResult Definition
Attribute | Value |
---|---|
BrowseName | ScanResult |
IsAbstract | True |
Subtype of Structure defined in OPC 10000-5.
References | NodeClass | BrowseName | DataType | TypeDefinition | IsAbstract |
---|---|---|---|---|---|
Has Subtype | DataType | OcrScanResult | False | ||
Has Subtype | DataType | OpticalScanResult | False | ||
Has Subtype | DataType | RfidScanResult | False | ||
Has Subtype | DataType | RtlsLocationResult | False |