1. Home
  2. SmartConfig2.1
  3. 4. Configuration Area
  4. 4.1 Basics
  5. 4.1.4 User Program

4.1.4 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?