AutoIdDeviceType

The representation of the AutoIdDeviceType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1001 |
NamespaceUri | http://opcfoundation.org/UA/AutoID/ |
BrowseName | AutoIdDeviceType |
NodeClass | ObjectType |
IsAbstract | True |
SubtypeOf | DeviceType |
The references from the AutoIdDeviceType ObjectType Node are shown in the following table:
GetDeviceLocation
Signature
GetDeviceLocation(
[in] LocationTypeEnumeration LocationType
[out] Location Location
);
Argument | Description |
---|---|
LocationType | |
Location | Union of GPS, UTM or Local |
Scan
Signature
Scan(
[in] ScanSettings Settings
[out] ScanResult Results
[out] AutoIdOperationStatusEnumeration Status
);
Argument | Description |
---|---|
Settings | |
Results | |
Status |
ScanStart
Signature
ScanStart(
[in] ScanSettings Settings
[out] AutoIdOperationStatusEnumeration Status
);
Argument | Description |
---|---|
Settings | |
Status |
ScanStop
Signature
ScanStop( );