Skip to content
Snippets Groups Projects
Commit ccef51ee authored by Jean Coquet's avatar Jean Coquet
Browse files

correction affichage du status

parent f1387c82
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>Lakeshore_336-${aol}-${mode}</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>nar</packaging>
<name>Lakeshore_336</name>
<developers>
......
......@@ -45,6 +45,8 @@ namespace HWProxy_ns
time_in_deadband = _src.time_in_deadband;
if (_src.loop_number > 0 && loop_number < 3)
loop_number = _src.loop_number;
else
loop_number = 1;
}
......@@ -885,7 +887,7 @@ namespace HWProxy_ns
status_str += "Sensor Units Over Range\n";
//- ramp state
status_str = reg_manager->get_status ();
status_str += reg_manager->get_status ();
return status_str;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment