Navigating to charts and adding own logic to override an existing output

Navigate to charts of application functions or room unit

  1. The chart of the selected application function or room unit is displayed in Programming editor.

Add an own logic to override an existing input or output

To override an existing output, you can directly navigate to the chart of the function block of the input or output:

  1. In Project navigation view, click the room segment folder %RSegm%.
  2. Right-click the input or output you want to override with your own application function and select Show in program from the context menu.
  3. The chart of the respective function block is displayed in Programming editor.
  4. Select the function block.
  5. In Properties tab, navigate to Interface section.
  6. You can see which inputs and outputs are not shown in the interface indicated by the individual Invisible checkbox settings.
  7. To enable the visibility, clear the Invisible checkbox of the inputs and outputs you want to override.
  8. Inputs or outputs are displayed in the according function block in Programming editor.
  9. Go to Library, select a function or instruction block and drag onto the Programming editor.
  1. An existing input or output is overwritten.