...
- Launch the manager station, open the Settings > Parameters menu and go to the Installation > Link with other systems > Personal cards > PDS Server name section
In the properties of the PDS server name parameter, in the Basic section, specify the name of the card server in the String line. This name should match the value of the NetServerName parameter from CARDSERV.INI, but is not an optional condition.
Info Setting the PDS server name parameter is not relevant when using several PDS interfaces on one cash server. The priority of this server name is lower than that of the name specified in the interface properties on the cash server, as in the figure below.
In the Service > Stations and Devices menu, select the required cash server, and add the PDS Interface on the Drivers tab
In the interface properties, specify the name of the card server — the PDS Server name parameter, the value of which should correspond to the value of the NetServerName parameter from the card server configuration file — CARDSERV.INI
If necessary, fill in or configure other interface parameters:
Currency Rate Class Code = 1 — PDS currency rate class code. 1
...
— national currency class
...
Tax Code = 1 — tax code
...
Call Timeout = 120 — timeout for accessing the PDS server in seconds.
Maximal Discount Value=0 = Discount limit spent totally — interpretation of the discount limit zero value
...
returned by the
...
card server
...
Discount limit spent totally —
...
the default value. No limits — to ignore the discount limit.
Defaulter Type Code as = Defaulter type code
...
— interpretation of the defaulter code:
Defaulter type code
...
— use this parameter as the defaulter type code, it is the default value. Currency subaccount base
...
— the addition to the subaccount number, i.e. for
...
different numbers
...
— codes
...
— will be added to the subaccount number for different cards.
In the
...
Service >
...
Interfaces menu, select the
...
PDS logical interface and check the established correspondences for
...
cash servers and PDS interfaces, then restart the
...
cash server.
Properties of
...
the PDS logical interface
...
:
- In the
...
- Service > Device
...
- Signals Processing > MCR
...
- Algorithms and edit the following properties of the PDS MCR algorithm:
- Scope — select Interface
Object — select the preinstalled PDS logical interface
The MCR algorithm parameter is a string containing the card code in decimal form
...
. If the reader transmits the code in hexadecimal form, it
...
should be converted to a decimal using the inttostr and strtoint functions, f.
...
ex.:
Code Block Parameter:=inttostr(strtoint('$'+Parameter)).
Parameters of the MCR algorithm for use with the PDS interface:
...
- It is allowed to use employee cards as PDS cards
...
- . In this case, there should be two MCR algorithms:
- One with
...
- the Interface scope
- Other with the Employee scope
...
In the MCR order editor, the worker Employee algorithm will be ignored if the temporary registration form is not entered.
For more information about MCR algorithms, see the document Configuring MCR algorithms Setup of MCR Algorithms article.Payment and replenishment of PDS cards at the cash desk of RK7
PDS Cards Payments and Replenishment at r_keeper 7 Cash Desk
To be able to pay and replenish PDS cards at the RK7 checkout, you mustr_keeper 7 cash desk, do the following:
- Launch the manager station, open the
...
- Options > Parameters menu and go to the section Station
...
- parameters > Order editing >
...
- Calc/Pay order
- Select the
...
- Pay by payment card
...
- parameter and
...
- select Ask
...
- for the Value property
...
In the
...
Money >
...
Currencies menu, select the currency for the PDS and
...
specify the PDS logical interface in the Interface property, also set 0 value for the Transaction
...
Code property
...
Info The Interface section is only available for dealers
...
Currency properties for the PDS
...
Info The Interface
...
Required parameter is
...
absent in r_keeper version 7.5.3.260 and
...
late
In the
...
Money > Discounts and
...
Markups menu, create an amount
...
markup that will be used when replenishing the card
...
. Set 0 value for the Transaction Code property
...
Info The Interface section is only available for dealers
...
In the
...
Money > Reasons
...
of deposit/
...
collect money menu, create a new reason and fill in the following properties:
...
Card Deposit Reason — Fiscal
Cash in Reason — Yes
Markup — select
...
the markup created in the previous step.
...
- In order for the paid amounts
...
- not to be
...
- shown in the fiscal
...
- register as a deposit,
...
- specify a different printer
...
- or select Do not print
...
- in the Main Printer Class property of the Card Deposit printing scheme
- To print the Card Balance and Withdrawal of money from
...
- client card layouts,
...
- make copies of these layouts, then set the TRAINING flag in the properties
...
Read the card at the cash station in the order editing mode
...
. A window with information on the card and its owner should appear
...
.
Info If the client has a photo in the card editor, but it is not displayed at the
...
cash desk,
...
it is necessary to enable the PDS Show card image parameter in Options > Parameters > [All]
...
> [
...
Installation]
...
> [
...
Link with other systems]
...
> [Personal cards]
...
in the manager station
...
.
Debugging
...
Interaction of r_keeper 7 Cash Server via PDS Protocol
In some cases, it may be necessary to debug (advanced logging) — by means of extended logging — the interaction of the cash server r_k keeper 7 (cash server MIDSERV ) via the PDS protocol (— Farcards, Cardserv).
Prerequisites for using debuggingInitial Conditions for Using Debugging:
- The
...
- pds_netk.
...
- dll version should be at least 7.0.29.0. The current version of the library can be taken from any current binary distribution kit of
...
- r_keeper 7 in the \bin\For cardsserv directory
- When updating pds_netk.dll, it is recommended to also update a set of related libraries: errors32.dll, Netkern.dll, etc.
...
- — see the full list above
...
- Libraries
...
- should be updated in all working directories where they are used: RK7, Cardserv, Farcards, etc.
To enable debugging, you need to:In the FARCARDS.INI and/or CARDSERV.INI configuration file, add
Add the DebugMessages=1 parameter in the [pds_netk] section of the FARCARDS.INI and/or CARDSERV.INI configuration file:
Code Block [pds_netk]
...
...
...
DebugMessages=1
...
...
Add the DebugMessages=34 parameter in the [Config] section of the RKEEPER.INI
...
cash server configuration file:
Code Block [config]
...
...
...
DebugMessages=34
...
...
Restart all applications: cash server, Farcards, Cardserv, etc.
Extended logging will be recorded in the pds_netk.stk file.
If necessary, pass send the debug resultresults, ef.gex. to the support service, in . In addition to the pds_netk.stk file, you will also need the logs of the cash station (— cash.stk), cash server (— midsrv.stk), Farcards (— Farcards.LOG ) and/or Cardserv (— Cardserv.log).