RtlsDeviceType

The representation of the RtlsDeviceType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=1012 |
NamespaceUri | http://opcfoundation.org/UA/AutoID/ |
BrowseName | RtlsDeviceType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | AutoIdDeviceType |
The references from the RtlsDeviceType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | GeographicalUnit | EUInformation | PropertyType | Mandatory |
HasComponent | Method | GetLocation | Optional | ||
HasComponent | Method | GetSupportedLocationTypes | Optional | ||
HasComponent | Method | GetUnits | Optional | ||
HasProperty | Variable | LengthUnit | EUInformation | PropertyType | Mandatory |
HasProperty | Variable | RotationalUnit | EUInformation | PropertyType | Mandatory |
GeneratesEvent | ObjectType | RtlsLocationEventType | |||
HasComponent | Method | Scan | Optional | ||
HasProperty | Variable | SpeedUnit | EUInformation | PropertyType | Mandatory |
GetLocation
Signature
GetLocation(
[in] ScanData Identifier
[in] LocationTypeEnumeration LocationType
[in] CodeTypeDataType CodeType
[out] RtlsLocationResult Result
);
Argument | Description |
---|---|
Identifier | |
LocationType | |
CodeType | |
Result |
GetSupportedLocationTypes
Signature
GetSupportedLocationTypes( [out] LocationTypeEnumeration SupportedLocationTypes
);
Argument | Description |
---|---|
SupportedLocationTypes |
GetUnits
Signature
GetUnits( );
Scan
Signature
Scan(
[in] ScanSettings Settings
[out] RtlsLocationResult Results
[out] AutoIdOperationStatusEnumeration Status
);
Argument | Description |
---|---|
Settings | |
Results | |
Status |