PC104
   HOME

TheInfoList



OR:

PC/104 (or PC104) is a family of embedded computer standards which define both form factors and computer buses by the
PC/104 Consortium The PC/104 Consortium is a technology consortium that was established in February 1992 by 12 companies, all sharing a vision of adapting desktop computer technology for embedded applications. Based on the technologies of a IBM PC-based single-b ...
. Its name derives from the 104 pins on the interboard connector ( ISA) in the original PC/104 specification and has been retained in subsequent revisions, despite changes to connectors. PC/104 is intended for specialized environments where a small, rugged computer system is required. The standard is modular, and allows consumers to stack together boards from a variety of COTS manufacturers to produce a customized embedded system. The original PC/104 form factor is somewhat smaller than a desktop PC motherboard at . Unlike other popular computer form factors such as
ATX ATX (Advanced Technology eXtended) is a motherboard and power supply configuration specification developed by Intel in 1995 to improve on previous de facto standards like the AT design. It was the first major change in desktop computer enclo ...
, which rely on a motherboard or
backplane A backplane (or "backplane system") is a group of electrical connectors in parallel with each other, so that each pin of each connector is linked to the same relative pin of all the other connectors, forming a computer bus. It is used as a back ...
, PC/104 boards are stacked on top of each other like building blocks. The PC/104 specification defines four mounting holes at the corners of each module, which allow the boards to be fastened to each other using standoffs. The stackable bus connectors and use of standoffs provides a more rugged mounting than slot boards found in desktop PCs. The compact board size further contributes to the ruggedness of the form factor by reducing the possibility of PCB flexing under shock and vibration. A typical PC/104 system (commonly referred to as a "stack") will include a CPU board, power supply board, and one or more peripheral boards, such as a
data acquisition Data acquisition is the process of sampling signals that measure real-world physical conditions and converting the resulting samples into digital numeric values that can be manipulated by a computer. Data acquisition systems, abbreviated by the acro ...
module,
GPS The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radionavigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite sy ...
receiver, or
Wireless LAN A wireless LAN (WLAN) is a wireless computer network that links two or more devices using wireless communication to form a local area network (LAN) within a limited area such as a home, school, computer laboratory, campus, or office buildi ...
controller. A wide array of peripheral boards are available from various vendors. Users may design a stack that incorporates boards from multiple vendors. The overall height, weight, and power consumption of the stack can vary depending on the number of boards that are used. PC/104 is sometimes referred to as a "stackable PC", as most of the architecture derives from the desktop PC. The majority of PC/104 CPU boards are x86 compatible and include standard PC interfaces such as
Serial Ports In computing, a serial port is a serial communication interface through which information transfers in or out sequentially one bit at a time. This is in contrast to a parallel port, which communicates multiple bits simultaneously in parallel. T ...
,
USB Universal Serial Bus (USB) is an industry standard that establishes specifications for cables, connectors and protocols for connection, communication and power supply (interfacing) between computers, peripherals and other computers. A broad ...
,
Ethernet Ethernet () is a family of wired computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN) and wide area networks (WAN). It was commercially introduced in 1980 and first standardized in 1 ...
, and
VGA Video Graphics Array (VGA) is a video display controller and accompanying de facto graphics standard, first introduced with the IBM PS/2 line of computers in 1987, which became ubiquitous in the PC industry within three years. The term can no ...
. A x86 PC/104 system is usually capable of standard PC operating system such as DOS, Windows, or Linux. However, it is also quite common to use a
real-time operating system A real-time operating system (RTOS) is an operating system (OS) for real-time applications that processes data and events that have critically defined time constraints. An RTOS is distinct from a time-sharing operating system, such as Unix, which m ...
, such as
VxWorks VxWorks is a real-time operating system (or RTOS) developed as proprietary software by Wind River Systems, a wholly-owned subsidiary of Aptiv. First released in 1987, VxWorks is designed for use in embedded systems requiring real-time, determi ...
.


History and standardization

