You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://c8vhi8ojdtjnb"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Example/Gateway/Script/View/ViewModbusGateway.cs" id="1_34uaa"]
|
|
|
|
|
|
|
|
[node name="ModbusGateway" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
script = ExtResource("1_34uaa")
|
|
|
|
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
wait_time = 2.0
|
|
|
|
autostart = true
|
|
|
|
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="PushTCPDataToGateway"]
|