|
|
@18036
|
10 years |
Daniela Dorner |
updated limits when temperatures are set to 0 to 970 and 1300
|
|
|
@17636
|
11 years |
tbretz |
Simplified the code to read from the socket; some more cosmitcs and ...
|
|
|
@17623
|
11 years |
dneise |
adapted for new firmware version
no ASCII parsing needed, so this was ...
|
|
|
@17395
|
11 years |
tbretz |
Finally updated the function for the Pt1000 to something which is ...
|
|
|
@17346
|
11 years |
tbretz |
Updated the temperature coefficient of the Pt1000 to better fit the ...
|
|
|
@17339
|
11 years |
tbretz |
Use the new ReadGrid from Interpolator2D
|
|
|
@17186
|
11 years |
tbretz |
Fixed a typo in the evaluation of the configuration; added sending ...
|
|
|
@17185
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@17174
|
11 years |
tbretz |
Some minor updates and a bug fix in the format of the NOMINAL service.
|
|
|
@17170
|
11 years |
tbretz |
Implemented a new service providing bias patch wise temperatures; in ...
|
|
|
@16961
|
11 years |
tbretz |
Fixed a typo in the program option descriptions.
|
|
|
@16731
|
11 years |
tbretz |
Make use of the new StateMachineAsio which gets the CPU consumption to ...
|
|
|
@15443
|
12 years |
tbretz |
Fixed a typo in a warning message
|
|
|
@14013
|
12 years |
tbretz |
Set the verbosity to quiet per default.
|
|
|
@14009
|
12 years |
tbretz |
Exit with 127 if parsing of command line options failed.
|
|
|
@13950
|
12 years |
tbretz |
Start to connect only _after_ all ooptions are set.
|
|
|
@13941
|
12 years |
tbretz |
Fixed the include
|
|
|
@13914
|
12 years |
tbretz |
Moved stated to namespace FSC::State
|
|
|
@13819
|
12 years |
tbretz |
Moved the humidites at the end of the list of services transmitted.
|
|
|
@13194
|
13 years |
tbretz |
Updated some dim descriptions; suppress unecessary output by default.
|
|
|
@12954
|
13 years |
tbretz |
Added include of LocalControl.h
|
|
|
@12835
|
13 years |
tbretz |
Commented variables which were defined but never used in a reasonable ...
|
|
|
@12510
|
13 years |
tbretz |
Removed + and - from fits column names.
|
|
|
@12316
|
13 years |
tbretz |
Removed invalid characters from Dim descriptions
|
|
|
@12272
|
13 years |
tbretz |
Exchanged some values whcih were obviously exhanged
|
|
|
@12251
|
13 years |
tbretz |
Added descriptions for the dim services.
|
|
|
@12113
|
13 years |
tbretz |
Exchanged voltages and currents for Crate 1 and 2
|
|
|
@12089
|
13 years |
tbretz |
Updated scaling of some voltages; added commands and states to help output
|
|
|
@12068
|
13 years |
tbretz |
Multiply the ETH voltages not the FTM voltages; added some reference ...
|
|
|
@12005
|
13 years |
tbretz |
Changed order of temperatures (Quirin/Etienne) to make it fit with the ...
|
|
|
@11868
|
13 years |
tbretz |
Two voltages need scaling by 2
|
|
|
@11846
|
13 years |
tbretz |
Convert from milli to Volt and Amp
|
|
|
@11845
|
13 years |
tbretz |
Some minor bug fixes to get the latest changes working.
|
|
|
@11835
|
13 years |
tbretz |
Fixed a bug in a format string.
|
|
|
@11834
|
13 years |
tbretz |
Updated sending DIM services.
|
|
|
@11673
|
13 years |
tbretz |
Added 'no-dim' option to make boost happy; added function to convert ...
|
|
|
@11578
|
13 years |
tbretz |
Moved some part of the initialization from main to Configure::DoParse
|
|
|
@11577
|
13 years |
tbretz |
Moved Dim:Setup to Main::execute
|
|
|
@11575
|
13 years |
tbretz |
Moved common option setup to Main.h; created Main namespace
|
|
|
@11574
|
13 years |
tbretz |
Added the possibility to setup DIM_HOST_NODE with the --host program ...
|
|
|
@11483
|
13 years |
tbretz |
Added a registry for wildcarded options to detect unaccessed options; ...
|
|
|
@11481
|
13 years |
tbretz |
Replaced boost::thread by std::thread and boost::bind by std::bind ...
|
|
|
@11479
|
13 years |
tbretz |
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
|
|
|
@11476
|
13 years |
tbretz |
Removed some obsolete includes.
|
|
|
@11264
|
13 years |
tbretz |
Removed includes which are now in Main.h
|
|
|
@11253
|
13 years |
tbretz |
Changed SetConfiguration to EvalConfiguration and its return value ...
|
|
|
@11251
|
13 years |
tbretz |
Started to unify the main program of the io_service based control program.
|
|
|
@11218
|
13 years |
tbretz |
Added --cmd and --quit program option.
|
|
|
@11115
|
13 years |
tbretz |
Added DUMP_STREAM command; output number of received bytes
|
|
|
@11076
|
13 years |
tbretz |
Updated FTM to FSC
|
|
|
@11067
|
13 years |
tbretz |
Added some interpretation of the received data.
|
|
|
@11057
|
13 years |
tbretz |
Removed RunDim and replaces it with RunShell and LocalStream
|
|
|
@11043
|
13 years |
tbretz |
Added the --exec command.
|
|
|
@11034
|
13 years |
tbretz |
Added some more implementation.
|
|
|
@11033
|
13 years |
tbretz |
|