更改了现场发现的问题

This commit is contained in:
2025-01-03 09:11:02 +08:00
parent 6ff9103fa2
commit 3a5674054d
10 changed files with 408 additions and 244 deletions

View File

@@ -170,7 +170,7 @@
HandValueCommand="{Binding Source={StaticResource Proxy}, Path=Data.HandValueCmd}"
MeterName="{Binding NameNoUnit}"
PVValue="{Binding EngPvValue}"
SVValue="{Binding EngSVValue}"
SVValue="{Binding EngSvValue}"
Unit="{Binding Unit}" />
</DataTemplate>
</ItemsControl.ItemTemplate>
@@ -853,7 +853,7 @@
</Canvas.Background>
<Rectangle
Canvas.Left="30"
Canvas.Top="107"
Canvas.Top="85"
Width="470"
Height="380"
HorizontalAlignment="Center"
@@ -862,7 +862,7 @@
StrokeThickness="4" />
<Label
Canvas.Left="35"
Canvas.Top="110"
Canvas.Top="88"
HorizontalAlignment="Center"
VerticalAlignment="Top"
Content="压缩机环境箱"
@@ -913,7 +913,7 @@
Canvas.Top="231"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Content="CCV1&#x0a;冷凝器水"
Content="CCV1&#x0a;冷凝器水"
FontSize="16"
FontWeight="Bold" />
@@ -988,7 +988,7 @@
VerticalAlignment="Top"
CellTitle="吸气压力MV"
CellUnit="%"
CellValue="15" />
CellValue="{Binding InhPressTag.EngMvValue}" />
<Controls:ValueShow
Canvas.Left="1003"
Canvas.Top="152"
@@ -1014,18 +1014,18 @@
CellUnit="{Binding OS2TempTag.Unit}"
CellValue="{Binding OS2TempTag.EngPvValueStr}" />
<Controls:ValueShow
Canvas.Left="1190"
Canvas.Top="357"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Canvas.Left="1076"
Canvas.Top="360"
HorizontalAlignment="Center"
VerticalAlignment="Top"
CellTitle="冷凝器进水温"
CellUnit="{Binding Cond1TempTag.Unit}"
CellValue="{Binding Cond1TempTag.EngPvValueStr}" />
<Controls:ValueShow
Canvas.Left="1074"
Canvas.Top="357"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Canvas.Left="1194"
Canvas.Top="360"
HorizontalAlignment="Center"
VerticalAlignment="Top"
CellTitle="冷凝器出水温"
CellUnit="{Binding CondInTempTag.Unit}"
CellValue="{Binding CondInTempTag.EngPvValueStr}" />
@@ -1036,7 +1036,7 @@
VerticalAlignment="Center"
CellTitle="排气压力MV"
CellUnit="%"
CellValue="15" />
CellValue="{Binding ExPressTag.EngMvValue}" />
<Controls:ValueShow
Canvas.Left="871"
Canvas.Top="224"
@@ -1044,13 +1044,13 @@
VerticalAlignment="Center"
CellTitle="吸气温度MV"
CellUnit="%"
CellValue="15" />
CellValue="{Binding InhTempTag.EngMvValue}" />
<Label
Canvas.Left="1339"
Canvas.Top="135"
HorizontalAlignment="Left"
Canvas.Top="225"
HorizontalAlignment="Center"
VerticalAlignment="Top"
Content="CCV2"
Content="CCV2&#x0a;冷凝器出水"
FontSize="16"
FontWeight="Bold" />
<Label

View File

@@ -314,13 +314,8 @@
Text="内容区域"
TextAlignment="Center" />
</StackPanel>
</Border>
<Border
Grid.Row="1"
BorderBrush="Black"