FLEXLINE-CAD_INM.pdf - 第131页
C- 11 ♦ .PO S Data File .POS Data Sample Example 1 (MP A3 dat a file): %HEADER NAME=P- NCT 121 - B MACHINE=MP A3 MNA ME= CRE A TE=1998/03/23 REVISE=1998/ 04/18 SETUP=D- NCT121 - B BOARD= TYPE=ABS BLOCK=00027 MLS TEP=0000…

C-10
1. Use a text file editor such as the "Memo" that is supplied as accessory of Windows and
open the INI file.
2. Find the data section with the LABEL as “PLA." It should be the [SECTION_2]
3. Manually add or delete the valid command translation node to the [TRANSLATE_2] part.
[TRANSLATE_2]
$PLA_SKIP()=7,"Y"
VALID=0,"VALID"
VALID=4,"VALID"
Example 1: If you want to add M 200 command as a valid placement line symbol, then you
would add the following sentence:
VALID=200,"VALID"
Example 2: If you want to delete M4 command as a valid placement line symbol, then what
you need to do is delete the following sentence:
VALID=4,"VALID"
4. Save the INI file to the Flexline CAD/formats folder and restart the Flexline CAD. Or select
the Format/Add from the main menu and overwrite the existing format after you save the INI
file.

C-11
♦
.POS Data File
.POS Data Sample
Example 1 (MPA3 data file):
%HEADER
NAME=P-NCT121-B
MACHINE=MPA3
MNAME=
CREATE=1998/03/23
REVISE=1998/04/18
SETUP=D-NCT121-B
BOARD=
TYPE=ABS
BLOCK=00027
MLSTEP=00009
PANASONIC=1000
COMMENT=
%POFFSET
X102430Y74870H0;
%DISPSTART
X0Y0;
%NCDATA
N1X0Y0W0Z1PN(M51945BFP-T1 )C()H0M000100T0/0;
N2X149040Y21840W90Z1PN(M51945BFP-T1 )C(U104 )H0M000000T0/0;
N3X127960Y70060W270Z1PN(M51945BFP-T1 )C(U104 )H0M000000T0/0;
N4X205225Y46389W270Z3PN(MB3800PFV-G-BND )C(U101 )H0M000400T0/0;
N5X71915Y45561W90Z3PN(MB3800PFV-G-BND )C(U101 )H0M000400T0/0;
N6X183187Y36195W0Z5PN(TL1454CPWEL20 )C(U103 )H0M000000T0/0;
…….
N27X202380Y63834W0Z201PN(uPD93707GC-9EV )C(U2 )H320M000700T0/0;
%MARKLAND
N1M1(+272117,+65321,KAKU 1-1)M2(-4563,+10216,KAKU
1-1)L1(+0,+0)L2(+0,+0)L3(+0,+0)L4(+0,+0)L5(+0,+0)L6(+0,+0)L7(+0,+0)L8(+0,+0);
N4M1(+0,+0,)M2(+0,+0,)L1(+208788,+46773)L2(+208788,+46773)L3(+201663,+46803)L4(+201663,+46803)L5
(+201663,+46006)L6(+201663,+46006)L7(+208788,+45977)L8(+208788,+45977);
N5M1(+0,+0,)M2(+0,+0,)L1(+75478,+45963)L2(+75478,+45963)L3(+68353,+45963)L4(+68353,+45963)L5(+68
353,+45167)L6(+68353,+45167)L7(+75478,+45152)L8(+75478,+45152);
……….
*

C-12
Placement Data
The PLACEMENT data section is considered to start from “%NCDATA” and ending up with the
next “%." Table Pana-8 below describes placement data items:
Table Pana-8: Panasonic POS Data Format PLA data section
Data Item
Lines
Field
Units
Scaling
Placement ID Lines inside the
Placement section.
The field that is tagged by the
keyword “C” in the data line.
N/A N/A
INVALID
*1
Lines inside the
Placement section.
The field that is tagged by the
keyword “M” in the data line
N/A N/A
Placement
Position X
Lines inside the
Placement section.
The field that is tagged by the
keyword “X” in the data line.
mm 1/1000
Placement
Position Y
Lines inside the
Placement section.
The field that is tagged by the
keyword “Y” in the data line.
mm 1/1000
Placement
Angle
Lines inside the
Placement section.
The field that is tagged by the
keyword “W” in the data line.
degree 1
Component
Name
Lines inside the
Placement section.
The field that is tagged by the
keyword “PN” in the data line.
N/A N/A
Placement Skip
*2
Lines inside the
Placement section.
The field that is tagged by the
keyword “/” in the data line.
N/A N/A
*1 INVALID = “000100” or “100” indicates invalid placement line. Anything other than the string means valid
placement lines.
*2 Placement Skip = “7” indicates unconditional “Skip”; any other value than “7” means “
Do Not Skip."
NOTE:
For keywords in the "Field" column of the above table, refer to the "Tagged Field" Field
Layout Method.