The Mux: Difference between revisions

From YSTV History Wiki
Jump to navigation Jump to search
m (it's "get as much from the old site as possible" day!)
mNo edit summary
Line 14: Line 14:
2 composite inputs to the matrix are dead.
2 composite inputs to the matrix are dead.


==Controller pinout==
==Controller==
'''1''' - +5V power
'''1''' - +5V power


Line 32: Line 32:


'''9''' - Station/Net Tuner common control line (I2C Clock)
'''9''' - Station/Net Tuner common control line (I2C Clock)
This was originally based around a PIC16F84 with an 8MHz crystal containing code written by Rob Sprowson. The hex file as loaded into the PIC can be found here[[https://ystv.york.ac.uk/~documents/docs_resources/StationDocumentation/muxController_sprow.hex]] whilst a partial disassembly of it can be found here [[https://ystv.york.ac.uk/~documents/docs_resources/StationDocumentation/muxController_sprow.doc]]. Also available is a disassembled version of the ROM code [[https://ystv.york.ac.uk/~documents/docs_resources/StationDocumentation/schedula_rom_disassembled.txt]] from within the BBC micro that used to be part of Schedula.

Revision as of 14:41, 25 August 2010

Because this is primarily a video device, its inputs and outputs are described in the Vision Path section.

The device on the desk controls main mux. Press one of the four blue buttons, and then on of the 32 grey buttons according to which of the 32 inputs you wish to go to one of the four outputs.

I've forgotten what the red buttons did, but they're now redundant.

The main mux is the huge black thing in the AV rack, it routes video to different places, and also has analogue TV demodulators in. The main mux is controlled by an outboard box which sits on the directors/vision mixers desk.

Functions

  • 32 input to 4 output matrix
  • 2 Nicam stereo tuners

Faults

2 composite inputs to the matrix are dead.

Controller

1 - +5V power

2 - 0V ground

3 - | 32x4 crosspoint switch control lines

4 - | - consisting of a clock (rising edge trigger)

5 - | CS (active-low) and Data

6 - NC

7 - Station Tuner control (I2C Data)

8 - Net Tuner control (I2C Data)

9 - Station/Net Tuner common control line (I2C Clock)

This was originally based around a PIC16F84 with an 8MHz crystal containing code written by Rob Sprowson. The hex file as loaded into the PIC can be found here[[1]] whilst a partial disassembly of it can be found here [[2]]. Also available is a disassembled version of the ROM code [[3]] from within the BBC micro that used to be part of Schedula.