A dynamic sequence in AutomationView is a powerful template system that ties your logic directly to your machine's equipment configuration.
Instead of duplicating the same logic for every identical piece of equipment (like 10 valves), you create a single Sequence Class (e.g., for a "Valve").
When AutomationView loads or exports your project, it reads your main.machine configuration. If it finds 10 Valve instances, it automatically expands the dynamic sequence and produces 10 resolved clones of the logic at runtime. This "write once, deploy N times" approach ensures consistency and drastically reduces code duplication.
Viewing dynamic sequences:
You can see these dynamically resolved instances by opening the Machine Explorer view (via the server icon button in the Activity Bar) or by running AutomationView: Navigate to Machine in the Command Palette.