Cookie Consent by Free Privacy Policy Generator Update cookies preferences

Sequence Templates

In this article:

What are templates

Creating a template

Editing templates

Using Templates in a sequence

Best practices for template design

What Are Sequence Templates?

Sequence templates allow you to reuse a standard set of steps when creating new sequences in Tascus.

Templates are stored using the Tascus XML format. Any sequence can be saved as a template and reused later by importing its steps into a new sequence.

By default, Tascus stores templates in:

C:\ProgramData\Tascus\Template Files

However, you can save templates anywhere. We recommend saving templates in a single shared directory for all editors to access.

Creating a Template

  1. Open an existing sequence in Tascus

  2. Make any changes needed to make it reusable (remove product-specific values, rename steps, etc.)

  3. Go to File → Save Template

  4. Save the template XML file

    • Tascus will default to C:\ProgramData\Tascus\Template Files

The sequence is now available as a template.

Save-Template.jpg

Editing an Existing Template

  1. Go to File → Open Template

  2. Select the template XML file

  3. Make your changes

  4. Save again using File → Save Template

Templates open and behave the same way as normal sequences.

Load-Template.jpg

Using a Template in a New Sequence

  1. Create a new blank sequence in Tascus

  2. Go to File → Import Steps from Tascus XML

  3. Select the required template file

  4. The steps from the template are imported into your sequence

  5. Modify the sequence as required and save

Imported steps are copied into the sequence and can be edited independently.

Import-Template-02.jpg

Notes

  • Templates are XML files and are not linked once imported

  • Importing a template does not overwrite existing steps unless you choose to remove them

  • Multiple templates can be imported into the same sequence if required

Best Practices for Template Design

Use the following guidelines to create templates that are easy to reuse and maintain.

Keep Templates Generic

  • Remove product-specific values, serial numbers, and limits

  • Use neutral step names and instructions

  • Avoid hard-coded references to fixtures, tools, or variants unless they are always present

Design for Reuse, Not Completeness

  • Templates should provide a starting structure, not a finished sequence

  • It is usually better to keep templates slightly simpler and allow engineers to extend them after import

Use Clear Step Naming

  • Use descriptive, standardised step names

  • This makes imported sequences easier to understand and modify

Avoid Excessive Logic in Templates

  • Keep complex conditional logic to a minimum

  • Where possible, allow site- or product-specific logic to be added after import

Treat Templates as Controlled Assets

  • Avoid frequently editing templates that are already in use

  • If a major change is required, consider saving a new template version

  • Use clear naming conventions (for example: Assembly_Base_v2.xml)

Was this article helpful?

Thanks for your feedback!