FCM_User Reference Manual.pdf.pdf - 第294页

SVS P r o Config ur ation User Re ference Manual 4022 5 91 96082 8-8 FCM Multiflex 02.02 ; This is an example SVS Pro configuration file ; with identifiers enabled ; All COMMENT Lines start with “ ; ” ; Identifiers (0 = …

100%1 / 306
4022 591 96082 User Reference Manual
02.02 FCM Multiflex 8-7
SVS Pro Configuration
8.1.3 Barcode
Barcodes without identifiers.
8.1.3.1 Type
Possible values: 1 = operator id
2 = part number
3 = quantity
4 = lot code
5 = vendor code
6 = combined vendor-lot code
8.1.3.2 Req
Barcode scan required.
Possible values: 0 = no
1 = yes
8.1.3.3 Format
Specifies the format of the barcode type read. The format is specified by a string
(maximum 20 characters) containing the following characters:
Symbol: ‘?’ any one character
Symbol:#’ one numeric character
Symbol: ‘%’ one alphanumeric character
Symbol: <char> character must occur identical in barcode where <char> is a…z,
A…Z or 0…9.
Symbol: ‘*’ ignore all characters till end of line
A free format barcodetype must use wildcard “* as <format>.
When <format> contains a format other than “*”, <compress> must be 0.
Example: “???-%%-####”, “%%/####/*”
8.1.3.4 Min
Minimum length of barcode
Possible values: 0..20
8.1.3.5 Max
Maximum length of barcode
Possible values: 0..20 (see 8.1.2.3)
SVS Pro Configuration
User Reference Manual 4022 591 96082
8-8 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-9
SVS Pro Configuration
8.1.3.6 Autofind
Maximum number of characters (on a partnumber barcode) that may be skipped,
starting at first character of the barcode, while trying to match barcode read with
part number specification in the placement program.
Example: when <autofind> equals 3, both barcodes APT12330 and
AAXPT12330 match the part number PT12330
Possible values: 0..20
8.1.3.7 Compress
Remove all non-alphanumeric characters (leaving only az, AZ and 09 ) from
a partnumber in placement program and barcode read when trying to match them.
Compress can only be used in combination with free format barcodes, and when
barcode verify has been switched off.
Example: When compress is enabled, barcode A-PT-123/30 matches part
number APT12330
Possible values: 0 = no
1 = yes
8.1.3.8 Verify
The verify string specifies for each character position in the partnumber barcode
whether it should be included when verifying barcodes. If the verify string is not
filled in all characters in the barcode are verified.
Example: the string YYYNNYYYY specifies that the fourth and fifth character
in the barcode is not to be evaluated during barcode verification.
Possible values: barcode verification string (maximum 20 characters) composed
of Y and N characters.