<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://the07k.wiki/index.php?action=history&amp;feed=atom&amp;title=Funktionsrahmen</id>
	<title>Funktionsrahmen - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the07k.wiki/index.php?action=history&amp;feed=atom&amp;title=Funktionsrahmen"/>
	<link rel="alternate" type="text/html" href="https://the07k.wiki/index.php?title=Funktionsrahmen&amp;action=history"/>
	<updated>2026-05-12T21:45:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://the07k.wiki/index.php?title=Funktionsrahmen&amp;diff=2852&amp;oldid=prev</id>
		<title>Arte: Initial page</title>
		<link rel="alternate" type="text/html" href="https://the07k.wiki/index.php?title=Funktionsrahmen&amp;diff=2852&amp;oldid=prev"/>
		<updated>2023-01-18T22:34:04Z</updated>

		<summary type="html">&lt;p&gt;Initial page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== What is a funktionsrahmen ==&lt;br /&gt;
Funktionsrahmen could be translated to &amp;quot;Functional framework&amp;quot;. It's a document documenting all the modules that compose an ECU program.&lt;br /&gt;
&lt;br /&gt;
For every module, there is a quick definition, logic diagrams for every sub-functions:&lt;br /&gt;
&lt;br /&gt;
[[File:Fr diagrams.png|613x613px]]&lt;br /&gt;
&lt;br /&gt;
Then the variables and constants are defined :&lt;br /&gt;
&lt;br /&gt;
[[File:Fr variables.png|613x613px]]&lt;br /&gt;
&lt;br /&gt;
Finally, there is a more detailed description of the module and some application notes:&lt;br /&gt;
&lt;br /&gt;
[[File:Fr note.png|721x721px]]&lt;br /&gt;
&lt;br /&gt;
== Understanding the logic diagrams ==&lt;br /&gt;
We read the diagram from left to right.&lt;br /&gt;
&lt;br /&gt;
=== Logic gates ===&lt;br /&gt;
[[File:Fr logic gate.png|262x262px]]&lt;br /&gt;
&lt;br /&gt;
What we see on the above diagram, the default state of the logic gate would be to use the variable &amp;quot;rlsol_w&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The doted line represent the condition needed to switch the logic gate to a different state. In this instance, if the constant &amp;quot;SY_VS&amp;quot; is greater than &amp;quot;0&amp;quot; (SY_VS &amp;gt; 0), then the logic gate will use the variable &amp;quot;drlrivs_w&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Operators ===&lt;br /&gt;
[[File:Sum.png|43x43px]][[File:Sub.png|45x45px]][[File:Multiply.png|50x50px]][[File:Division.png|40x40px]]&lt;br /&gt;
&lt;br /&gt;
These operators are self-explanatory&lt;br /&gt;
&lt;br /&gt;
[[File:Mn.png|64x64px]][[File:Mx.png|203x203px]]&lt;br /&gt;
&lt;br /&gt;
'''MN''' will take the smallest of the two variables.&lt;br /&gt;
&lt;br /&gt;
'''MX''' will take the biggest of the two variables.&lt;br /&gt;
&lt;br /&gt;
[[File:Not.png|78x78px]]&lt;br /&gt;
&lt;br /&gt;
This is the equivalent of &amp;quot;inverse / not / negative&amp;quot;. If the value is '''true (&amp;gt;0)''', this will ouput '''false (0)'''. If the value is '''false (0)''', then it will output '''true(&amp;gt;0)'''.&lt;br /&gt;
&lt;br /&gt;
[[File:Map.png|72x72px]]&lt;br /&gt;
&lt;br /&gt;
This mean it is using the value of a map, the MAP is indicated below the &amp;quot;icon&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Arte</name></author>
	</entry>
</feed>