FUNCTION_BLOCK MQTT_CLIENT

Hover on a highlighted element
to pop up its description (if any).

An instance of this Function Block type supports the MQTT Messaging framework by providing access for instances of the PUBLISH/SUBSCRIBE function block types, contained in the same Resource as the MQTT_CLIENT instance, to an MQTT Broker located at the URI, e.g., "tcp://192.168.86.44:1883" , specified by its BROKER_URI input.

As illustrated below, this service is provided via an encapsulated instance of the MQTTClient class provided by the Eclipse Paho project.