Help
How to use value views while debugging.
Understand how raw inputs, evaluated results, and resolved values work.
Every input moves through three stages:
Resolved is always the value used by the system. If evaluation succeeds: Resolved = Evaluated If evaluation fails: Resolved = Default (fallback)
Raw -> Evaluated -> Resolved (always used)
Resolved only differs from evaluated when evaluation fails.
Resolved only differs from evaluated when evaluation fails, such as:
In these cases, the system uses the default fallback value.
You enter: Control Load = {expression}
The system always continues using RESOLVED.
The RESOLVED field shows the actual value used by the system.
See how valid and invalid values affect RESOLVED.
Focus on RESOLVED - this is what the system actually uses.
The system always runs on RESOLVED values.
How to use value views while debugging.
How raw inputs become evaluated and resolved results.
A practical system with resolved output data.