这是我们在数据库中存储的最近接收的遥测数据包,用于站点/对象 MB7UHT。如果没有显示任何数据包,说明发送者在最近 1 天内没有发送任何遥测数据包。
遥测数据包用于分享测量数据,如中继器参数、电池电压、辐射读数(或其他任何测量数据)。
时间 | Temp_Int* | Temp_Ext* | Value3* | Value4* | Value5* |
---|---|---|---|---|---|
1757439476 | 19.9 deg.C | 19.3 deg.C | 0 | 0 | 0 |
1757438277 | 20.7 deg.C | 20.4 deg.C | 0 | 0 | 0 |
1757437077 | 21.6 deg.C | 20.9 deg.C | 0 | 0 | 0 |
1757435877 | 21.3 deg.C | 21.1 deg.C | 0 | 0 | 0 |
1757434678 | 21.5 deg.C | 21.4 deg.C | 0 | 0 | 0 |
1757433477 | 21.8 deg.C | 21.7 deg.C | 0 | 0 | 0 |
1757432277 | 21.9 deg.C | 21.9 deg.C | 0 | 0 | 0 |
1757431077 | 21.9 deg.C | 21.9 deg.C | 0 | 0 | 0 |
1757429877 | 22.1 deg.C | 21.9 deg.C | 0 | 0 | 0 |
1757428677 | 22.4 deg.C | 22.3 deg.C | 0 | 0 | 0 |
1757427478 | 22.4 deg.C | 22.5 deg.C | 0 | 0 | 0 |
1757426277 | 22.2 deg.C | 22.4 deg.C | 0 | 0 | 0 |
1757425078 | 22.4 deg.C | 22.2 deg.C | 0 | 0 | 0 |
1757423877 | 22.9 deg.C | 22.7 deg.C | 0 | 0 | 0 |
1757422677 | 23.6 deg.C | 23.6 deg.C | 0 | 0 | 0 |
1757421477 | 23.6 deg.C | 23.3 deg.C | 0 | 0 | 0 |
1757420277 | 23.6 deg.C | 23.6 deg.C | 0 | 0 | 0 |
1757419077 | 23.5 deg.C | 23.6 deg.C | 0 | 0 | 0 |
1757417877 | 23.6 deg.C | 23.4 deg.C | 0 | 0 | 0 |
1757416676 | 23.6 deg.C | 23.6 deg.C | 0 | 0 | 0 |
1757415477 | 23.6 deg.C | 23.6 deg.C | 0 | 0 | 0 |
1757414276 | 25.6 deg.C | 24.3 deg.C | 0 | 0 | 0 |
1757413077 | 25.9 deg.C | 25.4 deg.C | 0 | 0 | 0 |
1757411877 | 27.6 deg.C | 26.6 deg.C | 0 | 0 | 0 |
1757410677 | 28.6 deg.C | 27.5 deg.C | 0 | 0 | 0 |
*使用的方程系数:
Temp_Int: 0, 0.1, 0
Temp_Ext: 0, 0.1, 0
Value3: 0, 1, 0
Value4: 0, 1, 0
Value5: 0, 1, 0
- 模拟通道的参数名称将分别为Value1, Value2, Value3(最多Value5),如果站点没有发送PARAM数据包来指定每个模拟通道的参数名称。
- 每个模拟值是一个介于000和255之间的十进制数(根据APRS规范)。接收器使用遥测方程系数来恢复原始传感器值。如果没有发送带有方程系数的EQNS数据包,我们将按原样显示这些值(这对应于方程系数a=0, b=1和c=0)。
发送的方程系数用于方程:a * value2 + b * value + c。 - 如果没有发送带有单位的UNIT数据包来指定使用的单位,模拟值的单位将不会显示。
- 数字位的参数名称将分别为Bit1, Bit2, Bit3(最多Bit8),如果站点没有发送PARAM数据包来指定每个数字位的参数名称。
- 如果站点没有发送带有标签的UNIT数据包,所有位标签将命名为"On"。
- 当站点没有发送带有位感知的BITS数据包来指定另一个"位标签"状态时,位为1时被认为是On(BITS数据包指定与位标签匹配的位的状态)。