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
1
Merge Requests
1
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
osie
Commits
37f81795
Commit
37f81795
authored
Oct 22, 2021
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set interval to default of 20ms.
parent
7a828f44
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
7 deletions
+7
-7
Beremiz/beremiz_tutorial_opc_ua/build/VARIABLES.csv
Beremiz/beremiz_tutorial_opc_ua/build/VARIABLES.csv
+1
-1
Beremiz/beremiz_tutorial_opc_ua/build/beremiz_tutorial_opc_ua.so
.../beremiz_tutorial_opc_ua/build/beremiz_tutorial_opc_ua.so
+0
-0
Beremiz/beremiz_tutorial_opc_ua/build/config.c
Beremiz/beremiz_tutorial_opc_ua/build/config.c
+1
-1
Beremiz/beremiz_tutorial_opc_ua/build/config.o
Beremiz/beremiz_tutorial_opc_ua/build/config.o
+0
-0
Beremiz/beremiz_tutorial_opc_ua/build/generated_plc.st
Beremiz/beremiz_tutorial_opc_ua/build/generated_plc.st
+1
-1
Beremiz/beremiz_tutorial_opc_ua/build/lastbuildPLC.md5
Beremiz/beremiz_tutorial_opc_ua/build/lastbuildPLC.md5
+1
-1
Beremiz/beremiz_tutorial_opc_ua/build/plc.st
Beremiz/beremiz_tutorial_opc_ua/build/plc.st
+1
-1
Beremiz/beremiz_tutorial_opc_ua/plc.xml
Beremiz/beremiz_tutorial_opc_ua/plc.xml
+2
-2
No files found.
Beremiz/beremiz_tutorial_opc_ua/build/VARIABLES.csv
View file @
37f81795
...
@@ -27,4 +27,4 @@
...
@@ -27,4 +27,4 @@
// Ticktime
// Ticktime
3
0000000
2
0000000
Beremiz/beremiz_tutorial_opc_ua/build/beremiz_tutorial_opc_ua.so
View file @
37f81795
No preview for this file type
Beremiz/beremiz_tutorial_opc_ua/build/config.c
View file @
37f81795
...
@@ -42,5 +42,5 @@ void RESOURCE1_run__(unsigned long tick);
...
@@ -42,5 +42,5 @@ void RESOURCE1_run__(unsigned long tick);
void
config_run__
(
unsigned
long
tick
)
{
void
config_run__
(
unsigned
long
tick
)
{
RESOURCE1_run__
(
tick
);
RESOURCE1_run__
(
tick
);
}
}
unsigned
long
long
common_ticktime__
=
3
0000000ULL
*
1ULL
;
/*ns*/
unsigned
long
long
common_ticktime__
=
2
0000000ULL
*
1ULL
;
/*ns*/
unsigned
long
greatest_tick_count__
=
(
unsigned
long
)
0UL
;
/*tick*/
unsigned
long
greatest_tick_count__
=
(
unsigned
long
)
0UL
;
/*tick*/
Beremiz/beremiz_tutorial_opc_ua/build/config.o
View file @
37f81795
No preview for this file type
Beremiz/beremiz_tutorial_opc_ua/build/generated_plc.st
View file @
37f81795
...
@@ -74,7 +74,7 @@ CONFIGURATION config
...
@@ -74,7 +74,7 @@ CONFIGURATION config
END_VAR
END_VAR
RESOURCE
resource1
ON
PLC
RESOURCE
resource1
ON
PLC
TASK
task0
(
INTERVAL
:=
T
#
3
0ms
,
PRIORITY
:=
0
);
TASK
task0
(
INTERVAL
:=
T
#
2
0ms
,
PRIORITY
:=
0
);
PROGRAM
instance0
WITH
task0
:
plc_prg
;
PROGRAM
instance0
WITH
task0
:
plc_prg
;
END_RESOURCE
END_RESOURCE
END_CONFIGURATION
END_CONFIGURATION
Beremiz/beremiz_tutorial_opc_ua/build/lastbuildPLC.md5
View file @
37f81795
5c767212bd9f45b1bff8365ee7aa5c48
6144dfafd181ce04ff6374e450b5c333
\ No newline at end of file
\ No newline at end of file
Beremiz/beremiz_tutorial_opc_ua/build/plc.st
View file @
37f81795
...
@@ -168,7 +168,7 @@ CONFIGURATION config
...
@@ -168,7 +168,7 @@ CONFIGURATION config
END_VAR
END_VAR
RESOURCE
resource1
ON
PLC
RESOURCE
resource1
ON
PLC
TASK
task0
(
INTERVAL
:=
T
#
3
0ms
,
PRIORITY
:=
0
);
TASK
task0
(
INTERVAL
:=
T
#
2
0ms
,
PRIORITY
:=
0
);
PROGRAM
instance0
WITH
task0
:
plc_prg
;
PROGRAM
instance0
WITH
task0
:
plc_prg
;
END_RESOURCE
END_RESOURCE
END_CONFIGURATION
END_CONFIGURATION
Beremiz/beremiz_tutorial_opc_ua/plc.xml
View file @
37f81795
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<project
xmlns:ns1=
"http://www.plcopen.org/xml/tc6_0201"
xmlns:xhtml=
"http://www.w3.org/1999/xhtml"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://www.plcopen.org/xml/tc6_0201"
>
<project
xmlns:ns1=
"http://www.plcopen.org/xml/tc6_0201"
xmlns:xhtml=
"http://www.w3.org/1999/xhtml"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://www.plcopen.org/xml/tc6_0201"
>
<fileHeader
companyName=
"Unknown"
productName=
"Unnamed"
productVersion=
"1"
creationDateTime=
"2021-05-14T14:33:11"
/>
<fileHeader
companyName=
"Unknown"
productName=
"Unnamed"
productVersion=
"1"
creationDateTime=
"2021-05-14T14:33:11"
/>
<contentHeader
name=
"Counter (OSIE)"
modificationDateTime=
"2021-10-22T1
3:55:18
"
>
<contentHeader
name=
"Counter (OSIE)"
modificationDateTime=
"2021-10-22T1
5:02:46
"
>
<coordinateInfo>
<coordinateInfo>
<fbd>
<fbd>
<scaling
x=
"0"
y=
"0"
/>
<scaling
x=
"0"
y=
"0"
/>
...
@@ -213,7 +213,7 @@ Out0 := Cnt0;]]></xhtml:p>
...
@@ -213,7 +213,7 @@ Out0 := Cnt0;]]></xhtml:p>
<configurations>
<configurations>
<configuration
name=
"config"
>
<configuration
name=
"config"
>
<resource
name=
"resource1"
>
<resource
name=
"resource1"
>
<task
name=
"task0"
priority=
"0"
interval=
"T#
3
0ms"
>
<task
name=
"task0"
priority=
"0"
interval=
"T#
2
0ms"
>
<pouInstance
name=
"instance0"
typeName=
"plc_prg"
/>
<pouInstance
name=
"instance0"
typeName=
"plc_prg"
/>
</task>
</task>
</resource>
</resource>
...
...
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