MQTT Subscribe
Libraries:
Embedded Coder Support Package for STMicroelectronics STM32 Processors /
STM32F7xx Based Boards
Embedded Coder Support Package for STMicroelectronics STM32 Processors /
STM32H7xx Based Boards
Description
The MQTT Subscribe block receives messages from the MQ Telemetry Transport (MQTT) broker for the specified topic.
At each time step, the block checks if a new message is available on the specified topic. If a new message is available, the block receives the message. The Message port outputs the new message. If a new message is not available, Message outputs the last received message. The Topic port outputs the topic of the received message. The string topic/level/# on the block icon is specified by the Topic parameter.
For more information on MQTT, see Introduction to MQTT.
Note
The MQTT Subscribe block supports MQTT only over TCP/IP sockets.
Examples
Process ECG Signals Using MQTT on STM32 Processor Boards
Use the STM32 Nucleo F767ZI board using Embedded Coder(R) Support Package for STMicroelectronics(R) STM32 Processors to process an ECG signal input from an ECG sensor, extract the heart rate in beats per minutes (BPM), and send the ECG signal and heart rate to the ThingSpeak internet of things (IoT) analytics platform service.
Limitations
Only a maximum of 10 MQTT Subscribe blocks are allowed in a Simulink® model.
Ports
Output
IsNew — New message indicator
0
(default) |
1
If the client receives a new message since the last time step, the
IsNew port outputs 1
. Otherwise, the port
outputs 0
.
Data Types: Boolean
Message — Received message
0
(default)
The message received from the MQTT broker, specified as an N-by-1 vector. N is the length of the message specified by the Message length (N) parameter.
Data Types: double
Topic — Topic of message
topic/level/#
(default)
ASCII values that correspond to the topic name of the received message. For
example, if the topic of the received message is model/data
, the
port outputs the topic as 109 111 100 101 108 47 100 97 116 97
.
To convert the ASCII values into the alphanumeric equivalent, attach an ASCII to String block to the output of the Topic port. For information on topics and their structure, see Topics in MQTT.
Note
A topic can have a maximum of 128 characters.
Dependencies
The Topic port is available only if the Topic parameter value specified in the Block Parameters dialog box includes a wildcard entry. For information on wildcards, see Wildcards in MQTT Topics.
Data Types: uint8
Parameters
Topic — Topic for subscription
topic/level
(default) | valid topic name
Specify a topic to which the client subscribes. For information on topics and its structure, see Topics in MQTT.
Programmatic Use
Block Parameter:
Topic
|
Type: character vector |
Values:
'topic/level' |valid topic name
|
Default:
'topic/level'
|
QoS — Levels of QoS
0
(default) |
1
|
2
Quality of Service (QoS) defines the reliability of the message delivery process in MQTT. MQTT provides three QoS levels for message delivery: QoS 0, QoS 1, and QoS 2. The MQTT broker that you are using might not support three levels of QoS. For example, ThingSpeak™ MQTT supports only QoS 0.
Select a QoS level from the list:
0
(At most once): The MQTT broker sends the message to the client. The client does not send an acknowledgment of the receipt.1
(At least once): The MQTT broker sends the message to the client at least once. The broker resends the message if it does not receive an acknowledgment from the client.2
(Exactly once): The MQTT broker sends the message to the client exactly once. The broker and client exchange acknowledgments so that the message is received only once.
For more information on QoS levels, see Levels of QoS in MQTT.
Programmatic Use
Block Parameter:
QoS
|
Type: character vector |
Values:
'0' |'1' |'2'
|
Default:
'0'
|
Message length (N) — Length of message to be received
10
(default) | integer between 1 and 64 inclusive
Specify the length of the message to be received from the MQTT broker. If the length of the received message is greater than the length specified in Message length (N), the block outputs only the first N characters of the received message. If the length of the received message is less than the length specified in Message length (N), the block appends zeros to the received message.
Programmatic Use
Block Parameter:
MessageLength
|
Type: character vector |
Values:
'1' |integer between 1 and 64 inclusive
|
Default:
'1'
|
Sample time — Sampling rate for new messages
1
(default) |
-1
| positive integer
Specify how often the subscriber checks for a new message from the broker. When you
specify Sample time as -1
, Simulink determines the best sample time for the block based on the block context
within the model.
Programmatic Use
Block Parameter:
sampletime
|
Type: character vector |
Values: scalar | vector |
Default:
'0.1'
|
Version History
Introduced in R2024a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)