From 42fcfd01a86f671d9dec9dba0d200daf0d8bd6a9 Mon Sep 17 00:00:00 2001 From: alexandr_sizov Date: Sun, 14 Aug 2022 13:25:23 +0300 Subject: [PATCH] Change BIS200 power to 10wire without A43 and other contacts. --- lua/metrostroi/systems/sys_81_717_electric.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/metrostroi/systems/sys_81_717_electric.lua b/lua/metrostroi/systems/sys_81_717_electric.lua index 0ad76c4..33df135 100644 --- a/lua/metrostroi/systems/sys_81_717_electric.lua +++ b/lua/metrostroi/systems/sys_81_717_electric.lua @@ -383,7 +383,7 @@ function TRAIN_SYSTEM:SolveAllInternalCircuits(Train,dT,firstIter) ARS.ALS = T[10]*Train.A43.Value*Train.ALS.Value Train.BLPM.Power = ARS.ALS ARS.NGPower = S["7D"]*RC1 - Train.BIS200.Power = T[10]*Train.A43.Value*(Train.ALS.Value+Train.ARS.Value)*Train.AIS.Value + Train.BIS200.Power = T[10] ARS.KB=T[91]*RC1+(ARS.ALS*(1-Train.BSM_GE.Value)+ARS.GE*Train.BSM_GE.Value)*Train.KVT.Value Train.BSM_KRT:TriggerInput("Set",(max(0,Panel.LST)+max(0,T[8]*Train.A41.Value)+ARS["8"])*RC1)