Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-cloning
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
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yogesh.m
opcua-cloning
Commits
bbdb04f8
Commit
bbdb04f8
authored
Mar 07, 2023
by
yogesh.m
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f0cb915e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
hash_sender.py
hash_sender.py
+0
-1
opcua-transmitter.py
opcua-transmitter.py
+1
-1
No files found.
hash_sender.py
View file @
bbdb04f8
...
...
@@ -34,7 +34,6 @@ async def get_send_hash():
individual_node
[
identifier
][
"node_name"
]
=
node_name
.
Text
datatype
=
await
ch
.
read_data_type_as_variant_type
()
individual_node
[
identifier
][
"datatype"
]
=
datatype
.
_value_
print
(
individual_node
)
hierarchy
[
display_name
.
Text
]
=
{}
hierarchy
[
display_name
.
Text
][
"name"
]
=
identifier_type
hierarchy
[
display_name
.
Text
][
"obj"
]
=
pickle
.
dumps
(
individual_node
)
...
...
opcua-transmitter.py
View file @
bbdb04f8
...
...
@@ -61,7 +61,7 @@ async def main() -> None:
# Process data change every 100ms
while
True
:
await
handler
.
process
()
await
asyncio
.
sleep
(
1
)
await
asyncio
.
sleep
(
0.0
1
)
if
__name__
==
'__main__'
:
asyncio
.
run
(
main
())
...
...
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