FCM_User Reference Manual.pdf.pdf - 第299页

4022 591 96082 User Re ference Manual 02.02 FCM Multiflex 8-13 SVS P r o Config ur ation 8.1.7 Feeder Suppor t 8.1.7.1 Feeder Feed er / type name as present in th e placemen t progr am file . Pos sibl e valu es: maximum …

100%1 / 306
SVS Pro Configuration
User Reference Manual 4022 591 96082
8-12 FCM Multiflex 02.02
; This is an example SVS Pro configuration file
; with identifiers enabled
; All COMMENT Lines start with ;
; Identifiers (0 = disabled, 1 = enabled)
;
IDENTIFIERS 1
; Barcode configuration with identifiers
; this section must be present but is only used if IDENTIFIER field is 1
;
; /type /req /identifiers
IDBARCODE 1 0 ; Operator id
IDBARCODE 2 1 P 1P ; Part number
IDBARCODE 3 1 Q ; Initial Quantity
IDBARCODE 4 1 T 1T S ; Lot Code
IDBARCODE 5 1 V ; Vendor code
IDBARCODE 6 0 T 1T S V ; Combined vendor-lot code
; Barcode configuration without identifiers
; this section must be present but is only used if IDENTIFIER field is 0
;
; /type /req /format /min /max /autofind /compress /verify
BARCODE 1 1 * 4 12
BARCODE 2 1 * 4 20 0 1 YYYYYYYYYYYYYYYYYYYY
BARCODE 3 1
BARCODE 4 1 * 3 14
BARCODE 5 1 * 3 10
BARCODE 6 0 * 3 14
; Random scanning (0 = disabled, 1 = enabled)
; this section is ignored if IDENTIFIER field is 0
;
RANDOMSCAN 1
; Operator rescan id (enabled)
; Time after which the validity of the operator ID scan expires
; and the operator ID has to be rescanned
; ( 0 = disabled, 30999 = time in seconds)
OPERRESCAN 300
; Amount of components added on Continue (snooze),
; Intelligent feeder: feeder low length,
; Non-intelligent feeder: amount of boards that can be produced with remaning
; components (recommended: 2x the maximum number of boards in the machine)
; /snooze /length (m) /amount
AMOUNTS 10 2 18
; Feeder support
; /feeder /svs-support
FEEDER T 2 ; Handle as intelligent feeder
FEEDER B 1 ; Handle as non-intelligent feeder
FEEDER FLPCHP 1 ; Handle as non-intelligent feeder
FEEDER TRAY 0 ; No check on tray feeder
FEEDER HOOVERDAVIS 2 ; Handle as intelligent feeder
4022 591 96082 User Reference Manual
02.02 FCM Multiflex 8-13
SVS Pro Configuration
8.1.7 Feeder Support
8.1.7.1 Feeder
Feeder / type name as present in the placement program file.
Possible values: maximum 20 characters
8.1.7.2 Svs-support
Possible values: 0 = off (no checking)
1 = support as non-intelligent feeder
2 = support as intelligent feeder
SVS Pro Configuration
User Reference Manual 4022 591 96082
8-14 FCM Multiflex 02.02
8.2 Additional rules
1. The 6 <IDBARCODE> and 6 <BARCODE> lines should contain one line for each
barcode type. (They have to be present in the file.)
2. For <BARCODE> these fields are optional if the <req> field is 0 only.
<format>
<min>
<max>
<autofind>
<compress>
3. Barcode type 1 (operator ID) has no <identifier> if identifiers are enabled. All
other barcode identifers must have at least one <identifier> if identifiers are
enabled.
4. Barcode type 2 (partnumber) must always have <req> field = 1.
5. If <req> = 1 for < type> = 6 (combined vendor-lot code), the <req> parameter for
< type> = 4 (lot code) and 5 (vendor code) must equal 0.
6. If the format string is smaller than the barcode string, the format string must
end with a *.
7. The number of characters in the verify string must equal the configured
maximum length of the barcode. An N must be used for the characters not
used in the barcode.
8. Example: if the barcode maximum length equals 8, but the barcode consists of 5
characters, the last 3 characters of the verify string must be N, thus:
YYYYYNNN
9. The maximum barcode length of <type> = 3 (quantity) is not configurable
(always 5).
10.The format of <type> = 3 is numeric only.