修改TV PC1不可控问题
This commit is contained in:
parent
927df8cd61
commit
c002765044
@ -71,13 +71,7 @@
|
||||
<IoHeat module="" id="PMHeatEnable" display="HeatEnable" schematicId="HeatEnable" diEnable="DI_PSUEnableFB" doEnable="DO_HeaterEnable" />
|
||||
</IoHeats>
|
||||
|
||||
<IoThrottleValves classType="Aitex.Core.RT.Device.Devices.IoThrottleValve2" assembly="MECF.Framework.RT.EquipmentLibrary">
|
||||
<IoThrottleValve id="TV" display="TV" schematicId="TV" unit="mbar" scBasePath="PM.{module}" modeValuePressure="5" modeValuePosition="2" modeValueClose="3" modeValueOpen="4" aioType="float"
|
||||
aiStatus="AI_ValveMode" aiPositionFeedback="AI_ActualPositon" aiPressureFeedback="AI_ActualPressure"
|
||||
aoPressureMode="AO_ValveModeSetpoint" aoPositionSetPoint="AO_SetpointPositon" aoPressureSetPoint="AO_SetpointPressure"
|
||||
doTVValveEnable="DO_TVEnable" doTVReset="DO_TVReset"
|
||||
diTVValveEnable="" />
|
||||
</IoThrottleValves>
|
||||
|
||||
|
||||
<IoValves classType="Aitex.Core.RT.Device.Devices.IoValve" assembly="MECF.Framework.RT.EquipmentLibrary">
|
||||
<IoValve id="V18" display="V18" schematicId="V18" unit="" isNc="true" isDefaultOpen="false" diOpen="DI_MoCO6CarrierOutletFB(V18)" doOpen="DO_MoCO6CarrierOutlet(V18)" diCloseSensor="" diOpenSensor="" />
|
||||
@ -215,6 +209,14 @@
|
||||
<IoPressure id="PT2" display="PT2" schematicId="PT2" scBasePath="PM.{module}.PC" unit="mbar" aioType="float" aiOpenDegree="" aiActMode="" aoSetMode="" aiValue="AI_ForelinePress" aoValue="" formatString="0.0" />
|
||||
</IoPressures>
|
||||
|
||||
<IoThrottleValves classType="Aitex.Core.RT.Device.Devices.IoThrottleValve2" assembly="MECF.Framework.RT.EquipmentLibrary">
|
||||
<IoThrottleValve id="TV" display="TV" schematicId="TV" unit="mbar" scBasePath="PM.{module}" modeValuePressure="5" modeValuePosition="2" modeValueClose="3" modeValueOpen="4" aioType="float"
|
||||
aiStatus="AI_ValveMode" aiPositionFeedback="AI_ActualPositon" aiPressureFeedback="AI_ActualPressure"
|
||||
aoPressureMode="AO_ValveModeSetpoint" aoPositionSetPoint="AO_SetpointPositon" aoPressureSetPoint="AO_SetpointPressure"
|
||||
doTVValveEnable="DO_TVEnable" doTVReset="DO_TVReset"
|
||||
diTVValveEnable="" />
|
||||
</IoThrottleValves>
|
||||
|
||||
<IoSensorWaterFlowTemp classType="Aitex.Core.RT.Device.Devices.IoSensorWaterFlowTemp" assembly="MECF.Framework.RT.EquipmentLibrary">
|
||||
<IoSensorWaterFlowTemp id="FlowTemp1" module="" display="SHFlow(U1)" schematicId="SHFlowTemp"
|
||||
unit="℃"
|
||||
|
||||
@ -51,7 +51,7 @@ using System.Windows;
|
||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||
// 方法是按如下所示使用“*”: :
|
||||
|
||||
[assembly: AssemblyVersion("1.1.0.60817")]
|
||||
[assembly: AssemblyVersion("1.1.0.60818")]
|
||||
[assembly: AssemblyInformationalVersion("MoS2(无EFEM)")]
|
||||
|
||||
|
||||
|
||||
@ -3684,7 +3684,7 @@
|
||||
Height="25"
|
||||
BackColor="Blue"
|
||||
DeviceData="{Binding PC1}"
|
||||
HideDialog="true" />
|
||||
HideDialog="false" />
|
||||
</Canvas>
|
||||
<Canvas Canvas.Left="670" Canvas.Top="355">
|
||||
<controlRT:AnalogControl2
|
||||
|
||||
@ -55,6 +55,6 @@ using System.Windows;
|
||||
// by using the '*' as shown below:
|
||||
|
||||
|
||||
[assembly: AssemblyVersion("1.1.0.60817")]
|
||||
[assembly: AssemblyVersion("1.1.0.60818")]
|
||||
[assembly: AssemblyInformationalVersion("MoS2(无EFEM)")]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user