Skip to content

Commit 8ada1f8

Browse files
authored
Merge pull request #87467 from hansgschossmann/johanng/clarifymoduleuse
Clarify OPC Twin and Discovery module use
2 parents f8db71d + e3ec6bc commit 8ada1f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/industrial-iot/overview-what-is-industrial-iot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ An IoT Edge device is composed of an IoT Edge Runtime and IoT Edge Modules.
5656
- **OPC Publisher**: The OPC Publisher module connects to OPC UA server systems and publishes JSON encoded telemetry data from these servers in OPC UA "Pub/Sub" format to Azure. The OPC Publisher can run in two modes:
5757
- In combination with and controlled by the Industrial-IoT cloud microservices (orchestrated mode)
5858
- Configured by a local configuration file to allow operation without any Industrial-IoT cloud microservice (standalone mode)
59-
- **OPC Twin**: The OPC Twin module enables connection from the cloud to OPC UA server systems on the factory network. OPC Twin provides access to OPC UA server systems through REST APIs exposed by the Industrial-IoT cloud microservices.
60-
- **Discovery**: The Discovery module works only in combination with the Industrial-IoT cloud microservices. The Discovery module implements OPC UA server system discovery and reports the results to the Industrial-IoT cloud microservices.
59+
- **OPC Twin**: The OPC Twin module enables connection from the cloud to OPC UA server systems on the factory network. OPC Twin provides access to OPC UA server systems through REST APIs exposed by the Industrial-IoT cloud microservices. In contrast to OPC Publisher, in OPC Twin, working in standalone mode (module only) isn't supported. The OPC Twin module must work in combination with the Industrial-IoT cloud microservices.
60+
- **Discovery**: The Discovery module works only in combination with the Industrial-IoT cloud microservices. The Discovery module implements OPC UA server system discovery and reports the results to the Industrial-IoT cloud microservices. In contrast to OPC Publisher, in the Discovery module, working in standalone mode (module only) isn't supported. The Discovery module must work in combination with the Industrial-IoT cloud microservices.
6161

6262
## Next steps
6363

64-
Now that you have learned what Industrial IoT is, you can read more about the OPC Publisher or get started with deploying the IIoT Platform:
64+
You can read more about the OPC Publisher or get started with deploying the IIoT Platform:
6565

6666
> [!div class="nextstepaction"]
6767
> [What is the OPC Publisher?](overview-what-is-opc-publisher.md)
6868
6969
> [!div class="nextstepaction"]
7070
> [Deploy the Industrial IoT Platform](tutorial-deploy-industrial-iot-platform.md)
71-
>
71+
>

0 commit comments

Comments
 (0)