diff --git a/scripts/control_panel.gd b/scripts/control_panel.gd index 6a9ed0c..b085b9a 100644 --- a/scripts/control_panel.gd +++ b/scripts/control_panel.gd @@ -264,8 +264,8 @@ func fs_2_setup(freq): func yau_07b_setup(): - Network.write_port_isa(Constants.BASE_PORTS.UG+6, 56) - Network.write_port_isa(Constants.BASE_PORTS.UG+8, 56) + Network.write_port_isa(Constants.BASE_PORTS.UG+6, 58) + Network.write_port_isa(Constants.BASE_PORTS.UG+8, 58) Network.write_port_isa(Constants.BASE_PORTS.EMS_G+2, Constants.META.MODUL_UM_2) Network.write_port_isa(Constants.BASE_PORTS.EMS_G+8, 2<<13) ## Отключить модуляцию (литера 2) Network.write_port_isa(Constants.BASE_PORTS.EMS_G+2, Constants.META.MODUL_UM_3) @@ -328,7 +328,7 @@ func _on_yau_received(status_yau): if logger: ## Флаг для проверки настройки угла и аттенюации на двух литерах if Network.unit.isa_ports.has(Constants.BASE_PORTS.UG+6) and Network.unit.isa_ports.has(Constants.BASE_PORTS.UG+8): - if Network.unit.isa_ports[Constants.BASE_PORTS.UG+6] == 56 and Network.unit.isa_ports[Constants.BASE_PORTS.UG+8] == 56: + if Network.unit.isa_ports[Constants.BASE_PORTS.UG+6] == 58 and Network.unit.isa_ports[Constants.BASE_PORTS.UG+8] == 58: flag_ug = true else: flag_ug = false