0% found this document useful (0 votes)
38 views34 pages

The method of build new NPM Program - 프로그램 메뉴얼

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views34 pages

The method of build new NPM Program - 프로그램 메뉴얼

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 34

THE METHOD OF BUILD NEW

NPM PROGRAM
OUTLINES

1 . CR E AT E N E W F I L E F R O M C U S TO ME R - S U P P L I E D
FILE

2 . C R E AT E P R O D U C T MA N A G E R ( C A D MA R C R O )

3 . C R E AT E F I L E F O R P RO J E C T MA N A G E R

4 . C R E AT E F I L E F O R P P D MA N A G E R
OUTLINES

1 . CR E AT E N E W F I L E F R O M C U S TO ME R - S U P P L I E D
FILE

2 . CRE AT E MA C R O F O R P R O D U CT MA N A G E R I N C A D

3 . C R E AT E F I L E F O R P RO J E C T MA N A G E R

4 . C R E AT E F I L E F O R P P D MA N A G E R
1. CREATE NEW FILE FROM CUSTOMER-SUPPLIED
FILE

This is file new model


from customer.
1. CREATE NEW FILE FROM CUSTOMER-SUPPLIED
FILE

S T E P 1 : A N A LY S E N E C E S S A RY D ATA

• We need to analyze which chip


types already have data such as
length, width, thickness, etc.,
and which types do not have this
information.
• For new chip types that do not
have information, we need to
carry out measurement steps to
obtain data (length, width,
• Jig Size (Length, Width, • Designator: Component name (C1, C2, etc.) thickness, etc.).
Thickness), • X: X coordinate of the chip. • Afterward, we will enter this
• Fiducial Coordinates (FM1, FM2), • Y: Y coordinate of the chip. information into the chip data
• Number of PCBs on Array, • Rotation: Rotation angle of the chip (e.g., C3 has a file, which will be presented in
• Spacing Between PCBs rotation angle of 0 degrees, and C7 has a rotation angle the following section.
of 90 degrees).
• Part name: Supplier's part name
1. CREATE NEW FILE FROM CUSTOMER-SUPPLIED
FILE
S T E P 2 : C R E AT E A N E X C E L F I L E B A S E D O N T H E A N A LY Z E D
I N F O R M AT I O N

• Based on the analyzed information above,


proceed to create a new Excel file that
includes information about Designation, X
Coordinate, Y Coordinate, Rotation, and
Part Name.
Create a • Add an additional column F labeled with the
column number 1 to identify data that will be used
in the software program.

• The top row containing headers will be


removed when creating the program.Then
save the file as an Excel file with the
extension: CSV UTF-8 (Comma delimited).

• This ensures the software program can read


the format.Now we have a new Excel file
named K95B.csv (Comma delimited).
• File name :K95B
• Save As type : CSV Comma delimited)
OUTLINES

1 . CR E AT E N E W F I L E F R O M C U S TO ME R - S U P P L I E D
FILE

2 . C R E AT E P R O D U C T MA N A G E R ( C A D MA R C R O )

3 . C R E AT E F I L E F O R P RO J E C T MA N A G E R

4 . C R E AT E F I L E F O R P P D MA N A G E R
2. CREATE PRODUCT MANAGER (CAD MARCRO)

U S E T H E N P M S O F T WA R E TO C R E AT E A P R O G R A M F R O M T H E E X C E L F I L E Y O U
C R E AT E D .

CLIC
K
• User: Admin
• Pass : Pass
2. CREATE PRODUCT MANAGER (CAD MARCRO)

A : C R E AT E A F O L D E R N A M E D PA RT • The purpose is to create a file to store information


