Close Advertisement

TECH RECON

Bridging 1553 to Ethernet Networks Paves Future of Avionics

Legacy technologies such as 1553 remain popular, but marrying such technologies with Ethernet opens up new directions and benefits for military avionics.

RICHARD WADE, CHIEF TECHNICAL OFFICER, ALTA DATA TECHNOLOGIES

Keywords in this Article:

  • PCI Express
  • MIL-STD-1553
  • Ethernet
  • Avionics
Find related articles with this collection of keywords
  • Page 1 of 1
    Bookmark and Share

Article Media

Modern avionics systems find switched Ethernet the dominant network architecture with MIL-STD-1553 (1553) and ARINC implemented for high reliability and legacy communications. For COTS systems, the most common method to integrate 1553 or 429 networks into the system is to add an interface card to the computer’s backplane—PCI or PCI Express. With Ethernet dominating the modern landscape, these legacy interfaces are still popular and will not be going away anytime soon. The new Airbus A350, China 919, Next Gen 747/737, F-35 (Figure 1) and so on all use such technology. But the method by which they are incorporated in the total system is evolving.

Figure 1
The tried and true 1553 interface is still in avionics systems on the most modern of aircraft, including the F-35. The second production model F-35A Lightning II aircraft flies above the compass rose of Rogers Dry Lakebed at Edwards Air Force Base, Calif.

For the purpose of this article, only 1553 will be explored as a legacy network topology, but the same talking points apply to ARINC 429 systems. And “PCI” in this article will refer to both PCI, PCI Express and other common parallel computer backplanes for third-party vendor I/O and network interfaces. With COTS test and embedded computer designs, Ethernet ports are a common part of SBCs. But lower volume 1553 avionics ports are typically PCI/PMC/PCI Express COTS interface cards. There are several issues with new computers and third-party interface cards: Many computer systems are limiting expansion card availability; embedded systems frequently want to upgrade processing capability but legacy I/O requirements and changing backplane standards can limit upgrade options; and wiring bundles of legacy I/O can be difficult to manage and add weight.

A more desirable system design approach may be to remote the I/O closer to the source via an Ethernet connection, or use Ethernet as the backplane within the system. This method offers the advantages of better software portability, simpler hardware configurations, power savings and less wiring. Before exploring this remote networking concept further, here are some basic networking and I/O design facets.

Traditional Avionics Architectures

A typical 1553 or ARINC interface card has three main circuits: a Protocol Engine (PE) that is usually an FPGA or micro processor to perform network protocol off-load processing, a PCI backplane connection to the computer, and some pseudo dual-port RAM to the PE and backplane to provide real-time access for both the PE and the user’s application. The user’s application reads and writes to these data buffers via backplane memory mapping through a custom device driver for the target OS. Typical read/write speeds are 500- 2000 ns for a single word to or from application memory and the interface card. So to update a single word in a 1553 packet from a control application may take only 1 µs via a backplane interface.

In the last decade, the most common method for remoting 1553 had been to wedge a COTS card into a small computer system—such as PC104, mini computers or proprietary boxes—and then run another Ethernet application to translate between the two domains. These box-box designs are typically running commercial OSs (Windows, Linux, RTOS) where the TCP/IP/UDP network stack will require 50-500 µs to process each packet. It’s worse with USB 2.0 where devices are limited to 1 ms polling rates. Ethernet-1553 packets must be processed through OS IP/TCP stacks and one or more PCI backplane transactions. This overhead can add significant system delays and application jitter. Figure 2 shows an example architecture of traditional Ethernet to avionics system designs (computer box style).

Figure 2
Shown here is an example architecture of a traditional Ethernet to avionics system design—computer box style.

Network Centric Avionics Architectures

