tests/projects/mqtt_ssl/plc.xml
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 05 Sep 2024 15:55:46 +0200
changeset 4011 fdbb3c4ebbf6
parent 4006 e16c8443e877
child 4029 564f0f1ea75e
permissions -rw-r--r--
MQTT: WIP supporting structured types : do not crash when generating C code if using location with no size
<?xml version='1.0' encoding='utf-8'?>
<project xmlns:ns1="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.plcopen.org/xml/tc6_0201">
  <fileHeader companyName="SMARTEH d.o.o." productName="LHC2_GOT_012" productVersion="1.1.359" creationDateTime="2024-07-25T15:43:22"/>
  <contentHeader name="mqtt" modificationDateTime="2024-08-21T17:05:30">
    <coordinateInfo>
      <fbd>
        <scaling x="0" y="0"/>
      </fbd>
      <ld>
        <scaling x="0" y="0"/>
      </ld>
      <sfc>
        <scaling x="0" y="0"/>
      </sfc>
    </coordinateInfo>
  </contentHeader>
  <types>
    <dataTypes/>
    <pous>
      <pou name="program0" pouType="program">
        <interface>
          <localVars>
            <variable name="LocalVar0" address="%ID3.0">
              <type>
                <DINT/>
              </type>
            </variable>
          </localVars>
          <localVars>
            <variable name="LocalVar1">
              <type>
                <DINT/>
              </type>
            </variable>
          </localVars>
          <localVars>
            <variable name="LocalVar2" address="%QD3.0">
              <type>
                <DINT/>
              </type>
            </variable>
          </localVars>
          <localVars>
            <variable name="LocalVar3">
              <type>
                <DINT/>
              </type>
            </variable>
          </localVars>
        </interface>
        <body>
          <FBD>
            <inVariable localId="1" executionOrderId="0" height="26" width="82" negated="false">
              <position x="173" y="47"/>
              <connectionPointOut>
                <relPosition x="82" y="13"/>
              </connectionPointOut>
              <expression>LocalVar0</expression>
            </inVariable>
            <outVariable localId="2" executionOrderId="0" height="26" width="82" negated="false">
              <position x="482" y="47"/>
              <connectionPointIn>
                <relPosition x="0" y="13"/>
                <connection refLocalId="1">
                  <position x="482" y="60"/>
                  <position x="255" y="60"/>
                </connection>
              </connectionPointIn>
              <expression>LocalVar1</expression>
            </outVariable>
            <outVariable localId="3" executionOrderId="0" height="26" width="82" negated="false">
              <position x="479" y="140"/>
              <connectionPointIn>
                <relPosition x="0" y="13"/>
                <connection refLocalId="4">
                  <position x="479" y="153"/>
                  <position x="365" y="153"/>
                  <position x="365" y="168"/>
                  <position x="252" y="168"/>
                </connection>
              </connectionPointIn>
              <expression>LocalVar2</expression>
            </outVariable>
            <inVariable localId="4" executionOrderId="0" height="26" width="82" negated="false">
              <position x="170" y="155"/>
              <connectionPointOut>
                <relPosition x="82" y="13"/>
              </connectionPointOut>
              <expression>LocalVar3</expression>
            </inVariable>
          </FBD>
        </body>
      </pou>
    </pous>
  </types>
  <instances>
    <configurations>
      <configuration name="config">
        <resource name="resource1">
          <task name="main_task" priority="0" interval="T#1000ms">
            <pouInstance name="instance0" typeName="program0"/>
          </task>
        </resource>
      </configuration>
    </configurations>
  </instances>
</project>