This commit is contained in:
13118993771@163.com
2023-02-23 11:33:23 +08:00
parent eb23e102b4
commit 562bd7a7b8
481 changed files with 1226605 additions and 24038 deletions

View File

@@ -50,7 +50,7 @@ namespace Glorysoft.SECS.EQP.Commands
trans.Primary.Root.Add(ec);
}
trans.Primary.Root.Item(1).Add(SECSUtil.CreateSECSItem("ECV", eSECS_FORMAT.U1, 5));
trans.Primary.Root.Item(2).Add(SECSUtil.CreateSECSItem("ECV", eSECS_FORMAT.U1, 1));
trans.Primary.Root.Item(2).Add(SECSUtil.CreateSECSItem("ECV", eSECS_FORMAT.U1, 5));
}
trans.Tag = tag;
SimulatorInfo.Instance.Context.SendMessage(trans);