improved tecs driver M.Z.
This commit is contained in:
4
psi.c
4
psi.c
@ -309,7 +309,9 @@ static void ConfigureController(char *name, pEVControl pNew,
|
||||
SConnection *pCon){
|
||||
EVCSetPar(pNew,"upperlimit",300.0,pCon);
|
||||
EVCSetPar(pNew,"lowerlimit",1.0,pCon);
|
||||
if(strcmp(name,"euro") == 0){
|
||||
if(strcmp(name,"tecs") == 0){
|
||||
TecsCustomize(pCon, pNew);
|
||||
} else if(strcmp(name,"euro") == 0){
|
||||
EVCSetPar(pNew,"upperlimit",750.0,pCon);
|
||||
EVCSetPar(pNew,"lowerlimit",15.0,pCon);
|
||||
} else if(strcmp(name,"el755") == 0){
|
||||
|
Reference in New Issue
Block a user