Skip to content

Commit

Permalink
feat: add EdgeConnector Siemens (portainer#182)
Browse files Browse the repository at this point in the history
* feat: add EdgeConnector Siemens

* fix: fix edgeconnector-siemens image name
  • Loading branch information
deviantony authored Jun 29, 2023
1 parent e3a40ef commit 8c39cf1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions edge/softing-edgeconnector-siemens/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
edgeconnector-siemens:
image: softingindustrial/edgeconnector-siemens
restart: unless-stopped
ports:
- 443
- 8099
- 4897
16 changes: 16 additions & 0 deletions templates-2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,16 @@
"image": "softingindustrial/edgeconnector-840d",
"ports": ["443/tcp", "8099/tcp", "4897/tcp"]
},
{
"type": 1,
"title": "EdgeConnector Siemens",
"description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-siemens",
"ports": ["443/tcp", "8099/tcp", "4897/tcp"]
},
{
"type": 2,
"title": "Portainer Agent",
Expand Down Expand Up @@ -1191,6 +1201,12 @@
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-840d/docker-compose.yml"
},
{
"type": 4,
"title": "Softing EdgeConnector Siemens",
"description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-siemens/docker-compose.yml"
},
{
"type": 4,
"title": "OPC Router",
Expand Down

0 comments on commit 8c39cf1

Please sign in to comment.