From 8f812c1f8037774c3af8bba41bace9d7e95534c7 Mon Sep 17 00:00:00 2001 From: Han Qiang Qiang <1364346467@qq.com> Date: Mon, 3 Jun 2024 14:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BF=E7=9C=9F=E4=B8=AD=E6=B7=BB=E5=8A=A0MF?= =?UTF-8?q?C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SicSimulator/Instances/SimulatorSystem.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SicSimulator/Instances/SimulatorSystem.cs b/SicSimulator/Instances/SimulatorSystem.cs index 4a4057f6..68f23d9b 100644 --- a/SicSimulator/Instances/SimulatorSystem.cs +++ b/SicSimulator/Instances/SimulatorSystem.cs @@ -395,6 +395,7 @@ namespace SicSimulator.Instances new Tuple("AI_M14","AO_M14"), new Tuple("AI_M15","AO_M15"), new Tuple("AI_M16","AO_M16"), + new Tuple("AI_M17","AO_M17"), new Tuple("AI_M19","AO_M19"), new Tuple("AI_M20","AO_M20"), new Tuple("AI_M22","AO_M22"), @@ -414,6 +415,13 @@ namespace SicSimulator.Instances new Tuple("AI_M37","AO_M37"), new Tuple("AI_M38","AO_M38"), + new Tuple("AI_M40","AO_M40"), + new Tuple("AI_M41","AO_M41"), + new Tuple("AI_M42","AO_M42"), + new Tuple("AI_M43","AO_M43"), + new Tuple("AI_M44","AO_M44"), + new Tuple("AI_M45","AO_M45"), + new Tuple("AI_PressCtrl1","AO_PressCtrl1"), new Tuple("AI_PressCtrl2","AO_PressCtrl2"), new Tuple("AI_PressCtrl3","AO_PressCtrl3"),