pous.xml
changeset 280 f2ef79f3dba0
child 282 2221e99d2f8f
equal deleted inserted replaced
279:47d29c4b55a3 280:f2ef79f3dba0
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     3          xmlns="http://www.plcopen.org/xml/tc6.xsd"
       
     4          xmlns:xhtml="http://www.w3.org/1999/xhtml"
       
     5          xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd">
       
     6   <fileHeader companyName="LOLITECH"
       
     7               productName="Beremiz"
       
     8               productVersion="0.0"
       
     9               creationDateTime="2008-12-14T16:53:26"/>
       
    10   <contentHeader name="Beremiz non-standard POUs library"
       
    11                  modificationDateTime="2008-12-18T18:41:34">
       
    12     <coordinateInfo>
       
    13       <fbd>
       
    14         <scaling x="0" y="0"/>
       
    15       </fbd>
       
    16       <ld>
       
    17         <scaling x="0" y="0"/>
       
    18       </ld>
       
    19       <sfc>
       
    20         <scaling x="0" y="0"/>
       
    21       </sfc>
       
    22     </coordinateInfo>
       
    23   </contentHeader>
       
    24   <types>
       
    25     <dataTypes/>
       
    26     <pous>
       
    27       <pou name="python_eval" pouType="functionBlock">
       
    28         <interface>
       
    29           <inputVars>
       
    30             <variable name="TRIG">
       
    31               <type>
       
    32                 <BOOL/>
       
    33               </type>
       
    34             </variable>
       
    35             <variable name="CODE">
       
    36               <type>
       
    37                 <string/>
       
    38               </type>
       
    39             </variable>
       
    40           </inputVars>
       
    41           <outputVars>
       
    42             <variable name="ACK">
       
    43               <type>
       
    44                 <BOOL/>
       
    45               </type>
       
    46             </variable>
       
    47             <variable name="RESULT">
       
    48               <type>
       
    49                 <string/>
       
    50               </type>
       
    51             </variable>
       
    52           </outputVars>
       
    53           <localVars>
       
    54             <variable name="STATE">
       
    55               <type>
       
    56                 <DWORD/>
       
    57               </type>
       
    58             </variable>
       
    59             <variable name="BUFFER">
       
    60               <type>
       
    61                 <string/>
       
    62               </type>
       
    63             </variable>
       
    64             <variable name="TRIGM1">
       
    65               <type>
       
    66                 <BOOL/>
       
    67               </type>
       
    68             </variable>
       
    69           </localVars>
       
    70         </interface>
       
    71         <body>
       
    72           <ST>
       
    73 <![CDATA[{extern void __PythonEvalFB(PYTHON_EVAL*);__PythonEvalFB(data__);}]]>
       
    74           </ST>
       
    75         </body>
       
    76       </pou>
       
    77     </pous>
       
    78   </types>
       
    79   <instances>
       
    80     <configurations/>
       
    81   </instances>
       
    82 </project>