V1版本
This commit is contained in:
@@ -167,28 +167,28 @@
|
||||
MappingName="Speed"
|
||||
NumberDecimalDigits="0" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="排气压力(MPa)"
|
||||
HeaderText="排气压力(BarA)"
|
||||
MappingName="ExPress"
|
||||
NumberDecimalDigits="2" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="吸气压力(MPa)"
|
||||
HeaderText="吸气压力(BarA)"
|
||||
MappingName="InhPress"
|
||||
NumberDecimalDigits="1" />
|
||||
NumberDecimalDigits="2" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="吸气温度(℃)"
|
||||
MappingName="InhTemp"
|
||||
NumberDecimalDigits="2" />
|
||||
NumberDecimalDigits="1" />
|
||||
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="COND1温度(℃)"
|
||||
MappingName="Cond1Temp"
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="润滑油压力(MPa)"
|
||||
HeaderText="润滑油压力(BarA)"
|
||||
MappingName="LubePress"
|
||||
NumberDecimalDigits="2" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="COND2压力(MPa)"
|
||||
HeaderText="COND2压力(BarA)"
|
||||
MappingName="Cond2Press"
|
||||
NumberDecimalDigits="2" />
|
||||
<syncfusion:GridNumericColumn
|
||||
@@ -206,11 +206,11 @@
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="环境湿度(%)"
|
||||
MappingName="EnvRH"
|
||||
NumberDecimalDigits="0" />
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="环境温度(℃)"
|
||||
MappingName="EnvTemp"
|
||||
NumberDecimalDigits="0" />
|
||||
NumberDecimalDigits="1" />
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="OS1温度(℃)"
|
||||
MappingName="OS1Temp"
|
||||
@@ -239,6 +239,7 @@
|
||||
NumberDecimalDigits="0" />
|
||||
<syncfusion:GridCheckBoxColumn HeaderText="使能" MappingName="CapEnable" />
|
||||
<syncfusion:GridCheckBoxColumn HeaderText="吸排气阀" MappingName="InhExhValve" />
|
||||
<syncfusion:GridCheckBoxColumn HeaderText="PTC使能" MappingName="PTCEnable" />
|
||||
|
||||
|
||||
<syncfusion:GridNumericColumn
|
||||
@@ -252,7 +253,7 @@
|
||||
<syncfusion:GridNumericColumn
|
||||
HeaderText="PTC功率(W)"
|
||||
MappingName="PTCPw"
|
||||
NumberDecimalDigits="1" />
|
||||
NumberDecimalDigits="0" />
|
||||
|
||||
</syncfusion:SfDataGrid.Columns>
|
||||
</syncfusion:SfDataGrid>
|
||||
@@ -299,7 +300,7 @@
|
||||
Content="导出到Excel文件"
|
||||
Foreground="White" />
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
<!--<StackPanel
|
||||
Grid.Column="3"
|
||||
Margin="20,0"
|
||||
VerticalAlignment="Center">
|
||||
@@ -316,7 +317,7 @@
|
||||
Command="{Binding ProStepSaveDbCmd}"
|
||||
Content="保存到工况库"
|
||||
Foreground="White" />
|
||||
</StackPanel>
|
||||
</StackPanel>-->
|
||||
<StackPanel
|
||||
Grid.Column="5"
|
||||
Margin="20,0"
|
||||
@@ -326,13 +327,7 @@
|
||||
Content="下载到PLC"
|
||||
Foreground="White" />
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Grid.Column="6"
|
||||
Margin="20,0"
|
||||
VerticalAlignment="Center">
|
||||
<TextBlock Text="值和数据" />
|
||||
<TextBlock Text="{Binding MachineRtDataService.TagInfo.RtValue.Value}" />
|
||||
</StackPanel>
|
||||
|
||||
</Grid>
|
||||
</Grid>
|
||||
</materialDesign:DrawerHost>
|
||||
|
||||
Reference in New Issue
Block a user