Browse Source

VenusSE UI 打不开bug,配置文件确实Name

lixiang 1 year ago
parent
commit
166a9ab00e
2 changed files with 5 additions and 4 deletions
  1. 1 1
      Venus/Venus_RT/App.config
  2. 4 3
      Venus/Venus_RT/Config/System_VenusSE.sccfg

+ 1 - 1
Venus/Venus_RT/App.config

@@ -32,7 +32,7 @@
 	<connectionStrings>
 		<add name="PostgreSQL"   connectionString="Server=localhost;Port=5432;User Id=postgres;Password=123456;Database=postgres;Enlist=true;Preload Reader=true;" />
 		<!--0是other,1是kepler2300,2是Kepler2200,3是VenusSE,4是VenusDE-->
-		<add name="ConfigType"   connectionString="1"/>
+		<add name="ConfigType"   connectionString="3"/>
 	</connectionStrings>
 	<system.serviceModel>
 		<!--<diagnostics>

+ 4 - 3
Venus/Venus_RT/Config/System_VenusSE.sccfg

@@ -22,9 +22,10 @@
     <config default="10"  name="CheckResourceInterval" nameView="CheckResourceInterval" description="进程资源监视间隔,单位为分钟,0为不监视" max="60" min="0" paramter="" tag="" unit="min" type="Integer"/>
     <config default="1000"  name="DataCollectionInterval" nameView="DataCollectionInterval" description="插入数据时间间隔" max="2000" min="200" paramter="" tag="" unit="ms" type="Integer"/>
     <config default="false" name="IsEnableEthercat" nameView="Is Enable Ethercat" description="是否开启凌华Ethercat" max="" min="" paramter="" tag="" unit="" type="Bool" visible="false"/>
-	  <config default="false" name="IsLogExcludeInfoType" nameView="Log Exclude Info Type" description="TopView Log排除info类型信息" max="" min="" paramter="" tag="" unit="" type="Bool" />
-    <configs name="SetUp" nameView="Set Up" visible="false">
-    <config default="VenusSE" name="Name" nameView="Name" description="Name" tag="" unit="" type="String" />
+	<config default="false" name="IsLogExcludeInfoType" nameView="Log Exclude Info Type" description="TopView Log排除info类型信息" max="" min="" paramter="" tag="" unit="" type="Bool" />
+	<config default="VenusSE" name="Name" nameView="Name" description="Name" tag="" unit="" type="String" />
+
+	<configs name="SetUp" nameView="Set Up" visible="false">
     <config default="true" name="EPDInstalled" nameView="Is EPD installed" description="EPD是否安装" max="" min="" paramter="" tag="" unit="" type="Bool" />
     </configs>