We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a54a8b commit 96eccc9Copy full SHA for 96eccc9
poulpe_ethercat_controller/src/state_machine.rs
@@ -91,6 +91,8 @@ pub enum MotorErrorFlag {
91
LowBusVoltage = 6,
92
DriverFault = 7,
93
TemperatureSensorMalfunctionWarning = 8,
94
+ AxisSensorCommunicationFail = 9,
95
+ DriverCommunicationFail = 10,
96
}
97
98
// Error codes for the homing procedure
0 commit comments