更改了CAN和LIN的标志着色问题
保存图片触发两次 CANLIN的一些数据回读到PLC
This commit is contained in:
@@ -1269,11 +1269,11 @@
|
||||
ToolTip="输出锁定" />
|
||||
</StackPanel>
|
||||
<StackPanel Grid.Column="1" HorizontalAlignment="Center">
|
||||
<TextBlock FontSize="12" Text="参数编号(1~16)" />
|
||||
<TextBlock FontSize="12" Text="参数编号(1~10)" />
|
||||
<TextBox Style="{StaticResource txtboxStyle}" Text="{Binding SelectedSlopMeterSpeed.ParNo}" />
|
||||
</StackPanel>
|
||||
<StackPanel Grid.Column="2" HorizontalAlignment="Center">
|
||||
<TextBlock FontSize="12" Text="EV(1~4)" />
|
||||
<TextBlock FontSize="12" Text="EV(1~2)" />
|
||||
<TextBox Style="{StaticResource txtboxStyle}" Text="{Binding SelectedSlopMeterSpeed.Ev}" />
|
||||
</StackPanel>
|
||||
<StackPanel Grid.Column="3" HorizontalAlignment="Center">
|
||||
@@ -1297,7 +1297,7 @@
|
||||
Style="{StaticResource MaterialDesignSwitchToggleButton}"
|
||||
ToolTip="吸排气阀" />
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
<!--<StackPanel
|
||||
Grid.Row="1"
|
||||
Grid.Column="1"
|
||||
HorizontalAlignment="Center">
|
||||
@@ -1308,7 +1308,7 @@
|
||||
IsChecked="{Binding SelectedSlopMeterSpeed.PTCEnable}"
|
||||
Style="{StaticResource MaterialDesignSwitchToggleButton}"
|
||||
ToolTip="PTC使能" />
|
||||
</StackPanel>
|
||||
</StackPanel>-->
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user