Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
osie
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
Nikola Balog
osie
Commits
3c576535
Commit
3c576535
authored
Oct 05, 2022
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes.
parent
1b59a872
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
coupler/opc-ua-server/coupler1.sh
coupler/opc-ua-server/coupler1.sh
+1
-1
coupler/opc-ua-server/coupler2.sh
coupler/opc-ua-server/coupler2.sh
+1
-1
coupler/opc-ua-server/coupler3.sh
coupler/opc-ua-server/coupler3.sh
+1
-1
coupler/opc-ua-server/keep_alive.h
coupler/opc-ua-server/keep_alive.h
+2
-2
No files found.
coupler/opc-ua-server/coupler1.sh
View file @
3c576535
#!/bin/bash
COUPLER_SR
=
.
$COUPLER_SR
/server
-m
1
-b
1
-i
1
-l
2
,3
-t
100
-o
10000
$COUPLER_SR
/server
-m
1
-b
1
-i
1
-l
2
-t
1000
-o
5000
-n
opc.udp://224.0.0.22:4840/
coupler/opc-ua-server/coupler2.sh
View file @
3c576535
#!/bin/bash
COUPLER_SR
=
.
$COUPLER_SR
/server
-p
4841
-m
1
-b
1
-i
2
-l
1
,3
-t
100
-o
10000
$COUPLER_SR
/server
-p
4841
-m
1
-b
1
-i
2
-l
1
-t
1000
-o
5000
-n
opc.udp://224.0.0.22:4840/
coupler/opc-ua-server/coupler3.sh
View file @
3c576535
#!/bin/bash
COUPLER_SR
=
.
$COUPLER_SR
/server
-p
4842
-m
1
-b
1
-i
3
-l
1,2
-t
100
-o
10
000
$COUPLER_SR
/server
-p
4842
-m
1
-b
1
-i
3
-l
1,2
-t
100
0
-o
5
000
coupler/opc-ua-server/keep_alive.h
View file @
3c576535
...
...
@@ -5,8 +5,8 @@ char *NETWORK_ADDRESS_URL_DATA_TYPE = "opc.udp://224.0.0.22:4840/";
// global HEART BEATs of coupler
static
unsigned
int
HEART_BEATS
=
0
;
// the heart beat interval
$$
const
int
DEFAULT_HEART_BEAT_INTERVAL
=
1
0
;
// the heart beat interval
(in ms)
const
int
DEFAULT_HEART_BEAT_INTERVAL
=
25
0
;
static
int
HEART_BEAT_INTERVAL
=
DEFAULT_HEART_BEAT_INTERVAL
;
// the timeout in millis after which a coupler is considered down
...
...
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