CAN 配置和报文记录的功能
This commit is contained in:
@@ -561,7 +561,11 @@
|
||||
<TextBlock FontWeight="Bold" Text="序号" />
|
||||
</DataGridTextColumn.Header>
|
||||
</DataGridTextColumn>
|
||||
<DataGridTextColumn Binding="{Binding SpeedCycle.Cycle}" CanUserSort="False">
|
||||
<DataGridTextColumn
|
||||
Binding="{Binding SpeedCycle.Cycle}"
|
||||
CanUserSort="False"
|
||||
FontSize="16"
|
||||
Foreground="Blue">
|
||||
<DataGridTextColumn.Header>
|
||||
<TextBlock FontWeight="Bold" Text="转速
循环次数" />
|
||||
</DataGridTextColumn.Header>
|
||||
@@ -1787,7 +1791,7 @@
|
||||
SwitchConstSlopCommand="{Binding MeterOS2TempSwitchConstSlopCmd}"
|
||||
TotalSlopTime="{Binding MeterOS2TempExDto.SlopTime}" />
|
||||
</TabItem>
|
||||
|
||||
|
||||
<!--<TabItem>
|
||||
<TabItem.Header>
|
||||
<StackPanel
|
||||
|
||||
Reference in New Issue
Block a user