Skip to main content

Perspective Precision Input Components

Precision input components for Ignition Perspective.

Reduce Unnecessary Writes

Standard Perspective inputs write to their backing data source on every keystroke. Debounced components wait until the user pauses, keeping your tags, scripts, and database queries free of intermediate partial values.

Two-Value Architecture

Debounced components expose both a live property (updated on every keystroke) and a committed debounced property (updated after the delay). Bind to whichever suits your use case.

Change History Built In

On every commit the component automatically writes the prior value to previousValue and records a timestamp. No extra scripting needed to know what changed or when.