1. Home
  2. Docs
  3. SmartConfig2.1
  4. 5. Sampler Modes
  5. 5.1 User defined/ User Pr...
  6. 5.1.3 Program Editor

5.1.3 Program Editor

The Program Code Editor allows users to define sequences of actions for automated tasks in a clear and structured format. Each line of code is The Program Editor helps you build User Programs safely and efficiently.

Assisted Editing

  • Select a function from the dropdown
  • Only relevant parameters are shown
  • Values are validated before adding the line
  • The generated code is appended automatically

Code View

  • Each line has:
    • A line number
    • An auto-generated description
  • Scrolling is synchronized for readability

Advanced Usage

You can also edit the program directly:

  • The helper updates automatically based on the cursor position
  • Paste or modify multiple lines
  • Write compact or custom logic
code editor user defined

How can we help?