WebSocket Subscribe
Subscribe to the JSON data received by a WebSocket server
- Library:
Simulink Support Package for Arduino Hardware / WiFi
Description
The WebSocket subscribe block subscribes to the data received by a WebSocket server identified by an IP address and a port. The received data must be in JavaScript Object Notation (JSON) format, which can be interpreted by a WebSocket client to manipulate the data.
Supported Arduino Boards
Arduino® MKR1000
Arduino MKR WIFI 1010
Arduino Nano 33 IoT
WebSocket JSON Data
This figure shows the signals in JSON format.
Ports
Output
Status
— Validity of received data
scalar
The block outputs the status indicating the validity of the received data.
The status is:
1
: Valid data0
: Received data is empty or is of invalid JSON format
Data Types: int8
Out
— Received data
row vector
The data received by the WebSocket server, specified as a row vector.
The block provides an option to add up to 10 Out ports to obtain signal data, with each signal being an N-by-1 vector. N is the number of data points in a signal.
Example: [1.5,3]
Dependencies
To enable the port, specify the total number of output signals in the
Number of outputs parameter. When you specify Number of Outputs, the block generates equal
number of output ports. For example, if you specify Number of Outputs as 4
, the
block generates four output ports.
Data Types: single
| double
| int8
| int16
| int32
| uint8
| uint16
| uint32
| Boolean
Parameters
Port
— Port number on WebSocket server
9000
(default) | any port number
The port number on the WebSocket server on which the JSON data is hosted.
Specify Output Info via
— Source to obtain properties of JSON data
Mask Dialog
(default) | JSON file
The properties of the data using the Block Parameters dialog box or from a JSON file.
Mask Dialog
–– Specify the total number of signal data using the block parameters dialog box. The block generates output ports that are equal in number to the total number of signals specified. You must also specify data size and data type of each signal using the dialog box.JSON file
–– If you have a JSON file that contains the signal data, upload the file by clicking the Browse button. On successfully uploading the file, the block generates output ports that are equal in number to the data signals in the specified file. The data size and data type of each signal is inherited from the file.
Number of Outputs
— Total number of output signals
1
(default) | 2
| 3
| 4
| 5
| 6
| 7
| 8
| 9
| 10
The total number of output signals received by the WebSocket server. When you
specify a value in this parameter, the block generates output ports that are equal in
number to the value specified in this parameter. For example, if you specify Number of Outputs as 4
, the block
generates four output ports.
Dependencies
To enable the parameter, set the Specify Output Info
via parameter to Mask Dialog
.
Data Size
— Total number of data points
1
(default)
The total number of data points in an output signal.
Dependencies
To enable the parameter, set the Specify Output Info
via parameter to Mask Dialog
.
Data Type
— Data type of output signal
double
(default) | single
| uint32
| int32
| uint16
| int16
| uint8
| int8
| Boolean
The data type of the output signal.
Dependencies
To enable the parameter, set the Specify Output Info
via parameter to Mask Dialog
.
Sample time
— Time interval to receive data from WebSocket server
0.1
(default) | -1
| any positive integer
Specify how often the block receives the data from the WebSocket server. When you
specify Sample time as -1
, the block inherits
its sample time based on the context of the block within the model.
Version History
Introduced in R2020b
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
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)