tests/wamp/plc.xml
changeset 2298 10cfc280927c
parent 2290 52afa2dec4fb
equal deleted inserted replaced
2297:96ca6b056c55 2298:10cfc280927c
     1 <?xml version='1.0' encoding='utf-8'?>
     1 <?xml version='1.0' encoding='utf-8'?>
     2 <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">
     2 <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">
     3   <fileHeader companyName="Beremiz" productName="Beremiz" productVersion="1" creationDateTime="2015-02-05T11:44:55" contentDescription=" &#10;&#10;"/>
     3   <fileHeader companyName="Beremiz" productName="Beremiz" productVersion="1" creationDateTime="2015-02-05T11:44:55" contentDescription=" &#10;&#10;"/>
     4   <contentHeader name="WAMPTest" modificationDateTime="2018-08-16T16:14:30">
     4   <contentHeader name="WAMPTest" modificationDateTime="2018-08-27T11:11:30">
     5     <coordinateInfo>
     5     <coordinateInfo>
     6       <fbd>
     6       <fbd>
     7         <scaling x="0" y="0"/>
     7         <scaling x="0" y="0"/>
     8       </fbd>
     8       </fbd>
     9       <ld>
     9       <ld>
    89               <connectionPointOut>
    89               <connectionPointOut>
    90                 <relPosition x="73" y="15"/>
    90                 <relPosition x="73" y="15"/>
    91               </connectionPointOut>
    91               </connectionPointOut>
    92               <expression>LocalVar0</expression>
    92               <expression>LocalVar0</expression>
    93             </inVariable>
    93             </inVariable>
    94             <comment localId="5" height="478" width="646">
    94             <comment localId="5" height="459" width="788">
    95               <position x="23" y="10"/>
    95               <position x="23" y="10"/>
    96               <content>
    96               <content>
    97                 <xhtml:p><![CDATA[Communication between Beremiz and PLC runtime isn't bound to any specific protocol and could be extended by writing corresponding connector (see 'connectors' directory).
    97                 <xhtml:p><![CDATA[Communication between Beremiz and PLC runtime isn't bound to any specific protocol and could be extended by writing corresponding connector (see 'connectors' directory).
    98 Beremiz reference runtime implementation supports PYRO and WAMP protocols.
    98 Beremiz reference runtime implementation supports PYRO and WAMP protocols.
    99 This example shows how to use Web Application Messaging Protocol (WAMP).
    99 This example shows how to use Web Application Messaging Protocol (WAMP).