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
Esteban Blanc
godot-modbus-demo
Commits
995f35fd
Commit
995f35fd
authored
Sep 01, 2020
by
Houkime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push localhost by default deeper
parent
7a1a6c7f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
simple/Modbus_Spatial.gd
simple/Modbus_Spatial.gd
+1
-1
simple/Pushertest.tscn
simple/Pushertest.tscn
+0
-2
simple/project.godot
simple/project.godot
+1
-1
No files found.
simple/Modbus_Spatial.gd
View file @
995f35fd
extends
Spatial
class_name
ModbusSpatial
export
var
address
=
"1
92.168.56
.1"
export
var
address
=
"1
27.0.0
.1"
export
var
port
=
5020
var
ms
...
...
simple/Pushertest.tscn
View file @
995f35fd
...
...
@@ -45,7 +45,6 @@ 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"]
...
...
@@ -76,7 +75,6 @@ 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 )]
...
...
simple/project.godot
View file @
995f35fd
...
...
@@ -14,7 +14,7 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://Modbus_Server.gd"
}, {
"base": "",
"base": "
Reference
",
"class": "ModbusServerNative",
"language": "NativeScript",
"path": "res://simple.gdns"
...
...
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