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
2c8c11ef
Commit
2c8c11ef
authored
Feb 05, 2020
by
Jörg Weingrill
Browse files
added voltage and battery status
parent
d5333a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
BMK10k/BMK10kRuntime/GVLs/GVL_MainControl.TcGVL
View file @
2c8c11ef
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject
Version=
"1.1.0.1"
ProductVersion=
"3.1.402
2.17
"
>
<TcPlcObject
Version=
"1.1.0.1"
ProductVersion=
"3.1.402
4.0
"
>
<GVL
Name=
"GVL_MainControl"
Id=
"{29cd1ac9-2081-4571-b7b1-132b1ebcd588}"
>
<Declaration>
<![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL
...
...
@@ -13,7 +13,16 @@ VAR_GLOBAL
ControlLamp AT%Q*: BOOL;
// Lichtschalter in der Kuppel
LightSwitch AT%I*: BOOL;
// MainVoltage L1
MainVoltageL1 AT%I*: REAL;
// MainVoltage L2
MainVoltageL2 AT%I*: REAL;
// MainVoltage L3
MainVoltageL3 AT%I*: REAL;
// Battery discharge
BatteryDischarge AT%I*: BOOL;
// Battery failing
BatteryFailing AT%I*: BOOL;
END_VAR]]>
</Declaration>
</GVL>
</TcPlcObject>
\ No newline at end of file
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