Difference between revisions of "DS-30X"

From DMS Wiki
Jump to navigation Jump to search
(Moving DS-30X to its own page.)
 
(Reordering waveform to make it clearer.)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Infobox interface
 
{{Infobox interface
| name        = DS-30Y
+
| name        = DS-30X
| media      = Copper     = sen, __sen, sarahemm
+
| media      = Copper
 
| nbr_signals = 4
 
| nbr_signals = 4
| variants    = [[DS-30]], [[DS-30Y]]
+
| symbol_rate = 2.56 MBaud
 +
| variants    = [[DS-30]], [[DS-30A]], [[DS-30Y]]
 
}}
 
}}
 
 
DS-30X Speech Links are used to carry speech and some signalling on Norstar Modular platforms.
 
DS-30X Speech Links are used to carry speech and some signalling on Norstar Modular platforms.
  
 
== Physical ==
 
== Physical ==
* Four wires (arrows are controller <-> card) <ref name="ds30xphy">[[File:NN43001-311_02.09_Installation_CirCrdFundamentals.pdf|page=25|25px]] Circuit Card Fundamentals, Page 25</ref>
+
* Four wires (arrows are controller <-> card) <ref name="ds30xphy">[[File:NN43001-311_02.09_Installation_CirCrdFundamentals.pdf|page=25|25px]] CS1000 Circuit Card Fundamentals, Page 25</ref>
 
** Tx PCM &rarr;
 
** Tx PCM &rarr;
 
** Rx PCM &larr;
 
** Rx PCM &larr;
Line 29: Line 29:
 
** Sent in both directions, one on Tx PCM and one on Rx PCM
 
** Sent in both directions, one on Tx PCM and one on Rx PCM
  
== DS-30X Timing Diagram/Frame Format ==
+
== Timing Diagram/Frame Format ==
 
<wavedrom>
 
<wavedrom>
 
{signal: [
 
{signal: [
 +
  {name: 'Frame Sync', wave: '1....h......'},
 
   {
 
   {
 
     name: 'Data Words',
 
     name: 'Data Words',
Line 38: Line 39:
 
     node: '.....AB.....',
 
     node: '.....AB.....',
 
   },
 
   },
  {name: 'Frame Sync', wave: '1....h......'},
 
 
   {node: '.C.........D'},
 
   {node: '.C.........D'},
 
   {name: '5.12MHz', wave: 'p.......................', period: 0.5},
 
   {name: '5.12MHz', wave: 'p.......................', period: 0.5},

Latest revision as of 13:46, 29 March 2019


DS-30X
Media Copper
# of Signals 4
Symbol Rate 2.56 MBaud
Variants DS-30, DS-30A, DS-30Y

DS-30X Speech Links are used to carry speech and some signalling on Norstar Modular platforms.

Physical

  • Four wires (arrows are controller <-> card) [1]
    • Tx PCM →
    • Rx PCM ←
    • 5.12MHz Clock →
    • 1kHz Frame Sync →

Electrical

  • Signal levels unknown
  • Isolation unknown

Logical

  • Clocked at 2.56MHz (half the 5.12MHz clock received from the controller)
  • Carries 32 channels of PCM voice data
  • Each channel consists of a 10-bit word
    • 8 bits of voice data (called a "timeslot")
    • 1 bit of signalling data
    • 1 bit indicating "data valid"
  • Signalling data is sent in 24-bit words, one bit at a time in each channel.
    • Sent in both directions, one on Tx PCM and one on Rx PCM

Timing Diagram/Frame Format

References

  1. NN43001-311 02.09 Installation CirCrdFundamentals.pdf CS1000 Circuit Card Fundamentals, Page 25