Tango Server for the Maia X-ray microprobe detector system developed by the Brookhaven National Laboratory  and the Commonwealth Scientific and Industrial Research Organisation. 
The Server consists of seven classes:
- MaiaDetector. Empty class. Gives name to the process and allows putting the other classes inside of this process.
 
- MaiaCtrl. Makes the communication with Maia through its control socket protocol.
 
- MaiaLogger. Controls the logging procedure.
 
- MaiaScan. Controls the scan settings and info.
 
- MaiaProcessing. Controls the processing parameters.
 
- MaiaEncoderAxis. Controls the encoder signals.
 
- MaiaSensor. Controls voltages, current and temperatures.
 
- MaiaFlux. Controls flux parameters.
 
- MaiaDimension. Controls the movements of the different possible dimensions, a dimension can be a combination of Axes.
 
- MaiaMetadata. Sets and gets the metadata.
 
- MaiaInterlock. Shows interlock related parameters.
 
 
Subsections