# Stand
prodexec.stand S_1

# Stand type
prodexec.standType AMMPS_Sample

# Building
prodexec.building ABC

# Room
prodexec.room 123

# Display script location
prodexec.displays /specs/OpDisplays

# gp_test scripts location
prodexec.gp_tests /specs/gp

# Scripts location
prodexec.scripts /specs/cmds

# Standard ProdExec display
prodexec.standardProdExecDisplay prod_exec_standard_display.dsp

# Stand display
prodexec.standDisplay display_1

# Manufacturer for ModelDef table.
prodexec.manufacturer  Cummins

# Application being executed
prodexec.application  ammps

# Location of files to be processed by ProdExec extdatman.
prodexec.extdatman.home /data/prodexec

# Base location of files generated by scripts or gp_tests, perhaps for
# post-step or post-sequence analysis.
prodexec.data_storage /data/storage

# **********************************************************************
# Interface names - application to CyFlex.

# Name of the event signalling a user id bar code scan.
prodexec.user_event_name userScanEvent

# Name of the event signalling a uut bar code scan.
prodexec.uut_event_name  uutScanEvent

# Variable name holding the scanned user data.
prodexec.user_data_name userScanData

# Variable name holding the scanned uut data.
prodexec.uut_data_name  uutScanData

# *******************
# Interface names - application to gp_test or shell scripts.

# Fault code returned in this integer variable.
prodexec.ProcedureReturnFaultCode ProcedureReturnFaultCode

# Procedure return diagnostic notes returned in this string variable.
prodexec.ProcedureReturnDiagNotes ProcedureReturnDiagNotes

# Procedure ran flag returned in this logical variable.
prodexec.ProcedureRan ProcedureRan

# Procedure passed flag returned in this logical variable.
prodexec.ProcedurePassed ProcedurePassed

# The directory where step data files, e.g. logger files, should be
# stored.
prodexec.StepStoragePath StepStoragePath

# The directory where sequence data files should be stored.
prodexec.SeqStoragePath SeqStoragePath

# *******************
# gp_test events

# Event sent to a gp_test to indicate it should abort.
prodexec.ProcedureInAbortEvent abort

# Event received from a gp_test indicating that it completed.
prodexec.ProcedureOutEndEvent procdr_end

# *******************
# "Display" variable names

prodexec.uut.model          model_number
prodexec.uut.serial_number  serial_number
prodexec.user               user
prodexec.sequence_name      seq_name
prodexec.step_name          step_name
prodexec.procedure_name     procedure
prodexec.sequence_status    sequence_stat
prodexec.time_in_step       time_in_step
prodexec.operator_needed_in op_needed_in
prodexec.mode               admin_mode
prodexec.step_order         step_order

# *******************
# Termination related settings

# Variable name which will be set at the start of a step to the
# StepDef.terminationRule value.
prodexec.terminate_rule_var terminate_rule

# Variable name which will be set at the start of a step to the
# StepDef.TerminationValue value.
prodexec.terminate_threshold terminate_threshold

# *******************
# Font size for the main panel sequence display.
prodexec.sequence_panel_font_size   20

# *******************
# "R12" settings

# true / false
prodexec.product_db_avail   true

# Database access information
prodexec.r12_view           R12.XXWMS_FRIDLEY_OPERATIONS_TC
prodexec.r12_connect_string jdbc:oracle:thin:@cmx035:1521/LTS
prodexec.r12_login          ammpsprodexec 
prodexec.r12_password       ammpsprodexec 

# Time in seconds between retry attempts
prodexec.r12_retry_interval 20 

# Number of retrys before reprompting user
prodexec.r12_retrys         30

# Specs file for R12 / UUT data fields.
prodexec.uut_specs     ../../../../specfilegui/xmlfiles/prodexec/UUT.xml
