DAS
3.1.6 - 18/09/2017
|
OMU Thermoregulation structure
.
More...
#include <DAS_Spatramdef.h>
Data Fields | |
double | ADVolt [16] |
PC104 AD samples reading array. More... | |
float | CoolAT |
Actual Temperature (DTA -> DC_Temp) More... | |
int | CoolCnt |
Time Counter. More... | |
float | CoolPT |
Previous Temperature (DTA -> DC_CoolPT) More... | |
int | CoolSts |
Cool status. More... | |
float | CoolTmp |
Temporary temperature. More... | |
float | CoolTT |
Target Temperature (DTA -> DC_CoolTT) More... | |
int | PCPower |
Power to the Peltier for Cooling. More... | |
int | PHPower |
Power to the Peltier for Heating. More... | |
float | PID_kd |
float | PID_ki |
float | PID_kp |
int | PID_On |
PID activation. More... | |
int | ReachTemp |
Target Temperature status. More... | |
float | Temperature [16] |
Temperatures. More... | |
float * | Temptemp |
Buffer for lis temperature. More... | |
int | TRType |
Type of thermo regulation (0=TRTCOOL, 1 = TRTHEAT, 2= TRTBOTH) More... | |
double omuthr::ADVolt[16] |
PC104 AD samples reading array.
Definition at line 759 of file DAS_Spatramdef.h.
Referenced by D_readtemp(), and D_readtemp_int().
float omuthr::CoolAT |
Actual Temperature (DTA -> DC_Temp)
Definition at line 751 of file DAS_Spatramdef.h.
Referenced by OMU_TemperatureHandle(), PID_Calc(), and Task_LIS_Temp().
int omuthr::CoolCnt |
Time Counter.
Definition at line 749 of file DAS_Spatramdef.h.
Referenced by InitFlags(), OMU_AssignPow(), OMU_TemperatureHandle(), and Task_LIS_Temp().
float omuthr::CoolPT |
Previous Temperature (DTA -> DC_CoolPT)
Definition at line 752 of file DAS_Spatramdef.h.
Referenced by InitTempAD(), OMU_ColdOnly(), OMU_HeatOnly(), and OMU_TemperatureHandle().
int omuthr::CoolSts |
Cool status.
Definition at line 757 of file DAS_Spatramdef.h.
Referenced by OMU_TemperatureHandle().
float omuthr::CoolTmp |
Temporary temperature.
Definition at line 753 of file DAS_Spatramdef.h.
Referenced by OMU_ColdOnly(), OMU_HC(), OMU_HeatOnly(), and OMU_TemperatureHandle().
float omuthr::CoolTT |
Target Temperature (DTA -> DC_CoolTT)
Definition at line 750 of file DAS_Spatramdef.h.
Referenced by OMU_ColdOnly(), OMU_HC(), OMU_HeatOnly(), OMU_TemperatureHandle(), PID_Calc(), and Task_LIS_Temp().
int omuthr::PCPower |
Power to the Peltier for Cooling.
Definition at line 754 of file DAS_Spatramdef.h.
Referenced by ActEditCB(), ApplyChCB(), AssignParam(), CONFP_param_page1(), LoadParam(), OMU_ColdOnly(), OMU_HC(), OMU_HeatOnly(), Task_LIS_Temp(), ValidateCB(), and WriteParaminiCB().
int omuthr::PHPower |
Power to the Peltier for Heating.
Definition at line 755 of file DAS_Spatramdef.h.
Referenced by OMU_HC(), OMU_HeatOnly(), and Task_LIS_Temp().
float omuthr::PID_kd |
Definition at line 765 of file DAS_Spatramdef.h.
Referenced by ActEditCB(), CONFP_opt_page4(), InitFlags(), LoadDB_Options(), PID_Calc(), and WriteOptioniniCB().
float omuthr::PID_ki |
Definition at line 764 of file DAS_Spatramdef.h.
Referenced by ActEditCB(), CONFP_opt_page4(), InitFlags(), LoadDB_Options(), PID_Calc(), and WriteOptioniniCB().
float omuthr::PID_kp |
Definition at line 763 of file DAS_Spatramdef.h.
Referenced by ActEditCB(), CONFP_opt_page4(), InitFlags(), LoadDB_Options(), PID_Calc(), and WriteOptioniniCB().
int omuthr::PID_On |
PID activation.
Definition at line 760 of file DAS_Spatramdef.h.
Referenced by CONFP_opt_page4(), DB_TempHistCB(), InitFlags(), and OMU_ColdOnly().
int omuthr::ReachTemp |
Target Temperature status.
Definition at line 756 of file DAS_Spatramdef.h.
Referenced by D_AutoExecution(), E_SetCCDPow(), E_SetCCDTemp(), OMU_TemperatureHandle(), and Task_CCD_Temp().
float omuthr::Temperature[16] |
Temperatures.
Definition at line 761 of file DAS_Spatramdef.h.
Referenced by D_readtemp(), Task_LIS_Temp(), and Task_LOG().
float* omuthr::Temptemp |
Buffer for lis temperature.
Definition at line 762 of file DAS_Spatramdef.h.
Referenced by D_readtemp(), and InitTempAD().
int omuthr::TRType |
Type of thermo regulation (0=TRTCOOL, 1 = TRTHEAT, 2= TRTBOTH)
Definition at line 758 of file DAS_Spatramdef.h.
Referenced by CONFP_opt_page4(), DB_TempHistCB(), LoadDB_Options(), OMU_TemperatureHandle(), and WriteOptioniniCB().