Weld Planning Batch
- Last UpdatedJan 20, 2026
- 1 minute read
The input file for batch weld planning is an ordinary text file in a simple language based on the general TIL format. This language has only one statement, which can be given any number of times.
Weld Planning Batch is activated by double-clicking on the Weld Planning Batch icon in the Weld Planning group. The input file is then selected by the user.
The input should have the following syntax:
ASSEMBLY, <assembly name>
/CALC_WELD / ROBOT_CTRL /WELD_REPORT;
If the given assembly <assembly name> ends with an asterisk, *, the calculation/robot file/report will be made for all sub-assemblies as well, Top-down.
If CALC_WELD is given the weld calculation will be performed.
If ROBOT_CTRL is given the generation of robot control files will be performed.
If WELD_REPORT is given the weld report will be created via Vitesse. Two csv files are created for each assembly.
Example of an input file:
ASSEMBLY, 'R007-B010-KS0101' /CALC_WELD /ROBOT_CTRL;
ASSEMBLY, 'R007*' /WELD_REPORT;