diff --git a/tecs/tecs.c b/tecs/tecs.c index cb0710af..61796969 100644 --- a/tecs/tecs.c +++ b/tecs/tecs.c @@ -1076,6 +1076,9 @@ int Settings(void) { ERR_P(LscCmd(ser, buf)); } my_free(cfg); + } else { + cryo.scale=1; + samp.scale=1; } ERR_I(ReadTemp()); diff --git a/tecs/tecs_client.f b/tecs/tecs_client.f index 6c49884f..28e18a63 100644 --- a/tecs/tecs_client.f +++ b/tecs/tecs_client.f @@ -39,6 +39,7 @@ print *,' show parameter' print *,' set parameter' print *,'plot temperature and power chart' + print *,'log show last n lines of logfile' print *,'kill close TecsServer and exit' print *,'exit,quit exit, but do not close TecsServer' print *,'help show list of parameters and cryo devices'