标题: pickdata.il 一个反标的程序 [打印本页] 作者: szc1983 时间: 2012-4-9 16:24 标题: pickdata.il 一个反标的程序 ; Creates a file with pick and place data that can be
; backannotated into Capture/Capture CIS
; ------------------------------------------
;
; The program runs from the open allegro board
;
; To run the program type "pickdata" on the Allegro
; command line
;
; The program extracts the following properties into a file
; pickdata.swp
; REF_DES : Reference Designator
; SYM_CENTER_X : Components center x-origin (BODY_CENTER)
; SYM_CENTER_Y : Components center y-origin (BODY_CENTER)
; SYM_ROTATION : Components rotation
; SYM_MIRROR : YES if component is mirror, otherwise NO
;
; The properties are backannotated into the following properties
; in Capture. The properties can be renamed, look in the code.
; REF_DES : Does not get back into Capture but is used
; : to find the correct component to update
; SYM_CENTER_X : Pick_X
; SYM_CENTER_Y : Pick_Y
; SYM_ROTATION : Pick_Rotation
; SYM_MIRROR : Pick_Mirror
;
; USAGE :
; 1. Open board in Allegro (make sure the skill program pickdata.il
; is loaded
; 2. Write pickdata at the prompt and press ENTER to generate file
; 3. The file is called pickdata.swp - it is placed in the current
; directory
; 4. In Capture - open the correct project
; 5. Tools - Backannotate
; 6. Select the Layout tab
; 7. Browse and select the pickdata.swp file
; 8. Press OK and look in the session log to see that all is well
; 9. Now open the schematic design and look at properties on parts
; 10. The pick and place data can now be included in reports
;
;
; To run the program type "pickdata" on the Allegro
; command line.
; -----------------------------------------------------------------
; Tested on Allegro 14.1
; The program is delivered as is and no responisibility is taken.
; Use at own risk
; Written by:
; Ole Ejlersen
; Technical Service Manager
; Nordcad Systems A/S - Representing Cadence in Denmark
; I can be reached at the following address:
; E-Mail: oe@nordcad.dk
; -----------------------------------------------------------------
; Creates a file with pick and place data that can be
; backannotated into Capture/Capture CIS
; ------------------------------------------
;
; The program runs from the open allegro board
;
; To run the program type "pickdata" on the Allegro
; command line
;
; The program extracts the following properties into a file
; pickdata.swp
; REF_DES : Reference Designator
; SYM_CENTER_X : Components center x-origin (BODY_CENTER)
; SYM_CENTER_Y : Components center y-origin (BODY_CENTER)
; SYM_ROTATION : Components rotation
; SYM_MIRROR : YES if component is mirror, otherwise NO
;
; The properties are backannotated into the following properties
; in Capture. The properties can be renamed, look in the code.
; REF_DES : Does not get back into Capture but is used
; : to find the correct component to update
; SYM_CENTER_X : Pick_X
; SYM_CENTER_Y : Pick_Y
; SYM_ROTATION : Pick_Rotation
; SYM_MIRROR : Pick_Mirror
;
; USAGE :
; 1. Open board in Allegro (make sure the skill program pickdata.il
; is loaded
; 2. Write pickdata at the prompt and press ENTER to generate file
; 3. The file is called pickdata.swp - it is placed in the current
; directory
; 4. In Capture - open the correct project
; 5. Tools - Backannotate
; 6. Select the Layout tab
; 7. Browse and select the pickdata.swp file
; 8. Press OK and look in the session log to see that all is well
; 9. Now open the schematic design and look at properties on parts
; 10. The pick and place data can now be included in reports
;
;
; To run the program type "pickdata" on the Allegro
; command line.
; -----------------------------------------------------------------
; Tested on Allegro 14.1
; The program is delivered as is and no responisibility is taken.
; Use at own risk
; Written by:
; Ole Ejlersen
; Technical Service Manager
; Nordcad Systems A/S - Representing Cadence in Denmark
; I can be reached at the following address:
; E-Mail: oe@nordcad.dk
; -----------------------------------------------------------------