L I B R A RY. about every chip.
• This will be used in the following steps.
4 • From the MES interface, follow these steps:
• Step 1: Select Part Manager (The section for managing chip,
IC, HS, and APS data storage)
• Step 2: Choose the path to store the Part Library
2 Select All Part Library. The folder contains two main folders:
Master Parts Library (virtual part library) and Line H
3 Library (Line H part library).
• Step 3: Select Master Parts Library.
• Step 4: Select File, then choose “New Part Library”.
5 • Step 5: Name the new Part Library as Part K95B.
• The Part K95B currently does not contain any chip
information. You now need to enter all information for each
chip into this folder, including C1 through C22, A1, A2, H1,
H2, U1.

1 • When creating a new model, some chips will have


data in the Part Manager, while others may not
have information. You need to declare the chips in
the Part K95B as follows:
2. CREATE PRODUCT MANAGER (CAD MARCRO)

D E C L A R E C H I P S T H AT A L R E A D Y H AV E I N F O R M AT I O N I N T H E PA RT
MANAGER

1
• For example, for C1: The Part name is
CM03X5R225M06AH035, which corresponds
to 2CF225MC30T-R in the Part Manager data.
2 • Step 1: Select Part Default (The repository
where all part information is stored).
• Step 2: Choose the Part name 2CF225MC30T-
R and select Copy.
• Step 3: Choose the storage location for the part
as Part K95B. Select “Paste New”. Now, the
Part K95B library contains information for chip
C1.
• Repeat these steps for other chips that already
3 have information as described above.
2. CREATE PRODUCT MANAGER (CAD MARCRO)

D E C L A R E D ATA F O R C H I P S W I T H O U T I N F O R M AT I O N I N T H E PA RT
MANAGER

2
• For example, for C1: The Part name is
CM03X5R225M06AH035, which corresponds
to 2CF225MC30T-R in the Part Manager data.
• Step 1: Select Part Default (The repository 3
where all part information is stored).
1
• Step 2: Choose the Part name 2CF225MC30T-
R and select Copy.
• Step 3: Choose the storage location for the part
as Part K95B. Select “Paste New”. Now, the
Part K95B library contains information for chip
C1.
• Repeat these steps for other chips that already
have information as described above.
2. CREATE PRODUCT MANAGER (CAD MARCRO)

B : C R E AT E A C A D M A C R O
FILE
3

2
• The purpose is to transfer data from an Excel
file to the MES software interface.
• Step 1: Select Product Manager (The location 4
for managing CAD macro files, masks, and
robots). K95B-1
• Step 2: Choose CAD Macro (The section for
converting Excel files to CAD macro files).
• Step 3: Select New (To create a new CAD
Macro folder).
• Step 4: Name the new CAD Macro and click
OK.
1
2. CREATE PRODUCT MANAGER (CAD MARCRO)
C : C R E AT E A C A D M A C R O
FILE
I I
• In the CAD Macro Editor interface, follow I III
I V
these steps:

• Select Setup Macro Input (I) and fill in the I K95B-2


following information: 2
• Step 1: Description (Describes the CAD Macro
program): Enter the information that you want
to describe. K95B
• Step 2: Select Part Library (Where the Part
Library file for the new model is stored): This 3
directs the program to the link for chip
information.
• Step 3: Select Sample File: Choose the Excel
file you created in Step 1. Select Open.
K95B

K95B
2. CREATE PRODUCT MANAGER (CAD MARCRO)
I I . S E L E C T “ D E F I N E C A D F O R M AT ” ( I D E N T I F Y T H E D ATA TO B E
U S E D A N D D E L E T E U N N E C E S S A RY D ATA )
• Step 1: Record Type: Select Placement.
• Step 2: ID Method: Choose Contents. I I
• Step 3: Right-click on number 1 and select Record Identification. I III
I V
• Step 4: In the Unused section, match the names to the corresponding
names below. For example, change Unused in the X Coordinate
column to X Coordinate.
• Step 5: Click Apply. The program will transition to a new interface.

1
2

5
4

3
2. CREATE PRODUCT MANAGER (CAD MARCRO)

