IRIG timecode

Inter-range instrumentation group timecodes, commonly known as IRIG timecode, are standard formats for transferring timing information. Atomic frequency standards and GPS receivers designed for precision timing are often equipped with an IRIG output. The standards were created by the Tele Communications Working Group of the U.S. military's Inter-Range Instrumentation Group (IRIG), the standards body of the Range Commanders Council. Work on these standards started in October 1956, and the original standards were accepted in 1960.

The original formats were described in IRIG Document 104-60, later revised and reissued in August 1970 as IRIG Document 104-70, upgraded later that year as the IRIG Document to the status of a Standard, IRIG Standard 200-70. The latest version of the Standard is IRIG Standard 200-16 from August 2016.

Timecodes

The different timecodes defined in the Standard have alphabetic designations. A, B, D, E, G, and H are the standards currently defined by IRIG Standard 200-04.

C[1][2] was in the original specification, but was replaced by H.

The main difference between codes is their rate, which varies between one pulse per minute and 10,000 pulses per second.

IRIG timecode
CodeBit rateBit timeBits per frameFrame timeFrame rate
A 1000 Hz1 ms100100 ms10 Hz
B 100 Hz10 ms1001000 ms1 Hz
C 2 Hz0.5 s1201 minute160 Hz
D 160 Hz1 minute601 hour13600 Hz
E 10 Hz100 ms10010 s0.1 Hz
G 10 kHz0.1 ms10010 ms100 Hz
H 1 Hz1 s601 minute160 Hz


IRIG Code B Calculation:

Bit rate = 100 Hz = 100 × (1 / second) = 100 / second = 100 / 1000 ms = 1 / 10ms

Bit time = 1 / (Bit rate) = 1 / (1 / 10 ms) = 10 ms

There are 100 Bits per frame.

Frame time = (Bits per frame) × (Bit time) = 100 × 10 ms = 1000 ms = 1 second

Frame rate = 1 / (Frame time) = 1 / 1 second = 1 Hz

The bits are modulated on a carrier. A three-digit suffix specifies the type and frequency of the carrier, and which optional information is included:

Modulation type
  1. DC level shift (DCLS) (pulse width coded without carrier)
  2. Sine wave carrier (amplitude modulated)
  3. Manchester modulated
Carrier frequency
  1. No carrier (DCLS)
  2. 100 Hz (10 ms resolution)
  3. 1 kHz (1 ms resolution)
  4. 10 kHz (100 µs resolution)
  5. 100 kHz (10 µs resolution)
  6. 1 MHz (1 µs resolution)
Coded expressions

Binary-coded decimal (BCD) day of year, hours, minutes, and (for some formats) seconds and fractions are always included. Optional components are:

  • Year number (00–99; century is not coded)
  • User-defined "control functions (CF)" occupying bits not defined by IRIG
  • "Straight binary seconds (SBS)", a 17-bit binary counter that counts from 0 to 86399.
  1. BCD, CF, SBS
  2. BCD, CF
  3. BCD
  4. BCD, SBS
  5. BCD, BCD_Year, CF, SBS
  6. BCD, BCD_Year, CF
  7. BCD, BCD_Year
  8. BCD, BCD_Year, SBS

The recognized signal identification numbers for each format according to the standard 200-04 consist of:

Permissible Code Formats
Format Modulation Type Carrier Frequency Coded Expressions
A 0,1,2 0,3,4,5 0,1,2,3,4,5,6,7
B 0,1,2 0,2,3,4,5 0,1,2,3,4,5,6,7
D 0,1 0,1,2 1,2
E 0,1 0,1,2 1,2,5,6
G 0,1,2 0,4,5 1,2,5,6
H 0,1 0,1,2 1,2

Thus the complete signal identification number consists of one letter and three digits. For example, the signal designated as B122 is deciphered as follows: Format B, Sine wave (amplitude modulated), 1 kHz carrier, and Coded expressions BCDTOY.

The most commonly used of the standards is IRIG B, then IRIG A, then probably IRIG G. Timecode formats directly derived from IRIG H are used by NIST radio stations WWV, WWVH and WWVB.

For example, one of the most common formats, IRIG B122:

IRIG B122 transmits one hundred pulses per second on an amplitude modulated 1 kHz sine wave carrier, encoding information in BCD. This means that 100 bits of information are transmitted every second. The time frame for the IRIG B standard is 1 second, meaning that one data frame of time information is transmitted every second. This data frame contains information about the day of the year (1–366), hours, minutes, and seconds. Year numbers are not included, so the timecode repeats annually. Leap second announcements are not provided. Although information is transmitted only once per second, a device can synchronize its time very accurately with the transmitting device by using a phase-locked loop to synchronize to the carrier. Typical commercial devices will synchronize to within 1 microsecond using IRIG B timecodes.

Timecode structure

IRIG timecode is made up of repeating frames, each containing 60 or 100 bits. The bits are numbered from 0 through 59 or 99.

At the start of each bit time, the IRIG timecode enables a signal (sends a carrier, raises the DC signal level, or transmits Manchester 1 bits). The signal is disabled (carrier attenuated at least 3×, DC signal level lowered, or Manchester 0 bits transmitted), at one of three times during the bit interval:

  • After 0.2 of a bit time, to encode a binary 0
  • After 0.5 of a bit time, to encode a binary 1
  • After 0.8 of a bit time, to encode a marker bit

