|
@@ -41,8 +41,8 @@
|
|
|
<Viewbox Width="890" Height="890" Canvas.Top="5" Canvas.Left="297" Stretch="Fill">
|
|
|
<Canvas Width="1000" Height="1000">
|
|
|
<!--<userControls:MainTM Width="300" Height="250" Canvas.Left="380" Canvas.Top="90"/>-->
|
|
|
- <userControls:LoadLockLeft Width="150" Height="150" Canvas.Top="310" Canvas.Left="358" DoorIsOpen="{Binding RtDataValues[TM.LLATSlitDoor.IsClosed],Converter={StaticResource BoolToBool}}" Visibility="{Binding LLAIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" RobotWafer="{Binding LLAWafer}"/>
|
|
|
- <userControls:LoadLockRight Width="150" Height="150" Canvas.Top="309" Canvas.Left="519" DoorIsOpen="{Binding RtDataValues[TM.LLBTSlitDoor.IsClosed],Converter={StaticResource BoolToBool}}" Visibility="{Binding LLBIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" RobotWafer="{Binding LLBWafer}"/>
|
|
|
+ <userControls:LoadLockLeft Width="150" Height="150" Canvas.Top="310" Canvas.Left="358" DoorIsOpen="{Binding RtDataValues[TM.LLATSlitDoor.IsClosed],Converter={StaticResource BoolToBool}}" Door2IsOpen="{Binding RtDataValues[TM.LLAESlitDoor.IsClosed],Converter={StaticResource BoolToBool}}" Visibility="{Binding LLAIsInstalled,Converter={StaticResource bool2VisibilityConverter}}" RobotWafer="{Binding LLAWafer}"/>
|
|
|
+ <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}"/>
|
|
|
</Canvas>
|
|
|
</Viewbox>
|
|
|
<userControls:EFEM Width="500" Height="200" Canvas.Left="500" Canvas.Top="430" Aligner1Wafer="{Binding Aligner1Wafer}" LP1Loaded="{Binding RtDataValues[LP1.IsLoaded]}" LP2Loaded="{Binding RtDataValues[LP2.IsLoaded]}" LP3Loaded="{Binding RtDataValues[LP3.IsLoaded]}"/>
|
|
@@ -157,7 +157,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <StackPanel Canvas.Left="1040" Canvas.Top="180" Width="340">
|
|
|
+ <StackPanel Canvas.Left="1040" Canvas.Top="180" Width="400">
|
|
|
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_FirstTitle}" Padding="5,1" Height="30">
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" VerticalAlignment="Center">
|
|
@@ -180,6 +180,7 @@
|
|
|
<customControls:PathButton Content="Up" Width="80" Height="33" Command="{Binding Align1UpCommand}"/>
|
|
|
<customControls:PathButton Content="Down" Width="80" Height="33" Command="{Binding Align1DownCommand}"/>
|
|
|
<customControls:PathButton Content="Align" Width="80" Height="33" Command="{Binding Align1AlignCommand}"/>
|
|
|
+ <TextBox Text="{Binding AlignValue}" Width="60" Height="33" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="1,0,1,0" FontSize="20"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
|
|
@@ -264,7 +265,7 @@
|
|
|
|
|
|
</Border>
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="4" Grid.Column="2" Padding="5,1">
|
|
|
- <StackPanel Orientation="Horizontal" >
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
<Button IsEnabled="{Binding IsLP1ClampEnable}" Margin="10,0" Content="Clamp" Width="90" Height="25" Command="{Binding LPClampCommand}" CommandParameter="LP1"/>
|
|
|
<Button IsEnabled="{Binding IsLP1UnclampEnable}" Margin="10,0" Content="Unclamp" Width="90" Height="25" Command="{Binding LPUnClampCommand}" CommandParameter="LP1"/>
|
|
|
</StackPanel>
|
|
@@ -311,7 +312,7 @@
|
|
|
</Border>
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="6" Grid.Column="2" Padding="5,1">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
- <Button IsEnabled="{Binding IsLP1OpenEnable}" Margin="10,0" Content="Open" Width="90" Height="25">
|
|
|
+ <Button IsEnabled="{Binding IsLP1OpenEnable}" Margin="10,0" Content="Open" Width="90" Height="25" Command="{Binding LPOpenDoorCommand}" CommandParameter="LP1">
|
|
|
<!--<i:Interaction.Triggers>
|
|
|
<i:EventTrigger EventName="Click">
|
|
|
<cal:ActionMessage MethodName="OpenDoor">
|
|
@@ -320,7 +321,7 @@
|
|
|
</i:EventTrigger>
|
|
|
</i:Interaction.Triggers>-->
|
|
|
</Button>
|
|
|
- <Button IsEnabled="{Binding IsLP1CloseEnable}" Margin="10,0" Content="Close" Width="90" Height="25">
|
|
|
+ <Button IsEnabled="{Binding IsLP1CloseEnable}" Margin="10,0" Content="Close" Width="90" Height="25" Command="{Binding LPCloseDoorCommand}" CommandParameter="LP1">
|
|
|
<!--<i:Interaction.Triggers>
|
|
|
<i:EventTrigger EventName="Click">
|
|
|
<cal:ActionMessage MethodName="CloseDoor">
|
|
@@ -449,7 +450,7 @@
|
|
|
</Border>
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="6" Grid.Column="2" Padding="5,1">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
- <Button IsEnabled="{Binding IsLP1OpenEnable}" Margin="10,0" Content="Open" Width="90" Height="25">
|
|
|
+ <Button IsEnabled="{Binding IsLP1OpenEnable}" Margin="10,0" Content="Open" Width="90" Height="25" Command="{Binding LPOpenDoorCommand}" CommandParameter="LP2">
|
|
|
<!--<i:Interaction.Triggers>
|
|
|
<i:EventTrigger EventName="Click">
|
|
|
<cal:ActionMessage MethodName="OpenDoor">
|
|
@@ -458,7 +459,7 @@
|
|
|
</i:EventTrigger>
|
|
|
</i:Interaction.Triggers>-->
|
|
|
</Button>
|
|
|
- <Button IsEnabled="{Binding IsLP1CloseEnable}" Margin="10,0" Content="Close" Width="90" Height="25">
|
|
|
+ <Button IsEnabled="{Binding IsLP1CloseEnable}" Margin="10,0" Content="Close" Width="90" Height="25" Command="{Binding LPCloseDoorCommand}" CommandParameter="LP2">
|
|
|
<!--<i:Interaction.Triggers>
|
|
|
<i:EventTrigger EventName="Click">
|
|
|
<cal:ActionMessage MethodName="CloseDoor">
|
|
@@ -583,8 +584,8 @@
|
|
|
</Border>
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="6" Grid.Column="2" Padding="5,1">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
- <Button IsEnabled="{Binding IsLP1OpenEnable}" Margin="10,0" Content="Open" Width="90" Height="25"/>
|
|
|
- <Button IsEnabled="{Binding IsLP1CloseEnable}" Margin="10,0" Content="Close" Width="90" Height="25"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP1OpenEnable}" Margin="10,0" Content="Open" Width="90" Height="25" Command="{Binding LPOpenDoorCommand}" CommandParameter="LP1"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP1CloseEnable}" Margin="10,0" Content="Close" Width="90" Height="25" Command="{Binding LPCloseDoorCommand}" CommandParameter="LP1"/>
|
|
|
</StackPanel>
|
|
|
</Border>
|
|
|
|