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
fef7c81f
Commit
fef7c81f
authored
Apr 10, 2023
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project.
parent
08344b2e
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
9 additions
and
45 deletions
+9
-45
Beremiz/beremiz_network_test/k3@opcua/confnode.xml
Beremiz/beremiz_network_test/k3@opcua/confnode.xml
+0
-2
Beremiz/beremiz_network_test/k3@opcua/selected.csv
Beremiz/beremiz_network_test/k3@opcua/selected.csv
+0
-1
Beremiz/beremiz_network_test/plc.xml
Beremiz/beremiz_network_test/plc.xml
+6
-37
Beremiz/beremiz_network_test/stm32mp1-0@opcua/baseconfnode.xml
...iz/beremiz_network_test/stm32mp1-0@opcua/baseconfnode.xml
+0
-2
Beremiz/beremiz_network_test/stm32mp1-2@opcua/baseconfnode.xml
...iz/beremiz_network_test/stm32mp1-2@opcua/baseconfnode.xml
+1
-1
Beremiz/beremiz_network_test/stm32mp1-2@opcua/confnode.xml
Beremiz/beremiz_network_test/stm32mp1-2@opcua/confnode.xml
+1
-1
Beremiz/beremiz_network_test/stm32mp1-2@opcua/selected.csv
Beremiz/beremiz_network_test/stm32mp1-2@opcua/selected.csv
+0
-0
Beremiz/beremiz_network_test/stm32mp1-3@opcua/baseconfnode.xml
...iz/beremiz_network_test/stm32mp1-3@opcua/baseconfnode.xml
+1
-1
Beremiz/beremiz_network_test/stm32mp1-3@opcua/confnode.xml
Beremiz/beremiz_network_test/stm32mp1-3@opcua/confnode.xml
+0
-0
Beremiz/beremiz_network_test/stm32mp1-3@opcua/selected.csv
Beremiz/beremiz_network_test/stm32mp1-3@opcua/selected.csv
+0
-0
No files found.
Beremiz/beremiz_network_test/k3@opcua/confnode.xml
deleted
100644 → 0
View file @
08344b2e
<?xml version='1.0' encoding='utf-8'?>
<OPCUAClient
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
Server_URI=
"opc.tcp://192.168.0.54:4840"
/>
Beremiz/beremiz_network_test/k3@opcua/selected.csv
deleted
100644 → 0
View file @
08344b2e
output,I2C0 / Relay 0,1,str,i2c0.relay0,Int32,0
Beremiz/beremiz_network_test/plc.xml
View file @
fef7c81f
<?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=
"2023-0
3-10T15:13:15
"
>
<contentHeader
name=
"Counter (OSIE)"
modificationDateTime=
"2023-0
4-10T11:35:47
"
>
<coordinateInfo>
<coordinateInfo>
<fbd>
<fbd>
<scaling
x=
"0"
y=
"0"
/>
<scaling
x=
"0"
y=
"0"
/>
...
@@ -194,11 +194,6 @@
...
@@ -194,11 +194,6 @@
<DINT/>
<DINT/>
</type>
</type>
</variable>
</variable>
<variable
name=
"Coupler2_Relay0"
>
<type>
<DINT/>
</type>
</variable>
</externalVars>
</externalVars>
</interface>
</interface>
<body>
<body>
...
@@ -210,30 +205,15 @@
...
@@ -210,30 +205,15 @@
ELSE
ELSE
Cnt0 := Cnt0 + 1;
Cnt0 := Cnt0 + 1;
Cnt1 := Cnt1 + 1;
Cnt1 := Cnt1 + 1;
Coupler2_Relay0 := Coupler2_Relay0 + 1;
IF Cnt1 = 5 THEN
IF Cnt1 = 50 THEN
Coupler0_Relay0 := 1;
Coupler0_Relay0 := 1;
Coupler0_Relay1 := 1;
Coupler1_Relay0 := 1;
Coupler0_Relay2 := 1;
Coupler0_Relay3 := 1;
Coupler1_Relay0 := 0;
Coupler1_Relay1 := 0;
Coupler1_Relay2 := 0;
Coupler1_Relay3 := 0;
END_IF;
END_IF;
IF Cnt1 = 10 THEN
IF Cnt1 = 100 THEN
Coupler0_Relay0 := 0;
Coupler0_Relay0 := 0;
Coupler0_Relay1 := 0;
Coupler1_Relay0 := 0;
Coupler0_Relay2 := 0;
Coupler0_Relay3 := 0;
Coupler1_Relay0 := 1;
Coupler1_Relay1 := 1;
Coupler1_Relay2 := 1;
Coupler1_Relay3 := 1;
Cnt1 := 0;
Cnt1 := 0;
END_IF;
END_IF;
END_IF;
END_IF;
Out1 := Cnt1;
Out1 := Cnt1;
...
@@ -247,7 +227,7 @@ Out0 := Cnt0;]]></xhtml:p>
...
@@ -247,7 +227,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#
0.01
ms"
>
<task
name=
"task0"
priority=
"0"
interval=
"T#
10
ms"
>
<pouInstance
name=
"instance0"
typeName=
"plc_prg"
/>
<pouInstance
name=
"instance0"
typeName=
"plc_prg"
/>
</task>
</task>
</resource>
</resource>
...
@@ -348,17 +328,6 @@ Out0 := Cnt0;]]></xhtml:p>
...
@@ -348,17 +328,6 @@ Out0 := Cnt0;]]></xhtml:p>
<xhtml:p>
<![CDATA[OPC-UA relay 2]]>
</xhtml:p>
<xhtml:p>
<![CDATA[OPC-UA relay 2]]>
</xhtml:p>
</documentation>
</documentation>
</variable>
</variable>
<variable
name=
"Coupler2_Relay0"
address=
"%QD2.0"
>
<type>
<DINT/>
</type>
<initialValue>
<simpleValue
value=
"0"
/>
</initialValue>
<documentation>
<xhtml:p>
<![CDATA[OPC-UA relay 2]]>
</xhtml:p>
</documentation>
</variable>
</globalVars>
</globalVars>
</configuration>
</configuration>
</configurations>
</configurations>
...
...
Beremiz/beremiz_network_test/stm32mp1-0@opcua/baseconfnode.xml
deleted
100644 → 0
View file @
08344b2e
<?xml version='1.0' encoding='utf-8'?>
<BaseParams
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
IEC_Channel=
"1"
Name=
"stm32mp1-0"
/>
Beremiz/beremiz_network_test/
k3
@opcua/baseconfnode.xml
→
Beremiz/beremiz_network_test/
stm32mp1-2
@opcua/baseconfnode.xml
View file @
fef7c81f
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<BaseParams
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
IEC_Channel=
"
2"
Name=
"k3
"
/>
<BaseParams
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
IEC_Channel=
"
0"
Name=
"stm32mp1-2
"
/>
Beremiz/beremiz_network_test/stm32mp1-
1
@opcua/confnode.xml
→
Beremiz/beremiz_network_test/stm32mp1-
2
@opcua/confnode.xml
View file @
fef7c81f
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<OPCUAClient
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
Server_URI=
"opc.tcp://192.168.0.
66
:4840"
>
<OPCUAClient
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
Server_URI=
"opc.tcp://192.168.0.
29
:4840"
>
<AuthType/>
<AuthType/>
</OPCUAClient>
</OPCUAClient>
Beremiz/beremiz_network_test/stm32mp1-
0
@opcua/selected.csv
→
Beremiz/beremiz_network_test/stm32mp1-
2
@opcua/selected.csv
View file @
fef7c81f
File moved
Beremiz/beremiz_network_test/stm32mp1-
1
@opcua/baseconfnode.xml
→
Beremiz/beremiz_network_test/stm32mp1-
3
@opcua/baseconfnode.xml
View file @
fef7c81f
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<BaseParams
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
IEC_Channel=
"
0"
Name=
"stm32mp1-1
"
/>
<BaseParams
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
IEC_Channel=
"
1"
Name=
"stm32mp1-3
"
/>
Beremiz/beremiz_network_test/stm32mp1-
0
@opcua/confnode.xml
→
Beremiz/beremiz_network_test/stm32mp1-
3
@opcua/confnode.xml
View file @
fef7c81f
File moved
Beremiz/beremiz_network_test/stm32mp1-
1
@opcua/selected.csv
→
Beremiz/beremiz_network_test/stm32mp1-
3
@opcua/selected.csv
View file @
fef7c81f
File moved
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