Changes for page ThingsBoard
Last modified by Dilisi S on 2025/04/02 02:09
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -49,7 +49,7 @@ 49 49 50 50 The **Add data converter** window will appear. Name it ‘**UDP Uplink Converter NB/CB**’ and select the Type as **Uplink**. 51 51 52 -Click on the **JavaScript** button. Now copy and paste the following script to the **Decoder function** section:52 +Click on the **JavaScript** button. Now copy and paste the following JavaScript to the **Decoder function** section. This decoder function is valid for both NB and CB series devices. 53 53 54 54 {{code language="JavaScript"}} 55 55 //Version: 0.1 ... ... @@ -180,7 +180,7 @@ 180 180 [[image:ThingsBoard-add-data-converter-uplink.png||width="500"]] 181 181 182 182 183 - The uplink data converter isadded to ThingsBoard and islisted on the **Data Converters** page.183 +You should see that the newly added **uplink data converter** is listed on the **Data Converters** page. 184 184 185 185 186 186 [[image:Data-converter-list-uplink-only.png]] ... ... @@ -196,7 +196,7 @@ 196 196 197 197 The **Add data converter** window will appear. Name it ‘**UDP Downlink Converter NB/CB**’ and select the Type as **Downlink**. 198 198 199 -Click on the **JavaScript** button. Now copy and paste the following script to the **Encoder function **section:199 +Click on the **JavaScript** button. Now copy and paste the following JavaScript to the **Encoder function **section. This encoder function is valid for both NB and CB series devices. 200 200 201 201 202 202 {{code language="JavaScript"}} ... ... @@ -235,7 +235,7 @@ 235 235 [[image:ThingsBoard-add-data-converter-downlink.png||height="532" width="500"]] 236 236 237 237 238 - The downlink data converter isadded to ThingsBoard and islisted on the **Data Converters** page.238 +You should see that the newly added **downlink data converter** is listed on the **Data Converters** page. 239 239 240 240 241 241 [[image:Data-converter-list.png]] ... ... @@ -253,10 +253,9 @@ 253 253 254 254 The **Add integration** window appears. 255 255 256 -In the Add Integration window, configure the following settings: 256 +In the **Add Integration** window, configure the following settings: 257 257 258 258 259 - 260 260 **Basic settings:** 261 261 262 262 * **Integration type**: UDP ... ... @@ -305,7 +305,12 @@ 305 305 [[image:add-integration-connection.png||height="511" width="500"]] 306 306 307 307 307 +You should see that the newly added integration is listed on the **Integrations** page. 308 308 309 + 310 +[[image:Integrations-list.png]] 311 + 312 + 309 309 = Verifying the receipt of data from the device = 310 310 311 311 Connect **S31B-NB** to transfer information. If the integration was performed without errors, after the transmission of the first telemetry, a new device with the name “xxxxx” will appear in the Devices → All. Also, you can verify the input and output data, respectively, before and after conversion in Data converters → UDP Uplink Converter NB/CB → Events.