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
42703beb
Commit
42703beb
authored
Feb 05, 2020
by
Jörg Weingrill
Browse files
longer buffer
parent
423a0f39
Changes
1
Hide whitespace changes
Inline
Side-by-side
BMK10k/BMK10kRuntime/POUs/FunctionBlocks/FB_TimeAverage.TcPOU
View file @
42703beb
<?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
"
>
<POU
Name=
"FB_TimeAverage"
Id=
"{3d3f768c-9845-48d2-a29c-b1ee2e4a39dc}"
SpecialFunc=
"None"
>
<Declaration>
<![CDATA[FUNCTION_BLOCK FB_TimeAverage
VAR_INPUT
...
...
@@ -13,7 +13,7 @@ VAR_OUTPUT
END_VAR
VAR
fbCycle :TON;
buffer: ARRAY[0..
1
0000] OF REAL;
buffer: ARRAY[0..
3
0000] OF REAL;
index: INT := 0;
number: INT := 0;
i: INT;
...
...
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