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 6 Next »

The MixForward utility is configured using the mixforward.exe.xml configuration file. The configuration file is 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. Connection to a POS terminal or third-party software.
  2. Processing of the data transfer protocol from a POS terminal.
  3. Maintaining routing LOG files.
  4. Forwarding data to the IP address and port of POS server.
  5. Receiving the packages with captions from multicast captions broadcast.

The table describes the configuration elements of MixForward utility.

Element name

Element description

Element attribute

Attribute description

Value range

InputPortType

Used data transfer interface from a POS terminal 

NA

NA

RS232

UDP

TCP

TCPCLIENT

MSMQ

PLUGIN

WEBSERVICE

JMS

ServerPort

Number of a local port processed by the utility if UDP interface is selected in InputPortType

NA

NA

From 0 to 65535

MultiCast

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

NA

NA

true—reception of multicast messages is enabled

false—reception of multicast messages is disabled

MultiCastIP

Address to which multicast messages from external POS program are sent if UDP interface is selected in InputPortType

NANAIP address to which multicast messages are sent

ProtocolName

Name of the used data transfer protocol

NA

NA

NA

LogFileMaxSize

Maximum size of LOG files in bytes

NA

NA

NA

LogInputEnables or disables the log of received dataNANA

true—log of received data is enabled 

false—log of received data is disabled

PingTimeThe period of forwarding of a test package in secondsNANAUp to 60 seconds
PrivateLog

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

NANot available for all pluginstruethe plugin will keep its detailed log
falsethe plugin won't keep its detailed log

RS232_settings

A group of elements.

Specifies the settings of COM port if RS-232 inteface is selected in InputPortType

PortName

Name of an available COM port

Depends on the number of available COM ports

BaudRate

Supported data transfer rate in bit/s

Depends on the number of supported data transfer rates

RtsEnable

Enable RTS option

0RTS control signal isn't used

1RTS control signal is used

DtrEnable

Enable DTR option

0DTR control signal isn't used

1DTR control signal is used

MSMQ_settings 

A group of elements.

Specifies the settings of MSMQ 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

truemessages are filtered by time
falsemessages aren't filtered by time

DeleteMessagesEnables or disables message deletion after they are read

truemessages are deleted
falsemessages aren't deleted

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

A group of elements.

Specifies the settings of JMS if InputPortType is JMS

UrlURL addressNA
LoginLoginNA
PasswordPasswordNA
TcpClients_Settings

A group of elements.

Specifies the settings of TCPCLIENT if InputPortType is TCPCLIENT

IpAddressConnection addressNA
PortConnection portNA
MessageCommand to send (optional)NA
IntervalCommand sending interval (Message) in ms (optional)NA
IdTerminalTerminal id for the node, to be specified in the forwards section (optional)NA

forwards

A group of elements.

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



ip

IP address of POS server 

Depends on the network settings of POS server 

port

Port of POS server

Depends on the settings of the POS-terminal system object

id

Routing id

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

PluginSettings

A group of elements.

Specifies the settings of the Liko, SecurOS and LogisticsSystemPlugin plugins if InputPortType is PLUGIN

For details, see Configuring data reception from plug-ins

NANANA

Note

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

Attention!

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