This DataType is a union that defines different types of location values. Its composition is formally defined in Table 77.
|
Name |
Type |
Description |
|
Location |
Union |
|
|
NMEA |
NmeaCoordinateString |
The DataType NmeaCoordinateString is defined in 9.1.2. |
|
Local |
LocalCoordinate |
The DataType LocalCoordinate is defined in 9.3.4. |
|
WGS84 |
WGS84Coordinate |
|
|
Name |
LocationName |
Its representation in the AddressSpace is defined in Table 78.
|
Attribute |
Value |
|||||
|
BrowseName |
Location |
|||||
|
IsAbstract |
False |
|||||
|
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
Other |
|
|
Subtype of Union defined in OPC 10000-5. |
||||||
Table 78 – Location Definition
This DataType is a union that defines the format of the data scanned by the AutoID Device. Its composition is formally defined in Table 79.
|
Name |
Type |
Description |
|
ScanData |
Union |
|
|
ByteString |
ByteString |
Scanned data in RAW format. |
|
String |
String |
Scanned data as String. |
|
Epc |
ScanDataEpc |
Scanned data as ScanDataEpc structure. |
|
Custom |
BaseDataType |
Vendor specific data structure. |
Its representation in the AddressSpace is defined in Table 80.
|
Attribute |
Value |
|||||
|
BrowseName |
ScanData |
|||||
|
IsAbstract |
False |
|||||
|
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
Other |
|
|
Subtype of Union defined in OPC 10000-5. |
||||||
Table 80 – ScanData Definition