๐Ÿ”Œ IEC 60516 โ€” Modular Instrumentation System (CAMAC)






IEC 60516 – Modular Instrumentation System (CAMAC)


Edition: 1.0 (1975) | Keywords: data acquisition, modular, nuclear instrumentation, CAMAC

📖 Standard Overview

IEC 60516 defines the mechanical, electrical, and functional specifications for the CAMAC (Computer Automated Measurement And Control) modular instrumentation system. Originating at CERN, CAMAC was designed to provide a standardized, interchangeable modular platform for data acquisition and control in nuclear physics experiments. The standard specifies crate dimensions, module dimensions, backplane bus signal definitions, power distribution, and the Dataway protocol, enabling modules from different manufacturers to interoperate within the same crate.

A standard CAMAC crate accommodates up to 25 single-width modules (or equivalent combinations), with an 86-pin edge connector on the backplane carrying data lines, control lines, addressing lines, and power rails. The Dataway defines a command/response cycle supporting 24-bit data width and includes the LAM (Look At Me) interrupt mechanism for asynchronous event notification. IEC 60516 laid the foundation for subsequent modular bus standards such as VMEbus and PXI, seeing widespread use in nuclear physics, accelerator control, and industrial automation from the 1970s through the 1990s.

🔧 Technical Specifications

Parameter Specification Remarks
Crate Width ~430 mm Standard 19-inch rack mount
Single-Width Module 17.0 mm 25 single-width positions
Data Width 24 bits 24-bit parallel read/write
Sub-address 4 bits (A1–A8) Up to 16 sub-addresses per module
Function Code 5 bits (F1–F16) Up to 32 operation commands
Station Number 5 bits (N1–N24) Addresses 24 module stations (N(0)–N(23))
LAM Lines 24 individual lines One Look-At-Me interrupt per station
Supply Voltages ±6V, ±24V +12V and ±12V optional
Connector 86-pin card edge Dataway backplane connection

⚙️ System Architecture

The heart of a CAMAC system is the Crate Controller, which bridges the backplane Dataway to an external computer or a Branch Highway. A Branch Highway, via a Branch Driver, can connect up to seven crates in parallel, forming a larger-scale data acquisition system. Dataway operations are split into command and response phases: during the command phase, the controller issues function code, station number, and sub-address; during the response phase, the addressed module places data onto the bus within the S1–S2 timing window.

CAMAC’s modular design enables highly flexible system expansion—simply insert a new function module (ADC, DAC, scaler, coincidence unit, etc.) without redesigning the entire acquisition chain. IEEE adopted CAMAC as IEEE Std 583, further promoting its global standardization. Although largely superseded by higher-speed buses today, numerous CAMAC systems remain operational worldwide, particularly at large particle accelerators and fusion research facilities.

⚠️ Engineering Design Insight: When designing modules for a CAMAC system, strict adherence to N-line addressing rules is critical—each module must decode its own station number (N line) and, when the function code is valid, establish data at S1 and latch outputs at S2. Ignoring timing margins (typically < 500 ns) will cause data bus contention. The LAM Grader mechanism requires careful handling to prevent starvation of lower-priority interrupts. Assign L-Grade 1 to critical channels to ensure priority controller response.

🔑 Bottom Line: IEC 60516 is not only the first internationally standardized modular instrumentation bus but also the conceptual forerunner of modern data acquisition system architectures. Its design philosophy—hierarchical addressing, vectorized interrupts, and centralized power management—profoundly influenced subsequent standards such as VXI and PXIe. Understanding CAMAC remains valuable for maintaining legacy large-scale experimental facilities and tracing the evolution of bus technologies.


Leave a Reply

Your email address will not be published. Required fields are marked *