WinCC OA Configuration
Important: The driver/publisher follows the protocol
standard. For specific settings, see the documentation of the respective
vendor.
- Start your WinCC OA project
and an MQTT Driver instance:
- In the WinCC OA GEDI open the MQTT client via
- Use the following dialog to specify the data structure of your topics. To keep it simple just click on OK:
- Now create a connection and set the correct parameters.
Connection Tab
- Host:Port*: contains the URL provided by AWS and the TLS-Port 8883 separated by a colon.
-
Certificate: root-CA.crt (for root-CA.crt - see the end of the chapter AWS
Broker Configuration):
Advanced Tab
- For AWS IoT Core the Client ID must be set. The default Client ID is basicPubSub:
Certificate Tab
- Client certificate: WCCOA_Thing.cert.pem - see chapter Panel for SSL Host Certificates.
- Client private key: WCCOA_Thing.private.key - see chapter Panel for SSL Host Certificates:
Copy Certificates to the WinCC OA project
- Create the directory structure
data/mqtt/cert
if it does not exist yet. - Then copy the files root-CA.crt, WCCOA_Thing.cert.pem and WCCOA_Thing.private.key to the newly created directory:
Establish a Connection

- Enable the check box Establish connection and click on Apply.