Difference between revisions of "Map430"

From Commander4j Wiki
Jump to: navigation, search
(Created page with " <map id="map430" enabed="Y" description="GEN XML to SOCKET"> <input id="in1" description="Read XML Document"> <type>XML</type> <path>./in...")
 
(No difference)

Latest revision as of 17:38, 9 May 2019


   <map id="map430" enabed="Y" description="GEN XML to SOCKET">
       <input id="in1" description="Read XML Document">
           <type>XML</type>
           <path>./interface/input/430 (GEN XML to SOCKET)</path>
           <mask/>
           <pollingInterval>1000</pollingInterval>
           <XSLT></XSLT>
       </input>
       <output id="out1" enabed="Y" description="Send to Host">
           <path>./interface/output/430 (GEN XML to SOCKET)</path>
           <type>SOCKET</type>
           <host>
               <ip>127.0.0.1</ip>
               <socket>8000</socket>  
           </host>
           <copies>2</copies>
           <XSLT/>
       </output>
   </map>