1.011.1_VPC使用手册.pdf - 第116页

115/144 <GROUPNUMBER> = <GROUP> • GROUPNUMBER is an arbitrary number; • GROUP is a designation of the group as text (no empty signs allowed; maximum 63 characters). For example, the following entry assi gns t…

100%1 / 145
114/144
8.3 Setting Up the Defect Definition
Defect definition assigns defect descriptions to the individual defect codes that
are used for all VPC evaluations.
Defect definitions are configured in the file “VpcDefectDefinition.ini“ by default;
the name of this file can also be changed by adapting the corresponding
reference in the individual configurations files.
Currently, the defect definition must be processed manually with a Texteditor;
an interactive processing in the VPC software will be available in the future.
Defect definition is constructed according to the standard of a Windows INI file
and consists of the following sections:
8.3.1 DefectColors
Here, numbers are assigned to colors in the RGB scheme, and the individual
defect definitions are referred to the colors through the numbers. The syntax of
a line is:
<COLORNUMBER> = #<RRGGBB>
COLORNUMBER is an arbitrary number;
RRGGBB is assembled from three two-digit hexadecimals corresponding
to the color components.
As an example, the following entries assign the color number "0" to a strong
red:
0=#FF0000
8.3.2 DefectGroups
Here, numbers are assigned to textual defect groups, and the individual defect
definitions are referred to the defect groups by the numbers. The syntax of a
line is:
115/144
<GROUPNUMBER> = <GROUP>
GROUPNUMBER is an arbitrary number;
GROUP is a designation of the group as text (no empty signs allowed;
maximum 63 characters).
For example, the following entry assigns the group number "3" to the group
designation "MISC": 3=MISC.
8.3.3 DefectDefinition
In this section, individual defect codes are assigned to the colors and groups
defined above; also, a defect text can be defined for each defect code. The
syntax of a line is:
<ERRORCODE> = <GROUPNNUMBER> ; <COLORNUMBER> ;
<DESCRIPTION>
ERRORCODE is the corresponding defect code. Values >= 10.000 are for
defects, values < 10.000 for feature values.
GROUPNUMBER is the number of the group this defect code is assigned
to.
COLORNUMBER is the number of the color used to indicate this defect
code.
DESCRIPTION is the text description of the defect code (empty signs
allowed, maximum 127 characters).
8.3.4 ResultDefinition
Here, the result codes of the AOI inspection (extended si_err.txt) are assigned
to textual descriptions. The syntax of a line is:
<RESULTSCODE> = <DESCRIPTION>
RESULTSCODE is an arbitrary number which is referenced in si_err.txt.
116/144
DESCRIPTION is a designation of the results code as text (empty signs
allowed; maximum 63 characters).
As an example, the following entry assigns the results code "1" to the
description "presence": 1=presence.
Example VpcDefectDefinition.ini file:
[DefectDefinition]
10000=0;0;not repaired
10002=0;2;pseudo defect
10003=0;4;borderline defect
10004=0;2;group psuedo defect
10005=0;1;group real defect
10006=0;4;group borderline defect
10010=1;1;positioning
10011=1;1;redundant component
10012=1;1;contamination
10013=1;1;wrong component
10014=1;1;reversed polarity
10015=1;1;missing component
10016=1;1;billboard
10020=2;1;solder bead >0.2mm
10021=2;1;comtamination/foreign object
10022=2;1;solder not melted
10023=2;1;slanted component
10030=3;1;print smeared/bridge
10031=3;1;displaced print !!!!!
10032=3;1;not enough paste
10040=0;1;mech. damage
10099=0;0;image defect
35;0;1;displacement X (hmm)
[ResultDefinition]
0=miscellaneous
1=presence
2=solder joint
3=geometry
4=rotation
5=displacement