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
13fd8025
Commit
13fd8025
authored
Feb 05, 2020
by
Jörg Weingrill
Browse files
Refactoring and typo correction
parent
ff705987
Changes
2
Hide whitespace changes
Inline
Side-by-side
BMK10k/BMK10kRuntime/POUs/Environment.TcPOU
View file @
13fd8025
...
...
@@ -108,7 +108,7 @@ HumidityEvent( Trigger := HumidityAverage.AVG> 80.0,
PrecipitationEvent( Trigger := PrecipitationAverage.AVG > 0.3,
Level := ADSLOG_MSGTYPE_WARN,
FormatString := 'Prec
ep
ation: %s',
FormatString := 'Prec
ipit
ation: %s',
OnMessage := LREAL_TO_STRING( PrecipitationAverage.AVG),
OffMessage := 'OK',
OffLevel := ADSLOG_MSGTYPE_HINT);
...
...
BMK10k/BMK10kRuntime/POUs/MainControls.TcPOU
View file @
13fd8025
...
...
@@ -28,7 +28,7 @@ SRCryoTiger(SET1 := (ABS(Environment.CryoDifference)) < 0.1 OR CryoTigerPower,
RESET := ThermoControl.dewar_setpoint >
-70.0 ,
Q1 => GVL_MainControl.CryoTiger);
CCDPowerStartDelay( IN := CCDPower AND ThermoControl.
avg
_temperature
<
0.0,
CCDPowerStartDelay( IN := CCDPower AND ThermoControl.
ccd
_temperature
<
0.0,
PT := T#10S,
Q => GVL_MainControl.CCDPower);
...
...
@@ -62,7 +62,7 @@ MainVoltageL3 := GVL_MainControl.MainVoltageL3;
]]>
</ST>
</Implementation>
<LineIds
Name=
"MainControls"
>
<LineId
Id=
"1
45
"
Count=
"37"
/>
<LineId
Id=
"1
83
"
Count=
"37"
/>
<LineId
Id=
"124"
Count=
"0"
/>
</LineIds>
</POU>
...
...
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