You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

2988 lines
77 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>854</width>
<height>947</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>9</y>
<width>751</width>
<height>271</height>
</rect>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Manual Operation</string>
</attribute>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>741</width>
<height>135</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>135</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>135</height>
</size>
</property>
<property name="title">
<string>Register Rd/Wr</string>
</property>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>360</x>
<y>40</y>
<width>171</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>Access registers by:</string>
</property>
<widget class="QRadioButton" name="rbtn_offset">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>131</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Register offset</string>
</property>
</widget>
<widget class="QRadioButton" name="rbtn_reg">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Register number</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="layoutWidget_6">
<property name="geometry">
<rect>
<x>550</x>
<y>70</y>
<width>175</width>
<height>27</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>Transaction width:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cb_regWidth">
<item>
<property name="text">
<string>32</string>
</property>
</item>
<item>
<property name="text">
<string>64</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>311</width>
<height>101</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_21">
<item>
<widget class="QLabel" name="l_regIndicator">
<property name="text">
<string>:</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="tb_regIndicator"/>
</item>
<item>
<widget class="QLabel" name="tb_binBarNum_2">
<property name="text">
<string>Bar:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cb_regBarNum">
<item>
<property name="text">
<string>0</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Value: (Hex)</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLineEdit" name="tb_regValue">
<property name="enabled">
<bool>true</bool>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_writeReg">
<property name="text">
<string>Write</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_20">
<item>
<widget class="QLabel" name="label_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>result: (Hex)</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLCDNumber" name="lcd_regvalue">
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="mode">
<enum>QLCDNumber::Hex</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_readReg">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Read</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>0</x>
<y>140</y>
<width>741</width>
<height>105</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>105</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>105</height>
</size>
</property>
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
<underline>false</underline>
</font>
</property>
<property name="title">
<string>Slave Programming:</string>
</property>
<widget class="QWidget" name="layoutWidget_7">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>721</width>
<height>27</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Bit file:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="tb_fpgaBit"/>
</item>
<item>
<widget class="QPushButton" name="btn_fpgaBrowse">
<property name="text">
<string>Browse...</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="btn_fpgaProgram">
<property name="geometry">
<rect>
<x>650</x>
<y>70</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Program</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>DSP Setting</string>
</attribute>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>148</width>
<height>48</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_receiveConfigState">
<property name="text">
<string>false</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_receiveConfig">
<property name="text">
<string>Receiver Configuration</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_2">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>106</width>
<height>48</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_lineFilter">
<property name="text">
<string>false</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_lineFilter">
<property name="text">
<string>Line Filter Coeff</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_3">
<property name="geometry">
<rect>
<x>360</x>
<y>20</y>
<width>91</width>
<height>48</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<string>done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_blendWeight">
<property name="text">
<string>false</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_blendWeight">
<property name="text">
<string>Blend Weight</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_4">
<property name="geometry">
<rect>
<x>490</x>
<y>20</y>
<width>96</width>
<height>48</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_12">
<property name="text">
<string>done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_freq">
<property name="text">
<string>false</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_freqLut">
<property name="text">
<string>Frequency Lut</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_5">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>82</width>
<height>48</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLabel" name="label_29">
<property name="text">
<string>done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_atgc">
<property name="text">
<string>false</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_atgc">
<property name="text">
<string>ATgc</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_6">
<property name="geometry">
<rect>
<x>220</x>
<y>100</y>
<width>82</width>
<height>48</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_27">
<item>
<widget class="QLabel" name="label_32">
<property name="text">
<string>done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_dtgc">
<property name="text">
<string>false</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_dtgc">
<property name="text">
<string>DTgc</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_7">
<property name="geometry">
<rect>
<x>360</x>
<y>100</y>
<width>82</width>
<height>48</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_34">
<item>
<widget class="QLabel" name="label_33">
<property name="text">
<string>done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_lpf">
<property name="text">
<string>false</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_lpf">
<property name="text">
<string>LPF</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget_8">
<property name="geometry">
<rect>
<x>490</x>
<y>100</y>
<width>82</width>
<height>48</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_35">
<item>
<widget class="QLabel" name="label_34">
<property name="text">
<string>done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_stbCoeff">
<property name="text">
<string>false</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_stbCoeff">
<property name="text">
<string>Stb Coeff</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>551</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>Manual ATgc</string>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>37</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Mode:</string>
</property>
</widget>
<widget class="QComboBox" name="cb_aTgcMode">
<property name="geometry">
<rect>
<x>50</x>
<y>40</y>
<width>79</width>
<height>23</height>
</rect>
</property>
<item>
<property name="text">
<string>Auto</string>
</property>
</item>
<item>
<property name="text">
<string>Manual</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>200</x>
<y>40</y>
<width>38</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Value:</string>
</property>
</widget>
<widget class="QLineEdit" name="tb_aTgcValue">
<property name="geometry">
<rect>
<x>240</x>
<y>40</y>
<width>71</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btn_setAtgcMode">
<property name="geometry">
<rect>
<x>340</x>
<y>40</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Set ATgc</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>0</x>
<y>280</y>
<width>821</width>
<height>231</height>
</rect>
</property>
<property name="title">
<string>TRX Board</string>
</property>
<widget class="QWidget" name="layoutWidget_3">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>299</width>
<height>27</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_28">
<item>
<widget class="QLabel" name="label_23">
<property name="text">
<string>Mul DAC:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="tb_mlDac"/>
</item>
<item>
<widget class="QPushButton" name="btn_mulDacTrig">
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="Line" name="line_3">
<property name="geometry">
<rect>
<x>0</x>
<y>60</y>
<width>751</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QWidget" name="layoutWidget_4">
<property name="geometry">
<rect>
<x>380</x>
<y>70</y>
<width>371</width>
<height>27</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_19">
<item>
<widget class="QLabel" name="label_22">
<property name="text">
<string>PLLCLK TPS Regulator(KHz):</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="tb_pllClkTps"/>
</item>
<item>
<widget class="QPushButton" name="btn_pllClkTps">
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_16">
<property name="geometry">
<rect>
<x>0</x>
<y>70</y>
<width>371</width>
<height>27</height>
</rect>
</property>
<layout class="QHBoxLayout" name="hl_pllClkSt">
<item>
<widget class="QLabel" name="label_17">
<property name="text">
<string>PLLCLK ST Regulator(KHz):</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="tb_pllClkSt"/>
</item>
<item>
<widget class="QPushButton" name="btn_pllClkSt">
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>0</x>
<y>100</y>
<width>751</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>300</x>
<y>120</y>
<width>16</width>
<height>111</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QWidget" name="layoutWidget_5">
<property name="geometry">
<rect>
<x>580</x>
<y>30</y>
<width>234</width>
<height>27</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label12">
<property name="text">
<string>TRX Board Temperature:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_Temp">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_8">
<property name="geometry">
<rect>
<x>0</x>
<y>120</y>
<width>126</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label11">
<property name="text">
<string>PCIe_ID:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_PCIeID">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_9">
<property name="geometry">
<rect>
<x>0</x>
<y>150</y>
<width>139</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_29">
<item>
<widget class="QLabel" name="label_24">
<property name="text">
<string>THSD_F1: </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_thermalShutdownFpga1">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_13">
<property name="geometry">
<rect>
<x>0</x>
<y>180</y>
<width>139</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_30">
<item>
<widget class="QLabel" name="label_25">
<property name="text">
<string>THSD_F2: </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_thermalShutdownFpga2">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_14">
<property name="geometry">
<rect>
<x>0</x>
<y>210</y>
<width>139</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_31">
<item>
<widget class="QLabel" name="label_26">
<property name="text">
<string>THSD_F3: </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_thermalShutdownFpga3">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="btn_thsdStateUpdate">
<property name="geometry">
<rect>
<x>160</x>
<y>180</y>
<width>141</width>
<height>25</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget_10">
<property name="geometry">
<rect>
<x>320</x>
<y>120</y>
<width>191</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>12vin (V):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_adcCh1">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_11">
<property name="geometry">
<rect>
<x>320</x>
<y>140</y>
<width>191</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QLabel" name="label_15">
<property name="text">
<string>5vin (V):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_adcCh2">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_12">
<property name="geometry">
<rect>
<x>320</x>
<y>160</y>
<width>191</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_24">
<item>
<widget class="QLabel" name="label_21">
<property name="text">
<string>D3.3 (V):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_adcCh6">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_15">
<property name="geometry">
<rect>
<x>320</x>
<y>180</y>
<width>191</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_23">
<item>
<widget class="QLabel" name="label_20">
<property name="text">
<string>AVDD,1.8 (V):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_adcCh7">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_17">
<property name="geometry">
<rect>
<x>320</x>
<y>200</y>
<width>191</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<widget class="QLabel" name="label_19">
<property name="text">
<string>DVDD,1.8 (V):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_adcCh8">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_18">
<property name="geometry">
<rect>
<x>540</x>
<y>120</y>
<width>171</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QLabel" name="label_16">
<property name="text">
<string>RTF::Hall (V):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_adcCh3">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_19">
<property name="geometry">
<rect>
<x>540</x>
<y>140</y>
<width>171</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<widget class="QLabel" name="label_18">
<property name="text">
<string>RTF::3.3 (V):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_adcCh4">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_20">
<property name="geometry">
<rect>
<x>540</x>
<y>160</y>
<width>172</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_25">
<item>
<widget class="QLabel" name="label_14">
<property name="text">
<string>AFE Vcntlp (V):</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_adcCh5">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_21">
<property name="geometry">
<rect>
<x>160</x>
<y>120</y>
<width>134</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_26">
<item>
<widget class="QLabel" name="label11_2">
<property name="text">
<string>Interrupt:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_intrVector">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QCheckBox" name="chk_usrMulDac">
<property name="geometry">
<rect>
<x>310</x>
<y>30</y>
<width>90</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>usrMode</string>
</property>
</widget>
<widget class="QPushButton" name="btn_afeProg">
<property name="geometry">
<rect>
<x>390</x>
<y>30</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>AFEs Prog</string>
</property>
</widget>
<widget class="QPushButton" name="btn_gtReg">
<property name="geometry">
<rect>
<x>480</x>
<y>30</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>GT Reg</string>
</property>
</widget>
<widget class="QPushButton" name="btn_getFpgaVersion">
<property name="geometry">
<rect>
<x>720</x>
<y>120</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>FPGA Version</string>
</property>
</widget>
<widget class="QLabel" name="l_masterVersion">
<property name="geometry">
<rect>
<x>720</x>
<y>140</y>
<width>81</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="l_slave0Version">
<property name="geometry">
<rect>
<x>720</x>
<y>160</y>
<width>81</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="l_slave1Version">
<property name="geometry">
<rect>
<x>720</x>
<y>180</y>
<width>81</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="l_slave2Version">
<property name="geometry">
<rect>
<x>720</x>
<y>200</y>
<width>81</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_59">
<property name="geometry">
<rect>
<x>540</x>
<y>180</y>
<width>171</width>
<height>27</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_58">
<item>
<widget class="QLabel" name="label_36">
<property name="text">
<string>prbNo:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="tb_eepromPrbSel">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_eepromTest">
<property name="text">
<string>eeprom</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="btn_txTrig">
<property name="geometry">
<rect>
<x>630</x>
<y>210</y>
<width>80</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>ManualSync</string>
</property>
</widget>
<widget class="QCheckBox" name="chb_txTrig">
<property name="geometry">
<rect>
<x>540</x>
<y>210</y>
<width>90</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>TXTrig</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_7">
<property name="geometry">
<rect>
<x>0</x>
<y>510</y>
<width>821</width>
<height>101</height>
</rect>
</property>
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="title">
<string>Relay Board</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>0</x>
<y>60</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Selected probe:</string>
</property>
</widget>
<widget class="QPushButton" name="btn_pwr2OnOff">
<property name="geometry">
<rect>
<x>510</x>
<y>60</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="btn_pwr4OnOff">
<property name="geometry">
<rect>
<x>670</x>
<y>60</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="btn_HVOnOff">
<property name="geometry">
<rect>
<x>220</x>
<y>60</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="btn_pwr3OnOff">
<property name="geometry">
<rect>
<x>590</x>
<y>60</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QComboBox" name="cb_selectedProbe">
<property name="geometry">
<rect>
<x>110</x>
<y>60</y>
<width>101</width>
<height>25</height>
</rect>
</property>
<item>
<property name="text">
<string>A</string>
</property>
</item>
<item>
<property name="text">
<string>B</string>
</property>
</item>
<item>
<property name="text">
<string>C</string>
</property>
</item>
<item>
<property name="text">
<string>D</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="btn_pwr1OnOff">
<property name="geometry">
<rect>
<x>430</x>
<y>60</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="btn_motorOnOff">
<property name="geometry">
<rect>
<x>310</x>
<y>60</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget_22">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>202</width>
<height>19</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>Detected_probe:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_detectedProbe">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_8">
<property name="geometry">
<rect>
<x>0</x>
<y>610</y>
<width>821</width>
<height>321</height>
</rect>
</property>
<property name="title">
<string>Power Board</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>281</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_32">
<item>
<widget class="QLabel" name="l_hvRegulatorConfig">
<property name="text">
<string>HV_Freq(KHz):</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="tb_hvFreq"/>
</item>
<item>
<widget class="QPushButton" name="btn_hvRegulatorConfig">
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>340</x>
<y>30</y>
<width>291</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_33">
<item>
<widget class="QLabel" name="l_pm5RegulatorConfig">
<property name="text">
<string>PM5_Freq(KHz):</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="tb_pm5Freq"/>
</item>
<item>
<widget class="QPushButton" name="btn_pm5RegulatorConfig">
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_5">
<property name="geometry">
<rect>
<x>0</x>
<y>70</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_36">
<item>
<widget class="QLabel" name="label_27">
<property name="text">
<string>HVA_DAC:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLineEdit" name="tb_hvaDacValue"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_6">
<property name="geometry">
<rect>
<x>140</x>
<y>70</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_37">
<item>
<widget class="QLabel" name="label_30">
<property name="text">
<string>HVB_DAC:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLineEdit" name="tb_hvbDacValue"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_7">
<property name="geometry">
<rect>
<x>280</x>
<y>70</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_38">
<item>
<widget class="QLabel" name="label_31">
<property name="text">
<string>CWD_DAC:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLineEdit" name="tb_cwdDacValue"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_8">
<property name="geometry">
<rect>
<x>430</x>
<y>70</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_39">
<item>
<widget class="QPushButton" name="btn_pwrDacsEnable">
<property name="text">
<string>Valid</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_13">
<property name="geometry">
<rect>
<x>0</x>
<y>150</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_44">
<item>
<widget class="QLabel" name="label_37">
<property name="text">
<string>CWDP: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_cwdp">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_14">
<property name="geometry">
<rect>
<x>0</x>
<y>170</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_45">
<item>
<widget class="QLabel" name="label_38">
<property name="text">
<string>Curr_24v:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_curr24v">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_15">
<property name="geometry">
<rect>
<x>0</x>
<y>190</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_46">
<item>
<widget class="QLabel" name="label_39">
<property name="text">
<string>+24v: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_p24v">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_16">
<property name="geometry">
<rect>
<x>0</x>
<y>210</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_47">
<item>
<widget class="QLabel" name="label_40">
<property name="text">
<string>+12v: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_p12v">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_17">
<property name="geometry">
<rect>
<x>0</x>
<y>230</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_48">
<item>
<widget class="QLabel" name="label_41">
<property name="text">
<string>+5v: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_p5v">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_18">
<property name="geometry">
<rect>
<x>0</x>
<y>250</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_49">
<item>
<widget class="QLabel" name="label_42">
<property name="text">
<string>-5v: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_m5v">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_19">
<property name="geometry">
<rect>
<x>0</x>
<y>270</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_50">
<item>
<widget class="QLabel" name="label_43">
<property name="text">
<string>HV_Stop: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_hvStop">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_20">
<property name="geometry">
<rect>
<x>0</x>
<y>290</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_51">
<item>
<widget class="QLabel" name="label_44">
<property name="text">
<string>4D: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_p4d">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_21">
<property name="geometry">
<rect>
<x>0</x>
<y>130</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_52">
<item>
<widget class="QLabel" name="label_45">
<property name="text">
<string>HVBP: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_hvbp">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_22">
<property name="geometry">
<rect>
<x>0</x>
<y>110</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_53">
<item>
<widget class="QLabel" name="label_46">
<property name="text">
<string>HVAP: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_hvap">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_23">
<property name="geometry">
<rect>
<x>170</x>
<y>110</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_54">
<item alignment="Qt::AlignLeft">
<widget class="QLabel" name="label_47">
<property name="text">
<string>HVAP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_hvapFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_24">
<property name="geometry">
<rect>
<x>170</x>
<y>130</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_56">
<item>
<widget class="QLabel" name="label_49">
<property name="text">
<string>HVBP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_hvbpFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_25">
<property name="geometry">
<rect>
<x>170</x>
<y>150</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_57">
<item>
<widget class="QLabel" name="label_50">
<property name="text">
<string>CWDP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_cwdFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_27">
<property name="geometry">
<rect>
<x>170</x>
<y>190</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_59">
<item alignment="Qt::AlignLeft">
<widget class="QLabel" name="label_52">
<property name="text">
<string>+24v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_p24vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_28">
<property name="geometry">
<rect>
<x>170</x>
<y>210</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_60">
<item>
<widget class="QLabel" name="label_53">
<property name="text">
<string>+12v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_p12vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_29">
<property name="geometry">
<rect>
<x>170</x>
<y>230</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_61">
<item>
<widget class="QLabel" name="label_54">
<property name="text">
<string>+5v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_p5vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_30">
<property name="geometry">
<rect>
<x>170</x>
<y>250</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_62">
<item alignment="Qt::AlignLeft">
<widget class="QLabel" name="label_55">
<property name="text">
<string>-5v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_m5vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_31">
<property name="geometry">
<rect>
<x>340</x>
<y>210</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_63">
<item>
<widget class="QLabel" name="label_56">
<property name="text">
<string>ovr_+12v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrP12vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_33">
<property name="geometry">
<rect>
<x>340</x>
<y>130</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_65">
<item>
<widget class="QLabel" name="label_58">
<property name="text">
<string>ovr_HVBP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrHVbpFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_34">
<property name="geometry">
<rect>
<x>340</x>
<y>250</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_66">
<item>
<widget class="QLabel" name="label_59">
<property name="text">
<string>ovr_-5v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrM5vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_35">
<property name="geometry">
<rect>
<x>340</x>
<y>190</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_67">
<item>
<widget class="QLabel" name="label_60">
<property name="text">
<string>ovr_+24v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrP24vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_36">
<property name="geometry">
<rect>
<x>340</x>
<y>230</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_68">
<item>
<widget class="QLabel" name="label_61">
<property name="text">
<string>ovr_+5v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrP5vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_37">
<property name="geometry">
<rect>
<x>340</x>
<y>110</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_69">
<item>
<widget class="QLabel" name="label_62">
<property name="text">
<string>ovr_HVAP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrHVapFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_38">
<property name="geometry">
<rect>
<x>340</x>
<y>170</y>
<width>173</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_70">
<item alignment="Qt::AlignLeft">
<widget class="QLabel" name="label_63">
<property name="text">
<string>ovr_Curr24v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrCur24vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_39">
<property name="geometry">
<rect>
<x>520</x>
<y>210</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_71">
<item>
<widget class="QLabel" name="label_64">
<property name="text">
<string>udr_+12v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrP12vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_40">
<property name="geometry">
<rect>
<x>520</x>
<y>150</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_72">
<item>
<widget class="QLabel" name="label_65">
<property name="text">
<string>udr_CWDP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrCWdpFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_41">
<property name="geometry">
<rect>
<x>520</x>
<y>130</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_73">
<item>
<widget class="QLabel" name="label_66">
<property name="text">
<string>udr_HVBP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrHVbpFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_42">
<property name="geometry">
<rect>
<x>520</x>
<y>250</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_74">
<item>
<widget class="QLabel" name="label_67">
<property name="text">
<string>udr_-5v_flt: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrM5vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_43">
<property name="geometry">
<rect>
<x>520</x>
<y>190</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_75">
<item>
<widget class="QLabel" name="label_68">
<property name="text">
<string>udr_+24v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrP24vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_44">
<property name="geometry">
<rect>
<x>520</x>
<y>230</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_76">
<item>
<widget class="QLabel" name="label_69">
<property name="text">
<string>udr_+5v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrP5vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_45">
<property name="geometry">
<rect>
<x>520</x>
<y>110</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_77">
<item>
<widget class="QLabel" name="label_70">
<property name="text">
<string>udr_HVAP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrHVapFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_46">
<property name="geometry">
<rect>
<x>520</x>
<y>170</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_78">
<item>
<widget class="QLabel" name="label_71">
<property name="text">
<string>udr_Curr24v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrCurr24vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_48">
<property name="geometry">
<rect>
<x>170</x>
<y>290</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_80">
<item>
<widget class="QLabel" name="label_73">
<property name="text">
<string>4D_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_p4dFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_49">
<property name="geometry">
<rect>
<x>170</x>
<y>270</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_81">
<item>
<widget class="QLabel" name="label_74">
<property name="text">
<string>HV_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_hvFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_50">
<property name="geometry">
<rect>
<x>340</x>
<y>270</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_82">
<item>
<widget class="QLabel" name="label_75">
<property name="text">
<string>ovr_HV_flt: </string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrHvFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_51">
<property name="geometry">
<rect>
<x>340</x>
<y>290</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_83">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label_76">
<property name="text">
<string>ovr_4D_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovr4dFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_53">
<property name="geometry">
<rect>
<x>520</x>
<y>290</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_85">
<item>
<widget class="QLabel" name="label_78">
<property name="text">
<string>udr_4D_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udr4dFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_52">
<property name="geometry">
<rect>
<x>520</x>
<y>270</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_84">
<item>
<widget class="QLabel" name="label_77">
<property name="text">
<string>udr_HV_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_udrHvFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="btn_updateRdbackValue">
<property name="geometry">
<rect>
<x>710</x>
<y>280</y>
<width>101</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Update</string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_47">
<property name="geometry">
<rect>
<x>710</x>
<y>150</y>
<width>126</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_79">
<item>
<widget class="QLabel" name="label_72">
<property name="text">
<string>fan1_flt:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_fan1Flt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_54">
<property name="geometry">
<rect>
<x>710</x>
<y>180</y>
<width>126</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_86">
<item>
<widget class="QLabel" name="label_79">
<property name="text">
<string>fan2_flt:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_fan2Flt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_55">
<property name="geometry">
<rect>
<x>710</x>
<y>210</y>
<width>143</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_87">
<item>
<widget class="QLabel" name="label_80">
<property name="text">
<string>cmd_error:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_cmdError">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_56">
<property name="geometry">
<rect>
<x>710</x>
<y>240</y>
<width>144</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_88">
<item>
<widget class="QLabel" name="label_81">
<property name="text">
<string>cmd_done:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="l_cmdDone">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_57">
<property name="geometry">
<rect>
<x>170</x>
<y>170</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_89">
<item alignment="Qt::AlignLeft">
<widget class="QLabel" name="label_82">
<property name="text">
<string>Curr24v_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_curr24vFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_32">
<property name="geometry">
<rect>
<x>340</x>
<y>150</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_64">
<property name="leftMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_57">
<property name="text">
<string>ovr_CWDP_flt:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLabel" name="l_ovrCWdpFlt">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_9">
<property name="geometry">
<rect>
<x>550</x>
<y>70</y>
<width>261</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_40">
<item>
<widget class="QLabel" name="label_28">
<property name="text">
<string>DACs_OnOff:</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QLineEdit" name="tb_DacsOnOff"/>
</item>
<item>
<widget class="QPushButton" name="btn_DacsOnOff">
<property name="text">
<string>Dacs_Enable</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="btn_supJump">
<property name="geometry">
<rect>
<x>710</x>
<y>120</y>
<width>41</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>JMP</string>
</property>
</widget>
<widget class="QCheckBox" name="chk_sup24v">
<property name="geometry">
<rect>
<x>760</x>
<y>120</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>24V</string>
</property>
</widget>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>