To create a dynamic sequence based on equipment configurations:
Using the User Interface (Button):
Right-click on your project folder in the File Explorer and look for the context menu options to create new classes and sequences.
Using the Command Palette:
It is often faster and also possible via the Command Palette:
Ctrl+Shift+P / Cmd+Shift+P).Write your sequence logic using the base class properties instead of hardcoded variables. Ensure your equipment instances are declared in your main.machine file. The automation engine will automatically clone and resolve your dynamic sequence for each matching instance in your machine configuration.