!--------------------------------------------------------------------
!
!  PDRORB RESOURCE FILE
!
!      This file is used to construct the trigger, error, and success status
!      fields in the observation status file.
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!            PR
!   DATE   NUMBER    User      Description
! -------- ------    --------- -------------------------------------
! 09/11/96  31820    Ken S.    Created
! 05/21/97  34189    Ken S.    Add to_queue and from_node to command
! 10/28/97  35166    Ken S.    AXP/VMS port
! 12/31/97  35166.3  Ken S.    Add archive request trigger
! 03/11/98  36318    Ken S.    Add holding tank mnemonic.
! 07/26/99  38816_03 Goldst    Changed SYSTEM from OMS to NSC
! 01/04/00  39733    Ken S.    Change to OSF poller.
! 10/24/01  44684    Goldst    Created pdrorb version
! 01/30/02  45016    Goldst    Corrected OK_TO_UPDATE_DATABASE
! 03/11/02  45016    Goldst    Added OSF_TRIGGER1.DATA_ID
! 06/24/04  51412    Sherbert  For PR 50437 Remove DISPLAY_ORDER
! 09/18/12  72255    Sherbert  get rid of DSQUERY
!--------------------------------------------------------------------

PROCESS_NAME = pdrorb
TASK         = <omsorb -p $PATH_FILE -r pdrorb>
DESCRIPTION  = 'Process ephemeris data'
SYSTEM       = PDR
CLASS        = orb

INTERNAL_POLLING_PROCESS = TRUE

OK_TO_UPDATE_DATABASE = OK_TO_UPDATE_DATABASE    
                             ! Set to true to prevent requesting the data 
                             ! again.

OSF_RANK = 1                 ! Time event ordering.

OSF_TRIGGER1.EP      = w     ! Need a 'Wait' flag in Data Validation
OSF_TRIGGER1.DATA_ID = orb   ! Trigger class ID
OSF_PROCESSING.EP    = p     ! Processing : ORB REceipt
OSF_COMPLETE.EP      = c     ! Completed : ORB Receipt
OSF_COMPLETE.RQ      = w     ! Waiting : Archive request generation 
OSF_FAILED.EP        = f     ! Failed : ORB Receipt

POLLING_TIME         = 10    ! Wait (seconds) 

INPATH          = PDR_ORB_DIR   ! Directory of input files
OUTPATH         = PDR_ORB_DIR   ! Directory for output files
HLDPATH		= PDR_HLD_DIR	! Holding Tank directory.

MINBLOCKS       = 50000         ! blocks required on output disk

! forces values from path to be used (unless overridden in opus_login?)

ENV.OPUS_DB = OPUS_DB
ENV.OPUS_SERVER = OPUS_SERVER
