- introduced MF/DMF and TEM/DTEM (for magnetic field and temperature)

This commit is contained in:
zolliker
2007-06-11 08:42:00 +00:00
parent 8fbfe687aa
commit cd91cac9ef
2 changed files with 8 additions and 1 deletions

5
tas.h
View File

@ -153,7 +153,10 @@
#define PFY 134 #define PFY 134
#define PFZ 135 #define PFZ 135
#define MAXPAR 136 #define DTEM 136
#define DMF 137
#define MAXPAR 138
#define MAXADD 20 #define MAXADD 20
#define MAXEVAR 12 #define MAXEVAR 12

View File

@ -63,6 +63,8 @@ char *tasMotorOrder[] = { "a1",
"i6", "i6",
"i7", "i7",
"i8", "i8",
"tem",
"mf",
NULL }; NULL };
/* /*
In order to initialise the variable array in the TAS data structure we In order to initialise the variable array in the TAS data structure we
@ -207,6 +209,8 @@ char *tasVariableOrder[] = {
"pfx", "pfx",
"pfy", "pfy",
"pfz", "pfz",
"dtem",
"dmf",
NULL}; NULL};
/*------------------------------------------------------------------- /*-------------------------------------------------------------------
Normally SICS does not store motor hardware limits into status files as Normally SICS does not store motor hardware limits into status files as