Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. Zeigt her eure Views zum Thema Mähroboter

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    486

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Zeigt her eure Views zum Thema Mähroboter

Scheduled Pinned Locked Moved Visualisierung
vis
780 Posts 70 Posters 218.1k Views 74 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • falke69F falke69

    @hausbaer

    wenn Du das Script von hier genommen hast, solltest Du auch diese Datenpunkte vorfinden:

    2021-04-26_152335.jpg

    Jetzt sollte es doch möglich sein, die neue Zeit (für die zweite Mähzeit) aus einer anderen Systemvariable/Datenpunkt in die "originalen" Datenpunkte über einen Trigger auf true
    zu schreiben. Wenn der Mähvorgang beendet ist, geht der Datenpunkt, ob der Mäher lief auf true.

    Also zusammengefasst, wenn der Datenpunkt "hier 01_Montag_lief" auf true geht, die Start und Endzeit für Montag über ein anderes Blockly neu beschreiben.

    Der Datenpunkt wird dann automatisch für den nächsten Tag auf false gesetzt. Somit hättest Du vielleicht einen Anhaltspunkt.
    Ich könnte mir vorstellen, dass es vielleicht auch eine elegantere Lösung dafür gibt.

    Edit:

    <block xmlns="https://developers.google.com/blockly/xml" type="on_ext" id=",m]Y5TX?gC9WvSG_U;$d" x="138" y="-187">
     <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
     <field name="CONDITION">ne</field>
     <field name="ACK_CONDITION"></field>
     <value name="OID0">
       <shadow type="field_oid" id="Tnp1w6VT6eJK1IL*sgIY">
         <field name="oid">0_userdata.0.Rasenmaeher.01_Montag_lief</field>
       </shadow>
     </value>
     <statement name="STATEMENT">
       <block type="controls_if" id="EQg)!mu}82=c!/f#$*cv">
         <value name="IF0">
           <block type="logic_compare" id="jj*}*U[5Mo,[}ieb2JpT">
             <field name="OP">EQ</field>
             <value name="A">
               <block type="get_value" id="o]Q^x($FPnj(gW;HG#z#">
                 <field name="ATTR">val</field>
                 <field name="OID">0_userdata.0.Rasenmaeher.01_Montag_lief</field>
               </block>
             </value>
             <value name="B">
               <block type="logic_boolean" id="wdA1vZ7w~ne:L0cfoD}J">
                 <field name="BOOL">TRUE</field>
               </block>
             </value>
           </block>
         </value>
         <statement name="DO0">
           <block type="update" id="@Y#fMua;A$bZ.dyqQupr">
             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
             <field name="OID">0_userdata.0.Rasenmaeher.01_Montag_Startzeit</field>
             <field name="WITH_DELAY">FALSE</field>
             <value name="VALUE">
               <block type="get_value" id=".KTMqw%/G)a9,My/O;z2">
                 <field name="ATTR">val</field>
                 <field name="OID">0_userdata.0.Rasenmaeher.01_Montag_Startzeit_2</field>
               </block>
             </value>
             <next>
               <block type="update" id="to^y9%irU_oa}s^vhN/Q">
                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                 <field name="OID">0_userdata.0.Rasenmaeher.01_Montag_Arbeitsdauer</field>
                 <field name="WITH_DELAY">FALSE</field>
                 <value name="VALUE">
                   <block type="get_value" id=".Obup^nEqL1|TheAbJ+A">
                     <field name="ATTR">val</field>
                     <field name="OID">0_userdata.0.Rasenmaeher.01_Montag_Arbeitsdauer_2</field>
                   </block>
                 </value>
                 <next>
                   <block type="update" id="OI^2AUb=xPW3(7Ou+I3o">
                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                     <field name="OID">0_userdata.0.Rasenmaeher.01_Montag_Endzeit</field>
                     <field name="WITH_DELAY">FALSE</field>
                     <value name="VALUE">
                       <block type="get_value" id=",S!Ub.3.$H[]pR.*)K1w">
                         <field name="ATTR">val</field>
                         <field name="OID">0_userdata.0.Rasenmaeher.01_Montag_Endzeit_2</field>
                       </block>
                     </value>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </statement>
       </block>
     </statement>
    </block>
    

    H Offline
    H Offline
    Hausbaer
    wrote on last edited by
    #401

    @falke69 Ich bin grad dabei, dieses Script auf meine Situation umzubauen.
    Ich möchte eine Start- und Endzeit je Zeitabschnitt setzen, die Dauer soll sich daraus ergeben. Im Script ist das ursprünglich anders. Da gibt man eine Startzeit und die Mähdauer vor, die Endzeit wird berechnet.

    vorher.png

    Bin ich mit meinen Gedankengängen richtig? Sieht das abgeänderte Blockly dann so aus?

    nachher.png

    falke69F 1 Reply Last reply
    0
    • H Hausbaer

      @falke69 Ich bin grad dabei, dieses Script auf meine Situation umzubauen.
      Ich möchte eine Start- und Endzeit je Zeitabschnitt setzen, die Dauer soll sich daraus ergeben. Im Script ist das ursprünglich anders. Da gibt man eine Startzeit und die Mähdauer vor, die Endzeit wird berechnet.

      vorher.png

      Bin ich mit meinen Gedankengängen richtig? Sieht das abgeänderte Blockly dann so aus?

      nachher.png

      falke69F Offline
      falke69F Offline
      falke69
      wrote on last edited by falke69
      #402

      @hausbaer

      schau mal hier

      Ich habe mal versucht das Script um eine zweite Zeit zu erweitern. Konnte es aber noch nicht testen.

      Edit: 11:53 Uhr

      habe die Datei ersetzt. Da war noch ein Fehler. Ob es jetzt funktioniert, kann ich aber immer noch nicht 100%ig sagen, da der Rasenmaeher gerade unterwegs ist.

      H 1 Reply Last reply
      0
      • G gmx99

        @Feuersturm
        0BCA9599-D22D-4EA6-BD0D-1E7EFD81D29D.jpeg 26730E73-7B70-42C4-9B16-620A6C5F9B73.jpeg CA05FCFF-1CAD-41C5-9B02-67D2A6CC9E5F.jpeg
        98AACFD9-673B-4C80-9081-268C972B3113.png

        Wenn du Interesse hast kann ich dir auch einfach das ganze Projekt schicken, ist zwar noch nicht ganz fertig aber als Ausgangspunkt super :)

        Bild wurde ein paar mal gewünscht, deshalb hier der Worx mit transparenten Hintergrund.
        worx.png
        mover.png

        A Offline
        A Offline
        Alveran
        wrote on last edited by
        #403

        @gmx99 Hallo, ich hätte auch Interesse.

        G 1 Reply Last reply
        0
        • A Alveran

          @gmx99 Hallo, ich hätte auch Interesse.

          G Offline
          G Offline
          gmx99
          wrote on last edited by
          #404

          @alveran Am Bild oder am Projekt :)

          A 1 Reply Last reply
          0
          • G gmx99

            @alveran Am Bild oder am Projekt :)

            A Offline
            A Offline
            Alveran
            wrote on last edited by
            #405

            @gmx99 Beides :+1:

            G 1 Reply Last reply
            0
            • falke69F falke69

              @hausbaer

              schau mal hier

              Ich habe mal versucht das Script um eine zweite Zeit zu erweitern. Konnte es aber noch nicht testen.

              Edit: 11:53 Uhr

              habe die Datei ersetzt. Da war noch ein Fehler. Ob es jetzt funktioniert, kann ich aber immer noch nicht 100%ig sagen, da der Rasenmaeher gerade unterwegs ist.

              H Offline
              H Offline
              Hausbaer
              wrote on last edited by
              #406

              @falke69 sagte in Zeigt her eure Views zum Thema Mähroboter:

              @hausbaer

              schau mal hier:

              zwei-Zeiten-28.04-2021.zip

              Ich habe mal versucht das Script um eine zweite Zeit zu erweitern. Konnte es aber noch nicht testen.

              Edit: 11:53 Uhr

              habe die Datei ersetzt. Da war noch ein Fehler. Ob es jetzt funktioniert, kann ich aber immer noch nicht 100%ig sagen, da der Rasenmaeher gerade unterwegs ist.

              Hmm, bin ich blind? Ich seh zwar in den DP die zweite Zeit - aber in den Berechnungen taucht doch nur eine auf?

              Egal, ich bastle da auch grad rum. Ich setze jeweils Start- und Endzeit. Die Übernahme in die DP funktioniert auch soweit (am Mäher hab ichs noch nicht probiert).
              Wo ich immer noch hänge ist das Problem oben mit der Zeitberechnung. Da steht immer noch 0 bei mir

              falke69F 1 Reply Last reply
              0
              • A Alveran

                @gmx99 Beides :+1:

                G Offline
                G Offline
                gmx99
                wrote on last edited by
                #407

                @alveran Mobile.zip

                Bitte sollte alles drin sein, was du brauchst. Wenn was nicht geht einfach melden.

                Viel Spaß damit

                1 Reply Last reply
                1
                • H Hausbaer

                  @falke69 sagte in Zeigt her eure Views zum Thema Mähroboter:

                  @hausbaer

                  schau mal hier:

                  zwei-Zeiten-28.04-2021.zip

                  Ich habe mal versucht das Script um eine zweite Zeit zu erweitern. Konnte es aber noch nicht testen.

                  Edit: 11:53 Uhr

                  habe die Datei ersetzt. Da war noch ein Fehler. Ob es jetzt funktioniert, kann ich aber immer noch nicht 100%ig sagen, da der Rasenmaeher gerade unterwegs ist.

                  Hmm, bin ich blind? Ich seh zwar in den DP die zweite Zeit - aber in den Berechnungen taucht doch nur eine auf?

                  Egal, ich bastle da auch grad rum. Ich setze jeweils Start- und Endzeit. Die Übernahme in die DP funktioniert auch soweit (am Mäher hab ichs noch nicht probiert).
                  Wo ich immer noch hänge ist das Problem oben mit der Zeitberechnung. Da steht immer noch 0 bei mir

                  falke69F Offline
                  falke69F Offline
                  falke69
                  wrote on last edited by falke69
                  #408

                  @hausbaer

                  ich habe das ganze in die "Mitte"

                  2021-04-28_170543.jpg
                  verschoben, was ich hinzugefügt habe, um es leichter wiederzufinden. Ich habe vorhin nochmal versucht einen Test zu machen, aber er fährt leider nicht los.
                  Die Eingaben in der VIS werden aber in die Datenpunkte übertragen und auch die Berechnung der Endzeit funktioniert.

                  Aktuell bin ich ratlos, wo noch ein Fehler sein könnte.
                  Falls Du einen Fehler findest, sag einfach Bescheid --> Danke

                  H 1 Reply Last reply
                  0
                  • falke69F falke69

                    @hausbaer

                    ich habe das ganze in die "Mitte"

                    2021-04-28_170543.jpg
                    verschoben, was ich hinzugefügt habe, um es leichter wiederzufinden. Ich habe vorhin nochmal versucht einen Test zu machen, aber er fährt leider nicht los.
                    Die Eingaben in der VIS werden aber in die Datenpunkte übertragen und auch die Berechnung der Endzeit funktioniert.

                    Aktuell bin ich ratlos, wo noch ein Fehler sein könnte.
                    Falls Du einen Fehler findest, sag einfach Bescheid --> Danke

                    H Offline
                    H Offline
                    Hausbaer
                    wrote on last edited by
                    #409

                    @falke69 sagte in Zeigt her eure Views zum Thema Mähroboter:

                    @hausbaer

                    ich habe das ganze in die "Mitte"

                    2021-04-28_170543.jpg
                    verschoben, was ich hinzugefügt habe, um es leichter wiederzufinden. Ich habe vorhin nochmal versucht einen Test zu machen, aber er fährt leider nicht los.
                    Die Eingaben in der VIS werden aber in die Datenpunkte übertragen und auch die Berechnung der Endzeit funktioniert.

                    Aktuell bin ich ratlos, wo noch ein Fehler sein könnte.
                    Falls Du einen Fehler findest, sag einfach Bescheid --> Danke

                    :grimacing: also bin ich doch blind.

                    Ich schaus mir an, bin aber wie gesagt anders unterwegs. Ich möchte Start- und Endzeit eingeben und die "Arbeitszeit" berechnen. Was leider immer noch nicht funktioniert :confounded:

                    1 Reply Last reply
                    0
                    • H Offline
                      H Offline
                      Hausbaer
                      wrote on last edited by
                      #410

                      Problem gelöst.
                      Da ich nicht alle DP ändern will, arbeite ich mit Variablen (geht ohne genauso!)

                      85a1db20-b861-48d2-aedb-c21dc6fb7238-grafik.png

                      falke69F 1 Reply Last reply
                      0
                      • H Hausbaer

                        Problem gelöst.
                        Da ich nicht alle DP ändern will, arbeite ich mit Variablen (geht ohne genauso!)

                        85a1db20-b861-48d2-aedb-c21dc6fb7238-grafik.png

                        falke69F Offline
                        falke69F Offline
                        falke69
                        wrote on last edited by
                        #411

                        @hausbaer

                        das sieht Super aus. Falls Du es hinbekommen hast, dass Du zwei Zeiten am Tag einstellen kannst, würde ich mich über das Script freuen, wenn Du es online stellen könntest.:+1:

                        H 1 Reply Last reply
                        0
                        • falke69F falke69

                          @hausbaer

                          das sieht Super aus. Falls Du es hinbekommen hast, dass Du zwei Zeiten am Tag einstellen kannst, würde ich mich über das Script freuen, wenn Du es online stellen könntest.:+1:

                          H Offline
                          H Offline
                          Hausbaer
                          wrote on last edited by
                          #412

                          @falke69 Klar, mach ich.

                          H 1 Reply Last reply
                          0
                          • H Offline
                            H Offline
                            Hausbaer
                            wrote on last edited by
                            #413

                            Ich frag mich grad: Wo in diesem Script werden die Zeiten und Zustände an den Worx-Adapter übertragen?

                            1 Reply Last reply
                            0
                            • H Hausbaer

                              @falke69 Klar, mach ich.

                              H Offline
                              H Offline
                              Hausbaer
                              wrote on last edited by
                              #414

                              @hausbaer sagte in Zeigt her eure Views zum Thema Mähroboter:

                              @falke69 Klar, mach ich.

                              Ich hab wohl noch zwei Fehler drin (Donnerstag Zeit 1 setzen und Montag Zeit 2 setzen), obwohl die Formeln gleich sind.

                              falke69F 1 Reply Last reply
                              0
                              • H Hausbaer

                                @hausbaer sagte in Zeigt her eure Views zum Thema Mähroboter:

                                @falke69 Klar, mach ich.

                                Ich hab wohl noch zwei Fehler drin (Donnerstag Zeit 1 setzen und Montag Zeit 2 setzen), obwohl die Formeln gleich sind.

                                falke69F Offline
                                falke69F Offline
                                falke69
                                wrote on last edited by
                                #415

                                @hausbaer

                                daas sollte hier sein:

                                2021-04-29_124336.jpg

                                für die zweite Zeit sollte das so aussehen:

                                .calendar.monday2.borderCut

                                Habe aber es leider nicht geschafft, über mein Script die Zeiten dort einzutragen.

                                H 1 Reply Last reply
                                0
                                • falke69F falke69

                                  @hausbaer

                                  daas sollte hier sein:

                                  2021-04-29_124336.jpg

                                  für die zweite Zeit sollte das so aussehen:

                                  .calendar.monday2.borderCut

                                  Habe aber es leider nicht geschafft, über mein Script die Zeiten dort einzutragen.

                                  H Offline
                                  H Offline
                                  Hausbaer
                                  wrote on last edited by
                                  #416

                                  @falke69 Jetzt bin ich komplett verwirrt :confused:

                                  Bei mir schaut das so aus:
                                  f206c412-a273-405a-92dc-08bafaf455ee-grafik.png

                                  Fehlt da nicht was???

                                  falke69F 1 Reply Last reply
                                  0
                                  • H Hausbaer

                                    @falke69 Jetzt bin ich komplett verwirrt :confused:

                                    Bei mir schaut das so aus:
                                    f206c412-a273-405a-92dc-08bafaf455ee-grafik.png

                                    Fehlt da nicht was???

                                    falke69F Offline
                                    falke69F Offline
                                    falke69
                                    wrote on last edited by
                                    #417

                                    @hausbaer

                                    Jep, da fehlt was:hushed:

                                    <block xmlns="https://developers.google.com/blockly/xml" type="procedures_defnoreturn" id=")n+90MIa%*IHTOS*H1l$" x="388" y="88">
                                     <mutation>
                                       <arg name="Wochentag" varid="-GZ`VPVXSd7mOwiMwbq~"></arg>
                                       <arg name="Rand_schneiden" varid="WfdS57MV4CPYTS?q1Y)p"></arg>
                                       <arg name="Startzeit" varid="v)?%%:Z.]}MSj9:/$:_0"></arg>
                                       <arg name="Arbeitsdauer" varid="iE}N;B.En^;I2K+gcO;K"></arg>
                                     </mutation>
                                     <field name="NAME">Zeiten_setzen</field>
                                     <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                     <statement name="STACK">
                                       <block type="comment" id="-qWDb~O#u;*8x;5}Of63">
                                         <field name="COMMENT">* Datenpunkte im Adapter</field>
                                         <next>
                                           <block type="controls_if" id="z~!`S]fcgs`3Aj`{j[Yf">
                                             <mutation elseif="6"></mutation>
                                             <value name="IF0">
                                               <block type="logic_compare" id="d!1R:#2O37cNvXZcC%]Z">
                                                 <field name="OP">EQ</field>
                                                 <value name="A">
                                                   <block type="variables_get" id="opBrCmY/#6Isb$;%*]$d">
                                                     <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                   </block>
                                                 </value>
                                                 <value name="B">
                                                   <block type="math_number" id="G.M]q,Gb-tTa-Adq#C/w">
                                                     <field name="NUM">1</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <statement name="DO0">
                                               <block type="comment" id="^4D/h3OZFFO7iEJ]Gzla">
                                                 <field name="COMMENT">Montag / Monday</field>
                                                 <next>
                                                   <block type="comment" id="FBW@~Hj;+XK!:i/DnCjd">
                                                     <field name="COMMENT">Border cut</field>
                                                     <next>
                                                       <block type="control_ex" id="@{aT9Nbig`1-k@3mK8E3" inline="true">
                                                         <field name="TYPE">false</field>
                                                         <field name="CLEAR_RUNNING">FALSE</field>
                                                         <value name="OID">
                                                           <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                             <field name="oid">Object ID</field>
                                                           </shadow>
                                                           <block type="text_join" id="DXz)q4#P:c,#qtq~4R4/">
                                                             <mutation items="3"></mutation>
                                                             <value name="ADD0">
                                                               <block type="text" id="^c7r;$TQW@SkOp*iY7A4">
                                                                 <field name="TEXT">worx.0.</field>
                                                               </block>
                                                             </value>
                                                             <value name="ADD1">
                                                               <block type="variables_get" id="4X`J82ar-+X@A0W_{2T*">
                                                                 <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                               </block>
                                                             </value>
                                                             <value name="ADD2">
                                                               <block type="text" id="AmtexuWxRg8Z]HBD=Mlt">
                                                                 <field name="TEXT">.calendar.monday.borderCut</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                         <value name="VALUE">
                                                           <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                             <field name="BOOL">TRUE</field>
                                                           </shadow>
                                                           <block type="variables_get" id="+C9Exb/Vz*G*y8p*KdPm">
                                                             <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                           </block>
                                                         </value>
                                                         <value name="DELAY_MS">
                                                           <shadow type="math_number" id="{f[Z*u/iAlLKf(Eu`JOw">
                                                             <field name="NUM">0</field>
                                                           </shadow>
                                                         </value>
                                                         <next>
                                                           <block type="timeouts_settimeout" id="m-#XKe;s2|C_W-nKIY(q">
                                                             <field name="NAME">timeout_Montag</field>
                                                             <field name="DELAY">3</field>
                                                             <field name="UNIT">sec</field>
                                                             <statement name="STATEMENT">
                                                               <block type="comment" id="|qLFXgp!C7H|9Z`U:%VU">
                                                                 <field name="COMMENT">Start time</field>
                                                                 <next>
                                                                   <block type="control_ex" id="?krlbBB?TI9L61FU5N8B" inline="true">
                                                                     <field name="TYPE">false</field>
                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                     <value name="OID">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                         <field name="oid">Object ID</field>
                                                                       </shadow>
                                                                       <block type="text_join" id="a5rq~B!b!wGf9$%fwc52">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="A:1pJ:(CVB:Q5C-Y={[)">
                                                                             <field name="TEXT">worx.0.</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id="$*}d(p6sv}3oQamiXLzQ">
                                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="CSP(clrCE90O;%Wam7LC">
                                                                             <field name="TEXT">.calendar.monday.startTime</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <value name="VALUE">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                         <field name="BOOL">TRUE</field>
                                                                       </shadow>
                                                                       <block type="variables_get" id="-LzN;|a:}[e!5fO+i.eT">
                                                                         <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="DELAY_MS">
                                                                       <shadow type="math_number" id="#-HS(Cld.FU3FOPVok3K">
                                                                         <field name="NUM">0</field>
                                                                       </shadow>
                                                                     </value>
                                                                     <next>
                                                                       <block type="timeouts_settimeout" id="mduBfdwY?wfVROLkd7xu">
                                                                         <field name="NAME">timeout_Montag2</field>
                                                                         <field name="DELAY">3</field>
                                                                         <field name="UNIT">sec</field>
                                                                         <statement name="STATEMENT">
                                                                           <block type="comment" id="/;Y}c:SHSO3o-r_3fM#`">
                                                                             <field name="COMMENT">Work time</field>
                                                                             <next>
                                                                               <block type="control_ex" id="gu_2n}{mx;=M/R^MS5`U" inline="true">
                                                                                 <field name="TYPE">false</field>
                                                                                 <field name="CLEAR_RUNNING">FALSE</field>
                                                                                 <value name="OID">
                                                                                   <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                                     <field name="oid">Object ID</field>
                                                                                   </shadow>
                                                                                   <block type="text_join" id="Pt|v3,~HdEYs,q7?JpwU">
                                                                                     <mutation items="3"></mutation>
                                                                                     <value name="ADD0">
                                                                                       <block type="text" id=".3[hy{*]W#:Jpqk,4_b}">
                                                                                         <field name="TEXT">worx.0.</field>
                                                                                       </block>
                                                                                     </value>
                                                                                     <value name="ADD1">
                                                                                       <block type="variables_get" id="h~JTHFT`_RqWIGG9@NAn">
                                                                                         <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                                       </block>
                                                                                     </value>
                                                                                     <value name="ADD2">
                                                                                       <block type="text" id="UP4DM+[2^Z_#)AvTl}*z">
                                                                                         <field name="TEXT">.calendar.monday.workTime</field>
                                                                                       </block>
                                                                                     </value>
                                                                                   </block>
                                                                                 </value>
                                                                                 <value name="VALUE">
                                                                                   <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                                     <field name="BOOL">TRUE</field>
                                                                                   </shadow>
                                                                                   <block type="variables_get" id=")cpF:+_o~}O^KcayUp%W">
                                                                                     <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                                   </block>
                                                                                 </value>
                                                                                 <value name="DELAY_MS">
                                                                                   <shadow type="math_number" id="1!s#C[[f;k%Zvsi%k.G3">
                                                                                     <field name="NUM">0</field>
                                                                                   </shadow>
                                                                                 </value>
                                                                               </block>
                                                                             </next>
                                                                           </block>
                                                                         </statement>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </statement>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                             <value name="IF1">
                                               <block type="logic_compare" id="8R]33BXj*`v2O`ML|n1C">
                                                 <field name="OP">EQ</field>
                                                 <value name="A">
                                                   <block type="variables_get" id="g#c-8qAvwZeX{btgu?as">
                                                     <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                   </block>
                                                 </value>
                                                 <value name="B">
                                                   <block type="math_number" id=":Kff/@pD{~_0YZ?]C@W^">
                                                     <field name="NUM">2</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <statement name="DO1">
                                               <block type="comment" id="e!vt_XiEU!hYzYUE2]M|">
                                                 <field name="COMMENT">Dienstag / Tuesday</field>
                                                 <next>
                                                   <block type="control_ex" id="%e@2G[w+zGhKKSwiH}G*" inline="true">
                                                     <field name="TYPE">false</field>
                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                     <value name="OID">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                         <field name="oid">Object ID</field>
                                                       </shadow>
                                                       <block type="text_join" id="E0*PQoi(CwVkGf{/wV59">
                                                         <mutation items="3"></mutation>
                                                         <value name="ADD0">
                                                           <block type="text" id="M$F]9(X!DZxZwA*yrGsC">
                                                             <field name="TEXT">worx.0.</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD1">
                                                           <block type="variables_get" id="s3YUU3Q8R^;/=B5;S?OG">
                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD2">
                                                           <block type="text" id="{{nItBN~G|4@}7nXABnh">
                                                             <field name="TEXT">.calendar.tuesday.borderCut</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <value name="VALUE">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                         <field name="BOOL">TRUE</field>
                                                       </shadow>
                                                       <block type="variables_get" id="CKe#_[i1Ki@pg7HjvpKX">
                                                         <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                       </block>
                                                     </value>
                                                     <value name="DELAY_MS">
                                                       <shadow type="math_number" id="VIt7J|UNJ*RL,MvSj{Am">
                                                         <field name="NUM">0</field>
                                                       </shadow>
                                                     </value>
                                                     <next>
                                                       <block type="timeouts_settimeout" id="8x0b8r{L4sB.k~vJ65W[">
                                                         <field name="NAME">timeout_Dienstag</field>
                                                         <field name="DELAY">3</field>
                                                         <field name="UNIT">sec</field>
                                                         <statement name="STATEMENT">
                                                           <block type="control_ex" id="@)./Ma#c,o#dcaD!6!7{" inline="true">
                                                             <field name="TYPE">false</field>
                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                             <value name="OID">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                 <field name="oid">Object ID</field>
                                                               </shadow>
                                                               <block type="text_join" id=")EY`AL[nZ:$S#Zkg6E6#">
                                                                 <mutation items="3"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="text" id="Vn{ZT}vFi#)w9q_OrMjP">
                                                                     <field name="TEXT">worx.0.</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="variables_get" id="v-vP!$UC8H8hL*;LHF}(">
                                                                     <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD2">
                                                                   <block type="text" id="ux74m!GAK7YcnOV$:!Wp">
                                                                     <field name="TEXT">.calendar.tuesday.startTime</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <value name="VALUE">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                 <field name="BOOL">TRUE</field>
                                                               </shadow>
                                                               <block type="variables_get" id="Eq*!#%HdQluw87k!#|w!">
                                                                 <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                               </block>
                                                             </value>
                                                             <value name="DELAY_MS">
                                                               <shadow type="math_number" id="Zu4I2,IFWkiQG5!%}X%m">
                                                                 <field name="NUM">0</field>
                                                               </shadow>
                                                             </value>
                                                             <next>
                                                               <block type="timeouts_settimeout" id="v)/uQOfir](I-nM-W%sv">
                                                                 <field name="NAME">timeout_Dienstag2</field>
                                                                 <field name="DELAY">3</field>
                                                                 <field name="UNIT">sec</field>
                                                                 <statement name="STATEMENT">
                                                                   <block type="control_ex" id="S=25p!pB,HV)U3HO-7:l" inline="true">
                                                                     <field name="TYPE">false</field>
                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                     <value name="OID">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                         <field name="oid">Object ID</field>
                                                                       </shadow>
                                                                       <block type="text_join" id="`_#2e{NkLq$NylN@PDwI">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="5t:sJb*DkAB5ggZV66/X">
                                                                             <field name="TEXT">worx.0.</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id="9MX+n5^*|P%~=MwUTouA">
                                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="i${qSm@laNi(iU[kaUTZ">
                                                                             <field name="TEXT">.calendar.tuesday.workTime</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <value name="VALUE">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                         <field name="BOOL">TRUE</field>
                                                                       </shadow>
                                                                       <block type="variables_get" id=")9Up)cH88eR4h2Ang#rM">
                                                                         <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="DELAY_MS">
                                                                       <shadow type="math_number" id="sMbi`w0FI[X-?sG[Z]H2">
                                                                         <field name="NUM">0</field>
                                                                       </shadow>
                                                                     </value>
                                                                   </block>
                                                                 </statement>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                             <value name="IF2">
                                               <block type="logic_compare" id="Mr/9h2K*XT.e]NKJv(pm">
                                                 <field name="OP">EQ</field>
                                                 <value name="A">
                                                   <block type="variables_get" id="gLw%+P1!p2N@4f/Gp5EN">
                                                     <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                   </block>
                                                 </value>
                                                 <value name="B">
                                                   <block type="math_number" id="#9iPFaP}Ku?9^%D#?RCx">
                                                     <field name="NUM">3</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <statement name="DO2">
                                               <block type="comment" id="JdA`OxOF,@D7-GV(1x(!">
                                                 <field name="COMMENT">Mittwoch / Wednesday</field>
                                                 <next>
                                                   <block type="control_ex" id="+JW=f,-M+vVq@(PpfURr" inline="true">
                                                     <field name="TYPE">false</field>
                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                     <value name="OID">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                         <field name="oid">Object ID</field>
                                                       </shadow>
                                                       <block type="text_join" id="A}j5b{q:(K0!hta@o~2%">
                                                         <mutation items="3"></mutation>
                                                         <value name="ADD0">
                                                           <block type="text" id="1WJ1=S?Y_K7g#04;@B4K">
                                                             <field name="TEXT">worx.0.</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD1">
                                                           <block type="variables_get" id="d-;O/xL|cMHJZb=QNMW}">
                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD2">
                                                           <block type="text" id="yXHtPQ-5=6AmR:l9O;w@">
                                                             <field name="TEXT">.calendar.wednesday.borderCut</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <value name="VALUE">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                         <field name="BOOL">TRUE</field>
                                                       </shadow>
                                                       <block type="variables_get" id="O]Ior}G3s!vtfGTz/,53">
                                                         <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                       </block>
                                                     </value>
                                                     <value name="DELAY_MS">
                                                       <shadow type="math_number" id="1nMbN/SJgTR_vAF/;s7;">
                                                         <field name="NUM">0</field>
                                                       </shadow>
                                                     </value>
                                                     <next>
                                                       <block type="timeouts_settimeout" id="5QRwrP:]6nU?VXyS%lvr">
                                                         <field name="NAME">timeout_Mittwoch</field>
                                                         <field name="DELAY">3</field>
                                                         <field name="UNIT">sec</field>
                                                         <statement name="STATEMENT">
                                                           <block type="control_ex" id="*YB,Xo+SA9!1jIBXM)%x" inline="true">
                                                             <field name="TYPE">false</field>
                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                             <value name="OID">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                 <field name="oid">Object ID</field>
                                                               </shadow>
                                                               <block type="text_join" id="9lO`fd-IKz:JE3k-fIX!">
                                                                 <mutation items="3"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="text" id="mEl4E63I,Nq$OP[15MwS">
                                                                     <field name="TEXT">worx.0.</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="variables_get" id="EOFoRU%*=)7C-H*T9R1s">
                                                                     <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD2">
                                                                   <block type="text" id="EB?~QZ~/3f`unF*bA[,L">
                                                                     <field name="TEXT">.calendar.wednesday.startTime</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <value name="VALUE">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                 <field name="BOOL">TRUE</field>
                                                               </shadow>
                                                               <block type="variables_get" id=",}iHLDA(RYNNpD#DqcpK">
                                                                 <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                               </block>
                                                             </value>
                                                             <value name="DELAY_MS">
                                                               <shadow type="math_number" id="9RGb`]xb`h~wGPR;6=]X">
                                                                 <field name="NUM">0</field>
                                                               </shadow>
                                                             </value>
                                                             <next>
                                                               <block type="timeouts_settimeout" id="~^hY=!xG#4yv-3si^][_">
                                                                 <field name="NAME">timeout_Mittwoch2</field>
                                                                 <field name="DELAY">3</field>
                                                                 <field name="UNIT">sec</field>
                                                                 <statement name="STATEMENT">
                                                                   <block type="control_ex" id="Ng2v5i_]sNAKee(OBzm:" inline="true">
                                                                     <field name="TYPE">false</field>
                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                     <value name="OID">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                         <field name="oid">Object ID</field>
                                                                       </shadow>
                                                                       <block type="text_join" id="Py]/QXW?D`LUS;D[,g1f">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="GC0IZU%J|D#?j=|Gi(T_">
                                                                             <field name="TEXT">worx.0.</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id="M_tn2VkSTjFl:=rd48{w">
                                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="Sme8u)LVE{Y1k^QgrV26">
                                                                             <field name="TEXT">.calendar.wednesday.workTime</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <value name="VALUE">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                         <field name="BOOL">TRUE</field>
                                                                       </shadow>
                                                                       <block type="variables_get" id="NX-sjxqjRb=(GuQgcS*#">
                                                                         <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="DELAY_MS">
                                                                       <shadow type="math_number" id="^BvTr!!eNgbW].E.[,],">
                                                                         <field name="NUM">0</field>
                                                                       </shadow>
                                                                     </value>
                                                                   </block>
                                                                 </statement>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                             <value name="IF3">
                                               <block type="logic_compare" id="rW#:A@a3^GB*r7tKs@!s">
                                                 <field name="OP">EQ</field>
                                                 <value name="A">
                                                   <block type="variables_get" id="fjF(j_~`8T?|bH)mB{]n">
                                                     <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                   </block>
                                                 </value>
                                                 <value name="B">
                                                   <block type="math_number" id="X[9QE6p;4$T#`e6`%VMT">
                                                     <field name="NUM">4</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <statement name="DO3">
                                               <block type="comment" id="t;u1P#./kW*#J96@JAJY">
                                                 <field name="COMMENT">Donnerstag / Thursday</field>
                                                 <next>
                                                   <block type="control_ex" id="7Omw}WJ6j?S_XCcaBYgR" inline="true">
                                                     <field name="TYPE">false</field>
                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                     <value name="OID">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                         <field name="oid">Object ID</field>
                                                       </shadow>
                                                       <block type="text_join" id="y8e8}%SZaqr@i@-Voe,T">
                                                         <mutation items="3"></mutation>
                                                         <value name="ADD0">
                                                           <block type="text" id="m.H+Q-o@#CDmn93cWnk7">
                                                             <field name="TEXT">worx.0.</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD1">
                                                           <block type="variables_get" id="7m1q:xCHrWX;b)jq%UWV">
                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD2">
                                                           <block type="text" id="EL`)45d}[fT!%w-^c{G9">
                                                             <field name="TEXT">.calendar.thursday.borderCut</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <value name="VALUE">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                         <field name="BOOL">TRUE</field>
                                                       </shadow>
                                                       <block type="variables_get" id="7!HJj,QJbDuPV_j,jii~">
                                                         <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                       </block>
                                                     </value>
                                                     <value name="DELAY_MS">
                                                       <shadow type="math_number" id="bF~+#5xqhd/^2K=em2b]">
                                                         <field name="NUM">0</field>
                                                       </shadow>
                                                     </value>
                                                     <next>
                                                       <block type="timeouts_settimeout" id="NjvrIrYUMvG2):aT,`jR">
                                                         <field name="NAME">timeout_Donnerstag</field>
                                                         <field name="DELAY">3</field>
                                                         <field name="UNIT">sec</field>
                                                         <statement name="STATEMENT">
                                                           <block type="control_ex" id="5s;n:XDf3#,KJN7~tZEc" inline="true">
                                                             <field name="TYPE">false</field>
                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                             <value name="OID">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                 <field name="oid">Object ID</field>
                                                               </shadow>
                                                               <block type="text_join" id="mMjmbEGO9q8*yVyGTE1^">
                                                                 <mutation items="3"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="text" id="O5_NXWgZTy,~ZH{}S-o#">
                                                                     <field name="TEXT">worx.0.</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="variables_get" id="==T(c%N`h`_1#$0gq98)">
                                                                     <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD2">
                                                                   <block type="text" id=",M-G.m.vY|9m7b$#m9{Q">
                                                                     <field name="TEXT">.calendar.thursday.startTime</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <value name="VALUE">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                 <field name="BOOL">TRUE</field>
                                                               </shadow>
                                                               <block type="variables_get" id="k)i7`2y8tLn=QGFJ9hYH">
                                                                 <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                               </block>
                                                             </value>
                                                             <value name="DELAY_MS">
                                                               <shadow type="math_number" id="*4%t%xD%o%i.3Ke~Hy%l">
                                                                 <field name="NUM">0</field>
                                                               </shadow>
                                                             </value>
                                                             <next>
                                                               <block type="timeouts_settimeout" id="LS.#A/-.xJvQ5c)d){Xp">
                                                                 <field name="NAME">timeout_Donnerstag2</field>
                                                                 <field name="DELAY">3</field>
                                                                 <field name="UNIT">sec</field>
                                                                 <statement name="STATEMENT">
                                                                   <block type="control_ex" id="Z:c):CHjUR/sC4);6SHO" inline="true">
                                                                     <field name="TYPE">false</field>
                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                     <value name="OID">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                         <field name="oid">Object ID</field>
                                                                       </shadow>
                                                                       <block type="text_join" id="/|OSn$rkCr@D{gRM_5a/">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="j0!`I.{b+@ZPqusS$BKu">
                                                                             <field name="TEXT">worx.0.</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id=";H0f.aC~AGR@|I+dRqrt">
                                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="=^eWxVIw*kp0R1b_lyGU">
                                                                             <field name="TEXT">.calendar.thursday.workTime</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <value name="VALUE">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                         <field name="BOOL">TRUE</field>
                                                                       </shadow>
                                                                       <block type="variables_get" id="B0|YFm}7w*JdCE2%Q)s:">
                                                                         <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="DELAY_MS">
                                                                       <shadow type="math_number" id="c-DX1tyx%ZMZBZ8yC5)K">
                                                                         <field name="NUM">0</field>
                                                                       </shadow>
                                                                     </value>
                                                                   </block>
                                                                 </statement>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                             <value name="IF4">
                                               <block type="logic_compare" id="fw.|^(:1eQBrw@k9hxhF">
                                                 <field name="OP">EQ</field>
                                                 <value name="A">
                                                   <block type="variables_get" id="3p,}=8Tiyf!|p*.H}.Ol">
                                                     <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                   </block>
                                                 </value>
                                                 <value name="B">
                                                   <block type="math_number" id="E6[=/rt!w~{do9*v!Eo1">
                                                     <field name="NUM">5</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <statement name="DO4">
                                               <block type="comment" id="yLm?)qI=0ZSc+d:1z~IX">
                                                 <field name="COMMENT">Freitag / Friday</field>
                                                 <next>
                                                   <block type="control_ex" id="ZOYA7y)E~:(2hRn~DYgV" inline="true">
                                                     <field name="TYPE">false</field>
                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                     <value name="OID">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                         <field name="oid">Object ID</field>
                                                       </shadow>
                                                       <block type="text_join" id="`zN=K;dDS2EK[IR8i:7.">
                                                         <mutation items="3"></mutation>
                                                         <value name="ADD0">
                                                           <block type="text" id="3EJu:4[8!8k7uP!QX8?i">
                                                             <field name="TEXT">worx.0.</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD1">
                                                           <block type="variables_get" id="nR8SMqcqw~B?a-#GqFVm">
                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD2">
                                                           <block type="text" id="%50Z_Jd3z[3.?s/_-JW{">
                                                             <field name="TEXT">.calendar.friday.borderCut</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <value name="VALUE">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                         <field name="BOOL">TRUE</field>
                                                       </shadow>
                                                       <block type="variables_get" id="Y);c#!vg]h^:x_h[Bcbz">
                                                         <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                       </block>
                                                     </value>
                                                     <value name="DELAY_MS">
                                                       <shadow type="math_number" id="?nV*Zx_8z;FwvPCm{[/O">
                                                         <field name="NUM">0</field>
                                                       </shadow>
                                                     </value>
                                                     <next>
                                                       <block type="timeouts_settimeout" id="n@gIRxNI]lf$mf:$:+~H">
                                                         <field name="NAME">timeout_Freitag</field>
                                                         <field name="DELAY">3</field>
                                                         <field name="UNIT">sec</field>
                                                         <statement name="STATEMENT">
                                                           <block type="control_ex" id="`F`Q{|dq_m9fh0;~$^V_" inline="true">
                                                             <field name="TYPE">false</field>
                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                             <value name="OID">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                 <field name="oid">Object ID</field>
                                                               </shadow>
                                                               <block type="text_join" id="$O5Lni$lO-$`fpfpha-2">
                                                                 <mutation items="3"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="text" id="}5;ETd^8p*_dWq^26Eck">
                                                                     <field name="TEXT">worx.0.</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="variables_get" id="j6K{)=iUkWZHtzgeK7_|">
                                                                     <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD2">
                                                                   <block type="text" id="ezcBR3UK9mOajcIXvhvc">
                                                                     <field name="TEXT">.calendar.friday.startTime</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <value name="VALUE">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                 <field name="BOOL">TRUE</field>
                                                               </shadow>
                                                               <block type="variables_get" id="`.kZ63%O|HW*Blk.XNQ6">
                                                                 <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                               </block>
                                                             </value>
                                                             <value name="DELAY_MS">
                                                               <shadow type="math_number" id="%d;lE4,jgqv7Cj8BKW:{">
                                                                 <field name="NUM">0</field>
                                                               </shadow>
                                                             </value>
                                                             <next>
                                                               <block type="timeouts_settimeout" id="G#C-TICjbP2G#d,VX9E#">
                                                                 <field name="NAME">timeout_Freitag2</field>
                                                                 <field name="DELAY">3</field>
                                                                 <field name="UNIT">sec</field>
                                                                 <statement name="STATEMENT">
                                                                   <block type="control_ex" id="B}Q^R7}wG2,J:W(?{sAe" inline="true">
                                                                     <field name="TYPE">false</field>
                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                     <value name="OID">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                         <field name="oid">Object ID</field>
                                                                       </shadow>
                                                                       <block type="text_join" id="a4t#4pQIGf?SUGT.2dJ~">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="^C~7NHZ_+;9*3aZl]Jo0">
                                                                             <field name="TEXT">worx.0.</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id="~hn]yIP3O_mW@cj@C5~I">
                                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="oF6*9@aEn^+L*0_D:,2j">
                                                                             <field name="TEXT">.calendar.friday.workTime</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <value name="VALUE">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                         <field name="BOOL">TRUE</field>
                                                                       </shadow>
                                                                       <block type="variables_get" id="+RaVRCb5n#K/D|#J$//J">
                                                                         <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="DELAY_MS">
                                                                       <shadow type="math_number" id="ok3wT~D*gPt1C^:2t!`Z">
                                                                         <field name="NUM">0</field>
                                                                       </shadow>
                                                                     </value>
                                                                   </block>
                                                                 </statement>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                             <value name="IF5">
                                               <block type="logic_compare" id="{e~X=CAxxEsk;A#1Vh%J">
                                                 <field name="OP">EQ</field>
                                                 <value name="A">
                                                   <block type="variables_get" id="(@)xX)e*F+cD;Zekds7U">
                                                     <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                   </block>
                                                 </value>
                                                 <value name="B">
                                                   <block type="math_number" id="/V@r3_~!VhojP~|jZO1@">
                                                     <field name="NUM">6</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <statement name="DO5">
                                               <block type="comment" id="Rw?CLZzvU6BEb4dGh%0Z">
                                                 <field name="COMMENT">Samstag / Saturday</field>
                                                 <next>
                                                   <block type="control_ex" id="$ZxMfMveIL9q}?_Oy^7B" inline="true">
                                                     <field name="TYPE">false</field>
                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                     <value name="OID">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                         <field name="oid">Object ID</field>
                                                       </shadow>
                                                       <block type="text_join" id="Lb/CT!zETaR5gLKqS/Jz">
                                                         <mutation items="3"></mutation>
                                                         <value name="ADD0">
                                                           <block type="text" id="G./}Azp^6B1Kd!#80s)M">
                                                             <field name="TEXT">worx.0.</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD1">
                                                           <block type="variables_get" id="^{13F;7fkA6Mu-.i18O~">
                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD2">
                                                           <block type="text" id="hz7+c}.;7Z@m.h#qD*E!">
                                                             <field name="TEXT">.calendar.saturday.borderCut</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <value name="VALUE">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                         <field name="BOOL">TRUE</field>
                                                       </shadow>
                                                       <block type="variables_get" id="4=-/`WMyen$`AJ0)9YdB">
                                                         <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                       </block>
                                                     </value>
                                                     <value name="DELAY_MS">
                                                       <shadow type="math_number" id="p24)W{!~?IP0ydF{|n+R">
                                                         <field name="NUM">0</field>
                                                       </shadow>
                                                     </value>
                                                     <next>
                                                       <block type="timeouts_settimeout" id="aI%L__wEDxKx[Gs(I.|m">
                                                         <field name="NAME">timeout_Samstag</field>
                                                         <field name="DELAY">3</field>
                                                         <field name="UNIT">sec</field>
                                                         <statement name="STATEMENT">
                                                           <block type="control_ex" id="V`vL;-!#wc[SyugACUO[" inline="true">
                                                             <field name="TYPE">false</field>
                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                             <value name="OID">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                 <field name="oid">Object ID</field>
                                                               </shadow>
                                                               <block type="text_join" id="t+(*]]v9B/XG/#_~u(K5">
                                                                 <mutation items="3"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="text" id="=ok%F4sSs}wXSf[7HR2a">
                                                                     <field name="TEXT">worx.0.</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="variables_get" id="?}tbblxL*Eb.d3ns?khQ">
                                                                     <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD2">
                                                                   <block type="text" id="oBf2RM;$_d(6OJ@4o_{!">
                                                                     <field name="TEXT">.calendar.saturday.startTime</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <value name="VALUE">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                 <field name="BOOL">TRUE</field>
                                                               </shadow>
                                                               <block type="variables_get" id="JH[xWn_g:qR-U[wtzGoM">
                                                                 <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                               </block>
                                                             </value>
                                                             <value name="DELAY_MS">
                                                               <shadow type="math_number" id="Sf`(c}_+|%.,r-U|@Hf.">
                                                                 <field name="NUM">0</field>
                                                               </shadow>
                                                             </value>
                                                             <next>
                                                               <block type="timeouts_settimeout" id="@9WHu!q$V]^H9`QT@;Y!">
                                                                 <field name="NAME">timeout_Samstag2</field>
                                                                 <field name="DELAY">3</field>
                                                                 <field name="UNIT">sec</field>
                                                                 <statement name="STATEMENT">
                                                                   <block type="control_ex" id="{]X3o:pK8q*N/z8P-s%8" inline="true">
                                                                     <field name="TYPE">false</field>
                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                     <value name="OID">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                         <field name="oid">Object ID</field>
                                                                       </shadow>
                                                                       <block type="text_join" id="Oy{a5$jv2NN!ccUg@D+7">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="{WOuw?/3m8o^$%|~~Wl~">
                                                                             <field name="TEXT">worx.0.</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id="(Il)u;i2Y=Ge?1ifOpon">
                                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="aAU1yhN?c%APjOsNhwQ%">
                                                                             <field name="TEXT">.calendar.saturday.workTime</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <value name="VALUE">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                         <field name="BOOL">TRUE</field>
                                                                       </shadow>
                                                                       <block type="variables_get" id="p!G3;d%ZyJ/VPh}jmab8">
                                                                         <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="DELAY_MS">
                                                                       <shadow type="math_number" id="pUWi@vLQ690[s6ugmoss">
                                                                         <field name="NUM">0</field>
                                                                       </shadow>
                                                                     </value>
                                                                   </block>
                                                                 </statement>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                             <value name="IF6">
                                               <block type="logic_compare" id="dM4M7vjBluVvy{VBc1_c">
                                                 <field name="OP">EQ</field>
                                                 <value name="A">
                                                   <block type="variables_get" id="x])!=}P|M.o5,J)AiQIa">
                                                     <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                   </block>
                                                 </value>
                                                 <value name="B">
                                                   <block type="math_number" id="{9LzlmAN7r.sixxJBT3o">
                                                     <field name="NUM">7</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <statement name="DO6">
                                               <block type="comment" id="fdjY8Gr!bnzdtf5SLx~q">
                                                 <field name="COMMENT">Sonntag / Sunday</field>
                                                 <next>
                                                   <block type="control_ex" id="f?3XeT;*qZCs;csI*Ai+" inline="true">
                                                     <field name="TYPE">false</field>
                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                     <value name="OID">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                         <field name="oid">Object ID</field>
                                                       </shadow>
                                                       <block type="text_join" id="GSO#H#@~[nA$Ay0jF~#5">
                                                         <mutation items="3"></mutation>
                                                         <value name="ADD0">
                                                           <block type="text" id="lu;qoH#:I:v2xRoket9w">
                                                             <field name="TEXT">worx.0.</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD1">
                                                           <block type="variables_get" id="5|F;D31PGo../HkPQbbO">
                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD2">
                                                           <block type="text" id="M~9A^I`,u?DS3]Ws.sV,">
                                                             <field name="TEXT">.calendar.sunday.borderCut</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <value name="VALUE">
                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                         <field name="BOOL">TRUE</field>
                                                       </shadow>
                                                       <block type="variables_get" id="c.DF0hE=W.i?;[{1Yq+`">
                                                         <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                       </block>
                                                     </value>
                                                     <value name="DELAY_MS">
                                                       <shadow type="math_number" id="_VjA+z4@leT32G%2-yr(">
                                                         <field name="NUM">0</field>
                                                       </shadow>
                                                     </value>
                                                     <next>
                                                       <block type="timeouts_settimeout" id=".OxwR!@bX3t%=t([(,K=">
                                                         <field name="NAME">timeout_Sonntag</field>
                                                         <field name="DELAY">3</field>
                                                         <field name="UNIT">sec</field>
                                                         <statement name="STATEMENT">
                                                           <block type="control_ex" id="1/Ma~+4MAmXu}cWUcssw" inline="true">
                                                             <field name="TYPE">false</field>
                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                             <value name="OID">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                 <field name="oid">Object ID</field>
                                                               </shadow>
                                                               <block type="text_join" id="eB/w]nhzagt0u7X2QVk(">
                                                                 <mutation items="3"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="text" id="lEMGPvZ{v.6~T`*EXI6W">
                                                                     <field name="TEXT">worx.0.</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="variables_get" id="Bl?6ydn})7Uw1{u,P+%a">
                                                                     <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD2">
                                                                   <block type="text" id="l+.L*?RP7T$d!CdkC^AV">
                                                                     <field name="TEXT">.calendar.sunday.startTime</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <value name="VALUE">
                                                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                 <field name="BOOL">TRUE</field>
                                                               </shadow>
                                                               <block type="variables_get" id="!epf7iN6D@ELa:#8^tPE">
                                                                 <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                               </block>
                                                             </value>
                                                             <value name="DELAY_MS">
                                                               <shadow type="math_number" id="6QHRv9MAYZp`3enZ=ORZ">
                                                                 <field name="NUM">0</field>
                                                               </shadow>
                                                             </value>
                                                             <next>
                                                               <block type="timeouts_settimeout" id="sf=YWH8{lr=MgAJ+Cg5B">
                                                                 <field name="NAME">timeout_Sonntag2</field>
                                                                 <field name="DELAY">3</field>
                                                                 <field name="UNIT">sec</field>
                                                                 <statement name="STATEMENT">
                                                                   <block type="control_ex" id=";*RMnOk~.kkI?TKk:MJ^" inline="true">
                                                                     <field name="TYPE">false</field>
                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                     <value name="OID">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                         <field name="oid">Object ID</field>
                                                                       </shadow>
                                                                       <block type="text_join" id="hWRBo,1R;5*VwvJsK}4o">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="}C}PN;zgp!{D:7Bpp2^k">
                                                                             <field name="TEXT">worx.0.</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id="W+?Uj#;y*zGJoSga-JFE">
                                                                             <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="2|uOg-)2lz$wzi$|;BdU">
                                                                             <field name="TEXT">.calendar.sunday.workTime</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <value name="VALUE">
                                                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                         <field name="BOOL">TRUE</field>
                                                                       </shadow>
                                                                       <block type="variables_get" id="wk$cGNV32skEvN3e@28j">
                                                                         <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="DELAY_MS">
                                                                       <shadow type="math_number" id="St@iKPWlHt?[m:[qZ7,o">
                                                                         <field name="NUM">0</field>
                                                                       </shadow>
                                                                     </value>
                                                                   </block>
                                                                 </statement>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                           </block>
                                         </next>
                                       </block>
                                     </statement>
                                    </block>
                                    

                                    H 1 Reply Last reply
                                    0
                                    • falke69F falke69

                                      @hausbaer

                                      Jep, da fehlt was:hushed:

                                      <block xmlns="https://developers.google.com/blockly/xml" type="procedures_defnoreturn" id=")n+90MIa%*IHTOS*H1l$" x="388" y="88">
                                       <mutation>
                                         <arg name="Wochentag" varid="-GZ`VPVXSd7mOwiMwbq~"></arg>
                                         <arg name="Rand_schneiden" varid="WfdS57MV4CPYTS?q1Y)p"></arg>
                                         <arg name="Startzeit" varid="v)?%%:Z.]}MSj9:/$:_0"></arg>
                                         <arg name="Arbeitsdauer" varid="iE}N;B.En^;I2K+gcO;K"></arg>
                                       </mutation>
                                       <field name="NAME">Zeiten_setzen</field>
                                       <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                       <statement name="STACK">
                                         <block type="comment" id="-qWDb~O#u;*8x;5}Of63">
                                           <field name="COMMENT">* Datenpunkte im Adapter</field>
                                           <next>
                                             <block type="controls_if" id="z~!`S]fcgs`3Aj`{j[Yf">
                                               <mutation elseif="6"></mutation>
                                               <value name="IF0">
                                                 <block type="logic_compare" id="d!1R:#2O37cNvXZcC%]Z">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="variables_get" id="opBrCmY/#6Isb$;%*]$d">
                                                       <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="G.M]q,Gb-tTa-Adq#C/w">
                                                       <field name="NUM">1</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="comment" id="^4D/h3OZFFO7iEJ]Gzla">
                                                   <field name="COMMENT">Montag / Monday</field>
                                                   <next>
                                                     <block type="comment" id="FBW@~Hj;+XK!:i/DnCjd">
                                                       <field name="COMMENT">Border cut</field>
                                                       <next>
                                                         <block type="control_ex" id="@{aT9Nbig`1-k@3mK8E3" inline="true">
                                                           <field name="TYPE">false</field>
                                                           <field name="CLEAR_RUNNING">FALSE</field>
                                                           <value name="OID">
                                                             <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                               <field name="oid">Object ID</field>
                                                             </shadow>
                                                             <block type="text_join" id="DXz)q4#P:c,#qtq~4R4/">
                                                               <mutation items="3"></mutation>
                                                               <value name="ADD0">
                                                                 <block type="text" id="^c7r;$TQW@SkOp*iY7A4">
                                                                   <field name="TEXT">worx.0.</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD1">
                                                                 <block type="variables_get" id="4X`J82ar-+X@A0W_{2T*">
                                                                   <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD2">
                                                                 <block type="text" id="AmtexuWxRg8Z]HBD=Mlt">
                                                                   <field name="TEXT">.calendar.monday.borderCut</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="VALUE">
                                                             <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                               <field name="BOOL">TRUE</field>
                                                             </shadow>
                                                             <block type="variables_get" id="+C9Exb/Vz*G*y8p*KdPm">
                                                               <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                             </block>
                                                           </value>
                                                           <value name="DELAY_MS">
                                                             <shadow type="math_number" id="{f[Z*u/iAlLKf(Eu`JOw">
                                                               <field name="NUM">0</field>
                                                             </shadow>
                                                           </value>
                                                           <next>
                                                             <block type="timeouts_settimeout" id="m-#XKe;s2|C_W-nKIY(q">
                                                               <field name="NAME">timeout_Montag</field>
                                                               <field name="DELAY">3</field>
                                                               <field name="UNIT">sec</field>
                                                               <statement name="STATEMENT">
                                                                 <block type="comment" id="|qLFXgp!C7H|9Z`U:%VU">
                                                                   <field name="COMMENT">Start time</field>
                                                                   <next>
                                                                     <block type="control_ex" id="?krlbBB?TI9L61FU5N8B" inline="true">
                                                                       <field name="TYPE">false</field>
                                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                                       <value name="OID">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                           <field name="oid">Object ID</field>
                                                                         </shadow>
                                                                         <block type="text_join" id="a5rq~B!b!wGf9$%fwc52">
                                                                           <mutation items="3"></mutation>
                                                                           <value name="ADD0">
                                                                             <block type="text" id="A:1pJ:(CVB:Q5C-Y={[)">
                                                                               <field name="TEXT">worx.0.</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD1">
                                                                             <block type="variables_get" id="$*}d(p6sv}3oQamiXLzQ">
                                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD2">
                                                                             <block type="text" id="CSP(clrCE90O;%Wam7LC">
                                                                               <field name="TEXT">.calendar.monday.startTime</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="VALUE">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                           <field name="BOOL">TRUE</field>
                                                                         </shadow>
                                                                         <block type="variables_get" id="-LzN;|a:}[e!5fO+i.eT">
                                                                           <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="DELAY_MS">
                                                                         <shadow type="math_number" id="#-HS(Cld.FU3FOPVok3K">
                                                                           <field name="NUM">0</field>
                                                                         </shadow>
                                                                       </value>
                                                                       <next>
                                                                         <block type="timeouts_settimeout" id="mduBfdwY?wfVROLkd7xu">
                                                                           <field name="NAME">timeout_Montag2</field>
                                                                           <field name="DELAY">3</field>
                                                                           <field name="UNIT">sec</field>
                                                                           <statement name="STATEMENT">
                                                                             <block type="comment" id="/;Y}c:SHSO3o-r_3fM#`">
                                                                               <field name="COMMENT">Work time</field>
                                                                               <next>
                                                                                 <block type="control_ex" id="gu_2n}{mx;=M/R^MS5`U" inline="true">
                                                                                   <field name="TYPE">false</field>
                                                                                   <field name="CLEAR_RUNNING">FALSE</field>
                                                                                   <value name="OID">
                                                                                     <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                                       <field name="oid">Object ID</field>
                                                                                     </shadow>
                                                                                     <block type="text_join" id="Pt|v3,~HdEYs,q7?JpwU">
                                                                                       <mutation items="3"></mutation>
                                                                                       <value name="ADD0">
                                                                                         <block type="text" id=".3[hy{*]W#:Jpqk,4_b}">
                                                                                           <field name="TEXT">worx.0.</field>
                                                                                         </block>
                                                                                       </value>
                                                                                       <value name="ADD1">
                                                                                         <block type="variables_get" id="h~JTHFT`_RqWIGG9@NAn">
                                                                                           <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                                         </block>
                                                                                       </value>
                                                                                       <value name="ADD2">
                                                                                         <block type="text" id="UP4DM+[2^Z_#)AvTl}*z">
                                                                                           <field name="TEXT">.calendar.monday.workTime</field>
                                                                                         </block>
                                                                                       </value>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="VALUE">
                                                                                     <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                                       <field name="BOOL">TRUE</field>
                                                                                     </shadow>
                                                                                     <block type="variables_get" id=")cpF:+_o~}O^KcayUp%W">
                                                                                       <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="DELAY_MS">
                                                                                     <shadow type="math_number" id="1!s#C[[f;k%Zvsi%k.G3">
                                                                                       <field name="NUM">0</field>
                                                                                     </shadow>
                                                                                   </value>
                                                                                 </block>
                                                                               </next>
                                                                             </block>
                                                                           </statement>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </statement>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <value name="IF1">
                                                 <block type="logic_compare" id="8R]33BXj*`v2O`ML|n1C">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="variables_get" id="g#c-8qAvwZeX{btgu?as">
                                                       <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id=":Kff/@pD{~_0YZ?]C@W^">
                                                       <field name="NUM">2</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO1">
                                                 <block type="comment" id="e!vt_XiEU!hYzYUE2]M|">
                                                   <field name="COMMENT">Dienstag / Tuesday</field>
                                                   <next>
                                                     <block type="control_ex" id="%e@2G[w+zGhKKSwiH}G*" inline="true">
                                                       <field name="TYPE">false</field>
                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                       <value name="OID">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                           <field name="oid">Object ID</field>
                                                         </shadow>
                                                         <block type="text_join" id="E0*PQoi(CwVkGf{/wV59">
                                                           <mutation items="3"></mutation>
                                                           <value name="ADD0">
                                                             <block type="text" id="M$F]9(X!DZxZwA*yrGsC">
                                                               <field name="TEXT">worx.0.</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD1">
                                                             <block type="variables_get" id="s3YUU3Q8R^;/=B5;S?OG">
                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD2">
                                                             <block type="text" id="{{nItBN~G|4@}7nXABnh">
                                                               <field name="TEXT">.calendar.tuesday.borderCut</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="VALUE">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                           <field name="BOOL">TRUE</field>
                                                         </shadow>
                                                         <block type="variables_get" id="CKe#_[i1Ki@pg7HjvpKX">
                                                           <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                         </block>
                                                       </value>
                                                       <value name="DELAY_MS">
                                                         <shadow type="math_number" id="VIt7J|UNJ*RL,MvSj{Am">
                                                           <field name="NUM">0</field>
                                                         </shadow>
                                                       </value>
                                                       <next>
                                                         <block type="timeouts_settimeout" id="8x0b8r{L4sB.k~vJ65W[">
                                                           <field name="NAME">timeout_Dienstag</field>
                                                           <field name="DELAY">3</field>
                                                           <field name="UNIT">sec</field>
                                                           <statement name="STATEMENT">
                                                             <block type="control_ex" id="@)./Ma#c,o#dcaD!6!7{" inline="true">
                                                               <field name="TYPE">false</field>
                                                               <field name="CLEAR_RUNNING">FALSE</field>
                                                               <value name="OID">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                   <field name="oid">Object ID</field>
                                                                 </shadow>
                                                                 <block type="text_join" id=")EY`AL[nZ:$S#Zkg6E6#">
                                                                   <mutation items="3"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="text" id="Vn{ZT}vFi#)w9q_OrMjP">
                                                                       <field name="TEXT">worx.0.</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="variables_get" id="v-vP!$UC8H8hL*;LHF}(">
                                                                       <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD2">
                                                                     <block type="text" id="ux74m!GAK7YcnOV$:!Wp">
                                                                       <field name="TEXT">.calendar.tuesday.startTime</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="VALUE">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </shadow>
                                                                 <block type="variables_get" id="Eq*!#%HdQluw87k!#|w!">
                                                                   <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                                 </block>
                                                               </value>
                                                               <value name="DELAY_MS">
                                                                 <shadow type="math_number" id="Zu4I2,IFWkiQG5!%}X%m">
                                                                   <field name="NUM">0</field>
                                                                 </shadow>
                                                               </value>
                                                               <next>
                                                                 <block type="timeouts_settimeout" id="v)/uQOfir](I-nM-W%sv">
                                                                   <field name="NAME">timeout_Dienstag2</field>
                                                                   <field name="DELAY">3</field>
                                                                   <field name="UNIT">sec</field>
                                                                   <statement name="STATEMENT">
                                                                     <block type="control_ex" id="S=25p!pB,HV)U3HO-7:l" inline="true">
                                                                       <field name="TYPE">false</field>
                                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                                       <value name="OID">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                           <field name="oid">Object ID</field>
                                                                         </shadow>
                                                                         <block type="text_join" id="`_#2e{NkLq$NylN@PDwI">
                                                                           <mutation items="3"></mutation>
                                                                           <value name="ADD0">
                                                                             <block type="text" id="5t:sJb*DkAB5ggZV66/X">
                                                                               <field name="TEXT">worx.0.</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD1">
                                                                             <block type="variables_get" id="9MX+n5^*|P%~=MwUTouA">
                                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD2">
                                                                             <block type="text" id="i${qSm@laNi(iU[kaUTZ">
                                                                               <field name="TEXT">.calendar.tuesday.workTime</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="VALUE">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                           <field name="BOOL">TRUE</field>
                                                                         </shadow>
                                                                         <block type="variables_get" id=")9Up)cH88eR4h2Ang#rM">
                                                                           <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="DELAY_MS">
                                                                         <shadow type="math_number" id="sMbi`w0FI[X-?sG[Z]H2">
                                                                           <field name="NUM">0</field>
                                                                         </shadow>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <value name="IF2">
                                                 <block type="logic_compare" id="Mr/9h2K*XT.e]NKJv(pm">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="variables_get" id="gLw%+P1!p2N@4f/Gp5EN">
                                                       <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="#9iPFaP}Ku?9^%D#?RCx">
                                                       <field name="NUM">3</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO2">
                                                 <block type="comment" id="JdA`OxOF,@D7-GV(1x(!">
                                                   <field name="COMMENT">Mittwoch / Wednesday</field>
                                                   <next>
                                                     <block type="control_ex" id="+JW=f,-M+vVq@(PpfURr" inline="true">
                                                       <field name="TYPE">false</field>
                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                       <value name="OID">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                           <field name="oid">Object ID</field>
                                                         </shadow>
                                                         <block type="text_join" id="A}j5b{q:(K0!hta@o~2%">
                                                           <mutation items="3"></mutation>
                                                           <value name="ADD0">
                                                             <block type="text" id="1WJ1=S?Y_K7g#04;@B4K">
                                                               <field name="TEXT">worx.0.</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD1">
                                                             <block type="variables_get" id="d-;O/xL|cMHJZb=QNMW}">
                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD2">
                                                             <block type="text" id="yXHtPQ-5=6AmR:l9O;w@">
                                                               <field name="TEXT">.calendar.wednesday.borderCut</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="VALUE">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                           <field name="BOOL">TRUE</field>
                                                         </shadow>
                                                         <block type="variables_get" id="O]Ior}G3s!vtfGTz/,53">
                                                           <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                         </block>
                                                       </value>
                                                       <value name="DELAY_MS">
                                                         <shadow type="math_number" id="1nMbN/SJgTR_vAF/;s7;">
                                                           <field name="NUM">0</field>
                                                         </shadow>
                                                       </value>
                                                       <next>
                                                         <block type="timeouts_settimeout" id="5QRwrP:]6nU?VXyS%lvr">
                                                           <field name="NAME">timeout_Mittwoch</field>
                                                           <field name="DELAY">3</field>
                                                           <field name="UNIT">sec</field>
                                                           <statement name="STATEMENT">
                                                             <block type="control_ex" id="*YB,Xo+SA9!1jIBXM)%x" inline="true">
                                                               <field name="TYPE">false</field>
                                                               <field name="CLEAR_RUNNING">FALSE</field>
                                                               <value name="OID">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                   <field name="oid">Object ID</field>
                                                                 </shadow>
                                                                 <block type="text_join" id="9lO`fd-IKz:JE3k-fIX!">
                                                                   <mutation items="3"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="text" id="mEl4E63I,Nq$OP[15MwS">
                                                                       <field name="TEXT">worx.0.</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="variables_get" id="EOFoRU%*=)7C-H*T9R1s">
                                                                       <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD2">
                                                                     <block type="text" id="EB?~QZ~/3f`unF*bA[,L">
                                                                       <field name="TEXT">.calendar.wednesday.startTime</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="VALUE">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </shadow>
                                                                 <block type="variables_get" id=",}iHLDA(RYNNpD#DqcpK">
                                                                   <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                                 </block>
                                                               </value>
                                                               <value name="DELAY_MS">
                                                                 <shadow type="math_number" id="9RGb`]xb`h~wGPR;6=]X">
                                                                   <field name="NUM">0</field>
                                                                 </shadow>
                                                               </value>
                                                               <next>
                                                                 <block type="timeouts_settimeout" id="~^hY=!xG#4yv-3si^][_">
                                                                   <field name="NAME">timeout_Mittwoch2</field>
                                                                   <field name="DELAY">3</field>
                                                                   <field name="UNIT">sec</field>
                                                                   <statement name="STATEMENT">
                                                                     <block type="control_ex" id="Ng2v5i_]sNAKee(OBzm:" inline="true">
                                                                       <field name="TYPE">false</field>
                                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                                       <value name="OID">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                           <field name="oid">Object ID</field>
                                                                         </shadow>
                                                                         <block type="text_join" id="Py]/QXW?D`LUS;D[,g1f">
                                                                           <mutation items="3"></mutation>
                                                                           <value name="ADD0">
                                                                             <block type="text" id="GC0IZU%J|D#?j=|Gi(T_">
                                                                               <field name="TEXT">worx.0.</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD1">
                                                                             <block type="variables_get" id="M_tn2VkSTjFl:=rd48{w">
                                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD2">
                                                                             <block type="text" id="Sme8u)LVE{Y1k^QgrV26">
                                                                               <field name="TEXT">.calendar.wednesday.workTime</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="VALUE">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                           <field name="BOOL">TRUE</field>
                                                                         </shadow>
                                                                         <block type="variables_get" id="NX-sjxqjRb=(GuQgcS*#">
                                                                           <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="DELAY_MS">
                                                                         <shadow type="math_number" id="^BvTr!!eNgbW].E.[,],">
                                                                           <field name="NUM">0</field>
                                                                         </shadow>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <value name="IF3">
                                                 <block type="logic_compare" id="rW#:A@a3^GB*r7tKs@!s">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="variables_get" id="fjF(j_~`8T?|bH)mB{]n">
                                                       <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="X[9QE6p;4$T#`e6`%VMT">
                                                       <field name="NUM">4</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO3">
                                                 <block type="comment" id="t;u1P#./kW*#J96@JAJY">
                                                   <field name="COMMENT">Donnerstag / Thursday</field>
                                                   <next>
                                                     <block type="control_ex" id="7Omw}WJ6j?S_XCcaBYgR" inline="true">
                                                       <field name="TYPE">false</field>
                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                       <value name="OID">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                           <field name="oid">Object ID</field>
                                                         </shadow>
                                                         <block type="text_join" id="y8e8}%SZaqr@i@-Voe,T">
                                                           <mutation items="3"></mutation>
                                                           <value name="ADD0">
                                                             <block type="text" id="m.H+Q-o@#CDmn93cWnk7">
                                                               <field name="TEXT">worx.0.</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD1">
                                                             <block type="variables_get" id="7m1q:xCHrWX;b)jq%UWV">
                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD2">
                                                             <block type="text" id="EL`)45d}[fT!%w-^c{G9">
                                                               <field name="TEXT">.calendar.thursday.borderCut</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="VALUE">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                           <field name="BOOL">TRUE</field>
                                                         </shadow>
                                                         <block type="variables_get" id="7!HJj,QJbDuPV_j,jii~">
                                                           <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                         </block>
                                                       </value>
                                                       <value name="DELAY_MS">
                                                         <shadow type="math_number" id="bF~+#5xqhd/^2K=em2b]">
                                                           <field name="NUM">0</field>
                                                         </shadow>
                                                       </value>
                                                       <next>
                                                         <block type="timeouts_settimeout" id="NjvrIrYUMvG2):aT,`jR">
                                                           <field name="NAME">timeout_Donnerstag</field>
                                                           <field name="DELAY">3</field>
                                                           <field name="UNIT">sec</field>
                                                           <statement name="STATEMENT">
                                                             <block type="control_ex" id="5s;n:XDf3#,KJN7~tZEc" inline="true">
                                                               <field name="TYPE">false</field>
                                                               <field name="CLEAR_RUNNING">FALSE</field>
                                                               <value name="OID">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                   <field name="oid">Object ID</field>
                                                                 </shadow>
                                                                 <block type="text_join" id="mMjmbEGO9q8*yVyGTE1^">
                                                                   <mutation items="3"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="text" id="O5_NXWgZTy,~ZH{}S-o#">
                                                                       <field name="TEXT">worx.0.</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="variables_get" id="==T(c%N`h`_1#$0gq98)">
                                                                       <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD2">
                                                                     <block type="text" id=",M-G.m.vY|9m7b$#m9{Q">
                                                                       <field name="TEXT">.calendar.thursday.startTime</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="VALUE">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </shadow>
                                                                 <block type="variables_get" id="k)i7`2y8tLn=QGFJ9hYH">
                                                                   <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                                 </block>
                                                               </value>
                                                               <value name="DELAY_MS">
                                                                 <shadow type="math_number" id="*4%t%xD%o%i.3Ke~Hy%l">
                                                                   <field name="NUM">0</field>
                                                                 </shadow>
                                                               </value>
                                                               <next>
                                                                 <block type="timeouts_settimeout" id="LS.#A/-.xJvQ5c)d){Xp">
                                                                   <field name="NAME">timeout_Donnerstag2</field>
                                                                   <field name="DELAY">3</field>
                                                                   <field name="UNIT">sec</field>
                                                                   <statement name="STATEMENT">
                                                                     <block type="control_ex" id="Z:c):CHjUR/sC4);6SHO" inline="true">
                                                                       <field name="TYPE">false</field>
                                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                                       <value name="OID">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                           <field name="oid">Object ID</field>
                                                                         </shadow>
                                                                         <block type="text_join" id="/|OSn$rkCr@D{gRM_5a/">
                                                                           <mutation items="3"></mutation>
                                                                           <value name="ADD0">
                                                                             <block type="text" id="j0!`I.{b+@ZPqusS$BKu">
                                                                               <field name="TEXT">worx.0.</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD1">
                                                                             <block type="variables_get" id=";H0f.aC~AGR@|I+dRqrt">
                                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD2">
                                                                             <block type="text" id="=^eWxVIw*kp0R1b_lyGU">
                                                                               <field name="TEXT">.calendar.thursday.workTime</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="VALUE">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                           <field name="BOOL">TRUE</field>
                                                                         </shadow>
                                                                         <block type="variables_get" id="B0|YFm}7w*JdCE2%Q)s:">
                                                                           <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="DELAY_MS">
                                                                         <shadow type="math_number" id="c-DX1tyx%ZMZBZ8yC5)K">
                                                                           <field name="NUM">0</field>
                                                                         </shadow>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <value name="IF4">
                                                 <block type="logic_compare" id="fw.|^(:1eQBrw@k9hxhF">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="variables_get" id="3p,}=8Tiyf!|p*.H}.Ol">
                                                       <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="E6[=/rt!w~{do9*v!Eo1">
                                                       <field name="NUM">5</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO4">
                                                 <block type="comment" id="yLm?)qI=0ZSc+d:1z~IX">
                                                   <field name="COMMENT">Freitag / Friday</field>
                                                   <next>
                                                     <block type="control_ex" id="ZOYA7y)E~:(2hRn~DYgV" inline="true">
                                                       <field name="TYPE">false</field>
                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                       <value name="OID">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                           <field name="oid">Object ID</field>
                                                         </shadow>
                                                         <block type="text_join" id="`zN=K;dDS2EK[IR8i:7.">
                                                           <mutation items="3"></mutation>
                                                           <value name="ADD0">
                                                             <block type="text" id="3EJu:4[8!8k7uP!QX8?i">
                                                               <field name="TEXT">worx.0.</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD1">
                                                             <block type="variables_get" id="nR8SMqcqw~B?a-#GqFVm">
                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD2">
                                                             <block type="text" id="%50Z_Jd3z[3.?s/_-JW{">
                                                               <field name="TEXT">.calendar.friday.borderCut</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="VALUE">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                           <field name="BOOL">TRUE</field>
                                                         </shadow>
                                                         <block type="variables_get" id="Y);c#!vg]h^:x_h[Bcbz">
                                                           <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                         </block>
                                                       </value>
                                                       <value name="DELAY_MS">
                                                         <shadow type="math_number" id="?nV*Zx_8z;FwvPCm{[/O">
                                                           <field name="NUM">0</field>
                                                         </shadow>
                                                       </value>
                                                       <next>
                                                         <block type="timeouts_settimeout" id="n@gIRxNI]lf$mf:$:+~H">
                                                           <field name="NAME">timeout_Freitag</field>
                                                           <field name="DELAY">3</field>
                                                           <field name="UNIT">sec</field>
                                                           <statement name="STATEMENT">
                                                             <block type="control_ex" id="`F`Q{|dq_m9fh0;~$^V_" inline="true">
                                                               <field name="TYPE">false</field>
                                                               <field name="CLEAR_RUNNING">FALSE</field>
                                                               <value name="OID">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                   <field name="oid">Object ID</field>
                                                                 </shadow>
                                                                 <block type="text_join" id="$O5Lni$lO-$`fpfpha-2">
                                                                   <mutation items="3"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="text" id="}5;ETd^8p*_dWq^26Eck">
                                                                       <field name="TEXT">worx.0.</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="variables_get" id="j6K{)=iUkWZHtzgeK7_|">
                                                                       <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD2">
                                                                     <block type="text" id="ezcBR3UK9mOajcIXvhvc">
                                                                       <field name="TEXT">.calendar.friday.startTime</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="VALUE">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </shadow>
                                                                 <block type="variables_get" id="`.kZ63%O|HW*Blk.XNQ6">
                                                                   <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                                 </block>
                                                               </value>
                                                               <value name="DELAY_MS">
                                                                 <shadow type="math_number" id="%d;lE4,jgqv7Cj8BKW:{">
                                                                   <field name="NUM">0</field>
                                                                 </shadow>
                                                               </value>
                                                               <next>
                                                                 <block type="timeouts_settimeout" id="G#C-TICjbP2G#d,VX9E#">
                                                                   <field name="NAME">timeout_Freitag2</field>
                                                                   <field name="DELAY">3</field>
                                                                   <field name="UNIT">sec</field>
                                                                   <statement name="STATEMENT">
                                                                     <block type="control_ex" id="B}Q^R7}wG2,J:W(?{sAe" inline="true">
                                                                       <field name="TYPE">false</field>
                                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                                       <value name="OID">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                           <field name="oid">Object ID</field>
                                                                         </shadow>
                                                                         <block type="text_join" id="a4t#4pQIGf?SUGT.2dJ~">
                                                                           <mutation items="3"></mutation>
                                                                           <value name="ADD0">
                                                                             <block type="text" id="^C~7NHZ_+;9*3aZl]Jo0">
                                                                               <field name="TEXT">worx.0.</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD1">
                                                                             <block type="variables_get" id="~hn]yIP3O_mW@cj@C5~I">
                                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD2">
                                                                             <block type="text" id="oF6*9@aEn^+L*0_D:,2j">
                                                                               <field name="TEXT">.calendar.friday.workTime</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="VALUE">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                           <field name="BOOL">TRUE</field>
                                                                         </shadow>
                                                                         <block type="variables_get" id="+RaVRCb5n#K/D|#J$//J">
                                                                           <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="DELAY_MS">
                                                                         <shadow type="math_number" id="ok3wT~D*gPt1C^:2t!`Z">
                                                                           <field name="NUM">0</field>
                                                                         </shadow>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <value name="IF5">
                                                 <block type="logic_compare" id="{e~X=CAxxEsk;A#1Vh%J">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="variables_get" id="(@)xX)e*F+cD;Zekds7U">
                                                       <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="/V@r3_~!VhojP~|jZO1@">
                                                       <field name="NUM">6</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO5">
                                                 <block type="comment" id="Rw?CLZzvU6BEb4dGh%0Z">
                                                   <field name="COMMENT">Samstag / Saturday</field>
                                                   <next>
                                                     <block type="control_ex" id="$ZxMfMveIL9q}?_Oy^7B" inline="true">
                                                       <field name="TYPE">false</field>
                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                       <value name="OID">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                           <field name="oid">Object ID</field>
                                                         </shadow>
                                                         <block type="text_join" id="Lb/CT!zETaR5gLKqS/Jz">
                                                           <mutation items="3"></mutation>
                                                           <value name="ADD0">
                                                             <block type="text" id="G./}Azp^6B1Kd!#80s)M">
                                                               <field name="TEXT">worx.0.</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD1">
                                                             <block type="variables_get" id="^{13F;7fkA6Mu-.i18O~">
                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD2">
                                                             <block type="text" id="hz7+c}.;7Z@m.h#qD*E!">
                                                               <field name="TEXT">.calendar.saturday.borderCut</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="VALUE">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                           <field name="BOOL">TRUE</field>
                                                         </shadow>
                                                         <block type="variables_get" id="4=-/`WMyen$`AJ0)9YdB">
                                                           <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                         </block>
                                                       </value>
                                                       <value name="DELAY_MS">
                                                         <shadow type="math_number" id="p24)W{!~?IP0ydF{|n+R">
                                                           <field name="NUM">0</field>
                                                         </shadow>
                                                       </value>
                                                       <next>
                                                         <block type="timeouts_settimeout" id="aI%L__wEDxKx[Gs(I.|m">
                                                           <field name="NAME">timeout_Samstag</field>
                                                           <field name="DELAY">3</field>
                                                           <field name="UNIT">sec</field>
                                                           <statement name="STATEMENT">
                                                             <block type="control_ex" id="V`vL;-!#wc[SyugACUO[" inline="true">
                                                               <field name="TYPE">false</field>
                                                               <field name="CLEAR_RUNNING">FALSE</field>
                                                               <value name="OID">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                   <field name="oid">Object ID</field>
                                                                 </shadow>
                                                                 <block type="text_join" id="t+(*]]v9B/XG/#_~u(K5">
                                                                   <mutation items="3"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="text" id="=ok%F4sSs}wXSf[7HR2a">
                                                                       <field name="TEXT">worx.0.</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="variables_get" id="?}tbblxL*Eb.d3ns?khQ">
                                                                       <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD2">
                                                                     <block type="text" id="oBf2RM;$_d(6OJ@4o_{!">
                                                                       <field name="TEXT">.calendar.saturday.startTime</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="VALUE">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </shadow>
                                                                 <block type="variables_get" id="JH[xWn_g:qR-U[wtzGoM">
                                                                   <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                                 </block>
                                                               </value>
                                                               <value name="DELAY_MS">
                                                                 <shadow type="math_number" id="Sf`(c}_+|%.,r-U|@Hf.">
                                                                   <field name="NUM">0</field>
                                                                 </shadow>
                                                               </value>
                                                               <next>
                                                                 <block type="timeouts_settimeout" id="@9WHu!q$V]^H9`QT@;Y!">
                                                                   <field name="NAME">timeout_Samstag2</field>
                                                                   <field name="DELAY">3</field>
                                                                   <field name="UNIT">sec</field>
                                                                   <statement name="STATEMENT">
                                                                     <block type="control_ex" id="{]X3o:pK8q*N/z8P-s%8" inline="true">
                                                                       <field name="TYPE">false</field>
                                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                                       <value name="OID">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                           <field name="oid">Object ID</field>
                                                                         </shadow>
                                                                         <block type="text_join" id="Oy{a5$jv2NN!ccUg@D+7">
                                                                           <mutation items="3"></mutation>
                                                                           <value name="ADD0">
                                                                             <block type="text" id="{WOuw?/3m8o^$%|~~Wl~">
                                                                               <field name="TEXT">worx.0.</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD1">
                                                                             <block type="variables_get" id="(Il)u;i2Y=Ge?1ifOpon">
                                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD2">
                                                                             <block type="text" id="aAU1yhN?c%APjOsNhwQ%">
                                                                               <field name="TEXT">.calendar.saturday.workTime</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="VALUE">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                           <field name="BOOL">TRUE</field>
                                                                         </shadow>
                                                                         <block type="variables_get" id="p!G3;d%ZyJ/VPh}jmab8">
                                                                           <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="DELAY_MS">
                                                                         <shadow type="math_number" id="pUWi@vLQ690[s6ugmoss">
                                                                           <field name="NUM">0</field>
                                                                         </shadow>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <value name="IF6">
                                                 <block type="logic_compare" id="dM4M7vjBluVvy{VBc1_c">
                                                   <field name="OP">EQ</field>
                                                   <value name="A">
                                                     <block type="variables_get" id="x])!=}P|M.o5,J)AiQIa">
                                                       <field name="VAR" id="-GZ`VPVXSd7mOwiMwbq~">Wochentag</field>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="{9LzlmAN7r.sixxJBT3o">
                                                       <field name="NUM">7</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO6">
                                                 <block type="comment" id="fdjY8Gr!bnzdtf5SLx~q">
                                                   <field name="COMMENT">Sonntag / Sunday</field>
                                                   <next>
                                                     <block type="control_ex" id="f?3XeT;*qZCs;csI*Ai+" inline="true">
                                                       <field name="TYPE">false</field>
                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                       <value name="OID">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                           <field name="oid">Object ID</field>
                                                         </shadow>
                                                         <block type="text_join" id="GSO#H#@~[nA$Ay0jF~#5">
                                                           <mutation items="3"></mutation>
                                                           <value name="ADD0">
                                                             <block type="text" id="lu;qoH#:I:v2xRoket9w">
                                                               <field name="TEXT">worx.0.</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD1">
                                                             <block type="variables_get" id="5|F;D31PGo../HkPQbbO">
                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                             </block>
                                                           </value>
                                                           <value name="ADD2">
                                                             <block type="text" id="M~9A^I`,u?DS3]Ws.sV,">
                                                               <field name="TEXT">.calendar.sunday.borderCut</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="VALUE">
                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="8j7/%J(TBNpLlo~SC~Vj">
                                                           <field name="BOOL">TRUE</field>
                                                         </shadow>
                                                         <block type="variables_get" id="c.DF0hE=W.i?;[{1Yq+`">
                                                           <field name="VAR" id="WfdS57MV4CPYTS?q1Y)p">Rand_schneiden</field>
                                                         </block>
                                                       </value>
                                                       <value name="DELAY_MS">
                                                         <shadow type="math_number" id="_VjA+z4@leT32G%2-yr(">
                                                           <field name="NUM">0</field>
                                                         </shadow>
                                                       </value>
                                                       <next>
                                                         <block type="timeouts_settimeout" id=".OxwR!@bX3t%=t([(,K=">
                                                           <field name="NAME">timeout_Sonntag</field>
                                                           <field name="DELAY">3</field>
                                                           <field name="UNIT">sec</field>
                                                           <statement name="STATEMENT">
                                                             <block type="control_ex" id="1/Ma~+4MAmXu}cWUcssw" inline="true">
                                                               <field name="TYPE">false</field>
                                                               <field name="CLEAR_RUNNING">FALSE</field>
                                                               <value name="OID">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                   <field name="oid">Object ID</field>
                                                                 </shadow>
                                                                 <block type="text_join" id="eB/w]nhzagt0u7X2QVk(">
                                                                   <mutation items="3"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="text" id="lEMGPvZ{v.6~T`*EXI6W">
                                                                       <field name="TEXT">worx.0.</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="variables_get" id="Bl?6ydn})7Uw1{u,P+%a">
                                                                       <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD2">
                                                                     <block type="text" id="l+.L*?RP7T$d!CdkC^AV">
                                                                       <field name="TEXT">.calendar.sunday.startTime</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="VALUE">
                                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="!BS0`PW(Ptj|?S|nMqPT">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </shadow>
                                                                 <block type="variables_get" id="!epf7iN6D@ELa:#8^tPE">
                                                                   <field name="VAR" id="v)?%%:Z.]}MSj9:/$:_0">Startzeit</field>
                                                                 </block>
                                                               </value>
                                                               <value name="DELAY_MS">
                                                                 <shadow type="math_number" id="6QHRv9MAYZp`3enZ=ORZ">
                                                                   <field name="NUM">0</field>
                                                                 </shadow>
                                                               </value>
                                                               <next>
                                                                 <block type="timeouts_settimeout" id="sf=YWH8{lr=MgAJ+Cg5B">
                                                                   <field name="NAME">timeout_Sonntag2</field>
                                                                   <field name="DELAY">3</field>
                                                                   <field name="UNIT">sec</field>
                                                                   <statement name="STATEMENT">
                                                                     <block type="control_ex" id=";*RMnOk~.kkI?TKk:MJ^" inline="true">
                                                                       <field name="TYPE">false</field>
                                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                                       <value name="OID">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="9l-z{fxzcc+na3T}L/,X">
                                                                           <field name="oid">Object ID</field>
                                                                         </shadow>
                                                                         <block type="text_join" id="hWRBo,1R;5*VwvJsK}4o">
                                                                           <mutation items="3"></mutation>
                                                                           <value name="ADD0">
                                                                             <block type="text" id="}C}PN;zgp!{D:7Bpp2^k">
                                                                               <field name="TEXT">worx.0.</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD1">
                                                                             <block type="variables_get" id="W+?Uj#;y*zGJoSga-JFE">
                                                                               <field name="VAR" id="[j%$BG?g#3[u9mJ~-tJL">Seriennummer_Worx</field>
                                                                             </block>
                                                                           </value>
                                                                           <value name="ADD2">
                                                                             <block type="text" id="2|uOg-)2lz$wzi$|;BdU">
                                                                               <field name="TEXT">.calendar.sunday.workTime</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="VALUE">
                                                                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="logic_boolean" id="UH(l;OHq;durRkP)p!UZ">
                                                                           <field name="BOOL">TRUE</field>
                                                                         </shadow>
                                                                         <block type="variables_get" id="wk$cGNV32skEvN3e@28j">
                                                                           <field name="VAR" id="iE}N;B.En^;I2K+gcO;K">Arbeitsdauer</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="DELAY_MS">
                                                                         <shadow type="math_number" id="St@iKPWlHt?[m:[qZ7,o">
                                                                           <field name="NUM">0</field>
                                                                         </shadow>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                             </block>
                                           </next>
                                         </block>
                                       </statement>
                                      </block>
                                      

                                      H Offline
                                      H Offline
                                      Hausbaer
                                      wrote on last edited by
                                      #418

                                      @falke69
                                      Ahh, jetzt wird das auch klarer, da fehlt, warum auch immer, noch mehr.

                                      c8501508-0d51-4cd6-8423-36283f1615ce-grafik.png

                                      falke69F 1 Reply Last reply
                                      0
                                      • H Hausbaer

                                        @falke69
                                        Ahh, jetzt wird das auch klarer, da fehlt, warum auch immer, noch mehr.

                                        c8501508-0d51-4cd6-8423-36283f1615ce-grafik.png

                                        falke69F Offline
                                        falke69F Offline
                                        falke69
                                        wrote on last edited by falke69
                                        #419

                                        @hausbaer

                                        wo ist denn das alles hin?:cold_sweat:
                                        hier findest Du den Rest

                                        H 1 Reply Last reply
                                        0
                                        • falke69F falke69

                                          @hausbaer

                                          wo ist denn das alles hin?:cold_sweat:
                                          hier findest Du den Rest

                                          H Offline
                                          H Offline
                                          Hausbaer
                                          wrote on last edited by
                                          #420

                                          @falke69 2db5304e-18d2-49f8-8649-b5034c2b6170-grafik.png

                                          Ich hab mal in ein separates Script das original reingeladen - gleicher Fehler.

                                          Ich bin grad auf meiner Arbeitsumgebund. ich probiers mal in der Produktivumgebung auf meinem Raspi.

                                          falke69F 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          574

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe