Чистка.

This commit is contained in:
sasha80
2025-09-02 14:42:04 +03:00
parent 0fb6610b68
commit 80953ae6ec
2 changed files with 4 additions and 9 deletions

View File

@@ -268,7 +268,7 @@ patch_margin_top = 16
patch_margin_right = 16
patch_margin_bottom = 16
[node name="label" type="Label" parent="pribor_rtr"]
[node name="label2" type="Label" parent="pribor_rtr"]
layout_mode = 0
offset_left = 12.0
offset_top = -54.0
@@ -332,7 +332,7 @@ patch_margin_top = 16
patch_margin_right = 16
patch_margin_bottom = 16
[node name="label" type="Label" parent="pribor_afsp_1"]
[node name="label2" type="Label" parent="pribor_afsp_1"]
layout_mode = 0
offset_left = 165.0
offset_top = -245.0
@@ -398,7 +398,7 @@ patch_margin_top = 16
patch_margin_right = 16
patch_margin_bottom = 16
[node name="label" type="Label" parent="pribor_afsp_2"]
[node name="label2" type="Label" parent="pribor_afsp_2"]
layout_mode = 0
offset_left = 200.0
offset_top = -240.0

View File

@@ -69,7 +69,7 @@ class TestPRD extends Node:
var ems_6666_timer: Timer = Timer.new()
signal control_is_over(control_results, power_result)
var ecms: Dictionary ## Словарь помеховых воздействий
## Инициализация аргуметнов
@@ -139,14 +139,9 @@ class TestPRD extends Node:
STATE_MASHINE.CHEK_KASSETA_Y5:
if block_kasseta_y5_config['yau07']:
state = STATE_MASHINE.WRITE_ISA
else:
print_debug('Яу-07Б: нет связи ', block_kasseta_y5_config)
STATE_MASHINE.WRITE_ISA:
_handle_ug_set_state(0x6)
state = STATE_MASHINE.READ_ISA
#STATE_MASHINE.IN_EMS_RUN:
#ems_6666_timer.start()
#state = STATE_MASHINE.READ_ISA
STATE_MASHINE.READ_ISA:
if (unit_prd.cmd_state == unit_prd.CmdState.DONE) or (unit_prd.cmd_state == unit_prd.CmdState.FAIL):
_handle_read_isa(module_prd, unit_prd, [constants.ADDR_UG_LITERA_1, constants.ADDR_UG_LITERA_2, constants.ADDR_UG_LITERA_3])