The PC/104 bus and form factor was originally devised by Ampro in 1987 (led by CTO Rick Lehrbaum), and later standardized by the PC/104 Consortium in 1992. An
IEEE The Institute of Electrical and Electronics Engineers (IEEE) is a 501(c)(3) professional association for electronic engineering and electrical engineering (and associated disciplines) with its corporate office in New York City and its operat ...
standard corresponding to PC/104 was drafted as IEEE P996.1, but never ratified. In 1997, the PC/104 Consortium introduced a newer standard based on the
PCI bus PCI may refer to: Business and economics * Payment card industry, businesses associated with debit, credit, and other payment cards ** Payment Card Industry Data Security Standard, a set of security requirements for credit card processors * Prov ...
. A PCI Express-based standard was introduced in 2008. PC/104-related specifications are controlled by the PC/104 Consortium. There are currently 47 members of the Consortium. All specifications published by the Consortium are freely available. Membership in the Consortium is not required to design and manufacture a PC/104 board.


Bus structure vis-à-vis form factor

The specifications released by the PC/104 Consortium define multiple of Bus Structures (ISA, PCI, PCI Express) and Form Factors (104, EBX, EPIC). Bus Structure defines the location and pinout of the bus connector(s). Form Factor refers to size and shape of the board. It is possible to find one of the PC/104 stackable expansion buses on a number of different form factors. While most commercially available products using the Bus Structures will comply with the Form Factors listed below, it is possible for a non-standard or proprietary form factor to incorporate one of the PC/104 Bus Structures for expandability. Note the term "PC/104" is often used interchangeably to refer to either the Bus Structure or Form Factor. This can be a source of confusion. For example, a product datasheet may refer to a board as "PC/104" due to its size and shape when it in fact has a PCI-104 expansion bus.


Bus structures

The PC/104 Consortium specifications define a variety a computer buses, all of which derive from the ISA, PCI, and PCI Express buses found in a desktop PC.


PC/104

