
#Configuration file for di
#Location: <GENESIS_DIR>/sys/hooks/odi/di_cfg
#All coordinates are in mils/microns

FILE_UNITS = MILS               #MILS / MICRONS

DEFAULT_MACHINE = ANY

CLIP_GRP {
        CLIP_X_MARGIN = 0        #Positive margin to enlarge
        CLIP_Y_MARGIN = 0        #Negative margin to reduce
}

ALIGN_GRP {
                                 #Alignment of clip area on the board:
                                 #(0,0) means the clip is centered on the board
        CLIP_BOARD_X_OFFSET = 0  #Positive offsets = offset to the right
        CLIP_BOARD_Y_OFFSET = 0  #Negative offsets = offset to the left

                                 #Automatic alignment of the board on the table
        FAVORITE_ROTATE = 90     #Options: 90, 270 CW
        FAVORITE_UNROTATE = 0    #Options: 0, 180  CW
}

IMAGE_MANAGERS {
        imgr1 {
              PATH_UNIX = /genesis/sys/hooks/odi/imgr1         # Spool directory of OPFX files
              PATH_WINDOWS = c:/genesis/sys/hooks/odi/imgr1
              MACHINES = ANY;DP001
        }
}

DEVICE_TYPE = EITHER_TYPE        #EITHER_TYPE; LP7008; XPRESS; LP5008; DP100; LP9008

HIDE_MISC = YES                  #YES / NO
#Predefine list of misc layer names (if 'HIDE_MISC = NO')
MISC_NAMES = ss*;r*;pm*        

#Default Pair Mode/Job Rule will be used when opening a job
#Use Default Pair Mode if the name of the Default Job Rule is empty
DEFAULT_JOB_RULE = 
DEFAULT_PAIR_MODE = NO_PAIRING   # NO_PAIRING / SINGLE / FOIL / SHEET/ CUSTOM/ PREDEFINED
PREDEFINED_NAME =        
        
#Predefine list of layer names for Toolsets and JoRules
PREDEFINE_LYR_NAMES = cs;in*;neg*

#All lines in the SETUP_GRP are copied AS-IS to the end of the setup file.
#No validation is performed.
SETUP_GRP {
        do_Measure = yes
        axis_dependency = independent 
        scaleSegmentsFile = scale.template
        msrResultScript = avarage.pl
        outOfRangeAction = ask_user
        repeatedOutOfRangeAction = ask_user
}        

#Fields to display in the verification report screen        
VERIFICATION_REPORT {
	Prod                     #Production Parameters
	Enlarge                  #Enlargement Parameters (LPD)
	DI                       #DI Parameters
	Clip                     #Clip
	Layout                   #Layout
}        

#Available OPFX file resolutions
OPFX_UNITS {
	option = 0.1    mil
	option = 0.125  mil
	option = 0.25   mil
	option = 0.1    micron
}
