corrected bug with scaled temperature

This commit is contained in:
cvs
2000-06-08 05:18:16 +00:00
parent 34d407be43
commit 604c8baf19
2 changed files with 4 additions and 0 deletions

View File

@ -1076,6 +1076,9 @@ int Settings(void) {
ERR_P(LscCmd(ser, buf)); ERR_P(LscCmd(ser, buf));
} }
my_free(cfg); my_free(cfg);
} else {
cryo.scale=1;
samp.scale=1;
} }
ERR_I(ReadTemp()); ERR_I(ReadTemp());

View File

@ -39,6 +39,7 @@
print *,'<parameter> show parameter' print *,'<parameter> show parameter'
print *,'<parameter> <value> set parameter' print *,'<parameter> <value> set parameter'
print *,'plot temperature and power chart' print *,'plot temperature and power chart'
print *,'log <n> show last n lines of logfile'
print *,'kill close TecsServer and exit' print *,'kill close TecsServer and exit'
print *,'exit,quit exit, but do not close TecsServer' print *,'exit,quit exit, but do not close TecsServer'
print *,'help show list of parameters and cryo devices' print *,'help show list of parameters and cryo devices'