Versions Compared

Key

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

...

  • When configuring the KDS display in the window called by the F2 key, only the actual service print groups that use the dishes should be ticked. It is not obligatory to tick the Print group. But if the Print group is used by the dishes for this display, you should tick it as well.
  • When using the Join By Order and OneKdsCheck=ON setting, the order on the display will be the same as entered at the cash station

    (

    with the same dish sequence

    ) (order 1) and with

    — and when the OneKdsCheck=OFF

    (order 2).

...

  • setting is used.
    It is also

...

  • necessary to

...

  • make the following setting in the FSVDU.ini

...

  • file:

    Code Block
    PackLines=OFF

    In this case the dishes will not be packed.

...

  • When working with Ipod devices, it is necessary to set specify KDSSolid=1 in tms2.ini in section , section [TMS] (starting with — since TMS version5.39) to rule out dishes being grouped , to disable dish grouping by print service groups. This setting only operates jointly with the OneKdsCheck=ON r_keeper server keeper setting (see first order). If the setting is OneKdsCheck=OFF setting is used, the Ipod will send the orders classified by service print groups and in to different windows.

Fig. An example of an order sent from an Ipod

General Settings Section

It is necessary to specify configure the main settings in on the second tab of the General Settings tab.
Fig. The General Settings windowImage Added

DataBase Settings Field

...

Image AddedFig. Connecting to the KDS database
Table 1

...

General Settings Parameters

.
Item No
ParameterDescription

1

RK Version

  • The operational RK (used r_keeper version is specified — either 6 or 7) version is installed

2

Station Name

  • The KDS station name is set (specified — manually for win. For ARM, keep the field empty for ARM).

3

Alarm Time (minutes)

  • The time in minutes (until the nominal cooking time countdown starts) after which the timer's highlight color will change to the color set below (Alarm Time Color).

4

Alarm Time Color

  • The color in which the timer will be highlighted (in this example . In our example, the color code is 255.128.0)

Example:

Fig. Setting the Alarm Time Color parameterImage Added

Table 2

...

General Settings Parameters

...

.
Item No
ParameterDescription

5

RS-232 Port

  • Not used.

6

RS-232 Baud

  • Not used.

7

Use Scheduler

  • If the function is activated (ticked) — its box is ticked — automatical switching over the display forms can be automatically rotated after is possible during certain periods of time.
  • The main display form is set in the Main Report field, while the additional form is set in the Second Report field.
  • The duration of the periods for rotating changing over the main and additional display forms is set specified in the Second Report Time field according with to the specified format.

Example:

Fig. An example of the Use Scheduler parameter setting

Table 3 – General Settings Parameters.

...

Item No.

...

Parameter

Image Added

Table 3 — General Settings Parameters

...




8

Refresh Screens (milliseconds)

  • Refresh time should be preferably kept as it is

9

Refresh data (milliseconds)

  • Refresh time should be preferably kept as it is

10

Time to delay command (seconds)

  • Delay time for performing the operation for changing the dish /or the order status. I.e. the operation can still be rejected within this time frame.

11

Localization

  • Localizing the operation confirmation window (starting from , since version 1.3.0.7)

Additional KDS

...

Client Settings

Changing

...

Field Colors in Display Form

Here an is an example There is a description of how to change from blue to another color in the example.
Open the display form in the report designer (by pressing the D key), find and change the following part of the set algorithm in the form code after ScreenNumberOnBeforePrint(Sender: TfrxComponent):

Code Block
begin

...


    if screenNumber.Color=

...

clBlue then begin
    ScreenNumber.Color:=$0000DDDD;

...


end;

with $0000DDDD - rgb as the where $0000DDDD is for the RGB color, you can specify a color other than blue.

Fig. An example of changing the field's color.

Additional KDS

...

Server Settings

  • Specifying the service print groups on in the KDS server settings does not affect how they are displayed on at the KDS stations and how orders are formed on in KDS. They are required only for the process of selecting the already formed orders At KDS in KDS for the server. I.e. if some of the orders are not required at the server they can be cast off reset this way (to reduce , thus reducing the load on the server).
  • If the Preparation Control function is not activated in the RK6 r_keeper 6 Editor for the service print feedflow, the service print groups will still be visible in the KDS display settings (ScreenOptions) and at the KDS server (Options), but in this case no orders will be sent to KDS from the cash register!

...

  • station.

FSVDU.INI

...

Parameters

The following FSVDU.INI parameters have been added for RK7 in server settings starting from to the KDS server settings for r_keeper 7, since KDS version 1.3.1.2:

Code Block
UseOrderNameAsTable  It should be switched on if new persons are welcome to join a party at a table. In this case the table's full number is transmitted as OrderName

...



AutoChangeMainWaiter  Updating the

...

 orders when changing the main waiter.

The following FSVDU.INI parameters have been added to KDS sever settings starting since version 1.3.2:

Code Block
DelayTimeSec  The possibility of delaying sending a message on the readiness of a dish (in seconds)

...



DelayedPrintGroups - Listing print groups separated by a coma, similar to the PrintGroups client settings.

...