Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update softing getted started #403

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion get_started/embedded-linux-softing-echocollect-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ device: echocollect e and echocollect r-m
language: c
---

Configure [echocollect e](https://industrial.softing.com/en/products/plc-connectivity/integration-of-plc-data/stand-alone-application-gateways-multiprotocol/echocollect-e.html) or [echocollect r-m](https://industrial.softing.com/en/products/plc-connectivity/integration-of-plc-data/stand-alone-application-gateways-multiprotocol/echocollect-rm.html) as Azure IoT-device
Configure [echocollect e](https://data-intelligence.softing.com/products/iot-gateways/echocollect-e/) or [echocollect r-m](https://data-intelligence.softing.com/products/iot-gateways/echocollect-rm/) as Azure IoT-device
===
---

Expand Down
8 changes: 4 additions & 4 deletions get_started/embedded-linux-softing-uagate-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ language: c
Configure dataFEED uaGate SI, dataFEED uaGate MB or dataFEED edgeGate as Azure IoT-device

For further device descriptions see:
- [dataFEED uaGate SI](https://industrial.softing.com/en/products/plc-connectivity/integration-of-plc-data/gateways-single-protocol/uagate-si.html)
- [dataFEED uaGate MB](https://industrial.softing.com/en/products/plc-connectivity/integration-of-plc-data/gateways-single-protocol/uagate-mb.html)
- [dataFEED edgeGate](https://industrial.softing.com/en/products/plc-connectivity/integration-of-plc-data/gateways-multiprotocol/edgegate.html)
- [dataFEED uaGate SI](https://data-intelligence.softing.com/products/iot-gateways/datafeed-uagate-si/)
- [dataFEED uaGate MB](https://data-intelligence.softing.com/products/iot-gateways/datafeed-uagate-mb/)
- [dataFEED edgeGate](https://data-intelligence.softing.com/products/iot-gateways/datafeed-edgegate/)

---

Expand Down Expand Up @@ -65,7 +65,7 @@ On the MQTT Broker Configuration page you need to enter the following:
On the `MQTT Topic Settings` page you need to enter the following:
- Set the MQTT Root Topic: `devices/<device-id>/messages/events`.
In the screenshot above: `devices/uagate/messages/events`.
- Select flattened PLC hierarchy.
- Select "Suppressed PLC Symbols".
- Set the MQTT payload format string:

```
Expand Down
2 changes: 1 addition & 1 deletion get_started/softing-iisk-gl20-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: csharp
---

Run a simple Csharp sample on a Softing IISK GL20 device.
===

---

For further device descriptions regarding the device see: [Industrial IoT Starter Kit](https://data-intelligence.softing.com/products/iot-gateways/industrial-iot-starter-kit/)
Expand Down