In this article:
Digital Manufacturing Traveller
Digital Manufacturing Traveller
This is the digital manufacturing traveller, where you can find all data that has been logged for every product built using Tascus.
Access the Product Report from either the home-screen dashboard,

or under Reports > Product Report:

This report is generated for every product built using Tascus and shows the results of manufacturing operations, and all of the steps within each operation.

The report also shows which sequence revision was used:
Using the expand (down) arrow you can configure the Product Report.

Viewing Previous Results
By default, this report shows the latest result only for each step, so if a step was repeated multiple times, it will show the latest result.

Step Name Filter
The Step Name Filter allows you to quickly search Names within the report.

Exporting a Report
You can export this digital manufacturing traveller to a .csv (Excel) file, or to a PDF using the Export button, after expanding the configuration tab.

Archiving Step Results
You can archive step results (User permission required for this), by ticking Allow Archiving.

Then when you click on a step result, you are prompted to Archive or Keep the result.

Archived results will be hidden on the Product Report, and when running production, so operators will be prompted to repeat the step.
FAQ
How to Export All Product Results for a Part Number
This can only be done using a SQL database query.
1. Login into Tascus with:
Blank username
Password m3t1s
2. Go to View > Database Manager
3. Paste in this SQL code into the SQL Query box, then press Run Query
SELECT * FROM ProductionData
Where Part_Number = '39716'
AND Date > '2025-01-01'
Order By Serial_Number, DateYou can change the Part_Number from '39716' to whatever part number you want, but keep it enclosed with ' ' marks.
Change the date to whatever you need using the format 'YYYY-MM-DD'
4. Press Export to save a csv file of the results.