Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Specify the following parameters in the mixforward.exe.xml configuration file in order to get data from third-party software that is not client to POS -IntellectPSIM by connection type: 

  • Connection type;

    Code Block
     <InputPortType>TCPCLIENT</InputPortType>


  • Plugin;

    Code Block
      <ProtocolName>SimplePlugin</ProtocolName>


  • Third-party Server address;

    Code Block
      <TcpClients_Settings>
        <Address IpAdress="127.0.0.1" Port="23"/>
        <Address IpAdress="127.0.0.1" Port="24"/>
      </TcpClients_Settings>


  • POS -IntellectPSIM Server address.

    Code Block
    <forwards>
        <forward ip="127.0.0.1" port="2555" id="127.0.0.1:23" />
        <forward ip="127.0.0.1" port="2556" id="127.0.0.1:24" />
      </forwards>


...