diff --git a/docs/4_4_4_ethernet.adoc b/docs/4_4_4_ethernet.adoc index f58976d..2b05311 100644 --- a/docs/4_4_4_ethernet.adoc +++ b/docs/4_4_4_ethernet.adoc @@ -79,6 +79,13 @@ In a multidrop configuration, the bus simulation shall not forward configuration ===== Error Handling [[low-cut-ethernet-error-handling]] + +#TODO# + +.Architectural error handling overview. +[#figure-ethernet-architectural-error-handling-overview] +image::ethernet_error_handling_overview.svg[width=100%, align="center"] + ===== Wake Up/Sleep [[low-cut-ethernet-wakeup-sleep]] This standard supports wake up and sleep functionality for the Ethernet bus, based on the TC10 Sleep/Wake-up Specification. diff --git a/docs/4_4_4_ethernet_operations.adoc b/docs/4_4_4_ethernet_operations.adoc index 762cacd..0770c7f 100644 --- a/docs/4_4_4_ethernet_operations.adoc +++ b/docs/4_4_4_ethernet_operations.adoc @@ -148,6 +148,14 @@ h|OP Code [hex] 5+| 0x12 |==== +====== Confirm [[low-cut-ethernet-confirm-operation]] +The <> operation is used to signal the successful reception of a transmitted Ethernet frame by at least one Network FMU. + + +====== Bus Error [[low-cut-ethernet-bus-error-operation]] +The <> operation represents special bus communication errors, which are delivered to every participant in the network. + + ====== Configuration [[low-cut-ethernet-configuration-operation]] Represents the transmission of a continuation mPacket. diff --git a/docs/images/ethernet_error_handling_overview.drawio b/docs/images/ethernet_error_handling_overview.drawio new file mode 100644 index 0000000..22f69bc --- /dev/null +++ b/docs/images/ethernet_error_handling_overview.drawio @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/ethernet_error_handling_overview.svg b/docs/images/ethernet_error_handling_overview.svg new file mode 100644 index 0000000..9bbeb6f --- /dev/null +++ b/docs/images/ethernet_error_handling_overview.svg @@ -0,0 +1,3 @@ + + +
FMU
FMU
Bus Simulation
FMU
Transmit
Bus Error
Bus Error
Bus Error
Normal Active
Normal Active
Normal Active
\ No newline at end of file