Initialization of FED FEC, CCU Channels

The FEC, CCU and FED channels are initialized in this TAB. The initialization can be done in individual 'entries' as well as using a predefined .xml file. There is an example in setting.xml file in the top directory.

A predefined initialization file can ALSO be used to initialize, load FEC, CCU and FED channels using "Load Configuration" button. This file should be in xml format as used in HybridDialog. There is an example file "setting.xml" in the top directory.


<HybridDialog>
  <FedChannel ChannelType="FRAME_FIRST_SAMPLE" ChannelNumber="00" FedNumber="35" />
  <FedChannel ChannelType="FRAME_SECOND_SAMPLE" ChannelNumber="00" FedNumber="35" />
  <FedChannel ChannelType="FRAME_FIRST_SAMPLE" ChannelNumber="01" FedNumber="35" />
  <FedChannel ChannelType="FRAME_SECOND_SAMPLE" ChannelNumber="01" FedNumber="35" />
  <FecChannel ChannelNumber="1" CCUNumber="4" FecNumber="0" />
  <ApvSetting Isha="50" Ipsp="55" Ipcasc="52" Vpsp="30" Ipsf="34" Ipre="98" Imuxin="34" Vfp="30" Issf="34" Vfs="25" />
</HybridDialog>

Only the FEC, CCU and FED parameters will be read by this TAB although APV registers are also listed in the .xml file. The "Load Configuration" button would ONLY load channels. To request channels "Request Channels" button MUST be clicked.

There is one "text window" in the TAB and the actions will be printed there accordingly.

The configurations for FED-FEC-CCU can be saved in a XML file using the global button "Save Configuration". It is STRONGLY recommended to save configurations ONLY after initializing FED, FEC, CCU and APVs so that ALL Parameters are saved.