The original PC/104 bus derives from the ISA bus. It includes all the signals found on the ISA bus, with additional ground pins added to ensure bus integrity. Signal timing and
voltage Voltage, also known as electric pressure, electric tension, or (electric) potential difference, is the difference in electric potential between two points. In a static electric field, it corresponds to the work needed per unit of charge to ...
levels are identical to the ISA bus, with lower
current Currents, Current or The Current may refer to: Science and technology * Current (fluid), the flow of a liquid or a gas ** Air current, a flow of air ** Ocean current, a current in the ocean *** Rip current, a kind of water current ** Current (stre ...
requirements. The PC/104 specification defines two versions of the bus, 8-bit or 16-bit. The 8-bit version corresponds to the IBM XT and consists of 64 pins. The 16-bit version corresponds to the IBM AT and adds 40 additional pins, bringing the total to 104 (hence the name "PC/104"). The signals marked J1/P1 are only found on the 8-bit version, while the 16-bit version adds the signals of J2/P2. Since PC/104 is based on the ISA bus, it is often necessary to set the
Base Address In computing, a base address is an address serving as a reference point ("base") for other addresses. Related addresses can be accessed using an ''addressing scheme''. Under the ''relative addressing'' scheme, to obtain an absolute address, the ...
, IRQ, and DMA channel when installing a peripheral board. This is usually accomplished via the use of
jumpers Jumper or Jumpers may refer to: Clothing * Jumper (sweater), a long-sleeve article of clothing; also called a top, pullover, or sweater **A waist-length top garment of dense wool, part of the Royal Navy uniform and the uniform of the United Stat ...
or
DIP switch A DIP switch is a manual electric switch that is packaged with others in a group in a standard dual in-line package (DIP). The term may refer to each individual switch, or to the unit as a whole. This type of switch is designed to be used on a ...
es on the peripheral board. Failure to configure the peripheral correctly can cause a resource conflict and lead to erratic behavior.


PC/104-''Plus''

The PC/104-''Plus'' standard adds support for the
PCI bus PCI may refer to: Business and economics * Payment card industry, businesses associated with debit, credit, and other payment cards ** Payment Card Industry Data Security Standard, a set of security requirements for credit card processors * Prov ...
, in addition to the ISA bus of the PC/104 standard. The name is derived from its origin: a PC/104-''Plus'' module has a PC/104 connector (ISA) ''plus'' a PCI connector. The standard defines a 120-pin connector for the PCI bus, located on the opposite side of the board from the PC/104 connector. PC/104-''Plus'' CPU boards provide active communication on both buses, and are capable of communicating with both ISA and PCI peripheral cards. On PC/104-''Plus'' peripheral modules, the PC/104 connector is simply a passive connector for stackability; the module actively communicates on the PCI bus only. As a corollary, a PC/104-''Plus'' peripheral module may not be used with a PC/104 CPU board. However, a PC/104-''Plus'' CPU board may be used with a PC/104 peripheral module. Since PC/104-''Plus'' is based on PCI, there is no need to set a Base Address, IRQ, or DMA channel on the peripheral boards. However, it is necessary to specify the PCI Slot Number of a peripheral board when it is installed. This is commonly set by a
rotary switch A rotary switch is a switch operated by rotation. These are often chosen when more than 2 positions are needed, such as a three-speed fan or a CB radio with multiple frequencies of reception or "channels". A rotary switch consists of a spindl ...
,
DIP switch A DIP switch is a manual electric switch that is packaged with others in a group in a standard dual in-line package (DIP). The term may refer to each individual switch, or to the unit as a whole. This type of switch is designed to be used on a ...
, or
jumpers Jumper or Jumpers may refer to: Clothing * Jumper (sweater), a long-sleeve article of clothing; also called a top, pullover, or sweater **A waist-length top garment of dense wool, part of the Royal Navy uniform and the uniform of the United Stat ...
on the peripheral board. Each PCI peripheral board in the system must have the PCI Slot Number set to a unique value. Failure to do so may cause erratic system behavior. The peripheral closest to the CPU should be set for the first slot, the next board should be set for the second slot, etc.


PCI-104

The PCI-104 form factor includes the PCI connector, but not the PC/104 connector, in order to increase the available board real estate. Even though the PCI connector has 120 pins instead of 104, the established name was kept. The PCI connector location and pinout is identical to PC/104-''Plus''. Since the ISA bus is omitted, a PCI-104 board is incompatible with PC/104 peripheral module. However, PCI-104 and PC/104-''Plus'' are compatible, since they both utilize the PCI bus. Most PC/104-''Plus'' boards can be manufactured as PCI-104 by simply not populating the PC/104 connector. PCI-104 utilizes the same PCI Slot Number selection scheme as PC/104-''Plus''. Each device must be assigned to a unique slot number.


PCI/104-Express

The PCI/104-Express specification incorporates the PCI Express bus (PCIe) in addition to the previous-generation PCI bus. The specification defines a 156-pin surface mount connector for the PCI Express signals. The new connector occupies the same board location as the legacy PC/104 ISA connector. In addition to PCI Express, the specifications also defines pins on the connector for additional modern computer buses, such as
USB Universal Serial Bus (USB) is an industry standard that establishes specifications for cables, connectors and protocols for connection, communication and power supply (interfacing) between computers, peripherals and other computers. A broad ...
,
SATA SATA (Serial AT Attachment) is a computer bus interface that connects host bus adapters to mass storage devices such as hard disk drives, optical drives, and solid-state drives. Serial ATA succeeded the earlier Parallel ATA (PATA) standard t ...
, and LPC. The PCI/104-Express specification currently defines two possible pinouts for the PCIe connector: # Type 1 offers four x1 PCI Express links, two USB 2.0 ports, and one x16 PCIe link. # Type 2 offers four x1 PCI Express links, two USB 2.0 ports, two PCIe x4 links, two USB 3.0 ports, two SATA ports, and LPC. CPU boards and peripherals may be designed as Type 1, Type 2, or Universal (which only uses the common subset of signals between the two types, PCIe x1 and/or USB 2.0). The Type 2 pinout was not introduced until Version 2.0 of the specification (released in 2011). PCI/104-Express products introduced prior to 2011 will be either Type 1 or Universal, but may not be explicitly labeled as such. A Type 1 bus is incompatible with Type 2 peripherals, or vice versa. The specification requires the system to remain in reset and not boot in the case of a Type mismatch (no physical damage will occur). Universal peripheral boards may be used with either Type 1 or Type 2 pinouts. Because the PCIe bus connector is surface-mount, not through-hole, it is also possible for a board to use different bus pinouts on the top side of the board vs the bottom side. For example, a CPU board may have a Type 1 bottom PCIe connector and a Type 2 top PCIe connector. Such a CPU board would be compatible with Type 1 and/or Universal peripherals on the bottom, and compatible with Type 2 and/or Universal peripherals on the top. Similar to PC/104-''Plus'', a PCI/104-Express CPU boards will provide active communication on both PCI and PCIe buses. A PC/104-Express CPU board may be used with PCI-104 and PC/104-''Plus'' peripheral modules. However, a PCI/104-Express peripheral module will communicate on the PCIe bus only; the PCI connector is simply a pass-through connector for stackability. A PC/104-Express peripheral module may not be used with a PCI-104 or PC/104-''Plus'' CPU board (unless an ISA bridge device is used). PCI/104-Express incorporates link shifting, which eliminates the need for the PCI slot selection switches/jumpers found on PCI-104 and PC/104-''Plus'' peripherals. Some peripheral boards re-populate the PCIe links, which allows the stack to have additional peripheral boards beyond the initial set of PCI Express links provided by CPU board. Link repopulation is not a requirement in the specification, and must be implemented on the peripheral board with a PCI Express packet switch.


PCIe/104

PCIe/104 is similar to the PCI/104-Express standard, but omits the legacy PCI bus to increase available space on the board (similar to the relationship between PC/104-''Plus'' and PCI-104). The PCI Express connector location and pinout options the same as PCI/104-Express (both Type 1 and Type 2). Because the PCI bus connector is omitted, a PCIe/104 board is incompatible with PC/104-''Plus'' and PCI-104 systems (unless a PCIe-to-PCI bridge device is used).


Form factors

The PC/104 Consortium's specifications cover three form factors which define the size and shape of the board. Each form factor may utilize one of the Bus Structures listed above.


104 or PC/104

The 104 Form Factor is defined to be , with mounting holes at all four corners of the board. The specifications also allow for a area beyond the edge of the PCB for I/O connectors. Some PC/104 products have oversized PCBs which extended into the I/O connector area. The extended PCB "wings" is not addressed in the specification, generally does not cause mechanical issues as long as the overall PCB + I/O connector overhang is within the maximum allowable dimensions of . The dimensions were originally defined in the PC/104 Specification, and as a result the form factor is still commonly referred to as "PC/104". The PCI/104-Express and PCIe/104 Specification introduced the "104" name to distinguish the form factor from the legacy PC/104 bus.


EBX and EBX Express

EBX ( Embedded Board eXpandable) is a single board computer form factor, . The EBX form factor applies to the CPU board, but supports PC/104 form factor peripheral boards for expansion. The original EBX specifications allowed for the PC/104, PC/104-''Plus'', and PCI-104 buses. EBX Express adds the PCI-104/Express and PCIe/104 buses.


EPIC and EPIC Express

EPIC (Embedded Platform for Industrial Computing) is a single-board computer form factor which, like EBX, supports PC/104 peripheral boards but is smaller than EBX at . It allows I/O connections to be implemented as either
pin header A pin header (or simply header) is a form of electrical connector. A male pin header consists of one or more rows of metal pins molded into a plastic base, often apart, though available in many spacings. Male pin headers are cost-effective du ...
s or PC-style ("real world") connectors. The standard provides specific I/O zones to implement functions such as Ethernet, serial ports, digital and analog I/O, video, wireless, and various application-specific interfaces. EPIC Express adds PCI Express expandability.


Stacking limits

In general, every PC/104 stack will contain a CPU board, power supply board, and one or more peripheral boards. The maximum number of boards supported by a PC/104 stack will depend on the which buses are used by the peripheral boards. # ISA Bus - There is no strict limit to the number of ISA boards which can coexist in one system. However, there is a limited number of Base Addresses, IRQs, and DMA channels which may become a limiting factor. ISA boards may be stacked on either side of the CPU board. # PCI Bus - The PC/104-''Plus'' and PCI-104 specifications allows for four PCI "slots". This imposes a hard limit of four PCI peripheral boards per system. All PCI peripheral modules must connect consecutively on one side of the controller due to the signaling requirements of the PCI bus. # PCI Express - The total number of PCI Express peripheral boards will depend on the number of PCIe links provided by the CPU board. For example, if the CPU board provides four x1 PCIe links, then a maximum of four x1 PCIe peripheral cards may be installed. If one or more of the peripheral boards provide PCIe link repopulation, additional modules may be installed. PCIe links on the upper side of the CPU board are independent from the links on the underside. Installing a PCIe peripheral under the CPU board will not consume one of the top side links. The quantity and width of PCIe links available may vary between the top and bottom connectors of the CPU board. # USB and SATA - The PCI/104-Express and PCIe/104 Specification provides signals for USB and SATA, which may be used by peripheral boards in the stack. Peripheral which use USB and SATA will be limited to the number of links provided by the CPU board. USB peripherals may provide link repopulation by incorporating an onboard
USB hub Universal Serial Bus (USB) is an industry standard that establishes specifications for cables, connectors and protocols for connection, communication and power supply (interfacing) between computers, peripherals and other computers. A broad ...
. Regardless of the buses used, the maximum number of boards of a PC/104 stack may be limited due to size, weight, and power restrictions for the target application.


Mechanical interference between boards

When stacking PC/104 boards together, mechanical interference between adjacent boards is a concern. # Bus Connectors - When assembling a system composed of multiple Bus Structures, it is possible for the bus connectors to interfere with components on an adjacent board. For example, if a PC/104-''Plus'' board is stacked on top of a PC/104 board, it is possible for the pins on the underside of the PCI connector to run into components on the lower board. # Out of Spec Components and Connectors - The PC/104 specifications limit the height of components and connectors that may be placed on either side of the board. A constrained height region is intended to guarantee that boards will not interfere with other neighbors stacked above or below. However, it is not uncommon to find boards which violate these constraints. # Heatsinks - The standard spacing between stacked PC/104 boards is 0.600 inches (15.24 mm). Components with significant power consumption (CPUs, GPUs, FPGAs) often require a larger heatsink which does not fit within the traditional board spacing. It is not uncommon to find PC/104 CPU boards with relatively large heatsinks that do not allow for peripheral boards to be stacked above it. Later revisions of the PCI/104-Express and PCIe/104 specification introduced an optional taller 0.866 inch (22.00 mm) connector that is compatible with the traditional height connector. The mechanical interference issues listed above can often be addressed with a Bus Spacer, which allows additional room between the boards. However, Bus Spacers increase overall stack height, and may not be suitable for space-constrained applications. It may also be possible to re-arrange the boards in the stack to remove the interference. Another option is to modify the offending boards to remove the interference (e.g. depopulate a connector), but this may require the vendor to supply a customized version of the board.


Potential compatibility issues

In theory, PC/104 boards are interoperable. It is possible to assemble a system using boards from several different vendors, subject to the fundamental Bus Structure compatibility issues listed above. However, compatibility issues sometimes appear. * PC/104 Keying Pins the PC/104 specification defines two keying pins to prevent misalignment of the connector. These pins are not to be populated on the connector. However, some vendors do not utilize keyed PC/104 connectors. The may cause issues when using boards from multiple vendors. It is often possible to modify the non-keyed board by clipping the offending pins. * Required Power Supply Voltages the PC/104 buses provide for several supply voltages (+5V, +3.3V, +12V, etc.). Which voltages are actually used by a board is at the discretion of the board manufacturer. Care must be taken to supply all of the voltages required for the boards in the stack. * Power Supply Contention some boards will provide power on the stack (e.g. a CPU board). This may conflict with a power supply in the stack. * PCI Signaling Levels the PCI bus may operate at +3.3V or +5V signaling levels. Some boards may expect one voltage, others may expect a different voltage. * PCI VIO Line the VIO signal on the PCI bus is supposed to be driven by the CPU board. However, some peripheral boards and power supplies drive this signal (in violation of the PCI specification). * ISA Bus with modern chipsets the legacy ISA bus has been omitted from modern chipsets. Newer CPU boards that provide an ISA bus often do so by utilizing an ISA bridge chip (either PCI-to-ISA or LPC-to-ISA). In some cases, the ISA bus is not fully implemented, and compatibility issues may appear. * 4 Bus Masters the PC/104-''Plus'' and PCI-104 specifications did not originally allow for 4 sets of Grant/Request pairs on the PCI bus. This was resolved in newer revisions of the specification. However, older boards may have issue using DMA in the 3rd or 4th PCI slot position.


Software development

The majority of PC/104 CPU boards are x86 compatible, and are capable of running commercially available off-the-shelf PC software without modification. The standard PC I/O interfaces of a PC/104 system (Serial Ports, USB, Ethernet, VGA, etc.) are typically supported via the native drivers built into the operating system. Certain peripheral boards, such as
data acquisition Data acquisition is the process of sampling signals that measure real-world physical conditions and converting the resulting samples into digital numeric values that can be manipulated by a computer. Data acquisition systems, abbreviated by the acro ...
may require special drivers from the board manufacturer. From a software development perspective, there is little difference between compiling software for a desktop PC or compiling for an x86 PC/104 stack. Software can be developed using standard x86 compilers (e.g. Visual Studio if the PC/104 system is running Windows). There is typically no need for specialized development tools, such as
cross compiler A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on an Android smartphone is a cross c ...
s, Board Support Packages, or JTAG debuggers. This is a significant departure from non-x86 embedded system platforms, which often require a development toolchain from the board manufacturer. Non-x86 PC/104 CPU boards based on
ARM In human anatomy, the arm refers to the upper limb in common usage, although academically the term specifically means the upper arm between the glenohumeral joint (shoulder joint) and the elbow joint. The distal part of the upper limb between th ...
or PowerPC are also commercially available. However, such boards are not capable of running off-the-shelf PC software. In these cases, a
Board Support Package In embedded systems, a board support package (BSP) is the layer of software containing hardware-specific boot firmware and device drivers and other routines that allow a given embedded operating system, for example a real-time operating system ( ...
is usually provided by the manufacturer for the supported operating system(s).


Spelling variations and abbreviations

When printing "PC/104" or its variants, it is common for the forward slash or dashes to be omitted. PC/104 may be abbreviated as PC104, PCI-104 abbreviated as PCI104, etc. Additionally, it is common for PC/104-''Plus'' to be abbreviated with a plus sign (e.g. PC104+). Such abbreviations are not officially recognized in any PC/104 Consortium specifications or literature, however they have been in use for some time.


Storage

PC/104 systems often require small, non-volatile storage, such as that afforded by
compact flash CompactFlash (CF) is a flash memory mass storage device used mainly in portable electronic devices. The format was specified and the devices were first manufactured by SanDisk in 1994. CompactFlash became one of the most successful of the e ...
and
solid state disk A solid-state drive (SSD) is a solid-state storage device that uses integrated circuit assemblies to store data persistently, typically using flash memory, and functioning as secondary storage in the hierarchy of computer storage. It is ...
(SSD) devices. These are often more popular than mechanical (rotating) hard drives. Compared to rotating disks, flash-based storage devices have limited lifetimes in terms of write cycles, but they are faster and draw less power. Additionally, their compactness and physical durability is often better-suited to rugged PC/104 applications; the size of magnetic hard drives can be cumbersome and their many delicate parts are more susceptible to failure in harsh environments.


See also

*
VMEbus VMEbus (Versa Module Europa or Versa Module Eurocard bus) is a computer bus standard, originally developed for the Motorola 68000 line of CPUs, but later widely used for many applications and standardized by the IEC as ANSI/IEEE 1014-1987. ...
*
VPX VPX (Virtual Path Cross-Connect), also known as VITA 46, refers to a set of standards for connecting components of a computer (known as a computer bus), commonly used by defense contractors. Some are ANSI standards such as ANSI/VITA 46.0–2019. ...
*
CompactPCI CompactPCI is a computer bus interconnect for industrial computers, combining a Eurocard-type connector and PCI signaling and protocols. Boards are standardized to 3 U or 6U sizes, and are typically interconnected via a passive backplane. The ...
* SUMIT


References


External links


PC/104 Consortium
{{DEFAULTSORT:PC 104 Motherboard form factors Computer buses Embedded systems