Подтянул прд-н и прд-к

This commit is contained in:
TotMaxim
2025-11-11 15:17:25 +03:00
parent 85c02f3f6c
commit 1785d23e43
3 changed files with 105 additions and 93 deletions

View File

@@ -41,7 +41,6 @@ func _enter_tree() -> void:
$control_result.add_theme_color_override('font_color', Color.ALICE_BLUE)
func _exit_tree() -> void:
if Engine.is_editor_hint():
return
@@ -94,6 +93,7 @@ func on_press_device() -> void:
static func on_control_result(for_result_dic: Dictionary) -> void:
## If control is end
var block_kasseta_y5_prd_config_v: Dictionary = for_result_dic.block_kasseta_y5_config
var nodes_y5: Array = for_result_dic.nodes_y5
for node_y5 in nodes_y5:
@@ -110,7 +110,7 @@ static func on_control_result(for_result_dic: Dictionary) -> void:
if block_ip_config_v.has(meta_ip) and block_kasseta_y5_prd_config_v.ug:
power_supply.state = STATE_VAL.GOOD if block_ip_config_v[meta_ip][1] else STATE_VAL.ERROR
var result_dic = for_result_dic.result_dic
var result_dic: Dictionary = for_result_dic.result_dic
for f in for_result_dic.fs_nodes:
var fs_meta: String = f.get_meta('fs')
if result_dic.has(fs_meta):
@@ -131,7 +131,7 @@ static func on_control_result(for_result_dic: Dictionary) -> void:
power_fill(for_result_dic.power_dic, for_result_dic.result_dic, for_result_dic.power_amplifier, for_result_dic.POWER_THRESHOLD)
var result = true
var result: bool = true
for device in result_dic.values():
if not device:
result = false