1.隐藏SystemConfig中VaccumPressureBase参数

2.手动Purge各个模块不能修改SystemConfig相关参数值
This commit is contained in:
HCL 2023-12-28 09:10:23 +08:00
parent 4989867bff
commit 5ea5b8a4ba
4 changed files with 19 additions and 9 deletions

View File

@ -73,7 +73,7 @@
<config default="1" name="OperationResetTime" visible="false" description="Operation Reset Time" max="10000" min="0" paramter="" tag="" unit="s" type="Double" />
<config default="2" name="OperationTimeout" visible="false" description="Operation Timeout" max="10000" min="1" paramter="" tag="" unit="s" type="Integer" />
<config default="960" name="AtmPressureBase" description="Atm Pressure Base" max="1100" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="302" name="VacuumPressureBase" description="Vacuum Pressure Base" max="1100" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="302" name="VacuumPressureBase" description="Vacuum Pressure Base" max="1100" min="0" paramter="" tag="" unit="mbar" type="Double" visible="false"/>
<config default="false" name="IsAtmIdleRoutine" visible="false" description="是否以Recipe的形式运行ATM Idle" max="" min="" paramter="" tag="" unit="" type="Bool" />
<config default="false" name="IsVacIdleRoutine" visible="false" description="是否以Recipe的形式运行VAC Idle" max="" min="" paramter="" tag="" unit="" type="Bool" />
<config default="false" name="IsProcessIdleRoutine" visible="false" description="是否Recipe的形式运行Process Idle" max="" min="" paramter="" tag="" unit="" type="Bool" />
@ -1619,11 +1619,11 @@
<config default="false" name="BypassInterlock" description="Bypass Interlock" max="" min="" paramter="" tag="" unit="" type="Bool" />
<config default="false" name="BypassEnableTable" description="Bypass EnableTable" max="" min="" paramter="" tag="" unit="" type="Bool" />
<config default="200" name="ProcessPressure" description="传盘压力基准" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="20" name="VacuumPressureBaseOffset" description="传盘压力Offset" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="20" name="VacuumPressureBaseOffset" description="传盘压力Offset" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="127.0.0.1:102" name="SiemensIP" description="Siemens IP Address,Default IP: 192.168.1.102" max="" min="" paramter="" tag="" unit="" type="String" />
<config default="S1500" name="SiemensType" visible="false" description="Siemens Type" max="" min="" paramter="" tag="" unit="" type="String" />
<config default="960" name="AtmPressureBase" description="判断大气压的时候,压力值需要大于该值" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="1" name="VacuumPressureBase" description="判断真空的时候,压力值需要小于该值" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="1" name="VacuumPressureBase" description="判断真空的时候,压力值需要小于该值" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" visible="false"/>
<config default="1100" name="VentMaxPressure" description="腔体到达此压力自动关闭Vent阀门" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="5" name="MaxPressureDiffOpenSlitValve" description="闸板阀允许打开的最大压力差" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="5" name="TMPressureBigThanPM" description="闸板阀打开前TM的压力需要高于PM的数值" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
@ -1775,7 +1775,7 @@
<config default="true" name="IsVerifyDoorEnabled" visible="false" description="TM是否set atm door" max="" min="" paramter="" tag="" unit="" type="Bool" />
<config default="120" name="PostTransferTimeout" description="post transfer time out" max="1000" min="0" paramter="" tag="" unit="s" type="Integer" />
<config default="960" name="AtmPressureBase" description="判断大气压的时候,压力值需要大于该值" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="302" name="VacuumPressureBase" description="判断真空的时候,压力值需要小于该值" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="302" name="VacuumPressureBase" description="判断真空的时候,压力值需要小于该值" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" visible="false"/>
<config default="1100" name="VentMaxPressure" description="腔体到达此压力自动关闭Vent阀门" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="0.5" name="ForelinePressureBase" visible="false" description="抽气的时候Foreline压力值需要小于该值" max="1200" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="true" name="RunPumpRoutineEventBelowBasePressure" visible="false" description="即使在低压,仍然继续抽" max="" min="" paramter="" tag="" unit="" type="Bool" />
@ -1845,7 +1845,7 @@
<config default="true" name="IsVerifyDoorEnabled" description="TM是否set atm door" max="0" min="0" paramter="" tag="" unit="" visible="true" type="Bool" />
<config default="120" name="PostTransferTimeout" description="post transfer time out" max="1000" min="1" paramter="" tag="" unit="s" type="Integer" />
<config default="960" name="AtmPressureBase" description="判断大气压的时候,压力值需要大于该值" max="1100" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="302" name="VacuumPressureBase" description="判断真空的时候,压力值需要小于该值" max="1100" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="302" name="VacuumPressureBase" description="判断真空的时候,压力值需要小于该值" max="1100" min="0" paramter="" tag="" unit="mbar" type="Double" visible="false"/>
<config default="1100" name="VentMaxPressure" description="腔体到达此压力自动关闭Vent阀门" max="1500" min="800" paramter="" tag="" unit="mbar" type="Double" />
<config default="0.5" name="ForelinePressureBase" description="抽气的时候Foreline压力值需要小于该值" max="1100" min="0" paramter="" tag="" unit="mbar" type="Double" />
<config default="true" name="RunPumpRoutineEventBelowBasePressure" description="即使在低压,仍然继续抽" max="0" min="0" paramter="" tag="" unit="" visible="true" type="Bool" />

View File

@ -3,6 +3,16 @@
Manual-GE 手动通用版适用无EFEM设备
------
## Version 1.2.9.73
**2023-12-28**
- Bug修复
-
- 新特性
1.隐藏SystemConfig中VaccumPressureBase参数
2.手动Purge各个模块不能修改SystemConfig相关参数值
## Version 1.2.9.72
**2023-12-22**

View File

@ -1020,9 +1020,9 @@ namespace SicUI.Client.Models.Platform.TM
if (!bret.HasValue || !bret.Value)
return;
InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.CyclePurgeCount", dialog.CycleCountValue);
InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.PumpBasePressure", dialog.PumpPressureValue);
InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.VentBasePressure", dialog.VentPressureValue);
//InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.CyclePurgeCount", dialog.CycleCountValue);
//InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.PumpBasePressure", dialog.PumpPressureValue);
//InvokeClient.Instance.Service.DoOperation("System.SetConfig", $"{module}.Purge.VentBasePressure", dialog.VentPressureValue);
TMProvider.Instance.Purge(module);
}

View File

@ -54,6 +54,6 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.2.9.72")]
[assembly: AssemblyVersion("1.2.9.73")]
[assembly: AssemblyInformationalVersion("手动通用版无EFEM")]