Skip to content

CANServer v2 Status

Josh Wardell edited this page Apr 3, 2021 · 8 revisions

Firmware v2 Manual

Manual Root

Status Screen

The Status screen is made up of 6 sections and contains information about the CANServer's running state

Status

Version

The status section displays information about the current firmware and hardware of the CANServer It also displays build information for both the firmware and WebUI as well as the framework used to build the firmware. This information is helpful in the event you need assistance with an issue as it lets the developers easily verify what version of things are running.

Also displayed is the uptime of the CANServer (which is the time since it was last powered up) as well as the status of the Time Synchronization


Free Memory

Memory

In this section there is a display of the Mean, Max, Min, and Standard Deviation of the memory usage of the CANServer. Different features of the CANServer consume memory at different rates, and the numbers displayed here can help when diagnosing issues.


CAN Interface Information

Interface

In this section details about the hardware CAN interfaces is displayed. The enabled/disabled status as well as the assigned Bus ID can be seen, as well as the configured bit rate and information about the volume of CAN traffic that the CANServer is processing.


Subsystem Information

Subsystem

Listed in this section is some summary information about the major subsystems that makeup the CANServer You can see the status how the scripting subsystem is performing, how many wireless clients are connected, the status of the external wireless connection (including the IP assigned to it), the status and performance information for the Panda connection, a summary of the number of Analysis items being processed, and the status and performance information of the Logging subsystem.


Utilities

Utilities

The Restart button allows you to trigger a restart of the CANServer.

The Backup button will generate a binary image file that contains all analysis items, the current script, and all time synchronization information. This file will then be downloaded and can be used via the Manual Update feature to restore those settings at a later time.


Update

Update

The Update section allows OTA updates to be performed as detailed in the Upgrading section of the main Manual page (https://github.com/joshwardell/CANserver/wiki/CANServerManual#upgrading)