Changes

added record period parameters
Line 195: Line 195:  
== Data Clear Period ==
 
== Data Clear Period ==
 
Parameter “Data Clear Period” determines the length of time a sensor must go undetected by the device before it is removed from the EYE Sensor list, thus stopping the transmission of its measurements. If the ‘Data Clear Period’ is set to 0, the sensor will never be removed from the EYE Sensor list. Consequently, it will always be included in the periodic records, even if the sensor has disappeared.
 
Parameter “Data Clear Period” determines the length of time a sensor must go undetected by the device before it is removed from the EYE Sensor list, thus stopping the transmission of its measurements. If the ‘Data Clear Period’ is set to 0, the sensor will never be removed from the EYE Sensor list. Consequently, it will always be included in the periodic records, even if the sensor has disappeared.
  −
<br>
   
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+
Line 214: Line 212:  
|10
 
|10
 
|Defines period in seconds, for how long sensor has to be not detected in order to remove it from EYE Sensor List
 
|Defines period in seconds, for how long sensor has to be not detected in order to remove it from EYE Sensor List
 +
|}
 +
<br>
 +
 +
[[Category:TMT250 Configuration]]
 +
|}
 +
{| style="width: 100%;"
 +
|
 +
== RSSI ==
 +
This parameter defines which EYE Sensors add to EYE Sensor List, according to their current RSSI value. If captured EYE Sensor RSSI value is lower than configured RSSI parameter, sensor will not be added to the list. If sensor already has been added to the list and its RSSI value drops below configured threshold, then such sensor’s values will not be updated anymore and if such sensor’s RSSI value will not come back to acceptable range, it will be removed from EYE Sensor List after Data Clear Period. If Data Clear Period is set to 0, sensor will not be removed, when its RSSI value drop below configured threshold.
 +
{| class="wikitable"
 +
|+
 +
!Param ID
 +
!Name
 +
!Data type
 +
!Min
 +
!Max
 +
!Default
 +
!Description
 +
|-
 +
|70005
 +
|RSSI
 +
|Int8
 +
|0
 +
| -100
 +
|0
 +
|Defines period in seconds, for how long sensor has to be not detected in order to remove it from EYE Sensor List
 +
|}
 +
<br>
 +
 +
[[Category:TMT250 Configuration]]
 +
|}
 +
{| style="width: 100%;"
 +
|
 +
== Record Period parameters ==
 +
These parameters define how often to send EYE Sensor data to the server, when FMB is operating in On Stop or On Move modes. EYE Sensors do not have a feature to send their data using On Change mode. Records will be sent only periodically.
 +
{| class="wikitable"
 +
|+
 +
!Param ID
 +
!Name
 +
!Data type
 +
!Min
 +
!Max
 +
!Default
 +
!Description
 +
|-
 +
|258
 +
|On Move
 +
|Uint32
 +
|0
 +
|2592000
 +
|60
 +
|Defines how often to create EYE Sensor List records while vehicle is moving in seconds
 +
|-
 +
|259
 +
|On Stop
 +
|Uint32
 +
|0
 +
|2592000
 +
|60
 +
|Defines how often to create EYE Sensor List records while vehicle is not moving in seconds
 
|}
 
|}
 
<br>
 
<br>