Added missing AL status code messages.
This commit is contained in:
parent
96cb13803c
commit
a6045ba242
14
master/fsm.c
14
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"},
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue