Class CentralStateEx
- Namespace
- CommandStation.Model
- Assembly
- CommandStation.Abstractions.dll
Represents extended diagnostic states reported by a command station. These flags provide additional system-level status information beyond the basic central state.
public class CentralStateEx
- Inheritance
-
CentralStateEx
- Inherited Members
Properties
HighTemperature
Indicates that the central unit has reached a high internal temperature. This may trigger automatic shutdown or reduced performance to prevent damage.
public bool HighTemperature { get; init; }
Property Value
PowerLost
Indicates that the central unit has lost its power supply. This typically means the device is running on backup or has shut down.
public bool PowerLost { get; init; }
Property Value
Rcn213
Indicates that RCN-213 protocol-specific conditions are active. This flag is used for RailCom diagnostics and may relate to feedback or communication issues.
public bool Rcn213 { get; init; }
Property Value
ShortCircuitExternal
Indicates that an external short circuit has been detected. This usually refers to a fault in connected boosters or track wiring.
public bool ShortCircuitExternal { get; init; }
Property Value
ShortCircuitInternal
Indicates that an internal short circuit has been detected within the central unit. This may require hardware inspection or service.
public bool ShortCircuitInternal { get; init; }