Difference between revisions of "SYSCLS TRILATERATION BEACON"
(5 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
}} | }} | ||
− | Trilateration Beacons are used to determine the location based on the UBIK iBeacon trilaterion feature. | + | Trilateration Beacons are used to determine the location based on the UBIK iBeacon trilaterion feature. For the Beacon Trilateration positioning mechanism to work, objects have to be in the Infrastructure. |
Line 19: | Line 19: | ||
| GEO|| {{GeoData}} || The coordinates (location) of the beacon. Keep in mind that also the altitude has to be configured. The positioning mode uses the difference of the beacon altitude and the reference altitude. | | GEO|| {{GeoData}} || The coordinates (location) of the beacon. Keep in mind that also the altitude has to be configured. The positioning mode uses the difference of the beacon altitude and the reference altitude. | ||
|- | |- | ||
− | | UUID|| {{ | + | | UUID|| {{String}} || Part of the threepart beacon identifier. The UUID has to match the UUID value of the physical beacon. |
|- | |- | ||
| MAJOR || {{Integer}} || Part of the threepart beacon identifier. Major has to match the major value of the physical beacon. | | MAJOR || {{Integer}} || Part of the threepart beacon identifier. Major has to match the major value of the physical beacon. | ||
Line 34: | Line 34: | ||
|- | |- | ||
| TRANS_POWER|| {{Integer}} || Transmission power of the beacon in dBm. | | TRANS_POWER|| {{Integer}} || Transmission power of the beacon in dBm. | ||
+ | |- | ||
+ | | REFERENCE_LOCATION|| {{Guid}} || UID of the Reference location object used as reference for the local coordinate system | ||
|} | |} | ||
+ | |||
+ | == See also == | ||
+ | * [[SYSCLS_REFERENCE_LOCATION|Reference Location Classification]] | ||
+ | * [[SYSCLS_PROXIMITY_BEACON|Proximity Beacon Classification]] | ||
{{Category/Version|2.5.3}} | {{Category/Version|2.5.3}} | ||
[[Category:2.5.3|SYSCLS TRILATERATION BEACON]] | [[Category:2.5.3|SYSCLS TRILATERATION BEACON]] | ||
+ | [[Category:Classifications|SYSCLS TRILATERATION BEACON]] |
Latest revision as of 07:27, 25 April 2017
Trilateration Beacons are used to determine the location based on the UBIK iBeacon trilaterion feature. For the Beacon Trilateration positioning mechanism to work, objects have to be in the Infrastructure.
MetaProperties
Name | Data type | Comment |
---|---|---|
GEO | Geographic Coordinate | The coordinates (location) of the beacon. Keep in mind that also the altitude has to be configured. The positioning mode uses the difference of the beacon altitude and the reference altitude. |
UUID | String | Part of the threepart beacon identifier. The UUID has to match the UUID value of the physical beacon. |
MAJOR | Integer | Part of the threepart beacon identifier. Major has to match the major value of the physical beacon. |
MINOR | Integer | Part of the threepart beacon identifier. Minor has to match the minor value of the physical beacon. |
PROPAGATION_FACTOR | Double | Factor that describes the power loss of the beacon signal over distance. In general a higher factor leads to shorter distance calculations for the same received signal strength.
Recommended Values:
The recommended values should be improved on-site. |
TRANS_POWER | Integer | Transmission power of the beacon in dBm. |
REFERENCE_LOCATION | Guid | UID of the Reference location object used as reference for the local coordinate system |