1. Home
  2. Docs
  3. SmartConfig2.1
  4. 5. Sampler Modes
  5. 5.1 User defined/ User Pr...
  6. 5.1.2 Parameters and Runtime Placeholders

5.1.2 Parameters and Runtime Placeholders

Parameters may contain either static numeric values or runtime placeholders.Placeholders are replaced live during program execution.

Numeric ranges

Unless otherwise specified, numeric parameters must be in the range 0–65535.

Runtime placeholders

Single-letter placeholders may be used in any parameter position (T,S,O,P,I).

PlaceholderMeaningNotes
A B C D E GUser parametersEEPROM-backed, editable in GUI
X Y ZTemporary storageRuntime values
r / RFormula resultResult of last executed formula

Restrictions:

  • Placeholders must be exactly one letter
  • Lowercase sensor variables a b c d are formula-only
  • Placeholders bypass static range validation

WARNING:
Runtime placeholders disable most fail-safe checks.Users must ensure correct ranges, execution order, and initialization.Invalid runtime values may cause unexpected behavior.

How can we help?