Component: JSON Encoder (Comms: IoT/Cloud): Difference between revisions
Appearance
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead"" |
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead"" |
||
| Line 176: | Line 176: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | ||
|- | |- | ||
Revision as of 14:20, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Comms: IoT/Cloud |
JSON Encoder component
Allows dynamic key and value pairs to be created and assembled into a formatted JSON string.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_JSONEncoder.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_JSONEncoder.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Simple Data
Example program showing how to use a JSON encoder component to create a simple JSON encoded data string.
Simple Encode and Decode
Example program showing how to take data and encode it into a JSON string to be sent out over comms.
The example also hows how to decode a received JSON string and pull out values.
Macro reference
AssignDataAsFloat
| AssignDataAsFloat | |
| Assigns a data value as a floating point value | |
| Element | |
| Index of the element to assign the data to | |
| Data | |
| NumDP | |
| Number of decimal points | |
| Return | |
AssignDataAsNumber
| AssignDataAsNumber | |
| Assigns a data value as a integer value | |
| Element | |
| Index of the element to assign the data to | |
| Data | |
| Return | |
AssignDataAsString
| AssignDataAsString | |
| Assigns a data value as a string | |
| Element | |
| Index of the element to assign the data to | |
| Data | |
| Return | |
AssignName
| AssignName | |
| Assigns a name value as a string. Call this macro first before assigning data to the element. | |
| Element | |
| Index of the element to assign the data to | |
| Name | |
| Return | |
ClearAll
| ClearAll | |
| Clears all the names and data values out of the buffer | |
| Return | |
GenerateJSON
| GenerateJSON | |
| Generates a JSON data string with the current specified values. | |
| Return | |