<phyphox xmlns="http://phyphox.org/xml" xmlns:editor="http://phyphox.org/editor/xml" version="1.7" editor:version="1.0" locale="en">
    <title>ESP32_07_einfach10.4</title>
    <category>PackedData Test _07</category>
    <description>2 der 7 Werte werden alternierend in den append-Buffer geschrieben und an einen Graphen weiter gereicht.
Die Buffer für die beiden Roh-Werte haben jetzt nur noch die Länge 1.
Entscheidend ist aber wohl, dass bei den Buffern der beiden Werte die Clear-Option auf &quot;at the input&quot; steht.
Im Output Buffer vom append muss die Clear-option auf disabled stehen, da sonst der Graph nicht gezeichnet wird.


V 10.2: Append erzeugt und Inputs (Wert0..6) damit verbunden 
V 10.3: alle Input Buffer für Append auf &quot;Clear at the input&quot; gesetzt 
V 10.4: append mit Graph verbunden (Buffer: &quot;appendOutput&quot;), out: clear disabled</description>
    <data-containers>
        <container size="1000" static="false">time</container>
        <container size="100" static="false">Wert0</container>
        <container size="100" static="false">Wert1</container>
        <container size="100" static="false">Wert2</container>
        <container size="100" static="false">Wert3</container>
        <container size="100" static="false">Wert4</container>
        <container size="100" static="false">Wert5</container>
        <container size="100" static="false">Wert6</container>
        <container size="100" static="false">appendOutput</container>
    </data-containers>
    <input>
        <bluetooth editor:uuid="97" editor:posx="478.91668701171875" editor:posy="296.8166809082031" id="Darstellung gepackter Datensätze" name="ESP32" uuid="4fafc201-1fb5-459e-8fcc-c5c9c331914b" mode="notification" rate="1" subscribeOnStart="false">
            <output char="59f51a40-8852-4abe-a50f-2d45e6bd51ac" conversion="uInt16LittleEndian" offset="0" label="Wert0">Wert0</output>
            <output char="59f51a40-8852-4abe-a50f-2d45e6bd51ac" conversion="uInt16LittleEndian" offset="2" label="Wert1">Wert1</output>
            <output char="59f51a40-8852-4abe-a50f-2d45e6bd51ac" conversion="uInt16LittleEndian" offset="4" label="Wert2">Wert2</output>
            <output char="59f51a40-8852-4abe-a50f-2d45e6bd51ac" conversion="uInt16LittleEndian" offset="6" label="Wert3">Wert3</output>
            <output char="59f51a40-8852-4abe-a50f-2d45e6bd51ac" conversion="uInt16LittleEndian" offset="8" label="Wert4">Wert4</output>
            <output char="59f51a40-8852-4abe-a50f-2d45e6bd51ac" conversion="uInt16LittleEndian" offset="10" label="Wert5">Wert5</output>
            <output char="59f51a40-8852-4abe-a50f-2d45e6bd51ac" conversion="uInt16LittleEndian" offset="12" label="Wert6">Wert6</output>
            <output char="59f51a40-8852-4abe-a50f-2d45e6bd51ac" conversion="string" label="Zeit" extra="time">time</output>
        </bluetooth>
    </input>
    <output>
    </output>
    <analysis sleep="0"  onUserInput="false">
        <append editor:uuid="111" editor:posx="939.2999877929688" editor:posy="213.88333129882812">
            <input as="in">Wert0</input>
            <input as="in">Wert1</input>
            <input as="in">Wert2</input>
            <input as="in">Wert3</input>
            <input as="in">Wert4</input>
            <input as="in">Wert5</input>
            <input as="in">Wert6</input>
            <output as="out" clear="false">appendOutput</output>
        </append>
    </analysis>
    <views>
        <view label="Kontrollansicht">
            <graph editor:uuid="104" editor:posx="1516.63330078125" editor:posy="467.9333190917969" label="Graph for append" aspectRatio="2.5" style="vbars" lineWidth="1" color="ff7e22" partialUpdate="false" history="1" labelX="time" labelY="Packed value" labelZ="" unitX="s" unitY="" unitZ="" logX="false" logY="false" logZ="false" xPrecision="2" yPrecision="0" zPrecision="0" scaleMinX="auto" scaleMaxX="auto" scaleMinY="auto" scaleMaxY="auto" scaleMinZ="auto" scaleMaxZ="auto" minX="0" maxX="0" minY="0" maxY="0" minZ="0" maxZ="0"  mapWidth="0"       >
                <input axis="x">time</input>
                <input axis="y">appendOutput</input>
            </graph>
        </view>
    </views>
    <export>
    </export>
</phyphox>
