|
@@ -41,10 +41,10 @@
|
|
|
<userControls:LoadLockRight Width="150" Height="150" Canvas.Top="309" Canvas.Left="519" DoorIsOpen="{Binding RtDataValues[TM.LLBTSlitDoor.IsClosed],Converter={StaticResource BoolToBool}}" Door2IsOpen="{Binding RtDataValues[TM.LLBESlitDoor.IsClosed],Converter={StaticResource BoolToBool}}" Visibility="{Binding LLBIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" RobotWafer="{Binding LLBWafer}" IsEnabled="False"/>
|
|
|
|
|
|
|
|
|
- <userControls:TMChamber ModuleName="PMA" x:Name="PMA" Canvas.Top="302" Canvas.Left="233" Width="140" Height="140" RotateTransformValue="-90" DoorIsOpen="{Binding RtDataValues[PMA.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMAWafer}" PMVisibility="{Binding PMAIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" IsEnabled="{Binding PMAIsInstalled}"/>
|
|
|
- <userControls:TMChamber ModuleName="PMB" x:Name="PMB" Canvas.Top="28" Canvas.Left="315" Width="140" Height="140" RotateTransformValue="-28" DoorIsOpen="{Binding RtDataValues[PMB.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMBWafer}" PMVisibility="{Binding PMBIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" IsEnabled="{Binding PMBIsInstalled}"/>
|
|
|
- <userControls:TMChamber ModuleName="PMC" x:Name="PMC" Canvas.Top="-37" Canvas.Left="586" Width="140" Height="140" RotateTransformValue="29" DoorIsOpen="{Binding RtDataValues[PMC.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMCWafer}" PMVisibility="{Binding PMCIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" IsEnabled="{Binding PMCIsInstalled}"/>
|
|
|
- <userControls:TMChamber ModuleName="PMD" x:Name="PMD" Canvas.Top="160" Canvas.Left="788" Width="140" Height="140" RotateTransformValue="90" DoorIsOpen="{Binding RtDataValues[PMD.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMDWafer}" PMVisibility="{Binding PMDIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" IsEnabled="{Binding PMDIsInstalled}"/>
|
|
|
+ <userControls:TMChamber ModuleName="PMA" x:Name="PMA" Canvas.Top="302" Canvas.Left="233" Width="140" Height="140" RotateTransformValue="-90" DoorIsOpen="{Binding RtDataValues[PMA.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMAWafer}" PMVisibility="{Binding PMAIsInstalled,Converter={StaticResource bool2VisibilityConverter}}"/>
|
|
|
+ <userControls:TMChamber ModuleName="PMB" x:Name="PMB" Canvas.Top="28" Canvas.Left="315" Width="140" Height="140" RotateTransformValue="-28" DoorIsOpen="{Binding RtDataValues[PMB.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMBWafer}" PMVisibility="{Binding PMBIsInstalled,Converter={StaticResource bool2VisibilityConverter}}"/>
|
|
|
+ <userControls:TMChamber ModuleName="PMC" x:Name="PMC" Canvas.Top="-37" Canvas.Left="586" Width="140" Height="140" RotateTransformValue="29" DoorIsOpen="{Binding RtDataValues[PMC.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMCWafer}" PMVisibility="{Binding PMCIsInstalled,Converter={StaticResource bool2VisibilityConverter}}"/>
|
|
|
+ <userControls:TMChamber ModuleName="PMD" x:Name="PMD" Canvas.Top="160" Canvas.Left="788" Width="140" Height="140" RotateTransformValue="90" DoorIsOpen="{Binding RtDataValues[PMD.IsSlitDoorClosed],Converter={StaticResource BoolToBool}}" RobotWafer="{Binding PMDWafer}" PMVisibility="{Binding PMDIsInstalled,Converter={StaticResource bool2VisibilityConverter}}"/>
|
|
|
|
|
|
|
|
|
|
|
@@ -56,8 +56,8 @@
|
|
|
<!--<customControls:WaferRobotControl OriginT="PMA" Canvas.Left="310" Canvas.Top="453" Width="160" Height="240" RobotTAction="{Binding Robot3TAction}" RobotXAction="{Binding Robot3XAction}" RobotWafer="{Binding EFEMBladeAWafer}"/>
|
|
|
<customControls:WaferRobotControl OriginT="PMD" Canvas.Left="310" Canvas.Top="453" Width="160" Height="240" RobotTAction="{Binding Robot4TAction}" RobotXAction="{Binding Robot4XAction}" RobotWafer="{Binding EFEMBladeBWafer}"/>-->
|
|
|
|
|
|
- <customControls:WaferRobotControl OriginT="PMA" Canvas.Left="310" Canvas.Top="160" Width="160" Height="240" RobotTAction="{Binding Robot1TAction}" RobotXAction="{Binding Robot1XAction}" RobotWafer="{Binding TMBladeAWafer}"/>
|
|
|
- <customControls:WaferRobotControl OriginT="PMD" Canvas.Left="310" Canvas.Top="160" Width="160" Height="240" RobotTAction="{Binding Robot2TAction}" RobotXAction="{Binding Robot2XAction}" RobotWafer="{Binding TMBladeBWafer}"/>
|
|
|
+ <customControls:WaferRobotControl OriginT="PMA" Canvas.Left="310" Canvas.Top="160" Width="160" Height="240" RobotTAction="{Binding Robot1TAction}" RobotXAction="{Binding Robot1XAction}" RobotWafer="{Binding TMBladeAWafer}" IsEnabled="False"/>
|
|
|
+ <customControls:WaferRobotControl OriginT="PMD" Canvas.Left="310" Canvas.Top="160" Width="160" Height="240" RobotTAction="{Binding Robot2TAction}" RobotXAction="{Binding Robot2XAction}" RobotWafer="{Binding TMBladeBWafer}" IsEnabled="False"/>
|
|
|
</Canvas>
|
|
|
|
|
|
<Grid Width="280" Height="170" Canvas.Left="30" Canvas.Top="250" unity:GridOptions.LineBrush="#afb4db" unity:GridOptions.ShowBorder="True" Background="#E9EDF4" Visibility="{Binding PMAIsInstalled,Converter={StaticResource bool2VisibilityConverter}}">
|