 
 
 //Hall Probe calibration station parameters
 #ifndef _PARAM_TCAL_H
 #define _PARAM_TCAL_H

//default folder for saving log files and data
///////////////////////////// RUN PARAMETERS IN FOLDERS SECTION /////////////////////////////
#define RUN_PARAM_FOLDER  "c:\\magdata"
#define COPY_PARAM_FOLDER "c:\\magdata"
#define ROUGH_TUNING    0
#define FINE_TUNING     1
#define TUNING ROUGH_TUNING
#define LOCATION			 "c:\\mmfcalib" 
///////////////////////////// END OF RUN PARAMETERS IN FOLDERS SECTION //////////////////////  

 //Comunication settings
 
 //HP34970 voltmeter
 #define HP34970_GPIB_BOARD  1
 #define HP34970_GPIB_DEV    9 
 #define HP34970_TEMPERATURE_CH   101 
 //#define HP34970_TCALIB_FILE   "c:\\cvi\\hpcs\\tcalib\\Tcal-031.cal" 
 #define HP34970_TPROBE_NAME   "031"
 
 // TCAL settings
#define TCAL_INITIAL_RATIO              0.97  // initial set for coefficient = initial field/actual field
#define TCAL_START_T					23. //23. //C 20.5
#define TCAL_STOP_T						17. //17. //C 19.5
#define TCAL_T_STEP				 		0.5 //C
#define TCAL_WAIT_COUNTS				3 //3 //1	//2 

//Chahel voltage correction
#define  TCAL_101_VCORRECTION	0.001958
#define  TCAL_102_VCORRECTION   0.013379
#define  TCAL_103_VCORRECTION   0.002014
#define  TCAL_104_VCORRECTION   -0.006994
#define  TCAL_105_VCORRECTION   -0.004610
#define  TCAL_106_VCORRECTION   0.004401
#define  TCAL_107_VCORRECTION   0.009229
#define  TCAL_108_VCORRECTION   -0.000811
#define TCAL_101_VCHANNEL	101
#define TCAL_102_VCHANNEL	102
#define TCAL_103_VCHANNEL	103
#define TCAL_104_VCHANNEL	104
#define TCAL_105_VCHANNEL	105
#define TCAL_106_VCHANNEL	106
#define TCAL_107_VCHANNEL	107
#define TCAL_108_VCHANNEL	108

#endif
