Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
godot-modbus-demo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
godot-modbus-demo
Commits
7a1a6c7f
Commit
7a1a6c7f
authored
Sep 01, 2020
by
Houkime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
localhost by default
parent
58f305b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
simple/Pushertest.tscn
simple/Pushertest.tscn
+6
-3
simple/project.godot
simple/project.godot
+2
-2
No files found.
simple/Pushertest.tscn
View file @
7a1a6c7f
...
...
@@ -45,6 +45,7 @@ far = 8192.0
[node name="Pusher" type="Spatial" parent="."]
transform = Transform( -8.14603e-08, 0, -0.5, 0, 0.5, 0, 0.5, 0, -8.14603e-08, 5, 1, -1 )
script = ExtResource( 1 )
address = "127.0.0.1"
port = 5040
[node name="MeshInstance" type="MeshInstance" parent="Pusher"]
...
...
@@ -73,6 +74,11 @@ transform = Transform( 1, 7.10543e-15, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 )
mesh = SubResource( 7 )
material/0 = null
[node name="Sensor" parent="." instance=ExtResource( 4 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 4, 0 )
address = "127.0.0.1"
port = 5010
[node name="Conveyor" parent="." instance=ExtResource( 5 )]
[node name="Conveyor2" parent="." instance=ExtResource( 5 )]
...
...
@@ -92,6 +98,3 @@ transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 5, 0, 0 )
[node name="Conveyor7" parent="." instance=ExtResource( 5 )]
transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 6, 0, 0 )
[node name="Sensor" parent="." instance=ExtResource( 4 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 4, 0 )
simple/project.godot
View file @
7a1a6c7f
...
...
@@ -14,7 +14,7 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://Modbus_Server.gd"
}, {
"base": "
Reference
",
"base": "",
"class": "ModbusServerNative",
"language": "NativeScript",
"path": "res://simple.gdns"
...
...
@@ -32,7 +32,7 @@ _global_script_class_icons={
[application]
run/main_scene="res://
Spatial
.tscn"
run/main_scene="res://
Main
.tscn"
[physics]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment