Skip to main content

Application Composer Example

Based on a small project this example describes how to create modules for the Application Composer.

Tip

Some URLs in this tutorial link to help pages which are part of the Application Composer. If you do not have installed this package these links will not work.

The example module depict a room with a light and a switch. The switch can be used as tapper or dimmer. Pushing it longer will dim the light and pushing it shortly will toggle it. The speed for the dimmer function as well as the maximum value of the light can be defined by the user. When the switch is pushed longer than a specified time the dim function is activated. The output of the light is the brightness. There is a second light, a simpler one, which can only be switched on and off by a second switch.

Figure 46. Sample project
Sample project


Step 0: Preliminaries