|
@@ -33,25 +33,30 @@
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid Grid.Column="0">
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="160"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
<RowDefinition/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid Grid.Row="1">
|
|
@@ -62,8 +67,8 @@
|
|
|
<Label Grid.Column="0" VerticalContentAlignment="Center">Nitrogen #1A</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
<Ellipse Width="16" Height="16" Fill="{Binding NitrogenOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding NitrogenOnCommand}" IsEnabled="{Binding NitrogenOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding NitrogenOffCommand}" IsEnabled="{Binding NitrogenOn}" Margin="80,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding NitrogenOnCommand}" IsEnabled="{Binding NitrogenOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding NitrogenOffCommand}" IsEnabled="{Binding NitrogenOn}" Margin="80,0,0,0"></Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="2">
|
|
@@ -102,8 +107,8 @@
|
|
|
<Label Grid.Column="0" VerticalContentAlignment="Center">CDA #1</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
<Ellipse Width="16" Height="16" Fill="{Binding CdaOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding CDAOnCommand}" IsEnabled="{Binding CdaOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding CDAOffCommand}" IsEnabled="{Binding CdaOn}" Margin="80,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding CDAOnCommand}" IsEnabled="{Binding CdaOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding CDAOffCommand}" IsEnabled="{Binding CdaOn}" Margin="80,0,0,0"></Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="7">
|
|
@@ -118,11 +123,11 @@
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Column="0" VerticalContentAlignment="Center">Extend CDA</Label>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">Ext CDA</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
<Ellipse Width="16" Height="16" Fill="{Binding ExtendCdaOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding ExternalCDAOnCommand}" IsEnabled="{Binding ExtendCdaOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding ExternalCDAOffCommand}" IsEnabled="{Binding ExtendCdaOn}" Margin="80,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding ExternalCDAOnCommand}" IsEnabled="{Binding ExtendCdaOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding ExternalCDAOffCommand}" IsEnabled="{Binding ExtendCdaOn}" Margin="80,0,0,0"></Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="9">
|
|
@@ -130,21 +135,22 @@
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Column="0" VerticalContentAlignment="Center">System Exhaust</Label>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">System Exhaust 1/2</Label>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="10">
|
|
|
+ <Grid Grid.Row="11">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Column="0" VerticalContentAlignment="Center">DI Water Pressure</Label>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">DIW Pressure</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
<Ellipse Width="16" Height="16" Fill="{Binding DiWaterPressureOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding DiWaterPressureOnCommand}" IsEnabled="{Binding DiWaterPressureOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding DiWaterPressureOffCommand}" IsEnabled="{Binding DiWaterPressureOn}" Margin="80,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding DiWaterPressureOnCommand}" IsEnabled="{Binding DiWaterPressureOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding DiWaterPressureOffCommand}" IsEnabled="{Binding DiWaterPressureOn}" Margin="80,0,0,0"></Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="11">
|
|
|
+
|
|
|
+ <Grid Grid.Row="13">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
@@ -152,47 +158,95 @@
|
|
|
<Label Grid.Column="0" VerticalContentAlignment="Center">House Chilled Water Flow</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
<Ellipse Width="16" Height="16" Fill="{Binding HouseChilledWaterFlowOn,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding HouseChilledWaferFlowOnCommand}" IsEnabled="{Binding HouseChilledWaterFlowOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding HouseChilledWaferFlowOffCommand}" IsEnabled="{Binding HouseChilledWaterFlowOn}" Margin="80,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding HouseChilledWaferFlowOnCommand}" IsEnabled="{Binding HouseChilledWaterFlowOn,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding HouseChilledWaferFlowOffCommand}" IsEnabled="{Binding HouseChilledWaterFlowOn}" Margin="80,0,0,0"></Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
+
|
|
|
<Grid Grid.Row="12">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="34.5"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="225.5"/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center" Grid.ColumnSpan="2">DIW Return Flow</Label>
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="14">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Column="0" VerticalContentAlignment="Center">DI Fill Enable</Label>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">VPW DIW Enable</Label>
|
|
|
+ <Grid Grid.Column="1">
|
|
|
+ <Ellipse Width="16" Height="16" Fill="{Binding VpwDiWEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding VpwDiwEnableCommand}" IsEnabled="{Binding VpwDiWEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding VpwDiwDisableCommand}" IsEnabled="{Binding VpwDiWEnable}" Margin="80,0,0,0"></Button>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="15">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">DIW Fill Enable</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
<Ellipse Width="16" Height="16" Fill="{Binding DiFillEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding DiFillEnableCommand}" IsEnabled="{Binding DiFillEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding DiFillDisableCommand}" IsEnabled="{Binding DiFillEnable}" Margin="80,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding DiFillEnableCommand}" IsEnabled="{Binding DiFillEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding DiFillDisableCommand}" IsEnabled="{Binding DiFillEnable}" Margin="80,0,0,0"></Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="13">
|
|
|
+
|
|
|
+ <Grid Grid.Row="16">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Column="0" VerticalContentAlignment="Center">DI Replen Enable</Label>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">DIW Replen Enable</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
<Ellipse Width="16" Height="16" Fill="{Binding DiReplenEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding DiReplenEnableCommand}" IsEnabled="{Binding DiReplenEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding DiReplenDisableCommand}" IsEnabled="{Binding DiReplenEnable}" Margin="80,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding DiReplenEnableCommand}" IsEnabled="{Binding DiReplenEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding DiReplenDisableCommand}" IsEnabled="{Binding DiReplenEnable}" Margin="80,0,0,0"></Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="14">
|
|
|
+ <Grid Grid.Row="17">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Column="0" VerticalContentAlignment="Center">Loader DI Enable</Label>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">SRD DIW Enable</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding LoaderDiEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding LoaderDIEnableCommand}" IsEnabled="{Binding LoaderDiEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding LoaderDIDisableCommand}" IsEnabled="{Binding LoaderDiEnable}" Margin="80,0,0,0"></Button>
|
|
|
+ <Ellipse Width="16" Height="16" Fill="{Binding SrdDiWEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding SrdDiwEnableCommand}" IsEnabled="{Binding SrdDiWEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding SrdDiwDisableCommand}" IsEnabled="{Binding SrdDiWEnable}" Margin="80,0,0,0"></Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="16">
|
|
|
+ <Grid Grid.Row="18">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">Sample Station Enable</Label>
|
|
|
+ <Grid Grid.Column="1">
|
|
|
+ <Ellipse Width="16" Height="16" Fill="{Binding SampleStationEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding SampleStationEnableCommand}" IsEnabled="{Binding SampleStationEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding SampleStationDisableCommand}" IsEnabled="{Binding SampleStationEnable}" Margin="80,0,0,0"></Button>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="19">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">Filter Purge</Label>
|
|
|
+ <Grid Grid.Column="1">
|
|
|
+ <Ellipse Width="16" Height="16" Fill="{Binding FilterPurgeEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding FilterPurgeEnableCommand}" IsEnabled="{Binding FilterPurgeEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="25" HorizontalAlignment="Left" Command="{Binding FilterPurgeEnableCommand}" IsEnabled="{Binding FilterPurgeEnable}" Margin="80,0,0,0"></Button>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="20">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
@@ -203,64 +257,57 @@
|
|
|
<TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Width="40" Background="Black" Foreground="Lime" Text="psi" Margin="90,0,0,0"/>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="17">
|
|
|
+ <Grid Grid.Row="21">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">N2 Overflow Pressure</Label>
|
|
|
+ <Grid Grid.Column="1">
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Width="60" Background="Black" Foreground="Lime" Text="{Binding N2OverflowPressure}" Margin="26,0,0,0"/>
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Width="40" Background="Black" Foreground="Lime" Text="psi" Margin="90,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="22">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Column="0" VerticalContentAlignment="Center">All</Label>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">Clamshell Cylinder Pressure</Label>
|
|
|
<Grid Grid.Column="1">
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding AllStatus,Converter={StaticResource middleStatusColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding AllOnCommand}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding AllOffCommand}" Margin="80,0,0,0"></Button>
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Width="60" Background="Black" Foreground="Lime" Text="{Binding ClamshellCylinderPressure}" Margin="26,0,0,0"/>
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Width="40" Background="Black" Foreground="Lime" Text="psi" Margin="90,0,0,0"/>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="18" Width="311" HorizontalAlignment="Left">
|
|
|
- <GroupBox Header="Containment">
|
|
|
- <Grid>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <Label Content="Process Fluid Detect" VerticalContentAlignment="Center"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding ProcessFluidDetect,Converter={StaticResource boolToYellowColor2}}" Stroke="Silver" HorizontalAlignment="Left" Margin="255,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Label Content="Sample 1 Fluid Detect" VerticalContentAlignment="Center"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding SampleFluidDetect,Converter={StaticResource boolToYellowColor2}}" Stroke="Silver" HorizontalAlignment="Left" Margin="255,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="2">
|
|
|
- <Label Content="ARS Fluid Detect" VerticalContentAlignment="Center"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding ArsFluidDetect,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="255,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <!--<Grid Grid.Row="3">
|
|
|
- <Label Content="CRS Wash Box Fluid Detect" VerticalContentAlignment="Center"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding CRSWashBoxFluidDetect,Converter={StaticResource boolToYellowColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="255,0,0,0"/>
|
|
|
- </Grid>-->
|
|
|
- </Grid>
|
|
|
- </GroupBox>
|
|
|
+ <Grid Grid.Row="23">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="260"></ColumnDefinition>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Label Grid.Column="0" VerticalContentAlignment="Center">Tilt Cylinder Pressure</Label>
|
|
|
+ <Grid Grid.Column="1">
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Width="60" Background="Black" Foreground="Lime" Text="{Binding TiltCylinderPressure}" Margin="26,0,0,0"/>
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="18" Width="40" Background="Black" Foreground="Lime" Text="psi" Margin="90,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
<Grid Grid.Column="1">
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
<RowDefinition />
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid Grid.Row="0">
|
|
@@ -359,13 +406,12 @@
|
|
|
<ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <TextBlock Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding VacuumData.MinError}"></TextBlock>
|
|
|
- <TextBlock Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding VacuumData.MinWarning}"></TextBlock>
|
|
|
- <!--<TextBlock Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="Black" Foreground="Lime" Text="{Binding VacuumData.Value}"></TextBlock>-->
|
|
|
- <UserControls:PressureBlockControl Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Value="{Binding VacuumData.Value}"
|
|
|
- IsError="{Binding VacuumData.IsError}" IsWarning="{Binding VacuumData.IsWarning}" FontSize="18" Width="60"></UserControls:PressureBlockControl>
|
|
|
- <TextBlock Grid.Column="4" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding VacuumData.MaxError}"></TextBlock>
|
|
|
- <TextBlock Grid.Column="3" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding VacuumData.MaxWarning}"></TextBlock>
|
|
|
+ <TextBlock Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding SystemVacuumData.MinError}"></TextBlock>
|
|
|
+ <TextBlock Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding SystemVacuumData.MinWarning}"></TextBlock>
|
|
|
+ <UserControls:PressureBlockControl Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Value="{Binding SystemVacuumData.Value}"
|
|
|
+ IsError="{Binding SystemVacuumData.IsError}" IsWarning="{Binding SystemVacuumData.IsWarning}" FontSize="18" Width="60"></UserControls:PressureBlockControl>
|
|
|
+ <TextBlock Grid.Column="4" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding SystemVacuumData.MaxError}"></TextBlock>
|
|
|
+ <TextBlock Grid.Column="3" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding SystemVacuumData.MaxWarning}"></TextBlock>
|
|
|
<TextBlock Grid.Column="5" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="12" Background="Transparent">mmHg</TextBlock>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="6">
|
|
@@ -468,63 +514,56 @@
|
|
|
<ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
+ <TextBlock Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding DiWaterPressureData.MinError}"></TextBlock>
|
|
|
+ <TextBlock Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding DiWaterPressureData.MinWarning}"></TextBlock>
|
|
|
+ <TextBlock Grid.Column="4" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding DiWaterPressureData.MaxError}"></TextBlock>
|
|
|
+ <UserControls:PressureBlockControl Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Value="{Binding DiWaterPressureData.Value}"
|
|
|
+ IsError="{Binding DiWaterPressureData.IsError}" IsWarning="{Binding DiWaterPressureData.IsWarning}"
|
|
|
+ FontSize="18" Width="60"></UserControls:PressureBlockControl>
|
|
|
+ <TextBlock Grid.Column="3" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding DiWaterPressureData.MaxWarning}"></TextBlock>
|
|
|
+ <TextBlock Grid.Column="5" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="12" Background="Transparent">L/min</TextBlock>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="12">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <TextBlock Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding DiWaterReturnFlowData.MinError}"></TextBlock>
|
|
|
+ <TextBlock Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding DiWaterReturnFlowData.MinWarning}"></TextBlock>
|
|
|
+ <!--<TextBlock Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="Black" Foreground="Lime" Text="{Binding HouseChilledWaterFlowData.Value}"></TextBlock>-->
|
|
|
+ <TextBlock Grid.Column="4" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding DiWaterReturnFlowData.MaxError}"></TextBlock>
|
|
|
+ <UserControls:PressureBlockControl Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Value="{Binding DiWaterReturnFlowData.Value}"
|
|
|
+ IsError="{Binding DiWaterReturnFlowData.IsError}" IsWarning="{Binding DiWaterReturnFlowData.IsWarning}"
|
|
|
+ FontSize="18" Width="60"></UserControls:PressureBlockControl>
|
|
|
+ <TextBlock Grid.Column="3" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding DiWaterReturnFlowData.MaxWarning}"></TextBlock>
|
|
|
+ <TextBlock Grid.Column="5" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="12" Background="Transparent">L/min</TextBlock>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="13">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="70"></ColumnDefinition>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
<TextBlock Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding HouseChilledWaterFlowData.MinError}"></TextBlock>
|
|
|
<TextBlock Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding HouseChilledWaterFlowData.MinWarning}"></TextBlock>
|
|
|
<!--<TextBlock Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="Black" Foreground="Lime" Text="{Binding HouseChilledWaterFlowData.Value}"></TextBlock>-->
|
|
|
<TextBlock Grid.Column="4" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding HouseChilledWaterFlowData.MaxError}"></TextBlock>
|
|
|
<UserControls:PressureBlockControl Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Value="{Binding HouseChilledWaterFlowData.Value}"
|
|
|
- IsError="{Binding HouseChilledWaterFlowData.IsError}" IsWarning="{Binding HouseChilledWaterFlowData.IsWarning}"
|
|
|
- FontSize="18" Width="60"></UserControls:PressureBlockControl>
|
|
|
+ IsError="{Binding HouseChilledWaterFlowData.IsError}" IsWarning="{Binding HouseChilledWaterFlowData.IsWarning}"
|
|
|
+ FontSize="18" Width="60"></UserControls:PressureBlockControl>
|
|
|
<TextBlock Grid.Column="3" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="18" Width="60" Background="LightGray" Foreground="White" Text="{Binding HouseChilledWaterFlowData.MaxWarning}"></TextBlock>
|
|
|
<TextBlock Grid.Column="5" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="12" Background="Transparent">L/min</TextBlock>
|
|
|
</Grid>
|
|
|
|
|
|
- <Grid Grid.Row="13">
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="255"></ColumnDefinition>
|
|
|
- <ColumnDefinition/>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Label Grid.Column="0" VerticalContentAlignment="Center">Fliter Purge Enable</Label>
|
|
|
- <Grid Grid.Column="1">
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding FilterPurgeEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="On" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding FilterPurgeEnableCommand}" IsEnabled="{Binding FilterPurgeEnable,Converter={StaticResource boolReverse}}" Margin="25,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Off" Width="50" Height="30" HorizontalAlignment="Left" Command="{Binding FilterPurgeDisableCommand}" IsEnabled="{Binding FilterPurgeEnable}" Margin="80,0,0,0"></Button>
|
|
|
- </Grid>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="15">
|
|
|
- <GroupBox Header="Sample System" VerticalAlignment="Top">
|
|
|
- <Grid>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="50"></RowDefinition>
|
|
|
- <!--<RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>
|
|
|
- <RowDefinition Height="35"></RowDefinition>-->
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding SampleEnable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="20,0,0,0"/>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Enable" Width="70" Height="30" HorizontalAlignment="Left" Command="{Binding SampleEnableCommand}" Margin="50,0,0,0"></Button>
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Content="Disable" Width="70" Height="30" HorizontalAlignment="Left" Command="{Binding SampleDisableCommand}" Margin="140,0,0,0"></Button>
|
|
|
- </Grid>
|
|
|
- <!--<Grid Grid.Row="1">
|
|
|
- <Label Content="Flow 1 Enable " VerticalContentAlignment="Center" HorizontalAlignment="Left" Width="170" Margin="18,0,0,0"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding SampleFlow1Enable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="255,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="2">
|
|
|
- <Label Content="Flow 2 Enable " VerticalContentAlignment="Center" HorizontalAlignment="Left" Width="170" Margin="18,0,0,0"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding SampleFlow2Enable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="255,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="3">
|
|
|
- <Label Content="Flow 3 Enable " VerticalContentAlignment="Center" HorizontalAlignment="Left" Width="170" Margin="18,0,0,0"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding SampleFlow3Enable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="255,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="4">
|
|
|
- <Label Content="Flow 4 Enable " VerticalContentAlignment="Center" HorizontalAlignment="Left" Width="170" Margin="18,0,0,0"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding SampleFlow4Enable,Converter={StaticResource boolToColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="255,0,0,0"/>
|
|
|
- </Grid>-->
|
|
|
- </Grid>
|
|
|
- </GroupBox>
|
|
|
- </Grid>
|
|
|
+
|
|
|
+
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
@@ -534,8 +573,8 @@
|
|
|
<RowDefinition/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="320"></ColumnDefinition>
|
|
|
- <ColumnDefinition Width="200"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="400"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="120"></ColumnDefinition>
|
|
|
<ColumnDefinition Width="420"></ColumnDefinition>
|
|
|
<ColumnDefinition/>
|
|
|
</Grid.ColumnDefinitions>
|
|
@@ -546,20 +585,20 @@
|
|
|
<RowDefinition/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid Grid.Row="0">
|
|
|
- <Label Content="Process" VerticalContentAlignment="Center"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding ProcessFFUError,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="60,0,0,0"/>
|
|
|
- <Label Content="Error" VerticalContentAlignment="Center" Margin="75,0,0,0"></Label>
|
|
|
- <Label Content="Pressure" VerticalContentAlignment="Center" Margin="140,0,0,0"></Label>
|
|
|
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="14" Width="58" Background="Black" Foreground="Lime" Text="{Binding ProcessFFUPressure}" Margin="200,0,0,0"/>
|
|
|
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="14" Width="40" Background="Black" Foreground="Lime" Text="inWc" Margin="260,0,0,0"/>
|
|
|
+ <Label Content="Plate Cell Pressure" VerticalContentAlignment="Center"></Label>
|
|
|
+ <Ellipse Width="16" Height="16" Fill="{Binding PlateCellFFUPressureError,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="120,0,0,0"/>
|
|
|
+ <Label Content="Error" VerticalContentAlignment="Center" Margin="135,0,0,0"></Label>
|
|
|
+ <Label Content="Pressure" VerticalContentAlignment="Center" Margin="200,0,0,0"></Label>
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="14" Width="58" Background="Black" Foreground="Lime" Text="{Binding PlateCellFFUPressure}" Margin="260,0,0,0"/>
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="14" Width="40" Background="Black" Foreground="Lime" Text="inWc" Margin="320,0,0,0"/>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="1">
|
|
|
- <Label Content="Loader" VerticalContentAlignment="Center"></Label>
|
|
|
- <Ellipse Width="16" Height="16" Fill="{Binding LoaderFFUError,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="60,0,0,0"/>
|
|
|
- <Label Content="Error" VerticalContentAlignment="Center" Margin="75,0,0,0"></Label>
|
|
|
- <Label Content="Pressure" VerticalContentAlignment="Center" Margin="140,0,0,0"></Label>
|
|
|
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="14" Width="58" Background="Black" Foreground="Lime" Text="{Binding LoaderFFUPressure}" Margin="200,0,0,0"/>
|
|
|
- <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="14" Width="40" Background="Black" Foreground="Lime" Text="inWc" Margin="260,0,0,0"/>
|
|
|
+ <Label Content="Corridor Pressure" VerticalContentAlignment="Center"></Label>
|
|
|
+ <Ellipse Width="16" Height="16" Fill="{Binding CorridorFFUPressureError,Converter={StaticResource boolToErrorColor}}" Stroke="Silver" HorizontalAlignment="Left" Margin="120,0,0,0"/>
|
|
|
+ <Label Content="Error" VerticalContentAlignment="Center" Margin="135,0,0,0"></Label>
|
|
|
+ <Label Content="Pressure" VerticalContentAlignment="Center" Margin="200,0,0,0"></Label>
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="14" Width="58" Background="Black" Foreground="Lime" Text="{Binding CorridorFFUPressure}" Margin="260,0,0,0"/>
|
|
|
+ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="14" Width="40" Background="Black" Foreground="Lime" Text="inWc" Margin="320,0,0,0"/>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
</GroupBox>
|