Difference between revisions of "SYSCLS TRILATERATION BEACON"
(→MetaProperties) |
|||
Line 17: | Line 17: | ||
! width=30% | Name !! width=20% | Data type !! Comment | ! width=30% | Name !! width=20% | Data type !! Comment | ||
|- | |- | ||
− | | GEO|| {{GeoInformation} || The coordinates (location) of the beacon | + | | GEO|| {{GeoInformation} || 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}} || 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. |
|- | |- | ||
− | | TRANS_POWER|| {{Integer}} || | + | | 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: | ||
+ | * Residential Environment: 28 | ||
+ | * Office Environment: 30 | ||
+ | * Commercial Environment: 22 | ||
+ | The recommended values should be improved on-site. | ||
+ | |- | ||
+ | | TRANS_POWER|| {{Integer}} || Transmission power of the beacon in dBm. | ||
|} | |} | ||
Revision as of 09:26, 12 July 2016
Trilateration Beacons are used to determine the location based on the UBIK iBeacon trilaterion feature.
MetaProperties
Name | Data type | Comment |
---|---|---|
GEO | {{GeoInformation} | 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 | 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. |