Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CryoCooler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
Temperature
CryoCooler
Commits
161645d5
Commit
161645d5
authored
Jun 12, 2009
by
Jean Coquet
Browse files
Options
Downloads
Patches
Plain Diff
debug
parent
013c75a1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cryo_support/Parts.cpp
+3
-3
3 additions, 3 deletions
src/cryo_support/Parts.cpp
with
3 additions
and
3 deletions
src/cryo_support/Parts.cpp
+
3
−
3
View file @
161645d5
...
...
@@ -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
,
tru
e
);
SetBool
(
FILL_SUB_COOL_ON_BIT_OFFSET
,
FILL_SUB_COOL_ON_BYTE_OFFSET
,
fals
e
);
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_B
YTE
_OFFSET
),
pressure_auto_bit_offset
(
C_CTRL_AUT_B
IT
_OFFSET
),
name
(
_name
)
{
DEBUG_STREAM
<<
"HeaterVessel::HeaterVessel building "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment