
/*	**************************************************************	*/

/*
 * PARAM.H
 * This file contains parameters required by the measurement
 * program.
 *
 * Zachary Wolf
 * 1/29/03
 */
 
/* Protection from multiple definitions */
#ifndef __TUNNELHVSZPARAM_HEADER
#define __TUNNELHVSZPARAM_HEADER
 
/* GPIB addresses */
#define GPIB_BOARD_ADDR					0
#define GPIB_PT2025_ADDR				2
#define GPIB_B9900_ADDR					17
#define GPIB_GP3_ADDR					15
#define GPIB_LS450_ADDR					15
#define GPIB_LS460_ADDR					16
#define GPIB_CM2100_ADDR				01
#define GPIB_CM4000_ADDR				01
#define GPIB_MC4_ADDR					14
#define GPIB_ESP300_ADDR				21 
#define GPIB_HP3457_ADDR				22
#define GPIB_DAC488_ADDR				19
#define GPIB_DAC488HR_ADDR				8
#define GPIB_S7010_ADDR					10
#define GPIB_HP34970_ADDR				9

/* Email Notification Settings*/
static char MAIL_TO[1000]		=		"sda@slac.stanford.edu";
#define MAIL_SEND_NOTIFICATION			0
#define MAIL_COMPUTER_ID				"MMLaptop2"

/* RS232 addresses */
#define RS232_COM_PORT					3
#define RS232_SXDRIVE_ADDR				1

/* Measurement parameters */
#define TUNNEL_DAQ_TYPE						TUNNEL_HP34970
#define TUNNEL_TYPE							TUNNEL_GENERAL
#define TUNNELFLUX_NUM_X_POS				101
static double TUNNELFLUX_X_POS = 			10;
#define TUNNELFLUX_FLUXGATE_CHANNEL_X		101
#define TUNNELFLUX_FLUXGATE_CHANNEL_Y		102
#define TUNNELFLUX_FLUXGATE_CHANNEL_Z		103
#define TUNNEL_MAX_X						19
#define TUNNEL_MAX_Y						8
#define TUNNEL_PROBE_RANGE					5
 
/* End protection */
#endif
