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); ?>
This is the latest recevied telemetry packets stored in our database for station/object name; ?>. If no packets are shown the sender has not sent any telemetry packets the latest day(s).
Telemetry packets is used to share measurements like repeteater parameters, battery voltage, radiation readings (or any other measurements).
| Time | 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)); ?> - |
| Time | 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)); ?>
|
No recent telemetry values.