Versions Compared

Key

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

...

  1. Go to Service > Stations and Devices. Add the Second monitor interface driver for the cash station of your restaurant and make the required settings: screen resolution, layout size, HTML format.

    Note

    It only works for r_keeper 7.4.2.0 and later.

    • The driver settings:
      TWL- two lines window, the Twolinesdisp.exe application.
      Has the following settings:

      TLW left — left indent of TLW display, in dpi
      TLW top — top indent of TLW display, in dpi
      TLW width — width of TLW display, in dpi
      TLW height — height of TLW display, in dpi
      TLW font size — size of TLW font
      TLW Font Style — normal or bold font
      TLW background color —  background color outside TLW frame
      TLW font color — color of TLW font
      TLW Display color — background color inside TLW frame
      TLW Border color — color of TLW frame
      Soft % — blurring. The higher value it has, the more blurred the words inside TWL frame are
      Stretch — font extension.

    • HTML format — defines the data display format in the Htmldisplay.exe application
      HTML format should be as follows:

      Code Block
      <html>
      <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
      <head>
      <link rel="stylesheet" type="text/css" />
      </head>
      <body scroll="NO" onLoad="window.scrollTo(0,9999)">%s</body>
      </html>

      The line should contain a %s variable that stores the information from the layout used.
      You can specify only %s in the "HTML format" parameter, but in this case, the layout should contain the full HTML content.

  2. By default, the system has document views based on pre-installed layouts.
    If you need to use a new layout edited as required, add a new document view based on the corresponding document, and delete the old one.
  3. You may edit a layout in the Layout Editor, use a saved one, or import it from the .mak file.
    Make sure that the layout width is sufficient to display all variable data on the layout.
  4. If you need to view an image-based slide show on a second monitor, specify the path to images in the SS Files Path driver property. The image folder should be located on the machine, where the cash station operates.
    To display another background on a second screen, create a mainpicture.jpg file in any graphic editor.
    Images should be formatted as .jpg, whereas video files as .avi — supported in r_keeper 7.4.21.102 and later.

...