MQTT Publisher Setup

Topic: CM199

Use MQTT Publisher Setup to publish messages from a C-more panel to an MQTT broker.

Each published Message must contain a topic — which is used by the broker to forward the Message to interested clients — and a payload — which contains the actual Data to transmit.

Use Publisher 1

Tick the box to enable this publisher.

You can set up to 4 publishers for each connection and each can contain up to 10 topic/payload blocks to publish on a single trigger event. Each publisher setup must have a trigger tag name configured and must use at least one topic/payload block.

Trigger

Option

QoS

Quality of Service is an agreement between a Message sender and receiver regarding the Message delivery guarantee.

The C-more panel support 2 levels of QoS:

QoS0 (once or not at all)

The fastest method, but also the most unreliable transfer mode because the PLC does not wait for the broker to acknowledge the message. With this QoS there is no possibility of duplicate messages; the Message is sent once or not at all.

QoS1 (at least once)

The PLC sends a Message and waits for an acknowledgment. This guarantees that the Message is delivered at least once, with the possibility for more than one delivery.

Notification

Allows the you to monitor publisher error status.

Configuration

Allows the user to add and edit up to 10 blocks, each with a broker topic to publish to the connected broker.

Clicking OK or Cancel returns you to the Publisher Configuration window.

Back to MQTT Setup