CAN配置增加名称数据
This commit is contained in:
@@ -52,12 +52,19 @@ namespace CapMachine.Wpf.ViewModels
|
|||||||
WriteNameCbxItems = new ObservableCollection<CbxItems>()
|
WriteNameCbxItems = 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="使能",Text="使能"},
|
||||||
new CbxItems(){ Key="1212",Text="1212"},
|
new CbxItems(){ Key="Anti_Sleep",Text="Anti_Sleep"},
|
||||||
new CbxItems(){ Key="112",Text="ADSFADSF"},
|
};
|
||||||
|
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温度"},
|
||||||
};
|
};
|
||||||
|
|
||||||
InitLoadCanConfigPro();
|
InitLoadCanConfigPro();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user