仿真中添加MFC

This commit is contained in:
Han Qiang Qiang 2024-06-03 14:27:03 +08:00
parent 1f8eb2bd24
commit 8f812c1f80
1 changed files with 8 additions and 0 deletions

View File

@ -395,6 +395,7 @@ namespace SicSimulator.Instances
new Tuple<string, string>("AI_M14","AO_M14"),
new Tuple<string, string>("AI_M15","AO_M15"),
new Tuple<string, string>("AI_M16","AO_M16"),
new Tuple<string, string>("AI_M17","AO_M17"),
new Tuple<string, string>("AI_M19","AO_M19"),
new Tuple<string, string>("AI_M20","AO_M20"),
new Tuple<string, string>("AI_M22","AO_M22"),
@ -414,6 +415,13 @@ namespace SicSimulator.Instances
new Tuple<string, string>("AI_M37","AO_M37"),
new Tuple<string, string>("AI_M38","AO_M38"),
new Tuple<string, string>("AI_M40","AO_M40"),
new Tuple<string, string>("AI_M41","AO_M41"),
new Tuple<string, string>("AI_M42","AO_M42"),
new Tuple<string, string>("AI_M43","AO_M43"),
new Tuple<string, string>("AI_M44","AO_M44"),
new Tuple<string, string>("AI_M45","AO_M45"),
new Tuple<string, string>("AI_PressCtrl1","AO_PressCtrl1"),
new Tuple<string, string>("AI_PressCtrl2","AO_PressCtrl2"),
new Tuple<string, string>("AI_PressCtrl3","AO_PressCtrl3"),