![]() |
WPILibC++ 2027.0.0-alpha-5
|
Sticky faults for a REV PH. More...
#include <wpi/hardware/pneumatic/PneumaticHub.hpp>
Public Attributes | |
| uint32_t | compressorOverCurrent: 1 |
| An overcurrent event occurred on the compressor output. | |
| uint32_t | compressorOpen: 1 |
| The compressor output has an open circuit. | |
| uint32_t | solenoidOverCurrent: 1 |
| An overcurrent event occurred on a solenoid output. | |
| uint32_t | brownout: 1 |
| The input voltage is below the minimum voltage. | |
| uint32_t | canWarning: 1 |
| A warning was raised by the device's CAN controller. | |
| uint32_t | canBusOff: 1 |
| The device's CAN controller experienced a "Bus Off" event. | |
| uint32_t | hardwareFault: 1 |
| The hardware on the device has malfunctioned. | |
| uint32_t | firmwareFault: 1 |
| The firmware on the device has malfunctioned. | |
| uint32_t | hasReset: 1 |
| The device has rebooted. | |
Sticky faults for a REV PH.
These faults will remain active until they are reset by the user.
| uint32_t wpi::PneumaticHub::StickyFaults::brownout |
The input voltage is below the minimum voltage.
| uint32_t wpi::PneumaticHub::StickyFaults::canBusOff |
The device's CAN controller experienced a "Bus Off" event.
| uint32_t wpi::PneumaticHub::StickyFaults::canWarning |
A warning was raised by the device's CAN controller.
| uint32_t wpi::PneumaticHub::StickyFaults::compressorOpen |
The compressor output has an open circuit.
| uint32_t wpi::PneumaticHub::StickyFaults::compressorOverCurrent |
An overcurrent event occurred on the compressor output.
| uint32_t wpi::PneumaticHub::StickyFaults::firmwareFault |
The firmware on the device has malfunctioned.
| uint32_t wpi::PneumaticHub::StickyFaults::hardwareFault |
The hardware on the device has malfunctioned.
| uint32_t wpi::PneumaticHub::StickyFaults::hasReset |
The device has rebooted.
| uint32_t wpi::PneumaticHub::StickyFaults::solenoidOverCurrent |
An overcurrent event occurred on a solenoid output.