A F T E R C L I C K I N G A P P LY, T H E N E C E S S A RY I N F O R M AT I O N H A S B E E N S AV E D . N O W,
T H E U N N E C E S S A RY I N F O R M AT I O N W I L L B E D E L E T E D . F O L L O W T H E S E S T E P S :

• Step 1: In the Record Type section, select CAD Comment1.


• Step 2: In the ID Method section, choose Left Over.
• Step 3: Click Apply. I I
• This will delete the rows that are not needed by the program. Now, I III
I V
proceed to the next step.

1
2

Row will be deleted out the


3 program
2. CREATE PRODUCT MANAGER (CAD MARCRO)
III. SELECT “SETUP MACRO
SETTINGS”

I I
I III
I V

• Select General Setting. 1


• Step 1: XY Units: Choose mm for the size.
• Step 2: Rotation: Select CCW
(Counterclockwise).
• Step 3: Top Side: Choose T.
• Step 4: Bottom Side: Choose B. 2 4

3
2. CREATE PRODUCT MANAGER (CAD MARCRO)

I V. S E L E C T “ I M P O RT ” : A D D T H E N E C E S S A RY I N F O R M AT I O N TO T H E
CAD FILE IN PRODUCT MANAGER

I I
I III
I V

• Step 1: Product Name: Enter a name for the


product program.
• Step 2: Revision: Enter a name for the
revision. K95B-2
• Step 3: Click Import.

1 K95B-3
2

3
2. CREATE PRODUCT MANAGER (CAD MARCRO)
2. CREATE PRODUCT MANAGER (CAD MARCRO)
D . “ P R O D U C T E D I TO R ”
I N T E R FA C E

• This is the CAD file of a PCB. Now, you need to declare


the specifications for each chip, the jig dimensions,
fiducial coordinates, and the number of PCBs on one jig.

• Since you have already created data for each chip in the
Part Library, you now just need to select the K95B
corresponding chip names from the previously created
list.
• Step 1: Double-click on the chip name. For example, U2
with the old name AD5844.
• Step 2: Select the folder where the information is stored,
which is Part K95B.
• Step 3: Choose the name that corresponds to the name
saved in the library, such as 2ICD00246B.
• Thus, you have selected the information for one IC part.
Continue to select the information for all the chips on
the PCB.
2. CREATE PRODUCT MANAGER (CAD MARCRO)
D E C L A R E J I G S I Z E S P E C I F I C AT I O N S ( L E N G T H , W I D T H , A N D T H I C K N E S S O F T H E
JIG)

1
• Step 1: Right-click and select Edit Top Side Panel
Information.
• Step 2: Select Remove Panel Data and enter the
corresponding jig dimensions.

2
2. CREATE PRODUCT MANAGER (CAD MARCRO)
DECLARE THE NUMBER OF PCBS ON ONE
JIG

• Step 1: Right-click and select Edit Pattern Offsets.


• Step 2: In the Add Offset section, enter the
corresponding information:
•Xcount: Number of PCBs along the X axis.
•Ycount: Number of PCBs along the Y axis. 1
•Xpitch: Spacing between PCBs along the X axis.
•Ypitch: Spacing between PCBs along the Y axis.
•Description: Descriptive name, e.g., 1, 2, 3, etc.
•Click OK.
• Step 3: The PCB at coordinate (0, 0) has two
overlapping PCB positions. Therefore, you will need to
delete one of these positions.

2
3
2. CREATE PRODUCT MANAGER (CAD MARCRO)
DECLARE FIDUCIAL
MARK

• Step 1: Select Recognition => Choose Fiducial.


• Step 2: In the Recognition section, select Define
(number of fiducial points) and enter the existing
fiducial coordinates:
•A (X, Y): Coordinates for Fiducial FM1
•B (X, Y): Coordinates for Fiducial FM2
• Step 3: Create a name for the fiducial. Select New
Template and name the New Fiducial Mark.

