diff --git a/scenes/pribor-prd-k/pribor-prd-k.gd b/scenes/pribor-prd-k/pribor-prd-k.gd index 0130302..13408b9 100644 --- a/scenes/pribor-prd-k/pribor-prd-k.gd +++ b/scenes/pribor-prd-k/pribor-prd-k.gd @@ -97,6 +97,11 @@ func _ready() -> void: func on_state_mashine() -> void: control_prd_k.state_control_machine() + $um1535_A10.value0 = [10, 20, 30, 40, 50, 60] + $um1535_A11.value0 = [60, 50, 40, 30, 20, 10] + $um1535_A12.set_value0_by_index(5, 100) + $um1535_A13.set_value0_by_index(2, 0) + $um1535_A13.value1 = -20 func initialize_connections() -> void: