CAN的数据UI更新更改
This commit is contained in:
@@ -58,14 +58,15 @@ namespace CapMachine.Wpf.ViewModels
|
||||
new CbxItems(){ Key="使能",Text="使能"},
|
||||
new CbxItems(){ Key="Anti_Sleep",Text="Anti_Sleep"},
|
||||
};
|
||||
|
||||
ReadNameCbxItems = new ObservableCollection<CbxItems>()
|
||||
{
|
||||
new CbxItems(){ Key="实际转速",Text="实际转速"},
|
||||
new CbxItems(){ Key="输入电压",Text="输入电压"},
|
||||
new CbxItems(){ Key="输入电流",Text="输入电流"},
|
||||
new CbxItems(){ Key="输入功率",Text="输入功率"},
|
||||
new CbxItems(){ Key="相电流",Text="相电流"},
|
||||
new CbxItems(){ Key="ECU温度",Text="ECU温度"},
|
||||
new CbxItems(){ Key="通讯转速",Text="通讯转速"},
|
||||
new CbxItems(){ Key="通讯母线电压",Text="通讯母线电压"},
|
||||
new CbxItems(){ Key="通讯母线电流",Text="通讯母线电流"},
|
||||
new CbxItems(){ Key="通讯相电流",Text="通讯相电流"},
|
||||
new CbxItems(){ Key="通信功率",Text="通信功率"},
|
||||
new CbxItems(){ Key="通讯芯片温度",Text="通讯芯片温度"},
|
||||
};
|
||||
InitLoadCanConfigPro();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user