Sheet Input, Sheet Output & Logic Module Sheet
The Sheet Input and Sheet Output nodes are used to create generic logic functions that can be reused across multiple KNX projects. They replace actual KNX inputs and outputs, allowing you to save internal logic as an independent “module”.
Step 1: Creating the Logic Module
Let’s say we want to create a function that adds two values, A and B.
- Add two Sheet Input nodes to represent the values A and B.
- Connect both to an Add block to perform the sum.
- The result is connected to a Sheet Output node (A + B).
- Give meaningful names to inputs and outputs (e.g., “Input 1 - A”, “Input 2 - B”, “Output - A+B”).
- Save and export the logic as an `.xml` file.
Step 2: Using the Logic in a KNX Project
- In the main project, use a Logic Module Sheet node and import the `.xml` file created earlier.
- Connect real KNX Inputs to the module inputs (A and B).
- Connect the Sheet Output (A+B) to a real KNX Output.
This way, you can reuse and standardize logic blocks across different installations, saving time and ensuring consistency.