Skip to main content

Main Window

Main window of the Template Designer application

Part Groups

Shows a list of all the part groups that have been defined. Each part group can contain a number of parts. This is to break down and help organize a long list of parts that otherwise might be difficult to work with.

Parts Area

Shows a list of all the parts that belong to the currently selected part group. Selecting a part will make it become the active part. This will show its corresponding welds in the weld list and one of its images in the Image Area.

Images

This area shows an image of a spot welded part. You can change which image is shown by clicking on the arrow buttons on the bottom. The images available to be shown correspond to which part you have selected. To manage the images press the “Edit Images” button on the bottom (see Image Editor for more details.)

Weld List

The list of all the welds that belong to a selected Part. Using this grid you can add, edit, and modify welds in the list. This list looks and acts much like a regular spreadsheet does. Each row represents one spot weld on an assembly line. Each column represents a property of a weld, and are explained below.

  • 3T: A checkmark indicates if this weld is a 3T weld or not.
  • Safety: A checkmark indicates whether or not this weld is a safety weld.
  • Chisel: A checkmark indicates whether or not this weld can be checked by a hammer and chisel.
  • Min Nug: The minimum size of the nugget.
  • Setup Nug: The setup (nominal) size of the nugget.
  • Min Ind: The minimum size of the indentation.
  • Max Ind: The maximum size of the indentation.
  • Plate 1: The thickness, in mm, of plate 1.
  • Plate 2: The thickness, in mm, of plate 2.
  • Plate 3: The thickness, in mm, of plate 3. This is only used if the weld is marked as 3T.

Like a spreadsheet, use the arrow keys to move around the cells and enter in new values. Pressing down to the end of the list will add a blank new weld. Pressing Insert will also add a new weld to the bottom of the list. Pressing Escape during any editing or adding will cancel the action.

The grid can be sorted by any one of these columns by clicking on the column name at the top of the grid. If you are adding or editing a weld, sorting will cancel the action.

To delete a weld, highlight the weld you want and press Delete. Be sure that you are not editing the weld before you press delete.

The main menu provides the following commands:

Top Menu DropdownActionDescription
FileSaveSave all changes made to the database. Any current weld editing is cancelled during a save.
FileExitExit the Designer application.
EditPaste from ClipboardSee Import Weld Data for more information.
EditImport XML FileUse this function to select a properly formatted XML file for input into the designer. See XML Import for more information.
GroupAdd GroupCreates a new, empty part group.
GroupDelete GroupDeletes the currently selected group. All parts that belonged to this group are moved to the Default group.
GroupRename GroupAllows you to rename a part group.
PartAdd PartWhen selected, a small box pops up asking for the name of the new part. Type in a part name, and then press OK. The new part then is added and selected in the Part List.
PartRename PartAllows you to rename the currently selected part.
PartDelete PartDeletes a part, and all of the associated welds, images, and inspection orders. This option is only available to the admin user, due to deletion being unrecoverable.
PartMove PartWhen selected, a list of other part groups becomes available. Select a different part group, and the currently selected part is moved to that part group.
WeldAdd WeldAdd a new weld into the weld list. This is the same as pressing the Insert key on your keyboard.
WeldDelete WeldsDeletes the currently selected welds from the list. This is the same as pressing the Delete key on your keyboard.
WeldEdit SelectedAllows editing many welds at once. This option is useful for setting many different welds to same parameters without entering information repeatedly.
AdminReasonsLaunches the Reason Manager, see Reason Manager.
AdminInspection OrderLaunches the Inspection Order Manager, see Inspection Order Manager.
DataSetup Data SourceLaunches the Data Source wizard, see Data Source Wizard. (Admin user only)
DataSave Current DataAllows saving all current RSWA data (users, passwords, inspections, etc) into one file for backup purposes. (Admin user only)
DataLoad DataLets you choose an RSWA data backup file to restore to. (Admin user only)
warning

Load Data will completely overwrite all of your current data. Use with caution!

note

All data operations can take a long time to complete, have patience.

Import Weld Data

Weld data can be imported from other applications, like Excel, by using the 'Paste from Clipboard (Ctrl + P)' feature found in the Edit menu. This feature will add any weld data found on the clipboard to the selected part. If the clipboard contains duplicate weld data or data that is not formatted correctly it will simply be ignored.

Import Weld Data from Excel

If you already have all your weld data in Excel, rearrange it so it looks like the data in the example. If you are missing certain information, just use a default value, like 0 or 'n'. Any default values can be edited later on from within the designer. Once your data is formatted correctly, select it all, copy it to the clipboard (Ctrl + C), bring up the designer, and then 'Paste from Clipboard (Ctrl + P)'.

Weld Number3TSafetyChiselMin NugSetup NugMin IndMax IndPlate 1Plate 2Plate 3
weld123nyy4.55.50.050.51.11.20
weld456yyy4.55.50011.51
weld789nnn0000000

Import Weld Data from other applications

When data is copied in Excel, columns are separated by tab characters and rows are separated by new line characters. So when copied from Excel, the example above will actually store the following string to the clipboard. Any software that can produce weld data in this format can export weld data to the designer.

weld123[tab]n[tab]...[tab]0[new line]weld456[tab]...