diff --git a/master/fsm.c b/master/fsm.c index 104162634208f37e871bd9de8952baececdb90e2..cd104d3ed1cdfd424cd43c23790f13fcaaf92dd0 100644 --- a/master/fsm.c +++ b/master/fsm.c @@ -1710,10 +1710,24 @@ const ec_code_msg_t al_status_messages[] = { {0x0019, "No valid outputs"}, {0x001A, "Synchronisation error"}, {0x001B, "Sync manager watchdog"}, + {0x001C, "Invalid sync manager types"}, + {0x001D, "Invalid output configuration"}, + {0x001E, "Invalid input configuration"}, + {0x001F, "Invalid watchdog configuration"}, {0x0020, "Slave needs cold start"}, {0x0021, "Slave needs INIT"}, {0x0022, "Slave needs PREOP"}, {0x0023, "Slave needs SAVEOP"}, + {0x0030, "Invalid DC SYNCH configuration"}, + {0x0031, "Invalid DC latch configuration"}, + {0x0032, "PLL error"}, + {0x0033, "Invalid DC IO error"}, + {0x0034, "Invalid DC timeout error"}, + {0x0042, "MBOX EOE"}, + {0x0043, "MBOX COE"}, + {0x0044, "MBOX FOE"}, + {0x0045, "MBOX SOE"}, + {0x004F, "MBOX VOE"}, {} };