Examples

Download the example from our library

https://www.comfortclick.com/BOS/Library/Tasks/6

Example 1: Logging temperature

  1. Select Input value for temperature.
  2. Set Limit Database Writes to limit the amount of data in the database if the temperature sensor is sending data frequently.
  3. Set the write interval (e.g. 300 seconds = 5 minutes).
  4. Make the UI control.

Example 2: Logging wind

  1. Select Input value for wind.
  2. Set Limit Database Writes to limit the amount of data in the database. Wind sensors are usually sending data frequently in windy conditions.
  3. Set the write interval (e.g. 300 seconds = 5 minutes).
  4. Select Write Type Max if you want to log the wind gusts.
  5. Make the UI control.

Example 3: Logging switch output

  1. Select Input value for switch.
  2. Set Limit Database Writes to false.
  3. Optionally scale the data, if you want to display it with another Analog Log data (e.g. displaying the switch output with temperature on the same chart).
  4. Make the UI control.
  5. Use Step Plot option in UI control settings to display the boolean data.