[global]
  language = english 				# english|french|german|italian
  cam_system = other    			# genesis|other
  genesis_db = oberon                           # I n non_genesis CAM systems,genesis database
                                                # definition is used for input jobs     
  use_gui = yes					
  use_info = no
  single_non_genesis_jobs_dir = yes		# yes/no Do you have a single input dir
                                                # or do you want to have a file dialog
					        # only if CAM system is non Genesis
  debug = no					# switch on debugging
  cleanup = no					# to activate the cleanup.pl in dp100 directory 
  non_genesis_instruction_dir = /genesis/sys/hooks/dp100/local/non_gns/ins_dir
                                                # where to store the instruction files
                                                # if CAM system is non Genesis
        
  non_genesis_jobs_dir = /genesis/sys/hooks/dp100/local/non_gns/jobs_dir
                                                # where to read the jobs from
                                                # if CAM system is not Genesis
  non_genesis_stepname = panel

  trigger_dir = /genesis/sys/hooks/dp100/local/trigger	        # where to create the trigger files
  log_dir =     /genesis/sys/hooks/dp100/local/logs	        # where to create the log files
  error_dir =   /genesis/sys/hooks/dp100/local/trigger.error
  processed_layers_dir = /genesis/sys/hooks/dp100/local/processed_layers  #where to create 
                                                                           # files that contain
                                                                           # the already
                                                                           # processed layers
                                                                           # of a job
  					                              # comment out this line if you do not
                                                                      # want to use this function


  layer_pattern = ^(.*)				# layer to show in the layer selection list
                                                # comment out this line to see all layers

  pause_after_profile = yes		     	# Pauses the script after creating the profile
  outscale_attribute_overwrites_gui = no	# Only Applicable if CAM_SYSTEM is set to "genesis", uses the .out_x_scale & .out_y_scale layer attribute 
  outcomp_attribute_overwrites_gui = yes	# Only Applicable if CAM_SYSTEM is set to "genesis", uses the .out_comp
  close_job_on_completion = yes			# Closes the Genesis job once the output to the Dp100 is completed

[gui]

  gui_units = mm   # (mil | mm)			# do you want the gui in mils or in mm
  get_stretch_from = attr			# get stretch values from (user|lpd|attr)
  protect_stretch_defaults = no			# protect the stretch fields for editing
  standalone_gui = yes				# option yes|no On yes it will display an 'apply' button 
						# The apply button will just create the instruction
                                                # and trigger files
						# All remaining parameters stay as they were defined before
  					      
  show_customer_field = yes			# show the customer field in the GUI yes|no
						# the information entered in that field
                                                # will be passed in the .customer
						# attribute.
  swap_jobname_customer = no			# only active if show_weekcode_field is on yes
  show_image_manager_field = yes		# show the image manager selection field
  show_machine_field = no			# show the machine selection field
  show_initial_sn_field = yes			# show the initial serialnumber field
  show_priority_field = yes			# show the priority field
  show_resolution_field = yes			# show the resolution field
  show_enlarge_parameters = yes			# show the Edge enlarge parameters

  sort_layer_mode = keep			# sort layers in layer popup by
                                                # (keep|alpha_inc|alpha_dec|numeric_inc|numeric_dec)
  entryfield_bg_color = white                   # Background color of the entry fields
                                                # if they don't have the focus
  entryfield_act_bg_color = yellow		# Background color of the entry fields if they have the focus
  entryfield_preset_bg_color = gray		# Background color of the entry fields that are preset
                                                # as long as they are unchanged

[email]
  send_email_notification = no                  # Do you want to send email notification
  from_email_address = peb@orbotech.com		# the email from address that will appear in the header
  from_name = dp100 plotter			# the from name which will appear in the header
  to_email_address = avw@orbotech.com           # the to address where the email should be send to
  to_name = Alex                                # the name to which you would like to send the mail to
  email_subject = dp100script                   # the subject which will appear in the mail
  sendmail_path = /usr/lib/sendmail             # the path where the sendmail utility is found

