For the complete documentation index, see llms.txt. This page is also available as Markdown.

Utilities

Utilities provide core data processing, timing, and asset generation features without requiring external systems. Use these classes to manage internal App logic and behavior.

Available utility classes

Class
Description

Generates 1D and 2D barcodes or QR codes as images or binary data.

Manages numerical values, such as production counts or sequence numbers.

Schedules automated tasks using standard cron expressions.

Manipulates data by merging objects, filtering arrays, or mapping value ranges.

Generates synthetic data points to test logic before connecting physical hardware.

Triggers mock events to verify that reactive flows respond correctly.

Splits, merges, or modifies existing PDF documents.

Generates PDF documents by merging App data with pre-designed layouts.

Measures time intervals using a high-resolution timer.

Runs countdowns, maps progress to custom ranges, and introduces delays into flows.

Manages users and App access programmatically.

Testing with simulated data

Use data and event simulation nodes to test logic during the initial development phase. This verifies that dashboards and databases work correctly before connecting to a physical PLC or sensor. Once the logic works, replace the simulation classes with actual connectors.

Last updated

Was this helpful?