corrected bug with scaled temperature
This commit is contained in:
@ -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());
|
||||||
|
@ -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'
|
||||||
|
Reference in New Issue
Block a user