@@ -44,7 +44,7 @@
<TextBlock Text="Sequence:" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="15" FontFamily="Arial" VerticalAlignment="Center" Width="80"></TextBlock>
- <customControls:CustomComBobox Width="200" x:Name="cb" DropDownOpened="cb_DropDownOpened" SelectionChanged="cb_SelectionChanged" Margin="0 2 0 2"/>
+ <customControls:CustomComBobox Width="200" x:Name="cb" DropDownOpened="cb_DropDownOpened" SelectionChanged="cb_SelectionChanged" Margin="0 2 0 2" SelectedValue="{Binding ElementName=WaferUnit,Path=SequenceName}"/>
</StackPanel>
@@ -987,7 +987,8 @@ namespace Venus_RT.Devices
OpenValve(ValveType.TurboPumpPumping, true);
//SetPVPressure(0);
- SetPVPostion(1000);
+ TurnPendulumValve(true);
+ //SetPVPostion(1000);
await Task.Delay(0);
OpenValve(ValveType.Purge, false);
//return true;
@@ -997,7 +997,8 @@ namespace Venus_RT.Devices
@@ -71,6 +71,7 @@ namespace Venus_Simulator.Devices
case "O:":
_bHold = false;
_simPendulumValveStatus = PendulumValveStatus.ON;
+ _position = 100000;
sRes = "O:\r\n";
break;
case "H:":
@@ -70,6 +70,8 @@ namespace Venus_Simulator.Devices
+
@@ -70,6 +70,7 @@ namespace Venus_Simulator.Devices