Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bmk10k
telescope_firmware
Commits
1874ba1d
Commit
1874ba1d
authored
Feb 03, 2020
by
Jörg Weingrill
Browse files
CryoTiger setpoint
parent
29df2079
Changes
1
Hide whitespace changes
Inline
Side-by-side
BMK10k/BMK10kRuntime/POUs/MainControls.TcPOU
View file @
1874ba1d
...
...
@@ -10,6 +10,7 @@ VAR
CCDPower: BOOL := TRUE;
CryoTigerStartDelay: TON;
CCDPowerStartDelay: TON;
RSCryoTiger: RS;
DomeLightTimer: FB_LightTimer;
CryoTigerEvent,
CCDPowerEvent,
...
...
@@ -19,6 +20,11 @@ END_VAR
<Implementation>
<ST>
<![CDATA[// turn on CryTiger with a delay of 10 seconds
// TODO: Software control for signals?
RSCryoTiger(SET := ThermoControl.dewar_setpoint <= -70.0,
RESET1 := ThermoControl.dewar_setpoint >
-70.0,
Q1 => CryoTigerPower);
CryoTigerStartDelay(IN := CryoTigerPower,
PT := T#10S,
Q => GVL_MainControl.CryoTiger);
...
...
@@ -54,6 +60,10 @@ DomeLightEvent( Trigger := GVL_MainControl.LightDome,
<LineIds
Name=
"MainControls"
>
<LineId
Id=
"6"
Count=
"0"
/>
<LineId
Id=
"60"
Count=
"0"
/>
<LineId
Id=
"97"
Count=
"0"
/>
<LineId
Id=
"93"
Count=
"0"
/>
<LineId
Id=
"100"
Count=
"1"
/>
<LineId
Id=
"91"
Count=
"0"
/>
<LineId
Id=
"7"
Count=
"6"
/>
<LineId
Id=
"24"
Count=
"2"
/>
<LineId
Id=
"5"
Count=
"0"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment