Go to the bottom.
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! SDDL Name: QGSIPARM.SDDL
!
! Purpose: This SDDL file defines the qgsiparm relation.
!
! Modification History:
!
! Date OPR Who Reason
! -------- ------- --- -------------------------------------------------
! 12/ 1/94 27329 EGB Original implementation
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
!
LANGUAGE SQL
INCLUDE ZSPSS_USER_TYPES.SDDL
RECORD QGSI_TYPE
!------------------------------------------------------------------------------
!
! RECORD INFORMATION
!
!------------------------------------------------------------------------------
DESCRIPTION "
!******************************************************************************
!
! File: ZQGSIPARM.DDL
!
! Purpose: COSTAR Conversion Parameter Relation QGSIPARM
! definition (per OPR 23997)
!
"
!------------------------------------------------------------------------------
!
! FIELD INFORMATION
!
!------------------------------------------------------------------------------
FIELD si_id
TYPE SI_ID_TYPE
DESCRIPTION "This field is the COSTAR SI id value - always CSTR."
DISCRETE "CSTR"
END_FIELD
FIELD mech_id
TYPE C7
DESCRIPTION "This field is the COSTAR mechanism id."
DISCRETE "FOC_FCS","FOC_XTL","FOC_YTL","FOS_FCS","FOS_XTL",
"FOS_YTL","HRS_FCS","HRS_XTL","HRS_YTL"
END_FIELD
FIELD eu_cnv
TYPE R8
DESCRIPTION "This field contains the engineering units conversion
factor (mm/step or arcsec/step)."
END_FIELD
FIELD short_rate
TYPE I4
DESCRIPTION "This field is the mechanism short motion rate
(steps/sec)."
END_FIELD
FIELD long_rate
TYPE I4
DESCRIPTION "This field is the mechanism long motion rate
(steps/sec)."
END_FIELD
FIELD long_thresh
TYPE I4
DESCRIPTION "This field is the long motion threshold (steps)."
END_FIELD
FIELD pos_ovshoot
TYPE I4
DESCRIPTION "This field is the positive motion overshoot (steps)."
END_FIELD
FIELD neg_ovshoot
TYPE I4
DESCRIPTION "This field is the negative motion overshoot (steps)."
END_FIELD
FIELD max_steps
TYPE I4
DESCRIPTION "This field is the maximum move size (steps)."
END_FIELD
END_RECORD
!------------------------------------------------------------------------------
!
! RELATION DECLARATION
!
!------------------------------------------------------------------------------
RELATION qgsiparm
TYPE QGSI_TYPE
DESCRIPTION "COSTAR Control Parameters Relation"
SUBSYSTEM_USING "SPSS", "IM", "SCIOPSDB"
INDEX qgsiparm_1
TYPE unique, clustered
FIELDS si_id, mech_id
END_INDEX
END_RELATION
!------------------------------------------------------------------------------
!
! INSTANCE DECLARATION
!
!------------------------------------------------------------------------------
INSTANCE qgsiparm
GLOBAL
TYPE QGSI_TYPE
END_INSTANCE
Go to the top.