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.
3502 lines
100 KiB
3502 lines
100 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>907</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>0</x>
|
|
<y>9</y>
|
|
<width>811</width>
|
|
<height>341</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string/>
|
|
</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>150</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="QWidget" name="layoutWidget_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>128</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_28">
|
|
<item>
|
|
<widget class="QLabel" name="label_36">
|
|
<property name="text">
|
|
<string>Programming:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_programDone">
|
|
<property name="text">
|
|
<string>doing</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_5">
|
|
<attribute name="title">
|
|
<string>Scen Player</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>230</y>
|
|
<width>370</width>
|
|
<height>71</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>150</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>190</x>
|
|
<y>40</y>
|
|
<width>71</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_setAtgcMode">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>40</y>
|
|
<width>80</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set ATgc</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>120</y>
|
|
<width>481</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Afe Regs Ctrl</string>
|
|
</property>
|
|
<widget class="QComboBox" name="cb_afeSlaveSelect">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>71</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Slave FPGA Select</span></p></body></html></string>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Slave0</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Slave1</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Slave2</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
<widget class="QLineEdit" name="tb_afeRegAddr">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>50</y>
|
|
<width>71</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">AFE Register Address (hex)</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_afeRead">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>50</y>
|
|
<width>80</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="tb_afeRegsValueArray">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>30</y>
|
|
<width>71</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">AFE0</span></p><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">AFE1</span></p><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">AFE2</span></p><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">AFE3</span></p></body></html></string>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string extracomment="AFE Regs Value"/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_afeConfig">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>380</x>
|
|
<y>50</y>
|
|
<width>91</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Config</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>10</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>Scenario Parameters</string>
|
|
</property>
|
|
<widget class="QWidget" name="layoutWidget_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>721</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
|
<item>
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="text">
|
|
<string>HDF5 file:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="tb_h5File"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_h5Browse">
|
|
<property name="text">
|
|
<string>Browse...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>82</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_29">
|
|
<item>
|
|
<widget class="QLabel" name="label_83">
|
|
<property name="text">
|
|
<string>Filling:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_scenFillingDone">
|
|
<property name="text">
|
|
<string>doing</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_setScenario">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>633</x>
|
|
<y>70</y>
|
|
<width>101</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set Scenario</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_2">
|
|
<attribute name="title">
|
|
<string>Frame</string>
|
|
</attribute>
|
|
<widget class="QPushButton" name="btn_dmaLogLast">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>90</y>
|
|
<width>101</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>InstantLog</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chk_2D_3DPlot">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>190</y>
|
|
<width>96</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:8pt; font-weight:600; font-style:italic;">3D as default</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>2D Activate</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_emulator">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>220</y>
|
|
<width>101</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Emulator Start</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCustomPlot" name="plot_2" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>631</width>
|
|
<height>281</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_scenStart">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>10</y>
|
|
<width>101</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Scenario Start</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_dmaShow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>50</y>
|
|
<width>101</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_logBrowse">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>130</y>
|
|
<width>101</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Log Browse</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_emulBrowse">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>660</x>
|
|
<y>250</y>
|
|
<width>121</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Emulator Browse</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chk_continuousShowing">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>670</x>
|
|
<y>170</y>
|
|
<width>104</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Continuous Frame Represent</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Continuously</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_3">
|
|
<attribute name="title">
|
|
<string>E2PROMs</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>0</y>
|
|
<width>791</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>TRX</string>
|
|
</property>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_61">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>20</y>
|
|
<width>291</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_42">
|
|
<item>
|
|
<widget class="QLabel" name="label_35">
|
|
<property name="text">
|
|
<string>Text: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextEdit" name="tb_trxRomWrite">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>162</width>
|
|
<height>49</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string extracomment="Write MPS text"><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Write to TRX ROM</span></p></body></html></string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string><html><head/><body><p><br/></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_trxRomWrite">
|
|
<property name="text">
|
|
<string>Write</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_62">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>20</y>
|
|
<width>181</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_43">
|
|
<item>
|
|
<widget class="QLabel" name="label_48">
|
|
<property name="text">
|
|
<string>ID: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="tb_trxRomIdRead">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_trxRomIdRead">
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_63">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>510</x>
|
|
<y>20</y>
|
|
<width>281</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_55">
|
|
<item>
|
|
<widget class="QLabel" name="label_51">
|
|
<property name="text">
|
|
<string>Info:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextEdit" name="tb_trxRomInfoRead">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>160</width>
|
|
<height>49</height>
|
|
</size>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_trxRomInfoRead">
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>791</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>MPS</string>
|
|
</property>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_67">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>20</y>
|
|
<width>291</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_92">
|
|
<item>
|
|
<widget class="QLabel" name="label_85">
|
|
<property name="text">
|
|
<string>Text: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextEdit" name="tb_mpsRomWrite">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>162</width>
|
|
<height>49</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string extracomment="Write MPS text"><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Write to MPS ROM</span></p></body></html></string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string><html><head/><body><p><br/></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_mpsRomWrite">
|
|
<property name="text">
|
|
<string>Write</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_68">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>20</y>
|
|
<width>181</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_93">
|
|
<item>
|
|
<widget class="QLabel" name="label_86">
|
|
<property name="text">
|
|
<string>ID: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="tb_mpsRomIdRead">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_mpsRomIdRead">
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_69">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>510</x>
|
|
<y>20</y>
|
|
<width>281</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_94">
|
|
<item>
|
|
<widget class="QLabel" name="label_87">
|
|
<property name="text">
|
|
<string>Info:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextEdit" name="tb_mpsRomInfoRead">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>160</width>
|
|
<height>49</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_mpsRomInfoRead">
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>140</y>
|
|
<width>791</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>ProbeCtrl</string>
|
|
</property>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_70">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>20</y>
|
|
<width>291</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_95">
|
|
<item>
|
|
<widget class="QLabel" name="label_88">
|
|
<property name="text">
|
|
<string>Text: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextEdit" name="tb_prbCtrlRomWrite">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>162</width>
|
|
<height>49</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string extracomment="Write probe control text"><html><head/><body><p><span style=" font-size:6pt; font-weight:600; font-style:italic;">Write to probe ctrl ROM</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_prbCtrlRomWrite">
|
|
<property name="text">
|
|
<string>Write</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_71">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>20</y>
|
|
<width>181</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_96">
|
|
<item>
|
|
<widget class="QLabel" name="label_89">
|
|
<property name="text">
|
|
<string>ID: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="tb_prbCtrlRomIdRead">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_prbCtrlRomIdRead">
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_72">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>510</x>
|
|
<y>20</y>
|
|
<width>281</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_97">
|
|
<item>
|
|
<widget class="QLabel" name="label_90">
|
|
<property name="text">
|
|
<string>Info:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextEdit" name="tb_prbCtrlRomInfoRead">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>160</width>
|
|
<height>49</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_prbCtrlRomInfoRead">
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>230</y>
|
|
<width>791</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Probe</string>
|
|
</property>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_73">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>20</y>
|
|
<width>251</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_98">
|
|
<item>
|
|
<widget class="QLabel" name="label_91">
|
|
<property name="text">
|
|
<string>Text: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextEdit" name="tb_prbRomWrite">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>122</width>
|
|
<height>49</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string extracomment="Write probe text"><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Write to probe ROM</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_prbRomWrite">
|
|
<property name="text">
|
|
<string>Write</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_74">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>20</y>
|
|
<width>181</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_99">
|
|
<item>
|
|
<widget class="QLabel" name="label_92">
|
|
<property name="text">
|
|
<string>ID: </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="tb_prbRomIdRead">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_prbRomIdRead">
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_75">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>550</x>
|
|
<y>20</y>
|
|
<width>241</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_100">
|
|
<item>
|
|
<widget class="QLabel" name="label_93">
|
|
<property name="text">
|
|
<string>Info:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTextEdit" name="tb_prbRomInfoRead">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>120</width>
|
|
<height>49</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string/>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btn_prbRomInfoRead">
|
|
<property name="text">
|
|
<string>Read</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QComboBox" name="cb_prbSelRom">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>79</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string comment="Probe Select"><html><head/><body><p><span style=" font-size:8pt; font-weight:600; font-style:italic;">Select Probe</span></p></body></html></string>
|
|
</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>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>350</y>
|
|
<width>811</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>TRX Board</string>
|
|
</property>
|
|
<widget class="Line" name="line_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>30</y>
|
|
<width>16</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>30</y>
|
|
<width>126</width>
|
|
<height>21</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_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>30</y>
|
|
<width>126</width>
|
|
<height>17</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>310</x>
|
|
<y>50</y>
|
|
<width>119</width>
|
|
<height>17</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>310</x>
|
|
<y>70</y>
|
|
<width>121</width>
|
|
<height>17</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>310</x>
|
|
<y>90</y>
|
|
<width>151</width>
|
|
<height>17</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>310</x>
|
|
<y>110</y>
|
|
<width>152</width>
|
|
<height>17</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>30</y>
|
|
<width>147</width>
|
|
<height>17</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>310</x>
|
|
<y>130</y>
|
|
<width>143</width>
|
|
<height>17</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>50</y>
|
|
<width>164</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_25">
|
|
<item>
|
|
<widget class="QLabel" name="label_14">
|
|
<property name="text">
|
|
<string>AFE Vcntlp (db):</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="verticalLayoutWidget_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>470</x>
|
|
<y>30</y>
|
|
<width>62</width>
|
|
<height>122</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_15">
|
|
<item>
|
|
<widget class="QLabel" name="l_pg12Vin">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG_12v</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pg5Vin">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG_5v</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pg3P3">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG_3.3v</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pg1P8Avdd">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG_1.8v Afe A</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pg1P8Dvdd">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG_1.8v Afe D</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pgPrbCtrl3P3">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG_3.3v PrbCtrl</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="verticalLayoutWidget_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>90</y>
|
|
<width>145</width>
|
|
<height>62</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_17">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_102">
|
|
<item>
|
|
<widget class="QLabel" name="label_98">
|
|
<property name="text">
|
|
<string>Regulator A:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pgRegA">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG_Reg A</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string> Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_103">
|
|
<item>
|
|
<widget class="QLabel" name="label_100">
|
|
<property name="text">
|
|
<string>Regulator B:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pgRegB">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG_Reg B</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string> Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>60</y>
|
|
<width>285</width>
|
|
<height>67</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
<item>
|
|
<widget class="QLabel" name="l_statusVec">
|
|
<property name="text">
|
|
<string>Status Vec:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
<item>
|
|
<widget class="QLabel" name="l_prbDetChg">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Prb Det Change</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_sram1Parity">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Sram 1 Parity</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_sram2Parity">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Sram 2 Parity</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_mps">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">MPS</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_scenPri">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Scen PRI</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_scenGt">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Scen GT</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_58">
|
|
<item>
|
|
<widget class="QLabel" name="l_scenSram">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Scen SRAM</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_syncFifo">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Sync FIFO</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_syncPoint">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Sync Point</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_dintrlvFifo">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">D Interleave FIFO</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_dintrlvPoint">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">D Interleave Point</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pulserThd">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Pulser THD</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_34">
|
|
<item>
|
|
<widget class="QLabel" name="l_thermal">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Thermal</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_pg">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">PG</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_prbDiscon">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Prb Disconnect</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_fan">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Fan</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_emulDmaTrans">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Emulator DMA Transfer</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_DmaCtrlTrans">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">DMA Ctrl Transfer</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>false</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>30</y>
|
|
<width>163</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
<item>
|
|
<widget class="QLabel" name="label12">
|
|
<property name="text">
|
|
<string>On Board Temp:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="l_Temp">
|
|
<property name="text">
|
|
<string>Unknown</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>710</x>
|
|
<y>40</y>
|
|
<width>101</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<item>
|
|
<widget class="QPushButton" name="btn_getFpgaVersion">
|
|
<property name="text">
|
|
<string>FPGA Version</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="l_masterVersion">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Master Code</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="l_slave0Version">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Slave0 Code</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="l_slave1Version">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Slave1 Code</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item alignment="Qt::AlignHCenter">
|
|
<widget class="QLabel" name="l_slave2Version">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p><span style=" font-size:7pt; font-weight:600; font-style:italic;">Slave2 Code</span></p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>510</y>
|
|
<width>821</width>
|
|
<height>61</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="QPushButton" name="btn_HVOnOff">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>30</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>470</x>
|
|
<y>30</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>None</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>30</y>
|
|
<width>142</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_104">
|
|
<item>
|
|
<widget class="QLabel" name="label_10">
|
|
<property name="text">
|
|
<string>Selected probe:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="cb_selectedProbe">
|
|
<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>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>570</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_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>82</width>
|
|
<height>17</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>Ukn</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalLayoutWidget_54">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>710</x>
|
|
<y>180</y>
|
|
<width>82</width>
|
|
<height>17</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>Ukn</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="QPushButton" name="btn_supJump">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>100</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reset MPS</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_setAo">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>440</x>
|
|
<y>70</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set Ao</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="chk_mpsInit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>720</x>
|
|
<y>70</y>
|
|
<width>85</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>MPS Init</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QCustomPlot</class>
|
|
<extends>QWidget</extends>
|
|
<header>qcustomplot.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>chk_continuousShowing</sender>
|
|
<signal>clicked(bool)</signal>
|
|
<receiver>btn_dmaShow</receiver>
|
|
<slot>setHidden(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>727</x>
|
|
<y>216</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>733</x>
|
|
<y>88</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|
|
|