3
2. CREATE PRODUCT MANAGER (CAD MARCRO)

SET UP FIDUCIAL MARK

• Step 1: Choose the color for the fiducial point.


• Step 2: Select the shape of the fiducial.
• Step 3: Choose the size of the fiducial.Step 8: Click 1
OK.
• Step 4: In the Template section, select the name of
the fiducial you just created.
• Step 5: Save the file in Product Editor. This
completes 3

2
4
• Part 2: Creating the Product Manager File from the
Excel File. The next step is to transfer the data from
the Product Manager file to the Project Manager
file. 5
OUTLINES

1 . CR E AT E N E W F I L E F R O M C U S TO ME R - S U P P L I E D
FILE

2 . C R E AT E P R O D U C T MA N A G E R ( C A D MA R C R O )

3 . C R E AT E F I L E F O R P RO J E C T MA N A G E R

4 . C R E AT E F I L E F O R P P D MA N A G E R
3. CREATE FILE FOR PROJECT MANAGER

2 • Step 1: Choose the color for the


fiducial point.
• Step 2: Select the shape of the fiducial.
• Step 3: Choose the size of the
4 fiducial.Step 8: Click OK.
• Step 4: In the Template section, select
the name of the fiducial you just
created.
• Step 5: Save the file in Product Editor.
This completes

1
3. CREATE FILE FOR PROJECT MANAGER

• At the Project Edit Interface.

• Step 1: Select Mount Mode.

• Step 2: Select Clear All, then select


OK.
3. CREATE FILE FOR PROJECT MANAGER

• A: At the Project Edit Interface.

• Step 1: Select Mount Mode.

• Step 2: Select Clear All, then select


OK.
3. CREATE FILE FOR PROJECT MANAGER

• B. Select “Setting”. Select “Max


Reels” The Max Reels dialog box
appears.

• At the Max Reels Interface:

• Step 1: Select Make Ideal

• Step 2: In the Max Reels column,


select the number of reels the
machine can accommodate.

• Step 3: Select OK to close the dialog


box.
3. CREATE FILE FOR PROJECT MANAGER

• At the Project Edit Interface:

• C. Select “Optimize”.

• Click “Use Automatic Required


Reels Update as recommended”,
and then
• Select “Start Optimization. “

• The purpose of Optimize is to


optimize Feed, Nozzle, and time to
ensure the shortest execution time.
3. CREATE FILE FOR PROJECT MANAGER

D. Stimulate
3. CREATE FILE FOR PROJECT MANAGER

E. GENERATE
RECIPE

• Click “Proven Data Area”.


• Click “Ok”.

• Thus, we have completed the


creation of the Project
Manager file.
• Now, we will move on to the
next section, which is
Creating the PPD Manager
File
OUTLINES

1 . CR E AT E N E W F I L E F R O M C U S TO ME R - S U P P L I E D
FILE

2 . C R E AT E P R O D U C T MA N A G E R ( C A D MA R C R O )

3 . C R E AT E F I L E F O R P RO J E C T MA N A G E R

4 . C R E AT E F I L E F O R P P D MA N A G E R
4. CREATE FILE FOR PPD MANAGER

A . AT T H E M A I N P R O G R A M • Step 1: Select PPD Manager.


I N T E R FA C E . • Step 2: Choose the location of the previously saved Project
File. Double-click on the program created in Project Manager.
• At this point, the Project Edit dialog box will appear.

1
4. CREATE FILE FOR PPD MANAGER

B . AT T H E P R O J E C T E D I T 1
I N T E R FA C E

• Step 1: Select Action, then select


1
“Synchronize Line Configuration from the
actual line”.
• Step 2: Select Optimize. 2
• Step 3: Simulate. 3
• Step 4: Commit to PPD. The purpose is to
1
transfer the file to the NPM machine's PC for
further processing.

• Thus, we have completed the


creation of the new model
program for the NPM machine.

You might also like