UTD | Universal Tekio Driver

TKDS_POSIBLE_10

TKDS_POSIBLE_10.zip The driver manages the customer display on a graphic screen.
The customer display can be either a secondary Windows monitor or a separate (Android or IOS) tablet.
In both cases the communication between the driver and the customer display application is performed via TCP-IP Socket.

Parameters can be specified:

  • In the parameters section of the XML document sent by the till

  • In a configuration file named TKDS_POSIBLE.ini that must be located in the same directory of TKDS_POSIBLE_10.dll in the form <Name>=<Value>

Parameters

Name

Values

Note

Mode

Display

This is a fixed value

Layout

0 = No Clock
1 = Digital Clock
2 = Analogic Clock
3 = Split-Flap Clock


ContentRatio

<x>:<y> = Custom Ratio
auto = Use the display ratio
fromimage = use Idle Image ratio

Define the ratio between width and height of display/images.
The suggestion is to have images with the same resolution as the display and to use the auto value

Language

ISO639-1 code of the language

Used to display embedded messages according to the language of the store

FontName

Name of the font to be used


ShowTaxes

true = Taxes are displayed
false = Taxes are not displayed


IdleTimeout

<n>=Number of seconds to display the Idle Message if the receipt is empty


IdleText1

First Line of Text of Idle Page


IdleText2

Second Line of Text of Idle Page


IdleImage

Base64 Encoded Image of Idle Image


IdleImageURL

Path or URL of Idle Image


IdleVideoURL

Path or URL of Idle video


ShowOnlyvideo

True = Display video without Idle Text and Logo
False= Idle Text and Logo are visible


ThankyouText1

First Line of Text of Thankyou Page


ThankyouText2

Second Line of Text of Thankyou Page


ThankyouImage

Base64 Encoded Image of Thankyou Image


ThankyouImageURL

Path or URL of Thankyou Image


ReceiptImage

Base64 Encoded Image of Receipt Image


ReceiptImageURL

Path or URL of Receipt Image


CloseText1

First Line of Text of Closed Page


CloseText2

Second Line of Text of Closed Page


LogoImage

Base64 Encoded Image of Logo Image


LogoImageURL

Path or URL of Logo Image


LogoImage_Dark

Base64 Encoded Image of Dark Logo


LogoImage_DarkURL

Path or URL of Dark Logo Image


LogoImage_Light

Base64 Encoded Image of Light Logo


LogoImage_LightURL

Path or URL of Light Logo Image


ColorSurface

Surface color

string in hex format "#AARRGGBB" or "#RRGGBB"

AA - Alpha channel

RR - Red channel

GG - Green channel

BB - Blue channel

Es: for Fuxia #FF00FF

ColorOnSurface

OnSurface color


ColorOnSurfaceVariant

OnSurfaceVariant color


ColorPrimary

Primary color


ColorOnPrimary

OnPrimary color


ColorPrimaryContainer

PrimaryContainer color


ColorOnPrimaryContainer

OnPrimaryContainer color


ColorSecondary

Secondary color


ColorOnSecondary

OnSecondary color


ColorOutlineVariant

OutlineVariant color


Notes

  • Base64 and URL/Path images are mutually exclusive

  • If the color is not specified, the default color will be used.

Example

LogoImage_DarkUrl=C:\Images\Display\logoDark.png
LogoImage_LightUrl=C:\Images\Display\logoLight.png
IdleImageUrl=C:\Images\Display\IdleImage.png
ColorPrimary=#FF00FF


Change History

 

Version

Release Date

Notes

Download

1.00

05/10/2023

Rilascio Iniziale

 TKDS_POSIBLE_10.zip

1.01

17/09/2024

Aggiunta possibilità di selezionare i colori singolarmente

TKDS_POSIBLE_10.zip