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

4022 591 96082 User Reference Manual
02.02 FCM Multiflex 8-5
SVS Pro Configuration
8.1.2 IDBarcode
Barcodes with identifiers.
8.1.2.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.2.2 Req
Barcode scan required.
Possible values: 0 = no
1 = yes
8.1.2.3 Identifiers
Defines the type of barcode.
TABLE 8-2
Possible values: identifiers may consist of 0..3 numeric digits followed by a single
alphabetic character.
Barcode Maximum length Default identifiers
Operator ID 12 ‘None’
Part number 20 P, 1P
Initial quantity 5 Q
Lot code 14 T, 1T, S
Vendor code 10 V
Combined vendor-lot code 14 T, 1T, S, V

SVS Pro Configuration
User Reference Manual 4022 591 96082
8-6 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, “30…999” = 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-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)