Documentation for POS PSIM 1.0.1.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The MixForward utility is configured using the mixforward.exe.xml configuration file. The configuration file should be located in the same directory with the MixForward.exe executable file. You can edit the configuration file using any text editor.

The configuration file allows you to set up the following processes:

  1. Connecting to POS terminal or third-party software.
  2. Processing the data transfer protocol from the POS-terminal.
  3. Logging the routing process.
  4. Forwarding data to the IP-address and port of POS-server.
  5. Receiving the packages with titles from multicast titles broadcast.

The table describes the configuration elements of MixForward utility.

Element name

Element description

Element attribute

Attribute description

Value range

InputPortType

POS-terminal data transfer protocol

No

No

RS232

UDP

TCP

TCPCLIENT

MSMQ

PLUGIN

WEBSERVICE

JMS

ServerPort

Local port number, if InputPortType is TCP or UDP

No

No

From 0 to 65535

MultiCast

Enables the function of receiving multicast messages if the UDP interface is selected in the InputPortType

No

No

True – function of multicast messages receiving is enabled

False – function of multicast messages receiving is disabled

MultiCastIP

Address to which multicast messages from external POS program will be sent in case of the UDP interface is selected in InputPortType parameter

NoNoIP address to which the multicast messages sending is performed

ProtocolName

Name of the used data transfer protocol

No

No

No

LogFileMaxSize

Maximum log file size, bytes

No

No

No

LogInputEnables or disables the received data logNoNo

true - the log is enabled

false - the log is disabled

PingTimeThe period of test package sending in secondsNoNoUp to 60 seconds
PrivateLog

Enables or disables the creation of its own detailed log by the plugin (for debugging only!)

NoNot available for all pluginstrue - the plugin will keep its detailed log
false - the plugin will not keep its detailed log

RS232_settings

A group of elements.

COM-port settings if InputPortType is RS-232

PortName

Available COM-port name

Depends on the number of available ports

BaudRate

Supported bit rate, bit/s

Depends on the number of supported bit rates

RtsEnable

Enable RTS option

0 – do not use RTS control signal

1 – use RTS control signal

DtrEnable

Enable DTR option

0 – do not use DTR control signal

1 – use DTR control signal

MSMQ_settings 

A group of elements.

MSMQ settings if InputPortType is MSMQ

ReconnectTimeoutThe time after which an attempt is made to restore connection, if messages are not receivedUp to 60 seconds
NoTimeFilterEnables or disables messages filtering by time

true - messages are filtered by time
false - messages are not filtered by time

DeleteMessagesEnables or disables message deletion after they are read

true - messages are deleted
false - messages are not deleted

Queue.PathPath to the queueNo
Queue.TerminalNumber of the terminal that is inserted for the specified queueNo
JMS_settings

A group of elements.

Sets JMS settings if InputPortType is JMS

UrlUrl-addressNo
LoginLoginNo
PasswordPasswordNo
TcpClients_Settings

A group of elements.

Specifies TCPCLIENT settings if InputPortType is TCPCLIENT

IpAddressConnection addressNo
PortConnection portNo
MessageCommand to send (optional)No
IntervalCommand sending interval ("Message") in ms (optional)No
IdTerminalTerminal id for the node, to be specified in the forwards section (optional)No

forwards

A group of elements.

Sets the correspondence between the routing id and POS-server IP-address/port



ip

POS-server IP-address

Depends on the POS-server network settings

port

POS-server port

Depends on the POS-terminal object settings

id

Routing id

Depends on the routing id value in the data package. If the id=”*”, then data from all POS-terminals is redirected to the POS-server

PluginSettings

A group of elements.

Specifies Liko, SecurOS and LogisticsSystemPlugin plugin settings if InputPortType is PLUGIN

For details, see Configuring data receiving from plug-ins

NoNoNo

Note

If the events come in from several objects, the correspondence between the routing id and POS-server IP-address/port should be set for each of these objects. See the example below.

Important!

  If the routing id of a package has no match in the utility configuration file, and the id=”*” is not set, the package is deleted.
  • No labels