|
@@ -114,18 +114,20 @@
|
|
|
<Canvas Canvas.Top="100" Width="450" Height="800">
|
|
|
|
|
|
<userControls:VenusSETM
|
|
|
- VCEIsInstalled="{Binding VCEIsInstalled }"
|
|
|
- PMAIsInstalled="{Binding PMAIsInstalled}"
|
|
|
- PMBIsInstalled="{Binding PMBIsInstalled}"
|
|
|
- PMCIsInstalled="{Binding PMCIsInstalled}"
|
|
|
- VCEDoorIsOpen = "{Binding VCE1DoorIsOpen}"
|
|
|
- PMADoorIsOpen = "{Binding PMADoorIsOpen}"
|
|
|
- PMBDoorIsOpen = "{Binding PMBDoorIsOpen}"
|
|
|
- PMCDoorIsOpen = "{Binding PMCDoorIsOpen}"
|
|
|
- VPAIsShow="true" Panel.ZIndex="99"
|
|
|
+ VCEIsInstalled="{Binding VCE1IsInstalled }"
|
|
|
+ PMAIsInstalled="{Binding PMAIsInstalled}"
|
|
|
+ PMBIsInstalled="{Binding PMBIsInstalled}"
|
|
|
+ PMCIsInstalled="{Binding PMCIsInstalled}"
|
|
|
+ VCEDoorIsOpen = "{Binding VCE1DoorIsOpen}"
|
|
|
+ PMADoorIsOpen = "{Binding PMADoorIsOpen}"
|
|
|
+ PMBDoorIsOpen = "{Binding PMBDoorIsOpen}"
|
|
|
+ PMCDoorIsOpen = "{Binding PMCDoorIsOpen}"
|
|
|
+ VPAIsShow="true" Panel.ZIndex="99"
|
|
|
Width="140" Height="140" Canvas.Top="140" Canvas.Left="372" ></userControls:VenusSETM>
|
|
|
+
|
|
|
<userControls:TMChamber Panel.ZIndex="1" ModuleName="PMA" x:Name="PMA" Canvas.Top="275" Canvas.Left="277" Width="100" Height="100" RotateTransformValue="-90" DoorIsOpen="{Binding RtDataValues[PMA.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMAWafer}" PMVisibility="{Binding PMAIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" HorizontalAlignment="Center" VerticalAlignment="Top"/>
|
|
|
<userControls:TMChamber Panel.ZIndex="1" ModuleName="PMB" x:Name="PMB" Canvas.Top="45" Canvas.Left="409" Width="100" Height="100" DoorIsOpen="{Binding RtDataValues[PMB.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMBWafer}" PMVisibility="{Binding PMBIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" HorizontalAlignment="Left" VerticalAlignment="Center"/>
|
|
|
+ <userControls:TMChamber Panel.ZIndex="1" ModuleName="PMC" x:Name="PMC" Canvas.Top="174" Canvas.Left="642" Width="102" Height="102" RotateTransformValue="90" DoorIsOpen="{Binding RtDataValues[PMC.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMBWafer}" PMVisibility="{Binding PMCIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" HorizontalAlignment="Left" VerticalAlignment="Top"/>
|
|
|
<!--<userControls:TMChamber ModuleName="PMC" x:Name="PMC" Canvas.Top="155" Canvas.Left="680" Width="140" Height="140" RotateTransformValue="90" DoorIsOpen="{Binding RtDataValues[PMC.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMCWafer}" PMVisibility="{Binding PMCIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" HorizontalAlignment="Center" VerticalAlignment="Top"/>-->
|
|
|
<TextBlock Canvas.Top="535" Canvas.Left="435" Text="Vce" FontSize="25" FontWeight="Normal" HorizontalAlignment="Center" VerticalAlignment="Top"></TextBlock>
|
|
|
<userControls:Vce Canvas.Top="360" Canvas.Left="355" Width="200" Height="180" HorizontalAlignment="Center" VerticalAlignment="Top"></userControls:Vce>
|