From cd91cac9ef89226a7b356be583bbe8d050682388 Mon Sep 17 00:00:00 2001 From: zolliker Date: Mon, 11 Jun 2007 08:42:00 +0000 Subject: [PATCH] - introduced MF/DMF and TEM/DTEM (for magnetic field and temperature) --- tas.h | 5 ++++- tasinit.c | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tas.h b/tas.h index 98075ed..259b9a8 100644 --- a/tas.h +++ b/tas.h @@ -153,7 +153,10 @@ #define PFY 134 #define PFZ 135 -#define MAXPAR 136 +#define DTEM 136 +#define DMF 137 + +#define MAXPAR 138 #define MAXADD 20 #define MAXEVAR 12 diff --git a/tasinit.c b/tasinit.c index b2dbf9b..43111b7 100644 --- a/tasinit.c +++ b/tasinit.c @@ -63,6 +63,8 @@ char *tasMotorOrder[] = { "a1", "i6", "i7", "i8", + "tem", + "mf", NULL }; /* In order to initialise the variable array in the TAS data structure we @@ -207,6 +209,8 @@ char *tasVariableOrder[] = { "pfx", "pfy", "pfz", + "dtem", + "dmf", NULL}; /*------------------------------------------------------------------- Normally SICS does not store motor hardware limits into status files as