настройка контроля

This commit is contained in:
2025-02-14 15:06:12 +03:00
parent af9867c7c0
commit 1c43213266
3 changed files with 12 additions and 1 deletions

View File

@@ -813,6 +813,13 @@ offset_right = 695.0
offset_bottom = 235.0
metadata/_edit_lock_ = true
[node name="Power_array" type="Label" parent="TabContainer/ControlPanel"]
layout_mode = 0
offset_left = 913.0
offset_top = 433.0
offset_right = 1447.0
offset_bottom = 456.0
[node name="EMS_G" type="Panel" parent="TabContainer"]
visible = false
layout_mode = 2

View File

@@ -351,6 +351,7 @@ func _on_prd_select() -> void:
func _on_control_button() -> void:
$TabContainer/ControlPanel._on_start_super_control()
set_tab_and_buttons(1, 'select_control')

View File

@@ -217,3 +217,6 @@ func _on_fs_status_1(_name_port, status_fs_1):
func _on_fs_status_2(_name_port, status_fs_2):
$Kasseta_FS/ref_A2.state = status_fs_2
func _on_start_super_control():
$Power_array.text = 'Hello'