Extended description of bit 2 in utils/decodeStatus.py

This commit is contained in:
2026-06-09 13:24:32 +02:00
parent 5165923595
commit df7a15eeb2
+1 -1
View File
@@ -18,7 +18,7 @@ from decodeCommon import interactive, decode, print_decoded
interpretation = [
("Not ready to be switched on", "Ready to be switched on"), # Bit 0
("Not switched on", "Switched on"), # Bit 1
("Disabled", "Enabled"), # Bit 2
("Operation disabled (no current)", "Operation enabled (current)"), # Bit 2
("Ok", "Fault condition set"), # Bit 3
("Motor supply voltage absent ", "Motor supply voltage present"), # Bit 4
("Motor performs quick stop", "Ok"), # Bit 5