1. Home
  2. Docs
  3. SmartConfig2.1
  4. 4. Configuration Area
  5. 4.1 Basics
  6. 4.1.5 User Program

4.1.5 User Program

In UserDefined Mode, you can create your own sampling program by defining a series of functions. Each function is written in the following format:

F#,T#,O#,…

Where:

  • F# = Function number
  • T# = Time or target line (depending on function)
  • O# = Output or state (if required)
  • = Additional parameters (optional, e.g., trigger conditions)

You can configure outputs, and sensor settings. The UserDefined program will then use those settings during execution (e.g., when performing a sensor read).

More details can be found here.

How can we help?