diff --git a/htdocs/public/views/telemetry.php b/htdocs/public/views/telemetry.php deleted file mode 100644 index df2fe70..0000000 --- a/htdocs/public/views/telemetry.php +++ /dev/null @@ -1,285 +0,0 @@ - - -getObjectById($_GET['id'] ?? null); ?> -isExistingObject()) : ?> - getLatestObjectListByStationId($station->id, $rows, $offset, $maxDays); - $latestPacketTelemetry = (count($telemetryPackets) > 0 ? $telemetryPackets[0] : new PacketTelemetry(null)); - $count = PacketTelemetryRepository::getInstance()->getLatestNumberOfPacketsByStationId($station->id, $maxDays); - $pages = ceil($count / $rows); - ?> - -
Это последние полученные пакеты телеметрии, хранящиеся в базе данных для станции/объекта name; ?>. Если пакеты не отображаются, значит отправитель не передавал никакой телеметрии в последние дня/дней. Или сервер не смог их принять.
-Пакеты телеметрии используются для обмена измерениями, такими как параметры ретранслятора, напряжение батареи, показания радиации (или любые другие измерения).
- -| Время | -getValueParameterName(1)); ?>* | -getValueParameterName(2)); ?>* | -getValueParameterName(3)); ?>* | -getValueParameterName(4)); ?>* | -getValueParameterName(5)); ?>* | -
|---|---|---|---|---|---|
| - wxRawTimestamp != null?$packetTelemetry->wxRawTimestamp:$packetTelemetry->timestamp); ?> - | -- val1 !== null) : ?> - getValue(1), 2); ?> getValueUnit(1)); ?> - - - - - | -- val1 !== null) : ?> - getValue(2), 2); ?> getValueUnit(2)); ?> - - - - - | -- val1 !== null) : ?> - getValue(3), 2); ?> getValueUnit(3)); ?> - - - - - | -- val1 !== null) : ?> - getValue(4), 2); ?> getValueUnit(4)); ?> - - - - - | -- val1 !== null) : ?> - getValue(5), 2); ?> getValueUnit(5)); ?> - - - - - | -
| Время | -getBitParameterName(1)); ?>* | -getBitParameterName(2)); ?>* | -getBitParameterName(3)); ?>* | -getBitParameterName(4)); ?>* | -getBitParameterName(5)); ?>* | -getBitParameterName(6)); ?>* | -getBitParameterName(7)); ?>* | -getBitParameterName(8)); ?>* | -
|---|---|---|---|---|---|---|---|---|
| - timestamp; ?> - | -
-
- getBitLabel(1)); ?>
-
- |
-
-
- getBitLabel(2)); ?>
-
- |
-
-
- getBitLabel(3)); ?>
-
- |
-
-
- getBitLabel(4)); ?>
-
- |
-
-
- getBitLabel(5)); ?>
-
- |
-
-
- getBitLabel(6)); ?>
-
- |
-
-
- getBitLabel(7)); ?>
-
- |
-
-
- getBitLabel(8)); ?>
-
- |
-
Нет последних значений телеметрии.
- - -