Tango Server for controlling the HV Power Supply EHS 80 vvx from Iseg. The HV modules are inserted in a Mpod Mini crate with MpodC controller from the firma Wiener. The connection is done via Ethernet using the Simple Network Management Protocol (snmp). This protocol uses a Management Information Base (MIB) file, searched in the directory /usr/share/snmp/mibs, for matching variables and adresses. The Server uses two classes: HVisegMPODCtrl, interface to hardware and HVisegEHS80, controlling each of the channels.
The code of the HVisegEHS80 class includes the HVisegMPODCtrl. This class is used to generate the corresponding librarie (libHVisegMPODCtrl.a).