Слияние кода завершено, страница обновится автоматически
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWidget</class>
<widget class="QWidget" name="MainWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>995</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWidget</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>7</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Config1</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBoxSSMConfig">
<property name="toolTip">
<string>Spread spectrum modulation control</string>
</property>
<property name="title">
<string>SSMConfig</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QComboBox" name="CB_SSMConfig">
<property name="toolTip">
<string>Spread spectrum modulation control</string>
</property>
<item>
<property name="text">
<string>No spread spectrum</string>
</property>
</item>
<item>
<property name="text">
<string>±5% dithering</string>
</property>
</item>
<item>
<property name="text">
<string>±10% dithering</string>
</property>
</item>
<item>
<property name="text">
<string>±15% dithering</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QGroupBox" name="groupBox_FGOLSel">
<property name="toolTip">
<string>FG open-loop output select</string>
</property>
<property name="title">
<string>FGOLSel</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QComboBox" name="CB_FGOLSel">
<property name="toolTip">
<string>FG open-loop output select</string>
</property>
<item>
<property name="text">
<string>FG outputs in both open loop and closed loop</string>
</property>
</item>
<item>
<property name="text">
<string>FG outputs only in closed loop</string>
</property>
</item>
<item>
<property name="text">
<string>FG outputs closed loop and the first open loop</string>
</property>
</item>
<item>
<property name="text">
<string>Reserved</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="2">
<widget class="QGroupBox" name="groupBox_FGCycle">
<property name="toolTip">
<string>FG motor pole option</string>
</property>
<property name="title">
<string>FGCycle</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QComboBox" name="CB_FGCycle">
<property name="toolTip">
<string>FG motor pole option</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_ClkCycleAdjust">
<property name="toolTip">
<string>clock cycle adjust</string>
</property>
<property name="title">
<string>ClkCycleAdjust</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QComboBox" name="CB_ClkCycleAdjust">
<property name="toolTip">
<string>clock cycle adjust</string>
</property>
<item>
<property name="text">
<string>Full-cycle adjust</string>
</property>
</item>
<item>
<property name="text">
<string>Half-cycle adjust</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox_RMResistance">
<property name="toolTip">
<string>Motor phase resistance, unit=ohm</string>
</property>
<property name="title">
<string>RMResistance</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QComboBox" name="CB_RMResistance">
<property name="toolTip">
<string>Motor phase resistance, unit=ohm</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>347</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labelResult1">
<property name="text">
<string>Result(Hex)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg1ResHex">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="labelResult1_2">
<property name="text">
<string>Result(Dec)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg1ResDec">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<spacer name="horizontalSpacer_2">
<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="QPushButton" name="btnCfg1LastEdited">
<property name="text">
<string>LastEdited</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCfg1SetDefault">
<property name="text">
<string>SetDefault</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Config2</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_BEMF_Kt">
<property name="toolTip">
<string>Motor BEMF constant, unit=mV/Hz</string>
</property>
<property name="title">
<string>BEMF_Kt</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QComboBox" name="CB_BEMF_Kt">
<property name="toolTip">
<string>Motor BEMF constant, unit=mV/Hz</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox_CommAdvMode">
<property name="toolTip">
<string>Commutation advance mode</string>
</property>
<property name="title">
<string>CommAdvMode</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QComboBox" name="CB_CommAdvMode">
<property name="toolTip">
<string>Commutation advance mode</string>
</property>
<item>
<property name="text">
<string>0: tadv = tSETTING</string>
</property>
</item>
<item>
<property name="text">
<string>1: tadv = tSETTING × (VU – BEMF) / VU</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="2">
<widget class="QGroupBox" name="groupBox_TCtrlAdvTime">
<property name="toolTip">
<string>Configuring Commutation Advance Timing by Adjusting tSETTING
,Unit=us</string>
</property>
<property name="title">
<string>TCtrlAdvTime</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
<widget class="QComboBox" name="CB_TCtrlAdvTime">
<property name="toolTip">
<string>Configuring Commutation Advance Timing by Adjusting tSETTING
,Unit=us</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>347</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="labelResult1_5">
<property name="text">
<string>Result(Hex)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg2ResHex">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="labelResult1_6">
<property name="text">
<string>Result(Dec)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg2ResDec">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<spacer name="horizontalSpacer_4">
<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="QPushButton" name="btnCfg2LastEdited">
<property name="text">
<string>LastEdited</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCfg2SetDefault">
<property name="text">
<string>SetDefault</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>Config3</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_21">
<item>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_ISDThr">
<property name="toolTip">
<string>Initail Speed Detect stationary judgment threshold</string>
</property>
<property name="title">
<string>ISDThr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<widget class="QComboBox" name="CB_ISDThr">
<property name="toolTip">
<string>Initail Speed Detect stationary judgment threshold</string>
</property>
<item>
<property name="text">
<string>6 Hz</string>
</property>
</item>
<item>
<property name="text">
<string>3 Hz</string>
</property>
</item>
<item>
<property name="text">
<string>1.6 Hz</string>
</property>
</item>
<item>
<property name="text">
<string>0.8 Hz</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QGroupBox" name="groupBox_BrkCurThrSel">
<property name="toolTip">
<string>Brake current-level-threshold selection</string>
</property>
<property name="title">
<string>BrkCurThrSel</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_13">
<item>
<widget class="QComboBox" name="CB_BrkCurThrSel">
<property name="toolTip">
<string>Brake current-level-threshold selection</string>
</property>
<item>
<property name="text">
<string>24mA</string>
</property>
</item>
<item>
<property name="text">
<string>48mA</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="2">
<widget class="QGroupBox" name="groupBox_BEMF_HYS">
<property name="toolTip">
<string>Hysteresis for BEMF comparator</string>
</property>
<property name="title">
<string>BEMF_HYS</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<widget class="QComboBox" name="CB_BEMF_HYS">
<property name="toolTip">
<string>Hysteresis for BEMF comparator</string>
</property>
<item>
<property name="text">
<string>Low hysteresis</string>
</property>
</item>
<item>
<property name="text">
<string>High hysteresis</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_ISDEn">
<property name="toolTip">
<string>Initial speed detect enable</string>
</property>
<property name="title">
<string>ISDEn</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
<widget class="QComboBox" name="CB_ISDEn">
<property name="toolTip">
<string>Initial speed detect enable</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox_RvsDrEn">
<property name="toolTip">
<string>Reverse drive enabled</string>
</property>
<property name="title">
<string>RvsDrEn</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_16">
<item>
<widget class="QComboBox" name="CB_RvsDrEn">
<property name="toolTip">
<string>Reverse drive enabled</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="2">
<widget class="QGroupBox" name="groupBox_RvsDrThr">
<property name="toolTip">
<string>The threshold where device starts to process reverse drive (RvsDr) or brake.</string>
</property>
<property name="title">
<string>RvsDrThr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_17">
<item>
<widget class="QComboBox" name="CB_RvsDrThr">
<property name="toolTip">
<string>The threshold where device starts to process reverse drive (RvsDr) or brake.</string>
</property>
<item>
<property name="text">
<string>6.3Hz</string>
</property>
</item>
<item>
<property name="text">
<string>13Hz</string>
</property>
</item>
<item>
<property name="text">
<string>26Hz</string>
</property>
</item>
<item>
<property name="text">
<string>51Hz</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox_OpenLCurr">
<property name="toolTip">
<string>Open-loop current Align current</string>
</property>
<property name="title">
<string>OpenLCurr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_18">
<item>
<widget class="QComboBox" name="CB_OpenLCurr">
<property name="toolTip">
<string>Open-loop current Align current</string>
</property>
<item>
<property name="text">
<string>0.2 \ 0.15 A</string>
</property>
</item>
<item>
<property name="text">
<string>0.4 \ 0.3 A</string>
</property>
</item>
<item>
<property name="text">
<string>0.8 \ 0.6 A</string>
</property>
</item>
<item>
<property name="text">
<string>1.6 \ 1.2 A</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="1">
<widget class="QGroupBox" name="groupBox_OpLCurrRt">
<property name="toolTip">
<string>Open-loop current ramp-up setting.</string>
</property>
<property name="title">
<string>OpLCurrRt</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_19">
<item>
<widget class="QComboBox" name="CB_OpLCurrRt">
<property name="toolTip">
<string>Open-loop current ramp-up setting.</string>
</property>
<item>
<property name="text">
<string>6 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>3 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>1.5 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.7 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.34 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.16 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.07 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.023 VCC/s</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="2">
<widget class="QGroupBox" name="groupBox_BrkDoneThr">
<property name="toolTip">
<string>Braking mode setting.</string>
</property>
<property name="title">
<string>BrkDoneThr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_20">
<item>
<widget class="QComboBox" name="CB_BrkDoneThr">
<property name="toolTip">
<string>Braking mode setting.</string>
</property>
<item>
<property name="text">
<string>No brake (BrkEn = 0)</string>
</property>
</item>
<item>
<property name="text">
<string>2.7 s</string>
</property>
</item>
<item>
<property name="text">
<string>1.3 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.67 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.33 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.16 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.08 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.04 s</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>278</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLabel" name="labelResult1_7">
<property name="text">
<string>Result(Hex)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg3ResHex">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="labelResult1_8">
<property name="text">
<string>Result(Dec)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg3ResDec">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<spacer name="horizontalSpacer_7">
<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="QPushButton" name="btnCfg3LastEdited">
<property name="text">
<string>LastEdited</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCfg3SetDefault">
<property name="text">
<string>SetDefault</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>Config4</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_27">
<item>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_AccelRangeSel">
<property name="toolTip">
<string>Acceleration range selection</string>
</property>
<property name="title">
<string>AccelRangeSel</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_22">
<item>
<widget class="QComboBox" name="CB_AccelRangeSel">
<property name="toolTip">
<string>Acceleration range selection</string>
</property>
<item>
<property name="text">
<string>Fast</string>
</property>
</item>
<item>
<property name="text">
<string>Slow</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QGroupBox" name="groupBox_StAccel2">
<property name="toolTip">
<string>Open-loop start-up acceleration (Fast \ Slow)</string>
</property>
<property name="title">
<string>StAccel2</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_23">
<item>
<widget class="QComboBox" name="CB_StAccel2">
<property name="toolTip">
<string>Open-loop start-up acceleration (Second-order Fast \ Slow)</string>
</property>
<item>
<property name="text">
<string>57 \ 0.22 Hz/s2</string>
</property>
</item>
<item>
<property name="text">
<string>29 \ 0.11 Hz/s2</string>
</property>
</item>
<item>
<property name="text">
<string>14 \ 0.055 Hz/s2</string>
</property>
</item>
<item>
<property name="text">
<string>6.9 \ 0.027 Hz/s2</string>
</property>
</item>
<item>
<property name="text">
<string>3.3 \ 0.013 Hz/s2</string>
</property>
</item>
<item>
<property name="text">
<string>1.6 \ 0.0063 Hz/s2</string>
</property>
</item>
<item>
<property name="text">
<string>0.66 \ 0.0026 Hz/s2</string>
</property>
</item>
<item>
<property name="text">
<string>0 \ 0 Hz/s2</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="2">
<widget class="QGroupBox" name="groupBox_StAccel">
<property name="toolTip">
<string>Open-loop start-up acceleration (Fast \ Slow)</string>
</property>
<property name="title">
<string>StAccel</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_24">
<item>
<widget class="QComboBox" name="CB_StAccel">
<property name="toolTip">
<string>Open-loop start-up acceleration (Fast \ Slow)</string>
</property>
<item>
<property name="text">
<string>76 \ 4.8 Hz/s</string>
</property>
</item>
<item>
<property name="text">
<string>38 \ 2.4 Hz/s</string>
</property>
</item>
<item>
<property name="text">
<string>19 \ 1.2 Hz/s</string>
</property>
</item>
<item>
<property name="text">
<string>9.2 \ 0.58 Hz/s</string>
</property>
</item>
<item>
<property name="text">
<string>4.5 \ 0.28 Hz/s</string>
</property>
</item>
<item>
<property name="text">
<string>2.1 \ 0.13 Hz/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.9 \ 0.056 Hz/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.3 \ 0.019 Hz/s</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_Op2ClsThr">
<property name="toolTip">
<string>Open- to closed-loop threshold</string>
</property>
<property name="title">
<string>Op2ClsThr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_25">
<item>
<widget class="QComboBox" name="CB_Op2ClsThr">
<property name="toolTip">
<string>Open- to closed-loop threshold</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox_AlignTime">
<property name="toolTip">
<string>Align time.</string>
</property>
<property name="title">
<string>AlignTime</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_26">
<item>
<widget class="QComboBox" name="CB_AlignTime">
<property name="toolTip">
<string>Align time.</string>
</property>
<item>
<property name="text">
<string>5.3 s</string>
</property>
</item>
<item>
<property name="text">
<string>2.7 s</string>
</property>
</item>
<item>
<property name="text">
<string>1.3 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.67 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.33 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.16 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.08 s</string>
</property>
</item>
<item>
<property name="text">
<string>0.04 s</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>347</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QLabel" name="labelResult1_9">
<property name="text">
<string>Result(Hex)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg4ResHex">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<widget class="QLabel" name="labelResult1_10">
<property name="text">
<string>Result(Dec)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg4ResDec">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_19">
<item>
<spacer name="horizontalSpacer_9">
<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="QPushButton" name="btnCfg4LastEdited">
<property name="text">
<string>LastEdited</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCfg4SetDefault">
<property name="text">
<string>SetDefault</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_6">
<attribute name="title">
<string>Config5</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_38">
<item>
<layout class="QGridLayout" name="gridLayout_5">
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox_LockEn2">
<property name="toolTip">
<string>Abnormal Kt lock</string>
</property>
<property name="title">
<string>LockEn2</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_32">
<item>
<widget class="QComboBox" name="CB_LockEn2">
<property name="toolTip">
<string>Abnormal Kt lock</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox_LockEn0">
<property name="toolTip">
<string>Lock-detection current limit lock</string>
</property>
<property name="title">
<string>LockEn0</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_34">
<item>
<widget class="QComboBox" name="CB_LockEn0">
<property name="toolTip">
<string>Lock-detection current limit lock</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_OTWarningLimit">
<property name="toolTip">
<string>Overtemperature warning current limit</string>
</property>
<property name="title">
<string>OTWarningLimit</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_28">
<item>
<widget class="QComboBox" name="CB_OTWarningLimit">
<property name="toolTip">
<string>Overtemperature warning current limit</string>
</property>
<item>
<property name="text">
<string>No Current Limit, Uses SWILimitThr</string>
</property>
</item>
<item>
<property name="text">
<string>Limit to 1 A</string>
</property>
</item>
<item>
<property name="text">
<string>Limit to 1.6 A</string>
</property>
</item>
<item>
<property name="text">
<string>Limit to 2 A</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QGroupBox" name="groupBox_LockEn5">
<property name="toolTip">
<string>Stuck in closed loop lock</string>
</property>
<property name="title">
<string>LockEn5</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_29">
<item>
<widget class="QComboBox" name="CB_LockEn5">
<property name="toolTip">
<string>Stuck in closed loop lock</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="1">
<widget class="QGroupBox" name="groupBox_SWiLimitThr">
<property name="toolTip">
<string>Software current limit threshold</string>
</property>
<property name="title">
<string>SWiLimitThr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_35">
<item>
<widget class="QComboBox" name="CB_SWiLimitThr">
<property name="toolTip">
<string>Software current limit threshold</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="2">
<widget class="QGroupBox" name="groupBox_LockEn4">
<property name="toolTip">
<string>Open loop stuck lock</string>
</property>
<property name="title">
<string>LockEn4</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_30">
<item>
<widget class="QComboBox" name="CB_LockEn4">
<property name="toolTip">
<string>Open loop stuck lock</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="2">
<widget class="QGroupBox" name="groupBox_LockEn1">
<property name="toolTip">
<string>Abnormal speed lock</string>
</property>
<property name="title">
<string>LockEn1</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_33">
<item>
<widget class="QComboBox" name="CB_LockEn1">
<property name="toolTip">
<string>Abnormal speed lock</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_LockEn3">
<property name="toolTip">
<string>No motor fault lock</string>
</property>
<property name="title">
<string>LockEn3</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_31">
<item>
<widget class="QComboBox" name="CB_LockEn3">
<property name="toolTip">
<string>No motor fault lock</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="2">
<widget class="QGroupBox" name="groupBox_HWiLimitThr">
<property name="toolTip">
<string>Current limit for motor lock detection (IPDasHwILimit:0\1)</string>
</property>
<property name="title">
<string>HWiLimitThr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_36">
<item>
<widget class="QComboBox" name="CB_HWiLimitThr">
<property name="toolTip">
<string>Current limit for motor lock detection (IPDasHwILimit:0\1)</string>
</property>
<item>
<property name="text">
<string>2.5 \ 0.4 A</string>
</property>
</item>
<item>
<property name="text">
<string>1.9 \ 0.8 A</string>
</property>
</item>
<item>
<property name="text">
<string>1.5 \ 1.2 A</string>
</property>
</item>
<item>
<property name="text">
<string>0.9 \ 1.6 A</string>
</property>
</item>
<item>
<property name="text">
<string>2.5 \ 2 A</string>
</property>
</item>
<item>
<property name="text">
<string>1.9 \ 2.4 A</string>
</property>
</item>
<item>
<property name="text">
<string>1.5 \ 2.8 A</string>
</property>
</item>
<item>
<property name="text">
<string>0.9 \ 3.2 A</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox_IPDasHwILimit">
<property name="toolTip">
<string>Lock-detection current limit lock</string>
</property>
<property name="title">
<string>IPDasHwILimit</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_37">
<item>
<widget class="QComboBox" name="CB_IPDasHwILimit">
<property name="toolTip">
<string>Lock-detection current limit lock</string>
</property>
<item>
<property name="text">
<string>Range1 of current limit for lock detection</string>
</property>
</item>
<item>
<property name="text">
<string>Range2 of current limit for lock detection</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>209</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_20">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_21">
<item>
<widget class="QLabel" name="labelResult1_11">
<property name="text">
<string>Result(Hex)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg5ResHex">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<widget class="QLabel" name="labelResult1_12">
<property name="text">
<string>Result(Dec)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg5ResDec">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_23">
<item>
<spacer name="horizontalSpacer_11">
<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="QPushButton" name="btnCfg5LastEdited">
<property name="text">
<string>LastEdited</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCfg5SetDefault">
<property name="text">
<string>SetDefault</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_7">
<attribute name="title">
<string>Config6</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_50">
<item>
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_SpdCtrlMd">
<property name="toolTip">
<string>Speed input mode</string>
</property>
<property name="title">
<string>SpdCtrlMd</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_39">
<item>
<widget class="QComboBox" name="CB_SpdCtrlMd">
<property name="toolTip">
<string>Speed input mode</string>
</property>
<item>
<property name="text">
<string>Analog input expected at SPEED pin</string>
</property>
</item>
<item>
<property name="text">
<string>PWM input expected at SPEED pin</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QGroupBox" name="groupBox_PWMFreq">
<property name="toolTip">
<string>PWM Frequency Control</string>
</property>
<property name="title">
<string>PWMFreq</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_40">
<item>
<widget class="QComboBox" name="CB_PWMFreq">
<property name="toolTip">
<string>PWM Frequency Control</string>
</property>
<item>
<property name="text">
<string>25 KHz</string>
</property>
</item>
<item>
<property name="text">
<string>50 KHz</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="2">
<widget class="QGroupBox" name="groupBox_KtLckThr">
<property name="toolTip">
<string>Abnormal Kt lock detect threshold</string>
</property>
<property name="title">
<string>KtLckThr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_41">
<item>
<widget class="QComboBox" name="CB_KtLckThr">
<property name="toolTip">
<string>Abnormal Kt lock detect threshold</string>
</property>
<item>
<property name="text">
<string>Kt_high = 3/2Kt. Kt_low = 3/4Kt</string>
</property>
</item>
<item>
<property name="text">
<string>Kt_high = 2Kt. Kt_low = 3/4Kt</string>
</property>
</item>
<item>
<property name="text">
<string>Kt_high = 3/2Kt. Kt_low = 1/2Kt</string>
</property>
</item>
<item>
<property name="text">
<string>Kt_high = 2Kt. Kt_low = 1/2Kt</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_AVSIndEn">
<property name="toolTip">
<string>Inductive Anti-Voltage-Surge enable</string>
</property>
<property name="title">
<string>AVSIndEn</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_42">
<item>
<widget class="QComboBox" name="CB_AVSIndEn">
<property name="toolTip">
<string>Inductive Anti-Voltage-Surge enable</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox_AVSMEn">
<property name="toolTip">
<string>Mechanical Anti-Voltage-Surge enable.</string>
</property>
<property name="title">
<string>AVSMEn</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_43">
<item>
<widget class="QComboBox" name="CB_AVSMEn">
<property name="toolTip">
<string>Mechanical Anti-Voltage-Surge enable.</string>
</property>
<item>
<property name="text">
<string>Disable</string>
</property>
</item>
<item>
<property name="text">
<string>Enable</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="2">
<widget class="QGroupBox" name="groupBox_AVSMMd">
<property name="toolTip">
<string>Mechanical Anti-Voltage-Surge mode</string>
</property>
<property name="title">
<string>AVSMMd</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_44">
<item>
<widget class="QComboBox" name="CB_AVSMMd">
<property name="toolTip">
<string>Mechanical Anti-Voltage-Surge mode</string>
</property>
<item>
<property name="text">
<string>AVS to VCC</string>
</property>
</item>
<item>
<property name="text">
<string>AVS to 24 V</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox_IPDRlsMd">
<property name="toolTip">
<string>IPD release mode</string>
</property>
<property name="title">
<string>IPDRlsMd</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_45">
<item>
<widget class="QComboBox" name="CB_IPDRlsMd">
<property name="toolTip">
<string>IPD release mode</string>
</property>
<item>
<property name="text">
<string>Brake when inductive release</string>
</property>
</item>
<item>
<property name="text">
<string>Hi-z when inductive release</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="1">
<widget class="QGroupBox" name="groupBox_CLoopDis">
<property name="toolTip">
<string>Transfer to closed loop mode</string>
</property>
<property name="title">
<string>CLoopDis</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_46">
<item>
<widget class="QComboBox" name="CB_CLoopDis">
<property name="toolTip">
<string>Transfer to closed loop mode</string>
</property>
<item>
<property name="text">
<string>Transfer to closed loop at Op2ClsThr speed</string>
</property>
</item>
<item>
<property name="text">
<string>No transfer to closed loop</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="2">
<widget class="QGroupBox" name="groupBox_ClsLpAccel">
<property name="toolTip">
<string>Closed-loop accelerate</string>
</property>
<property name="title">
<string>ClsLpAccel</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_47">
<item>
<widget class="QComboBox" name="CB_ClsLpAccel">
<property name="toolTip">
<string>Closed-loop accelerate</string>
</property>
<item>
<property name="text">
<string>Immediate change</string>
</property>
</item>
<item>
<property name="text">
<string>48 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>48 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.77 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.37 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.19 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.091 VCC/s</string>
</property>
</item>
<item>
<property name="text">
<string>0.045 VCC/s</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox_DutyCycleLimit">
<property name="toolTip">
<string>Minimum duty-cycle limit</string>
</property>
<property name="title">
<string>DutyCycleLimit</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_48">
<item>
<widget class="QComboBox" name="CB_DutyCycleLimit">
<property name="toolTip">
<string>Minimum duty-cycle limit</string>
</property>
<item>
<property name="text">
<string>input>5% Linear,1.5%<input<5% Keep 5%,input<1.5% Down 0%</string>
</property>
</item>
<item>
<property name="text">
<string>input>10% Linear,1.5%<input<10% Keep 10%,input<1.5% Down 0%</string>
</property>
</item>
<item>
<property name="text">
<string>input>5% Linear,1.5%<input<5% Keep 5%,input<1.5% Up 100%</string>
</property>
</item>
<item>
<property name="text">
<string>input>10% Linear,1.5%<input<10% Keep 10%,input<1.5% Up 100%</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="1">
<widget class="QGroupBox" name="groupBox_SlewRate">
<property name="toolTip">
<string>Slew-rate control for phase node</string>
</property>
<property name="title">
<string>SlewRate</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_49">
<item>
<widget class="QComboBox" name="CB_SlewRate">
<property name="toolTip">
<string>Slew-rate control for phase node</string>
</property>
<item>
<property name="text">
<string>VCC at 12 V = 35 V/μs</string>
</property>
</item>
<item>
<property name="text">
<string>VCC at 12 V = 50 V/μs</string>
</property>
</item>
<item>
<property name="text">
<string>VCC at 12 V = 80 V/μs</string>
</property>
</item>
<item>
<property name="text">
<string>VCC at 12 V = 120 V/μs</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>209</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_24">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_25">
<item>
<widget class="QLabel" name="labelResult1_13">
<property name="text">
<string>Result(Hex)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg6ResHex">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_26">
<item>
<widget class="QLabel" name="labelResult1_14">
<property name="text">
<string>Result(Dec)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg6ResDec">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_12">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_27">
<item>
<spacer name="horizontalSpacer_13">
<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="QPushButton" name="btnCfg6LastEdited">
<property name="text">
<string>LastEdited</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCfg6SetDefault">
<property name="text">
<string>SetDefault</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Config7</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_56">
<item>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_IPDAdvcAg">
<property name="toolTip">
<string>Advance angle after inductive sense.</string>
</property>
<property name="title">
<string>IPDAdvcAg</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_51">
<item>
<widget class="QComboBox" name="CB_IPDAdvcAg">
<property name="toolTip">
<string>Advance angle after inductive sense.</string>
</property>
<item>
<property name="text">
<string>30 degrees</string>
</property>
</item>
<item>
<property name="text">
<string>60 degrees</string>
</property>
</item>
<item>
<property name="text">
<string>90 degrees</string>
</property>
</item>
<item>
<property name="text">
<string>120 degrees</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QGroupBox" name="groupBox_IPDCurrThr">
<property name="toolTip">
<string>IPD (inductive sense) current threshold</string>
</property>
<property name="title">
<string>IPDCurrThr</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_52">
<item>
<widget class="QComboBox" name="CB_IPDCurrThr">
<property name="toolTip">
<string>IPD (inductive sense) current threshold</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="2">
<widget class="QGroupBox" name="groupBox_IPDClk">
<property name="toolTip">
<string>Inductive sense clock</string>
</property>
<property name="title">
<string>IPDClk</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_53">
<item>
<widget class="QComboBox" name="CB_IPDClk">
<property name="toolTip">
<string>Inductive sense clock</string>
</property>
<item>
<property name="text">
<string>12Hz, 2.56us</string>
</property>
</item>
<item>
<property name="text">
<string>24Hz, 1.28us</string>
</property>
</item>
<item>
<property name="text">
<string>47Hz, 0.64us</string>
</property>
</item>
<item>
<property name="text">
<string>95Hz, 0.32us</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_CtrlCoef">
<property name="toolTip">
<string>SCORE control constant</string>
</property>
<property name="title">
<string>CtrlCoef</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_54">
<item>
<widget class="QComboBox" name="CB_CtrlCoef">
<property name="toolTip">
<string>SCORE control constant</string>
</property>
<item>
<property name="text">
<string>0.25</string>
</property>
</item>
<item>
<property name="text">
<string>0.5</string>
</property>
</item>
<item>
<property name="text">
<string>0.75</string>
</property>
</item>
<item>
<property name="text">
<string>1.0</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox_DeadTime">
<property name="toolTip">
<string>Mosfet of driver dead time</string>
</property>
<property name="title">
<string>DeadTime</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_55">
<item>
<widget class="QComboBox" name="CB_DeadTime">
<property name="toolTip">
<string>Mosfet of driver dead time</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_7">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>347</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_28">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_29">
<item>
<widget class="QLabel" name="labelResult1_15">
<property name="text">
<string>Result(Hex)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg7ResHex">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_30">
<item>
<widget class="QLabel" name="labelResult1_16">
<property name="text">
<string>Result(Dec)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="Cfg7ResDec">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_31">
<item>
<spacer name="horizontalSpacer_15">
<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="QPushButton" name="btnCfg7LastEdited">
<property name="text">
<string>LastEdited</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCfg7SetDefault">
<property name="text">
<string>SetDefault</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSummary">
<attribute name="title">
<string>Summary</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="1">
<spacer name="verticalSpacer_8">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>163</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>315</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<layout class="QVBoxLayout" name="verticalLayout_57">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_32">
<item>
<widget class="QLabel" name="labelResult1_17">
<property name="text">
<string>Config1</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="SumaryCfg1">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_33">
<item>
<widget class="QLabel" name="labelResult1_18">
<property name="text">
<string>Config2</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="SumaryCfg2">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_34">
<item>
<widget class="QLabel" name="labelResult1_19">
<property name="text">
<string>Config3</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="SumaryCfg3">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_35">
<item>
<widget class="QLabel" name="labelResult1_20">
<property name="text">
<string>Config4</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="SumaryCfg4">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_36">
<item>
<widget class="QLabel" name="labelResult1_21">
<property name="text">
<string>Config5</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="SumaryCfg5">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_37">
<item>
<widget class="QLabel" name="labelResult1_22">
<property name="text">
<string>Config6</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="SumaryCfg6">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_38">
<item>
<widget class="QLabel" name="labelResult1_23">
<property name="text">
<string>Config7</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="SumaryCfg7">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_16">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>315</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1">
<spacer name="verticalSpacer_9">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>163</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )