Modell of the stage of the Thalia-Theater - Thalia Backstage. |
|
You can see the 4 boxes on each side of the stage of which the upper
ones are used for lighting. The ground is layed out with white paper by
me, so that the lights can be seen.
This is normaly not done on a theatre-stage because it is not
interesting to see the light on the ground, but to see the light
on the actor. Some times this is heavy to work if the producer
only want to see the head or the hands of a person, or the light
has to be cut exactly on the upper side of a wall.
Lighting positions in front of the stage:
|
|
Lighting positions on stage (from the left to the right):
|
The lights that can be seen here are for 3-4VA/12V as they are used as signal lights in cars. They have a lense in front. The model has 24 of such lights. |
|
On the picture you can see the 19" rack of the dimmer. Over it you can see the model of the theatre and you can also see the three connector for the 24 load-outputs. The little vertical bar on the left sied of the picture is the back-side of the theatre that has been removed to have a view inside. |
|
Inside the 19" rack from left to right:
|
The system is build around a backplane that contains the system bus. It is made up of the power supply, the 10 bus address bus, the 8 bit data bus, some control signals and some per slot io lines.
I do not have an image of the system, bus now. One day I will remove it from the rack to make one
The DAC board contains three 4 channel 8 bit digital analog converters that are accessed thru the control bus and provide 0V to -10V to the io lines. The Board can be addressed on a 16 byte aligned address.
The digital dimmer board hosts 6 channels of digital dimmer controllers with 8 bit each. Each dimmer is made up of an 8 bit data latch (74HC574) and a down counter with an async reload (40103). The 50x256 Hz clock is provided by another board, that also hosts the zero cross detection. The GAL20V8 is used for address decoding and selecting the right data latch.
The analog dimmer boards each hosts 6 channels, each build up of a ramp, synced by the zero crossing, and a comparator.
The triac board contains 6 triacs with the needed peripherials around them. The control path of the triacs have an optical isolation.
The DMX512 receiver is not part of the final year work. I have build it up later, to be able to use the theatre model with a desk capable of producing dmx512. It has a DMX512 input and dip switches for selecting the start address.
It is made up of an 8031 with an EPROM and a 75176 RS485 receiver chip.If contains a fixed configuration with two DPAS and two DAC cards.
The original schematics and layouts have been created with an old DOS version od PADS. As I made them at the university and do not have PADS at home, I am not able to export or plot the original schematics and layouts. One day I may be able to get my hands on such an old version of PADS to do so. In the meantime I recreated the schematics with KiCad off of my head and what I did not remember I took from the existing boards. Once I have them together and checked, I will put them here.
The software is written in C for MS-DOS. I started with Turbo-C and soon changed to gcc.