Data to JSON
This function block is designed to convert connected data inputs into a JSON format. It allows users to specify headers for the data being logged and outputs the formatted JSON string.
π₯ Inputs
Start Logging
A boolean input that triggers the logging process. When true, the block collects the connected data for JSON output.
Data_1
to Data_10
Generic data inputs that can be connected to various data sources to be included in the JSON.
π€ Outputs
JSON Data
This output provides the generated JSON string based on the input data and specified headers.
πΉοΈ Controls
Set Data Headers
Text fields where users can specify headers for their data inputs. If left empty, default names Data_1
to Data_10
will be used.
π¨ Features
Flexible Data Input
The block can accept up to ten data inputs, allowing for a comprehensive collection of data into JSON format.
Dynamic Header Setting
Users can specify custom headers for their data inputs, tailoring the output to fit their needs.
JSON Formatting
Automatically converts connected data to JSON format for easy use in further applications or data handling.
π Usage Instructions
Connect Data Sources: Link your data sources to the corresponding inputs labeled from
Data_1
toData_10
.Set Headers: Fill in the text fields for headers with meaningful names that represent your data. If you do not fill them, default headers will be used.
Start Logging: Activate the
Start Logging
input to trigger the conversion process.Retrieve JSON: The output will provide the generated JSON string containing your data with the specified headers.
π Evaluation
This block will output a JSON string whenever the Start Logging
input is initiated, reflecting the current data connected and the defined headers.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated