mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 17:17:23 +08:00
Added missing AL status code messages.
This commit is contained in:
@@ -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"},
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user