~~ODT~~ ===== PARALLEL DATA ===== ==== Type 0x60, Parallel Data, Format 0 ==== Parallel Data, Format 0 packets are used to record data bits received from a discrete parallel data interface. The number of bits that comprise one data word can range from 2 to 128 bits in length. A parallel data packet can contain multiple parallel data words. The Digital Cartridge Recording System (DCRsi) recording method and digital data interface were developed by Ampex Data Systems. The DCRsi tape recording method is a transverse scan method with the tape heads embedded in the outer edge of a spinning disk placed perpendicular to the path of the tape. Data, as recorded on the DCRsi cartridge, is organized into discrete blocks, each assigned a unique address number and time stamped as it arrives at the recorder interface. The addressable block size is 4356 bytes. The electrical interface is byte-wide differential emitter-coupled logic (ECL). A simplified depiction of the interface is shown below. {{ :ch10_handbook:dcrsi_interface.png?nolink |}}
struct SuParallelF0_ChanSpec
{
uint32_t uScanNum : 24; // Scan number
uint32_t uType : 8; // Data type
};