A solution that eliminates one layer of process delays is to embed a real-time, thin-server directly in the 1553 FPGA protocol engine to replace the traditional PCI host interface. Alta Data Technologies, for example, recently released such a design in a product called eNet-1553. The eNet-1553 has a thin-server IP/UDP protocol engine as the “backplane” interface and can provide memory packet accesses at nearly the same rate as PCI backplanes. This thin-server approach bypasses at least one layer of IP stack and PCI backplane translations, saving half of the total round trip transmission time. Figure 3 shows a thin-server, real-time IP/UDP design.

Figure 3
This diagram shows a thin-server, real-time IP/UDP design.

Besides real-time data access, another key advantage of an Ethernet appliance is software portability. Because IP/UDP communications (sockets) are built into almost every OS (even new tablet devices), this means a client application can be easily ported to almost any computer system and is not locked in on a custom device driver. Even DO178 operating systems usually have a qualified Berkley Socket capability. A 1553 appliance device can provide generic maintenance, monitoring/data logging and programming ports for deployed systems, and in many cases, eliminate the need for a 1553 card in a rugged notebook computer—the military system designer could use any computer device that supports Ethernet.

Alta’s eNet-1553 is a rugged, small appliance—similar to a 4-stub 1553 bus coupler—with standard 5-30 VDC, 10/100/1000 Ethernet and optional Power Over Ethernet (POE). Alta has added advanced features such as Signal Capture—to capture the actual raw 1553 signal for integrity analysis, auto BC/RT image loading to streamline setup, and provides an auto Bus Monitor mode to provide real-time bridging between 1553 and Ethernet networks. Figure 4 shows a picture of the eNet-1553 product.

Figure 4
The eNet-1553 has a thin-server IP/UDP protocol engine as the “backplane” interface and can provide memory packet accesses at nearly the same rate as parallel or serial fabric backplanes.

Design Tradeoffs

There are always tradeoffs with system architectures, and in this case we are trading real-time PCI backplane memory accesses for a packet-based network topology. 1553 is only 1 Mbit/s and most typical Ethernet systems are 1,000 Mbit/s. This would appear to be a slam dunk to bridge the networks, but 1553 BC and RT communications cannot be directly translated to Ethernet or any network because of the required 4 to 12 µs command-response protocol between heterogeneous computers—unlike most TCP/UDP applications that are homogenous peer-to-peer. So there will often be at least one packet (or frame) delay in bridging 1553 and Ethernet applications.

Further, many computer OS IP stacks and LAN switches cannot process above 5,000-50,000 packets per second, which means packet loss in the ether. This delay through the OS stack or switch routing is known as “path delay.”. Although rare, 1553 can transmit 2000-20,000 small packets per second, and the user’s application may need to perform both a read/write function for each data packet. So the application packet frequency could easily be twice the 1553 packet rate and could easily overload a typical computer TCP/IP stack processing capability. The eNet-1553 device can turn around Ethernet memory read/write requests in real time, but the designer must know their systems OS TCP/IP stack and/or LAN switch processing capabilities (path delays) to match up with application requirements.

1553-Ethernet Interfacing Is the Future

Engineers at Alta tested dozens of different Microsoft Windows and Linux systems, and derived a sample formula that helps guide customers on packet processing capability of their system/LAN. A formula can be used to estimate the number of 1553 messages per second that you can expect to process with an eNet-1553 device connected to a computer. With a path delay of 100 microseconds we can expect to keep up with a message rate of less than or equal to 1000 messages per second. Note that this is a widely general estimate and data can be monitored at higher message rates, but you may start to drop messages if you cannot read the messages faster than they are received on the 1553 bus.

As modern avionics system designs advance, it will be important to adapt 1553 networks to an Ethernet-centric topology. Avionics appliances like eNet-1553 help fulfill the requirement. A thin-server design, where the I/O buffers are directly available via IP/UDP requests, removes one layer of packet processing and can greatly enhance system design options, maximize portability of the application and increase data application performance. These next generation appliances can provide flexibility in system design topologies and reduce both initial and recurring development costs.  

Alta Data Technologies
Goleta, CA.
(505) 994-3111.
[www.altadt.com].

LEAVE A COMMENT