Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 61866-1997 “Nuclear instrumentation — CAMAC” is an integral part of the CAMAC (Computer Automated Measurement and Control) standard system. CAMAC is a modular instrumentation interface system originating from CERN in the 1970s, specifically designed for high-speed data acquisition and control in nuclear physics experiments.
This standard specifies the information transfer protocol within CAMAC systems, defining data formats, command structures, and status response mechanisms. Its core design philosophy is “standardized interface, modular functionality,” enabling CAMAC modules from different manufacturers to operate cooperatively within the same crate. Each CAMAC dataway supports up to 23 stations, including one crate controller and up to 22 functional modules.
IEC 61866 defines a comprehensive command-response protocol. Each CAMAC command (N.A.F) consists of a Station Number (N), Subaddress (A), and Function Code (F):
The command word is 24 bits wide, transmitted in parallel over the dataway. The F function codes encompass 32 standard operations including data read (F0), data write (F16), status check, clear, and trigger. The LAM (Look-At-Me) signal allows modules to initiate interrupt requests to the controller, enabling event-driven data acquisition.
For applications requiring efficient bulk data transfer (such as multichannel analyzer spectrum acquisition), the standard supports Q-Stop and Address Scan block transfer modes. In Q-Stop mode, a module sets the Q line to zero upon completing data transfer to terminate the operation. In Address Scan mode, the controller automatically increments the subaddress, enabling rapid scanning of multiple data channels.
| Function Code | Operation Type | Description | Typical Application |
|---|---|---|---|
| F(0) | Read | Read module register data | Read ADC conversion result |
| F(1) | Read | Read module status word | Check module ready status |
| F(8) | Test | Test LAM request | Check for pending interrupt |
| F(16) | Write | Write module register | Set DAC threshold, timing parameters |
| F(24) | Control | Clear module | Reset internal module registers |
| F(26) | Control | Trigger/Strobe | Start data acquisition cycle |
Real-Time Performance: The CAMAC dataway operates at a maximum transfer rate of 1 MHz (24-bit parallel), which is sufficient for most nuclear signal processing scenarios (GM tube pulse counting, ionization chamber current readout). For higher-throughput applications (digital pulse processing DSP), FIFO buffer modules are recommended.
Integration with Modern Systems: Current mainstream approaches use CAMAC-USB or CAMAC-Ethernet controllers to bridge legacy CAMAC crates with modern PCs or embedded systems. The open protocol nature of IEC 61866 enables this cross-era integration — standard command structures can be transparently encapsulated in TCP/IP packets for remote control.
A: NIM (Nuclear Instrumentation Module) defines analog signal processing standards (signal shape, polarity, impedance) for nuclear instrumentation, while CAMAC is a digital data acquisition and control standard. They work in tandem: front-end detector signals are processed by NIM modules, then digitized by CAMAC ADC modules.
A: In standard Branch Driver configuration, the maximum CAMAC branch cable length is 50 meters. Fiber-optic repeater extenders can extend this distance to several kilometers, though additional propagation delay must be considered for real-time performance.
A: IEC 60771 specifically defines the electrical characteristics and timing requirements of Type A1 crate controllers, whereas IEC 61866 covers broader CAMAC system-level data communication protocols including block transfers and multi-crate networking. The two are complementary.
A: Absolutely. CAMAC standards have been widely adopted in plasma diagnostics, laser fusion experiments, astronomical observation, and industrial process control — any scenario with high-speed data acquisition and control requirements in electromagnetically complex environments benefits from CAMAC’s proven reliability.