DELL
2024-12-20 8e2b25637bf1d2a5f77dbad09cbac05d96453c64
假负载调试工具调试
6个文件已修改
7 ■■■■■ 已修改文件
Device_Simulator_DTS_Tester/bin/main/main_window_computer.class 补丁 | 查看 | 原始文档 | blame | 历史
Device_Simulator_DTS_Tester/bin/main/main_window_industrial$1.class 补丁 | 查看 | 原始文档 | blame | 历史
Device_Simulator_DTS_Tester/bin/main/main_window_industrial$2.class 补丁 | 查看 | 原始文档 | blame | 历史
Device_Simulator_DTS_Tester/bin/main/main_window_industrial.class 补丁 | 查看 | 原始文档 | blame | 历史
Device_Simulator_DTS_Tester/src/main/main_window_computer.java 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Device_Simulator_DTS_Tester/src/main/main_window_industrial.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Device_Simulator_DTS_Tester/bin/main/main_window_computer.class
Binary files differ
Device_Simulator_DTS_Tester/bin/main/main_window_industrial$1.class
Binary files differ
Device_Simulator_DTS_Tester/bin/main/main_window_industrial$2.class
Binary files differ
Device_Simulator_DTS_Tester/bin/main/main_window_industrial.class
Binary files differ
Device_Simulator_DTS_Tester/src/main/main_window_computer.java
@@ -126,15 +126,15 @@
    public static final boolean APP_BYBB_EN = false;
    public static final boolean APP_FBO4830_EN = false;
    public static final boolean APP_BTS4810_EN = true;
    public static final boolean APP_SwitchDevice_EN = false;          //切换装置
    public static final boolean APP_DummyLoad_EN = false;              //假负载
    public static final boolean APP_SwitchDevice_EN = true;          //切换装置
    public static final boolean APP_DummyLoad_EN = true;              //假负载
    public static final boolean APP_IEC61850_EN = true;                   //IEC61850
    public static final boolean APP_UKEY_EN = true;                       //UKEY
    public static final boolean APP_SIMPOWER_EN = true;                   //极简化电源
    public static final boolean APP_ICA_200KW_EN = true;               //ICA-200KW
    
    public int CommDevType = 6;                //默认显示tab选项卡
    public int CommDevType = 4;                //默认显示tab选项卡
    
    public static final int DebugMode_TYPE_Debug     = 0;    //调试模拟
    public static final int DebugMode_TYPE_Package     = 1;    //电脑打包模式
Device_Simulator_DTS_Tester/src/main/main_window_industrial.java
@@ -12,7 +12,6 @@
import javax.swing.WindowConstants;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;