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
c509c041
Commit
c509c041
authored
Sep 21, 2022
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a sample PLC which we can use to test couplers inside TSN network setups.
parent
372c08c6
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
377 additions
and
0 deletions
+377
-0
Beremiz/beremiz_network_test/a20_prod@opcua/baseconfnode.xml
Beremiz/beremiz_network_test/a20_prod@opcua/baseconfnode.xml
+2
-0
Beremiz/beremiz_network_test/a20_prod@opcua/confnode.xml
Beremiz/beremiz_network_test/a20_prod@opcua/confnode.xml
+2
-0
Beremiz/beremiz_network_test/a20_prod@opcua/selected.csv
Beremiz/beremiz_network_test/a20_prod@opcua/selected.csv
+8
-0
Beremiz/beremiz_network_test/a20_prod_1@opcua/baseconfnode.xml
...iz/beremiz_network_test/a20_prod_1@opcua/baseconfnode.xml
+2
-0
Beremiz/beremiz_network_test/a20_prod_1@opcua/confnode.xml
Beremiz/beremiz_network_test/a20_prod_1@opcua/confnode.xml
+2
-0
Beremiz/beremiz_network_test/a20_prod_1@opcua/selected.csv
Beremiz/beremiz_network_test/a20_prod_1@opcua/selected.csv
+8
-0
Beremiz/beremiz_network_test/beremiz.xml
Beremiz/beremiz_network_test/beremiz.xml
+4
-0
Beremiz/beremiz_network_test/plc.xml
Beremiz/beremiz_network_test/plc.xml
+349
-0
No files found.
Beremiz/beremiz_network_test/a20_prod@opcua/baseconfnode.xml
0 → 100644
View file @
c509c041
<?xml version='1.0' encoding='utf-8'?>
<BaseParams
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
IEC_Channel=
"1"
Name=
"a20_prod"
/>
Beremiz/beremiz_network_test/a20_prod@opcua/confnode.xml
0 → 100644
View file @
c509c041
<?xml version='1.0' encoding='utf-8'?>
<OPCUAClient
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
Server_URI=
"opc.tcp://192.168.2.2:4840"
/>
Beremiz/beremiz_network_test/a20_prod@opcua/selected.csv
0 → 100644
View file @
c509c041
input,I2C0 / Relay 0,1,str,i2c0.relay0,Int32,0
input,I2C0 / Relay 1,1,str,i2c0.relay1,Int32,1
input,I2C0 / Relay 2,1,str,i2c0.relay2,Int32,2
input,I2C0 / Relay 3,1,str,i2c0.relay3,Int32,3
output,I2C0 / Relay 0,1,str,i2c0.relay0,Int32,0
output,I2C0 / Relay 1,1,str,i2c0.relay1,Int32,1
output,I2C0 / Relay 2,1,str,i2c0.relay2,Int32,2
output,I2C0 / Relay 3,1,str,i2c0.relay3,Int32,3
Beremiz/beremiz_network_test/a20_prod_1@opcua/baseconfnode.xml
0 → 100644
View file @
c509c041
<?xml version='1.0' encoding='utf-8'?>
<BaseParams
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
IEC_Channel=
"0"
Name=
"a20_prod_1"
/>
Beremiz/beremiz_network_test/a20_prod_1@opcua/confnode.xml
0 → 100644
View file @
c509c041
<?xml version='1.0' encoding='utf-8'?>
<OPCUAClient
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
Server_URI=
"opc.tcp://192.168.3.2:4840"
/>
Beremiz/beremiz_network_test/a20_prod_1@opcua/selected.csv
0 → 100644
View file @
c509c041
input,I2C0 / Relay 0,1,str,i2c0.relay0,Int32,0
input,I2C0 / Relay 1,1,str,i2c0.relay1,Int32,1
input,I2C0 / Relay 2,1,str,i2c0.relay2,Int32,2
input,I2C0 / Relay 3,1,str,i2c0.relay3,Int32,3
output,I2C0 / Relay 0,1,str,i2c0.relay0,Int32,0
output,I2C0 / Relay 1,1,str,i2c0.relay1,Int32,1
output,I2C0 / Relay 2,1,str,i2c0.relay2,Int32,2
output,I2C0 / Relay 3,1,str,i2c0.relay3,Int32,3
Beremiz/beremiz_network_test/beremiz.xml
0 → 100644
View file @
c509c041
<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
URI_location=
"LOCAL://"
>
<TargetType/>
</BeremizRoot>
Beremiz/beremiz_network_test/plc.xml
0 → 100644
View file @
c509c041
This diff is collapsed.
Click to expand it.
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