Bit 0 is the frame marker bit Pr. Every 10th bit starting with bit 9, 19, 29, ... 99 is also a marker bit, known as position identifiers P1, P2, ..., P9, P0. Thus, two marker bits in a row (P0 followed by Pr) marks the beginning of a frame. The frame encodes the time of the leading edge of the frame marker bit.

All other bits are data bits, which are transmitted as binary 0 if they have no other assigned purpose.

Generally, groups of 4 bits are used to encode BCD digits. Bits are assigned little-endian within fields.

  • Bits 1–4 encode seconds, and bits 6–8 encode tens of seconds (0–59)
  • Bits 10–13 encode minutes, and bits 15–17 encode tens of minutes (0–59)
  • Bits 20–23 encode hours, and bits 25–26 encode tens of hours (0–23)
  • Bits 30-33 encode day of year, 35-38 encode tens of days, and bits 40–41 encode hundreds of days (1–366)
  • Bits 45–48 encode tenths of seconds (0–9)
  • Bits 50–53 encode years, and bits 55–58 encode tens of years (0–99)
  • Bits 80–88 and 90–97 encode "straight binary seconds" since 00:00 on the current day (0–86399, not BCD)

In IRIG G, bits 50–53 encode hundredths of seconds, and the years are encoded in bits 60–68.

Not all formats include all fields. Obviously those formats with 60-bit frames omit the straight binary seconds fields, and digits representing divisions less than one frame time (everything below hours, in the case of IRIG D) are always transmitted as 0.

No parity or check bits are included. Error detection can be achieved by comparing consecutive frames to see if they encode consecutive timestamps.

Unassigned 9-bit fields between consecutive marker bits are available for user-defined "control functions". For example, the IEEE 1344 standard defines functions for bits 60–75.

IRIG timecode

IRIG A time code structure
BitWeightMeaning BitWeightMeaning BitWeightMeaning BitWeightMeaning BitWeightMeaning
00PrFrame marker 201Hours
(0–23)
40100Day of year
(1–366)
600Unused,
available for
Control
Functions
801Straight
Binary
Seconds
(0–86399)
011Seconds
(00–59)
212 41200 610 812
022 224 420Unused 620 824
034 238 430 630 838
048 240 440 640 8416
050 2510 450.1Tenths of seconds
(0.0–0.9)
650 8532
0610 2620 460.2 660 8664
0720 270Unused 470.4 670 87128
0840 280 480.8 680 88256
09P1Position identifier 29P3Position identifier 49P5Position identifier 69P7Position identifier 89P9
101Minutes
(00–59)
301Day of year
(1–366)
501Year
(00–99)
700Unused,
available for
Control
Functions
90512
112 312 512 710 911024
124 324 524 720 922048
138 338 538 730 934096
140 340 540 740 948192
1510 3510 5510 750 9516384
1620 3620 5620 760 9632768
1740 3740 5740 770 9765536
180Unused 3880 5880 780 980Unused
19P2Position identifier 39P4Position identifier 59P6Position identifier 79P8Position identifier 99P0Position identifier

IRIG J timecode

IRIG standard 212-00 defines a different time-code, based on RS-232-style asynchronous serial communication. The timecode consists of ASCII characters, each transmitted as 10 bits:

  • 1 start bit
  • 7 data bits
  • 1 odd parity bit
  • 1 stop bit

The on-time marker is the leading edge of the first start bit.

IRIG J-1 timecode consists of 15 characters (150 bit times), sent once per second at a baud rate of 300 or greater:

<SOH>DDD:HH:MM:SS<CR><LF>
  • SOH is the ASCII "start of header" code, with binary value 0x01.
  • DDD is the ordinal date (day of year), from 1 to 366.
  • HH, MM and SS are the time of the start bit.
  • The code is terminated by a CR+LF pair.

At the end of the timecode, the serial line is idle until the start of the next code. There is no idle time between other characters.

IRIG J-2 timecode consists of 17 characters (170 bit times), sent 10 times per second at a baud rate of 2400 or greater:

<SOH>DDD:HH:MM:SS.S<CR><LF>

This is the same, except that tenths of seconds are included.

The full-timecode specification is of the form "IRIG J-xy", where x denotes the variant, and y denotes a baud rate of 75×2y.

Normally used combinations are J-12 through J-14 (300, 600, and 1200 baud), and J-25 through J-29 (2400 through 38400 baud).

Combination J-xyvariant (x)y2yBaud = 75 × 2y
J-12124300
J-13138600
J-1414161200
J-2525322400
J-2626644800
J-27271289600
J-282825619200
J-292951238400

See also

References

  • Telecommunications and Timing Group (August 2016), IRIG Serial Time Code Formats (PDF), U.S. Army White Sands Missile Range, New Mexico: Range Commanders Council, IRIG standard 200-16
  • Telecommunications and Timing Group (November 2000), IRIG J Asynchronous ASCII Time Code Formats, U.S. Army White Sands Missile Range, New Mexico: Range Commanders Council, IRIG standard 212-00, archived from the original (DOC) on 2013-02-17, retrieved 2011-10-01
  1. Grohman, Richard O.; Mellenbruch, Larry L.; Sowic, Felix J. (1974-03-14), Special Hardware for ARL Analysis of ACODAC Data (pdf) (technical report), Texas University at Austin, ARL-TM-74-12, retrieved 2011-12-23
  2. Datum Inc. (1987), Handbook of Time Code Formats (PDF), p. 18, retrieved 2013-06-24
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.