IEC 61663:1997 โ€” CAMAC Crate Controller and Serial Highway for Nuclear Instrumentation

💡 Core Function: IEC 61663 defines the Serial Highway (also known as Serial CAMAC or U-port) which extends the CAMAC parallel dataway over a byte-serial link, enabling distributed instrumentation architectures spanning hundreds of meters to kilometers.

1. Scope and System Context

IEC 61663:1997 specifies the Serial CAMAC system, a byte-serial extension of the parallel CAMAC dataway first defined in IEC 61662. While the parallel dataway confines CAMAC crates to a single location (typically within a few meters of cable length), the Serial Highway enables interconnection of multiple CAMAC crates distributed over long distances using twisted-pair or fiber optic transmission media. This capability is essential in nuclear power plant instrumentation where reactor containment, control room, and auxiliary building measurements must be integrated across a physically dispersed facility.

The standard defines two principal components: the Serial Crate Controller (SCC) and the Serial Highway Driver (SHD), interconnected via the serial highway. The serial highway uses a byte-wide (8-bit parallel) data link with HDLC (High-Level Data Link Control) frame formatting, providing error detection and automatic retransmission.

Design Constraint: The Serial Highway operates at data rates up to 5 MB/s — substantially slower than the parallel dataway’s 24 MB/s but offering significantly greater geographic coverage. System designers must consider this trade-off between speed and distance.

2. Serial Highway Protocol Architecture

The serial highway transmission scheme uses four byte-wide data paths: byte 1 carries header information, bytes 2-3 carry address and function codes, and bytes 4-7 (or more) carry data. The HDLC-based frame structure includes:

  • Flag sequence (01111110): Frame delimiters with bit-stuffing to ensure transparency
  • Address field: 8-bit destination/source crate address (up to 62 crates)
  • Control field: Frame type identification (information, supervisory, unnumbered)
  • Information field: CAMAC command (N, A, F) and data words
  • Frame Check Sequence (FCS): 16-bit CRC for error detection
Table 1 — CAMAC Crate and Serial Highway Comparison
Parameter Parallel CAMAC (IEC 61662) Serial CAMAC (IEC 61663)
Data path width 24 bits (parallel) 8 bits (byte-serial)
Maximum data rate ~24 MB/s ~5 MB/s
Maximum distance ~50 m (cable length) Several km (with repeaters)
Maximum crates 7 per branch 62 per highway
Error detection Parity only 16-bit CRC + retransmission
Transmission media Flat ribbon cable Twisted pair, coax, or fiber
Typical application Single-room instrumentation Plant-wide distributed I&C

3. Crate Controller Architecture and Operations

The Serial Crate Controller (SCC) performs two critical functions: it interfaces the serial highway to the crate’s parallel dataway, and it manages all dataway transactions within its local crate. The SCC decodes serial highway commands, executes the corresponding dataway cycle, and returns the response. Key operational modes include:

  • Command mode: A single dataway operation (read, write, or control) initiated by a remote SHD
  • Block transfer mode: Sequential dataway operations to consecutive subaddresses or stations, optimized for high-throughput data acquisition
  • LAM (Look-at-Me) handling: Each SCC collects LAM requests from its modules and transmits them to the SHD via the serial highway for interrupt servicing
System Design Best Practice: In multi-crate serial CAMAC configurations, allocate LAM priority levels carefully. Higher-priority interrupts (e.g., reactor trip signals) should be assigned to crates closest to the SHD to minimize propagation delay. Use the “graded LAM” feature to group multiple LAM sources under a single interrupt line.

4. Engineering Insights for Distributed Nuclear I&C

The serial CAMAC standard provides important architectural lessons for modern distributed instrumentation and control (I&C) systems in nuclear facilities:

  • Deterministic timing: Serial CAMAC provides predictable transaction timing (typically 2-5 µs per command), essential for safety-critical applications where response time must be guaranteed.
  • Galvanic isolation: The highway interface can incorporate isolation transformers or optocouplers at each crate, preventing ground loops between distant instrument locations — a critical consideration in nuclear plants where grounding is complex.
  • Graceful degradation: The serial highway architecture allows individual crate failures to be isolated, preventing a single module fault from disabling the entire system.
❓ Q1: What cable types are specified for the Serial Highway?

A: The standard specifies twisted-pair cable with characteristic impedance of 100-120 Ω for balanced transmission, with a maximum segment length of 1000 m. For longer distances or noisy environments, fiber optic media converters are recommended.

❓ Q2: Can Serial CAMAC and Parallel CAMAC coexist in the same system?

A: Yes. A common configuration uses a parallel branch driver within a master crate containing parallel modules, with a Serial Highway Driver module connecting to remote serial crates. This hybrid approach was widely implemented.

❓ Q3: How does Serial CAMAC handle multiple simultaneous LAMs?

A: The standard defines a LAM-grading mechanism where each SCC serializes its pending LAMs in priority order and transmits a status word during the poll sequence. The SHD then services LAMs according to a user-defined priority scheme.

❓ Q4: Is Serial CAMAC suitable for safety-critical nuclear I&C?

A: With proper design (redundant highways, diverse crate controllers, and comprehensive CRC error detection), Serial CAMAC has been qualified for safety-related applications up to IEC 61226 category B. For the highest safety category (A), dedicated hardwired safety systems are typically preferred.

© 2026 TNLab — IEC 61663 CAMAC Serial Highway | Engineering reference for distributed nuclear instrumentation

Leave a Reply

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