|
-
Add MyWLDType value in the list of the Welding Process
Type possible values of the WLD_PTYPS parameter in the Section C-2,
Chapter 1 (light-green fill-in).
-
Add MyWLDType value in the list of the Welding Process
Type possible values for a Welding SpotPoint of the SpotPoint_WLD_PTY
parameter in the section C-2, Chapter 2 (Welding Section, yellow
fill-in).
-
Define which Fastener parameters are applicable to this
SpotPoint and their values in the Section C-3, Chapter 2 (Welding
Fastener Parameters Section, yellow fill-in).
|
|
Refer to the
Symbols table to have further information
on existing symbols. |
-
In addition, you have the possibility to translate the
coded value MyWLDType. You can provide this translation by modifying the
CATBfmAttributesNLS.CATNls files located in resources/msgcatalog/
Here is an example using English.
In the appropriate file, add PTY_MyWLDType key like this: |
// Process Type Attribute Code Values
//
-------------------------------------------------------------------------------
PTY_14 = "TIG (14)";
PTY_141 = "TIG (141)";
PTY_21 = "Resistance (21)";
PTY_52 = "Laser (52)";
PTY_MyWLDType = "My Process Type Name";
//
PTY_UNSW = "Unspecified Welding"; |
-
Check the modifications in CATIA V5: import this standard
and create a Welding SpotPoint, with the added process Type
MyProcessTypeName.
|