Pārlūkot izejas kodu

1. add missing item in SE/DE Sccfg
2. delete ViewModels\LoginViewModel.cs as thats useless

zhouhr 8 mēneši atpakaļ
vecāks
revīzija
3b9c2c346d

+ 0 - 1
Venus/Venus_MainPages/Venus_MainPages.csproj

@@ -172,7 +172,6 @@
     <Compile Include="ViewModels\KeplerGasLeakCheckViewModel.cs" />
     <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
     <Compile Include="ViewModels\IOViewModel.cs" />
-    <Compile Include="ViewModels\LoginViewModel.cs" />
     <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
     <Compile Include="ViewModels\OperationOverViewModel.cs" />
     <Compile Include="ViewModels\OverKepler2200BViewModel.cs" />

+ 1 - 0
Venus/Venus_RT/Config/System_VenusDE.sccfg

@@ -21,6 +21,7 @@
 		<config default="True" name="IsIgnoreSaveDB" nameView="IsIgnoreSaveDB" description="IO实时数据是否保存数据库,2023/09/02暂时加参数设计" max="" min="" paramter="" tag="" unit="" type="Bool" visible="false"/>
 		<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="EnableDeviceLog" nameView="" description="" max="" min="" paramter="" tag="" unit="" type="Bool" />
 		<config default="false" name="IsEnableEthercat" nameView="Is Enable Ethercat" description="是否开启凌华Ethercat" max="" min="" paramter="" tag="" unit="" type="Bool" visible="false"/>
 		<config default="VenusSE" name="Name" nameView="Name" description="Name" tag="" unit="" type="String" />
 

+ 1 - 0
Venus/Venus_RT/Config/System_VenusSE.sccfg

@@ -21,6 +21,7 @@
 		<config default="True" name="IsIgnoreSaveDB" nameView="IsIgnoreSaveDB" description="IO实时数据是否保存数据库,2023/09/02暂时加参数设计" max="" min="" paramter="" tag="" unit="" type="Bool" visible="false"/>
 		<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="EnableDeviceLog" nameView="" description="" max="" min="" paramter="" tag="" unit="" type="Bool" />
 		<config default="false" name="IsEnableEthercat" nameView="Is Enable Ethercat" description="是否开启凌华Ethercat" max="" min="" paramter="" tag="" unit="" type="Bool" visible="false"/>
 		<config default="VenusSE" name="Name" nameView="Name" description="Name" tag="" unit="" type="String" />