1. Home
  2. Docs
  3. SmartConfig
  4. Sampler mode
  5. UserDefined
  6. Code Editor

Code 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 automatically annotated with:

  • A line number for easy reference.
  • A comment field to explain the action, automatically generated for user-friendliness.

This makes the editor accessible to beginners, while still offering full control for advanced users.

Adding Functions

At the bottom of the interface, users can select a function from the dropdown menu. Based on the selected function, the editor will:

  • Automatically show additional parameters required.
  • Validate the entered values before allowing the function to be added.

Once confirmed, the generated code will be appended to the end of the program.

Advanced Users

Advanced users may also write code directly in the editor for full flexibility. This is ideal for bulk edits or custom configurations not available through the dropdown interface.

code editor user defined

How can we help?