Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC TS 61941-2000 is a Technical Specification within the broader CAMAC (Computer Automated Measurement And Control) standard family, formally designated as IEC 60440. CAMAC has been a cornerstone of nuclear instrumentation for decades, providing a modular, standardized approach to data acquisition and control in environments ranging from nuclear power plants to high-energy physics laboratories.
The serial highway configuration defined in IEC TS 61941 extends the parallel CAMAC dataway concept by enabling remote crate connection over long distances using serial data transmission. This is particularly valuable in nuclear facilities where radiation zones necessitate physical separation between control equipment and data acquisition modules.
The IEC TS 61941 serial highway system comprises several key functional elements that work together to ensure reliable data transfer between a host computer and multiple CAMAC crates:
| Parameter | Specification | Notes |
|---|---|---|
| Data Rate | 5 Mbit/s (max) | Synchronous transmission |
| Transmission Mode | Full duplex | Simultaneous send/receive |
| Physical Layer | RS-422 differential | Twisted-pair balanced lines |
| Maximum Distance | 1000 m (without repeater) | Extendable with line drivers |
| Maximum Crates per Highway | 62 | Addressable via 6-bit crate number |
| Error Detection | CRC-16 | Cyclic redundancy check |
| Message Format | 8-bit bytes | With start/stop bits in asynchronous mode |
| Dataway Access | Read/Write/Control | CAMAC standard NAF cycles |
The serial highway protocol defines a structured message format for all data transactions. Each message includes a header containing the crate number (N), station address (A), subaddress (F), and data field. The protocol supports both addressed commands (directed to specific modules) and broadcast commands (directed to all modules simultaneously).
Implementing a CAMAC serial highway system in a nuclear instrumentation context requires careful attention to several engineering factors:
The serial highway specification defines strict timing requirements for dataway operations. The SCC must complete a CAMAC dataway cycle within 1.5 microseconds of receiving the serial message. This imposes stringent latency requirements on both the serial link and the crate controller firmware. Designers should budget for worst-case propagation delays when calculating system response times for safety-critical applications.
Nuclear facilities present challenging electromagnetic environments. The RS-422 differential signaling specified in the standard provides excellent common-mode noise rejection, but proper cable termination and grounding are essential. The standard recommends:
For nuclear safety systems, dual-redundant serial highways are often required. IEC TS 61941 supports redundant configurations by allowing multiple highway drivers to communicate over independent serial paths. The SCCs can be configured to automatically switch to the backup highway upon detecting a communication failure, with switchover times typically under 10 milliseconds.
Without repeaters, the RS-422 physical layer supports distances up to 1200 meters at 5 Mbit/s. For longer distances, fiber-optic converters can extend the range to several kilometers while providing additional galvanic isolation. Many nuclear facilities use fiber-optic serial highway extenders when connecting to modules located in radiation-controlled areas.
The parallel dataway uses a 66-line backplane bus within a single crate, supporting data transfers at up to 1 MHz. The serial highway extends CAMAC communication to remote crates over long distances using a 4-wire (or fiber-optic) interface, trading some throughput for distance and modularity. The serial protocol maintains full compatibility with the standard CAMAC NAF command structure.
Yes. A hybrid configuration is common in large nuclear facilities where local crates use the parallel branch highway for high-speed data acquisition while remote crates in radiation zones use the serial highway. The system software manages the two highway types transparently through appropriate crate controller drivers.
Periodic impedance testing and signal integrity verification are recommended, particularly after plant modifications that might affect cable routing. The CRC-16 error detection allows continuous online monitoring of link quality — an increasing CRC error rate can indicate developing cable degradation before it causes a hard failure.