GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LTC / dev > ltct / rad750


Interface   Data Structures   File List   Data Fields   Globals  

LTC_data.c File Reference

Thermal Control built-in configuration data. More...

#include <ltcPrivate.h>

Variables

const LTC_DB_Schema LTC_defaultConfig
 Default LTC configuration values.
const LTC_FltDf LTC_thrmFltDf
 Smoothing filter definition for RIT/thermistor type sensor.
const LTC_FltDf LTC_rtdFltDf
 Smoothing filter definition for RES/RTD type sensor.
const short int LTC_thrmCnvTbl [LTC_CNV_TBL_SZ]
 Counts to temperature convertion table for RIT/thermistor type sensor.
const short int LTC_rtdCnvTbl [LTC_CNV_TBL_SZ]
 Counts to temperature convertion table for RES/RTD type sensor.


Detailed Description

Thermal Control built-in configuration data.


Variable Documentation

Default LTC configuration values.

This database is used if the LTC_DB module is not loaded.

There are two PDU tables. One for primary PDU and one for redundant PDU. Each record of these tables provides definitions for each temperature read from the PDU. It is ordered by PDU group for easy use when working with PDU hardware. The PDU group and ADC number for each sensor is built into this table. The sensors are associated with a heat pipe as defined by the hardware configuration.

Default LTC_DB values in case DB not found.

Referenced by LTC_initialize().

Counts to temperature convertion table for RES/RTD type sensor.

Generated based on PDU/RTD circuit and vendor (Goodrich Model 0118MF) resistance-temperature relationship table.

Default built-in RES temperature conversion table.

Referenced by LTC_InitBuiltIn(), and LTC_RdFileOfFiles().

Initial value:

{
    10,
    { 
      .1*CFSCL, 
      .1*CFSCL, 
      .1*CFSCL, 
      .1*CFSCL, 
          .1*CFSCL, 
          .1*CFSCL, 
          .1*CFSCL, 
          .1*CFSCL, 
          .1*CFSCL, 
          .1*CFSCL, 
    }
}
Smoothing filter definition for RES/RTD type sensor.

Long moving average filter to handle the excessive noise from the RES sensor electronics.

Default built-in RES sensor filter definition.

Counts to temperature convertion table for RIT/thermistor type sensor.

Generated based on PDU/thermistor circuit and vendor (YSI 44900) resistance-temperature relationship table.

Default built-in RIT temperature conversion table.

Referenced by LTC_InitBuiltIn(), and LTC_RdFileOfFiles().

Initial value:

{
    6,
    { 
        .5238*CFSCL,   
        .3810*CFSCL,   
        .2381*CFSCL,   
        .0952*CFSCL,    
       -.0476*CFSCL,   
       -.1905*CFSCL    
    }
}
Smoothing filter definition for RIT/thermistor type sensor.

Default built-in RIT sensor filter definition.


Generated on Mon Mar 28 15:07:40 2011 by  doxygen 1.5.8