|
@@ -56,7 +56,6 @@
|
|
|
<Binding Path="N2ValveIsOpen"/>
|
|
|
<Binding Path="GasFinalValveIsOpen"/>
|
|
|
</MultiBinding>
|
|
|
-
|
|
|
</ctrls:FlowPipe.IsFlowing>
|
|
|
</ctrls:FlowPipe>
|
|
|
|
|
@@ -208,11 +207,20 @@
|
|
|
|
|
|
<ctrls:Pipe2 Canvas.Left="1144" Canvas.Top="120" HorizontalAlignment="Left" VerticalAlignment="Top" />
|
|
|
|
|
|
+
|
|
|
+ <Ellipse Width="20" Height="20" Fill="{Binding SRFIsOn,Converter={StaticResource boolToColor}}" Canvas.Left="500" Canvas.Top="300"/>
|
|
|
+ <Button Height="20" Content="SRFM Man/Aut" Canvas.Left="530" Canvas.Top="300" Command="{Binding SetSRfCommand}" Background="Gray"/>
|
|
|
+
|
|
|
<Ellipse Width="20" Height="20" Fill="{Binding SRFIsOn,Converter={StaticResource boolToColor}}" Canvas.Left="500" Canvas.Top="325"/>
|
|
|
<Button Height="20" Width="100" Content="SRF ON/OFF" Canvas.Left="530" Canvas.Top="325" Command="{Binding SetSRfCommand}" Background="Gray"/>
|
|
|
+
|
|
|
+ <Ellipse Width="20" Height="20" Fill="{Binding BRFIsOn,Converter={StaticResource boolToColor}}" Canvas.Left="650" Canvas.Top="300"/>
|
|
|
+ <Button Height="20" Width="100" Content="SRFM Man/Aut" Canvas.Left="680" Canvas.Top="300" Command="{Binding SetBRfCommand}" Background="Gray"/>
|
|
|
+
|
|
|
<Ellipse Width="20" Height="20" Fill="{Binding BRFIsOn,Converter={StaticResource boolToColor}}" Canvas.Left="650" Canvas.Top="325"/>
|
|
|
<Button Height="20" Width="100" Content="BRF ON/OFF" Canvas.Left="680" Canvas.Top="325" Command="{Binding SetBRfCommand}" Background="Gray"/>
|
|
|
- <Button Content="Gas SetPoint" Canvas.Left="510" Canvas.Top="590" Background="Gray" Command="{Binding GasSetPointCommand}"/>
|
|
|
+ <!--<Ellipse Width="20" Height="20" Fill="{Binding GasIsOn,Converter={StaticResource boolToColor}}" Canvas.Left="500" Canvas.Top="590"/>-->
|
|
|
+ <Button Width="100" Content="Gas SetPoint" Canvas.Left="400" Canvas.Top="650" Background="Gray" Command="{Binding GasSetPointCommand}"/>
|
|
|
<Button Height="20" Content="HV SetPoint" Canvas.Left="1290" Canvas.Top="316" Command="{Binding HVSetCommand}" Background="Gray"/>
|
|
|
<Ellipse Width="20" Height="20" Fill="{Binding HVIsOn,Converter={StaticResource boolToColor}}" Canvas.Left="1380" Canvas.Top="316"/>
|
|
|
<Button Height="20" Width="100" Content="HV ON/OFF" Canvas.Left="1410" Canvas.Top="316" Command="{Binding HVCommand}" CommandParameter="True" Background="Gray"/>
|
|
@@ -391,7 +399,7 @@
|
|
|
|
|
|
<ctrls:FlowPipe Height="8" Width="80" Canvas.Left="1252" Canvas.Top="182" />
|
|
|
<ctrls:FlowPipe Height="8" Width="70" Canvas.Left="1264" Canvas.Top="272" />
|
|
|
- <TextBlock Text="Guage" Canvas.Left="1272" Canvas.Top="250"/>
|
|
|
+ <TextBlock Text="Guage" Canvas.Left="1272" Canvas.Top="248"/>
|
|
|
|
|
|
<customControls:CommonValveControl ValveOrientation="Horizontal" Status="{Binding RtDataValues[PMA.ValveGuage.IsOpen],Mode=TwoWay}" Height="20" Width="20" Canvas.Left="1280" Canvas.Top="265"/>
|
|
|
|
|
@@ -609,7 +617,7 @@
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
- <Grid Width="300" Height="230" Canvas.Left="500" Canvas.Top="352" Background="#E8E8E8" unity:GridOptions.ShowBorder="True">
|
|
|
+ <Grid Width="300" Height="290" Canvas.Left="500" Canvas.Top="352" Background="#E8E8E8" unity:GridOptions.ShowBorder="True">
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition/>
|
|
|
<RowDefinition/>
|
|
@@ -620,6 +628,8 @@
|
|
|
<RowDefinition/>
|
|
|
<RowDefinition/>
|
|
|
<RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="2*"/>
|
|
@@ -627,35 +637,44 @@
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <TextBlock Grid.Row="0" Text="SRF Fwd Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
- <TextBlock Grid.Row="1" Text="SRF Ref Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
- <TextBlock Grid.Row="2" Text="SRF Match C1(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
- <TextBlock Grid.Row="3" Text="SRF Match C2(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
- <TextBlock Grid.Row="4" Text="BRF Fwd Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
- <TextBlock Grid.Row="5" Text="BRF Ref Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
- <TextBlock Grid.Row="6" Text="BRF Match C1(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
- <TextBlock Grid.Row="7" Text="BRF Match C2(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
- <TextBlock Grid.Row="8" Text="DC Bias(V)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
-
|
|
|
- <TextBox Grid.Row="0" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding SRFFwdPowerSetpoint}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
- <TextBlock Grid.Row="1" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding RtDataValues[PMA.SRfReflectPower],StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center" Grid.ColumnSpan="2"/>
|
|
|
- <TextBox Grid.Row="2" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
- <TextBox Grid.Row="3" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
- <TextBox Grid.Row="4" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding BRFFwdPowerSetpoint}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
- <!--<TextBox Grid.Row="5" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />-->
|
|
|
- <TextBox Grid.Row="6" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
- <TextBox Grid.Row="7" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
- <TextBox Grid.Row="8" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
-
|
|
|
- <TextBlock Grid.Row="0" Grid.Column="2" Width="Auto" Height="Auto" Text="{Binding RtDataValues[PMA.SRfForwardPowerFeedBack],StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
-
|
|
|
- <TextBlock Grid.Row="2" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
+ <TextBlock Text="SRF" Grid.ColumnSpan="3" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+
|
|
|
+ <TextBlock Grid.Row="1" Text="SRF Fwd Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+ <TextBlock Grid.Row="2" Text="SRF Ref Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+ <TextBlock Grid.Row="3" Text="SRF Match C1(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+ <TextBlock Grid.Row="4" Text="SRF Match C2(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+
|
|
|
+ <TextBox Grid.Row="1" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding SRFFwdPowerSetpoint}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
+ <TextBlock Grid.Row="2" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding RtDataValues[PMA.SRfReflectPower],StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center" Grid.ColumnSpan="2"/>
|
|
|
+ <TextBox Grid.Row="3" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
+ <TextBox Grid.Row="4" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
+
|
|
|
+ <TextBlock Grid.Row="1" Grid.Column="2" Width="Auto" Height="Auto" Text="{Binding RtDataValues[PMA.SRfForwardPowerFeedBack],StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
+ <!--<TextBlock Grid.Row="2" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>-->
|
|
|
<TextBlock Grid.Row="3" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
<TextBlock Grid.Row="4" Grid.Column="2" Width="Auto" Height="Auto" Text="{Binding RtDataValues[PMA.BRfForwardPowerFeedBack],StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
- <TextBlock Grid.Row="5" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding RtDataValues[PMA.BRfReflectPower],StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center" Grid.ColumnSpan="2"/>
|
|
|
- <TextBlock Grid.Row="6" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
- <TextBlock Grid.Row="7" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
- <TextBlock Grid.Row="8" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
+
|
|
|
+ <TextBlock Text="BRF" Grid.Row="5" Grid.ColumnSpan="3" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+
|
|
|
+
|
|
|
+ <TextBlock Grid.Row="6" Text="BRF Fwd Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+ <TextBlock Grid.Row="7" Text="BRF Ref Power(W)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+ <TextBlock Grid.Row="8" Text="BRF Match C1(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+ <TextBlock Grid.Row="9" Text="BRF Match C2(%)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+ <TextBlock Grid.Row="10" Text="DC Bias(V)" FontSize="15" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="10,0,0,0"/>
|
|
|
+
|
|
|
+
|
|
|
+ <TextBox Grid.Row="6" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding BRFFwdPowerSetpoint}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
+
|
|
|
+ <!--<TextBox Grid.Row="7" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />-->
|
|
|
+ <TextBox Grid.Row="8" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
+ <TextBox Grid.Row="9" Grid.Column="1" Width="Auto" Height="Auto" Text="0.0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="0" />
|
|
|
+
|
|
|
+ <TextBlock Grid.Row="6" Grid.Column="2" Width="Auto" Height="Auto" Text="{Binding RtDataValues[PMA.BRfForwardPowerFeedBack],StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
+ <TextBlock Grid.Row="7" Grid.Column="1" Width="Auto" Height="Auto" Text="{Binding RtDataValues[PMA.BRfReflectPower],StringFormat='F1'}" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center" Grid.ColumnSpan="2"/>
|
|
|
+
|
|
|
+ <TextBlock Grid.Row="9" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
+ <TextBlock Grid.Row="10" Grid.Column="2" Width="Auto" Height="Auto" Text="0.0" Background="#E8E8E8" TextBlock.TextAlignment="Center" VerticalAlignment="Center" Block.TextAlignment="Center"/>
|
|
|
|
|
|
</Grid>
|
|
|
|