Versions Compared

Key

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


Section


Column
width35%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleНа странице:
Table of Contents
minLevel3



Column


General plugin setup

Some plug-ins have their own settings, the files of which are located in the <POS Intellect installation directory>\Modules\Pos\Forwarders\Protocols\Settings\ folder. Depending on the plugin used (ProtocolName parameter in the mixforward.exe.xml configuration file), you must also configure them. For details, refer to the respective settings files.

Configuring Liko and SecurOS plug-ins

The data receiving from the plugin plug-in is configured in the PluginSettings elements group of the mixforward.exe.xml configuration file.

A description of the elements of the PluginSettings group is given in the table.

...

Element name

Element description

Element attribute

Attribute descriptionValue range

LikoSettings

Sets the Liko plugin settings if InputPortType is PLUGINIt is also necessary to specify the Liko value for ProtocolName= PLUGIN and ProtocolName = Liko

BaseURLAPI base address-
LoginAccount login-
PasswordAccount password-
RequestIntervalEvent information update interval, ms-
SecurOSSettings

Sets SecurOS plugin settings if InputPortType is PLUGIN= PLUGIN and ProtocolName = SecurOS

Note. If the plugin creates its own detailed log (PrivateLog=true), then the SecurOS plugin log will be located in the <POS Intellect installation directory>\Modules\Pos\Forwarders\MixForward\Protocols\SecurOSLogs\ folder.It is also necessary to specify the SecurOS value for ProtocolName


BaseApiURLAPI base address-
LoginAccount login-
PasswordAccount password-
CallbackUrlHTTP server address for receiving events from SecurOS-
ObjectInfo

Information about the object for which it is necessary to receive events.

Type - object type

id - object id in the system

idTerminal - terminal id to which the information about the POS events will be sent

-

SubscribeEventRequired event name-

...

titleNote