mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Добавлены предохранители, исправления схем
Добавлены - Предохранители Обновление схем: - КРУ перенесено на 14-й провод - Контроль тормоза на 21-й провод - Запитка ВЗ-1 от АРС на 29-й провод - Небольшой фикс сопротивления резисторов Все схемы приведены к московской версии Еж3 от середины 80-ых до наших дней.
This commit is contained in:
@@ -49,7 +49,6 @@ function TRAIN_SYSTEM:Initialize()
|
||||
self.Train:LoadSystem("ALS","Relay","Switch", {bass = true })
|
||||
self.Train:LoadSystem("KVT","Relay","Switch", {bass = true})
|
||||
self.Train:LoadSystem("KB","Relay","Switch", {bass = true})
|
||||
self.Train:LoadSystem("KAH","Relay","Switch", {bass = true})
|
||||
|
||||
--САММ
|
||||
self.Train:LoadSystem("SAMMSchemeOff","Relay","Switch", {bass = true})
|
||||
@@ -70,6 +69,55 @@ function TRAIN_SYSTEM:Initialize()
|
||||
self.Train:LoadSystem("VU","Relay","Switch", {bass = true, normally_closed = true})
|
||||
self.Train:LoadSystem("PLights","Relay","Switch",{bass = true})
|
||||
self.Train:LoadSystem("GLights","Relay","Switch",{bass = true})
|
||||
|
||||
--Предохранители высоковольтные
|
||||
self.Train:LoadSystem("PR1","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PR2","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PR5","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PR11","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PR4","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PR9","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PR6","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PR8","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PR12","Relay","Switch", {normally_closed = true,bass = true})
|
||||
|
||||
self.Train:LoadSystem("PR1Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
self.Train:LoadSystem("PR2Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
self.Train:LoadSystem("PR5Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
self.Train:LoadSystem("PR11Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
self.Train:LoadSystem("PR4Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
self.Train:LoadSystem("PR9Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
self.Train:LoadSystem("PR6Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
self.Train:LoadSystem("PR8Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
self.Train:LoadSystem("PR12Cap","Relay","Switch", {normally_closed = false,bass = true})
|
||||
--Предохранители низковольтные
|
||||
self.Train:LoadSystem("PRL13","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL31","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL17","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL25","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL18","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL24","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL19","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL6A","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL4A","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL16","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL28","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL2A","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL34","Relay","Switch", {normally_closed = true,bass = true})
|
||||
|
||||
self.Train:LoadSystem("PRL23","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL15","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL22","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL20","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL21","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL32","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL30","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL1A","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL14","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL26","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL12","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL3A","Relay","Switch", {normally_closed = true,bass = true})
|
||||
self.Train:LoadSystem("PRL33","Relay","Switch", {normally_closed = true,bass = true})
|
||||
|
||||
self.Train:LoadSystem("RST","Relay","Switch", {bass = true, normally_closed = true})
|
||||
|
||||
@@ -81,13 +129,15 @@ function TRAIN_SYSTEM:Initialize()
|
||||
self.LKVT = 0
|
||||
self.Headlights1 = 0
|
||||
self.Headlights2 = 0
|
||||
self.RedLights = 0
|
||||
self.RedLight1 = 0
|
||||
self.RedLight2 = 0
|
||||
self.EmergencyLights2 = 0
|
||||
self.EmergencyLights1 = 0
|
||||
self.MainLights1 = 0
|
||||
self.MainLights2 = 0
|
||||
self.PanelLights = 0
|
||||
self.GaugeLights = 0
|
||||
self.LightPower = 0
|
||||
self.Ring = 0
|
||||
self.KT = 0
|
||||
self.AVU = 0
|
||||
@@ -102,6 +152,7 @@ function TRAIN_SYSTEM:Initialize()
|
||||
self.AR80 = 0
|
||||
self.KT = 0
|
||||
self.KVD = 0
|
||||
self.LPU = 0
|
||||
|
||||
self.AnnouncerPlaying = 0
|
||||
|
||||
@@ -110,5 +161,5 @@ function TRAIN_SYSTEM:Initialize()
|
||||
end
|
||||
|
||||
function TRAIN_SYSTEM:Outputs()
|
||||
return { "V1","GRP","RRP","TW18","SD","LKVT","Headlights1","Headlights2","RedLights","EmergencyLights2","EmergencyLights1","MainLights1","MainLights2","Ring","KT","AnnouncerPlaying","AVU","PanelLights","GaugeLights","VPR","AR04","AR0","AR40","AR60","AR70","AR80","KT","KVD","CBKIPower","PCBKPower"}
|
||||
return { "V1","GRP","RRP","TW18","SD","LKVT","Headlights1","Headlights2","RedLight1","RedLight2","EmergencyLights2","EmergencyLights1","MainLights1","MainLights2","Ring","KT","AnnouncerPlaying","AVU","PanelLights","GaugeLights","VPR","AR04","AR0","AR40","AR60","AR70","AR80","KT","KVD","CBKIPower","PCBKPower","LightPower","LPU"}
|
||||
end
|
||||
Reference in New Issue
Block a user