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

debug

parent 013c75a1
Branches
Tags
No related merge requests found
......@@ -475,7 +475,7 @@ namespace CryoCooler_ns
//- special case : SubCooler filling
if (this->name == "V19")
{
SetBool (FILL_SUB_COOL_ON_BIT_OFFSET, FILL_SUB_COOL_ON_BYTE_OFFSET, true);
SetBool (FILL_SUB_COOL_ON_BIT_OFFSET, FILL_SUB_COOL_ON_BYTE_OFFSET, false);
return;
}
else
......@@ -1024,7 +1024,7 @@ namespace CryoCooler_ns
return this->high_limit;
}
//- Set low limit ------------------------
//- Set High limit ------------------------
void Level::High_limit (float val)
{
DEBUG_STREAM << " Level::High_limit writing High_limit "
......@@ -1466,7 +1466,7 @@ namespace CryoCooler_ns
pressure_offset (PV_PT3_OFFSET),
setpoint_offset (C_CTRL_SP_IN_OFFSET),
pressure_auto_byte_offset (C_CTRL_AUT_BYTE_OFFSET),
pressure_auto_bit_offset (C_CTRL_AUT_BYTE_OFFSET),
pressure_auto_bit_offset (C_CTRL_AUT_BIT_OFFSET),
name (_name)
{
DEBUG_STREAM << "HeaterVessel::HeaterVessel building "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment