MQTT Subscriber Setup

Topic: CM200

For each connection the panel can subscribe to up to 10 MQTT broker topics. After the panel successfully subscribes, the panel receives every published Message for the subscribed topic until the panel is disabled. The panel MQTT client must subscribe to at least one topic if the subscriber is enabled.

Use Subscriber

Tick this box to enable the panel to receive messages from at least one subscribed topic.

Enable Subscribe

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 subscriber error status.

Configuration

Allows the user to add and edit up to 10 blocks, each with a broker topic and a payload tag for the Data received from the broker.

Back to MQTT Setup