DOWNLOAD Sharp VENTA (serv.man11) Service Manual ↓ Size: 163.9 KB | Pages: 89 in PDF or view online for FREE

Model
VENTA (serv.man11)
Pages
89
Size
163.9 KB
Type
PDF
Document
Service Manual
Brand
Device
EPOS / Supplementary File Maintenance Operation Manual 1 - July 2002
File
venta-sm11.pdf
Date

Sharp VENTA (serv.man11) Service Manual ▷ View online

44
2.
S2001.INI
REM ****************LANGUAGE CHOICE FOR KP START************************
REM THIS FEATURE ALLOWS THE PRINTING OF A SECONDRY TEXT FOR A PLU ON THE
KP.
REM THIS CAN BE FRENCH GERMAN etc, BUT COULD BE CHINESE WITH A SECONDRY
REM TRANSLATION FILE. REMOVE THE # STATEMENTS BELOW TO SET THIS FEATURE
REM THIS LINE SETS THE TYPE OF PRINT 1=FRENCH GERMAN etc 2=CHINESE
(SECONDRY TRANSLATION)
# ALTTEXT=n.........................................................1
REM THIS LINE SETS THE PATH FOR THE LANGUAGE FILE
# ALTTEXTFILE=C:\USR\DATA\PRDLANG.CSV...............................2
REM THIS LINE SETS THE PATH FOR THE CHARACTER DEFINITION FILE (CHINESE)
# ALTCHARFILE=C:\USR\DATA\LANG.CSV..................................3
REM *****************LANGUAGE CHOICE FOR KP END*************************
Settings
1.
ALTTEXT=n - This file sets which kind of language is to be used if n=1the
POS will print text found in PRDLANG.CSV if it is set to 2 it will print the bit
maps set in LANG.CSV
2.
ALTTEXTFILE=C:\USR\DATA\PRDLANG.CSV - This sets the location of the file
PRDLANG.CSV
3.
ALTCHARFILE=C:\USR\DATA\LANG.CSV - This sets the location of the
alternate text character file LANG.CSV
To show this feature the Demo Program contains a new list in Starters called
“Chinese Starters”, if the S2001.INI is edited to allow Chinese print i.e ALTTEXT=2
and the # are removed from 2 & 3 above the Chinese print will appear on the
Kitchen Printer 1 if is set to print in Till Parameters and Printer Configuration.
45
32. Table Logging
In order that tables can be tracked when they are opened and closed a new feature
has been added that can be used to Log the Table sequence. This should only be
used if the site is experiencing table loss
Programming
A new variable has been added to S2001.INI :-
REM V44==========TABLE LOGGING===========
REM REMOVE THE # BELOW TO ALLOW TABLE OPENING & CLOSING TO BE IN LOGS
# TRANLOG=1
When the variable is set information pertaining to table operation is contained in the
Current & Previous Logs
46
33. Export of Current LOG
As the CURRENT.TXT cannot be read during trading, a new feature has been added
to allow the Log to exported at anytime during trading.
Programming
No Programming has been introduced
Operation
To allow the CUURENT.TXT to be read it is now possible to copy or echo a file to the
POS. When this is done a copy of the file (CURRENT.TXT) named CURRENTS.TXT
will appear in the C:\USR\DATA\LOG directory
From a remote PC do the following assuming the POS is mapped from the PC
ECHO 1 >*:\USR\DATA\LOGSAVE.TXT where * is the drive name of the POS
To do this for multiple POS the following Batch File can be written :-
For a three POS System
net use w: /d
net use w: \\node001\c
echo 1 >w:\usr\data\logsave.txt
net use w: /d
net use w: \\node002\c
echo 1 >w:\usr\data\logsave.txt
net use w: /d
net use w: \\node003\c
echo 1 >w:\usr\data\logsave.txt
net use w: /
d
If the user then looks in the USR\DATA\LOG directory on each POS it will contain the
latest CURRENTS.TXT
47
34. Currency Character
At present the currency Character is * to allow for greater flexibility this can now be
changed.
Programming
A new variable has been introduced in S2001.INI this allows any character to be
used :-
REM V44=======CURRENCY CHARACTER=========
REM REMOVE THE # BELOW TO SET A CURRENCY CHARACTER
REM E.G 0x24 IS $, 0x9C IS £, 0x2A IS *. IF THE ENTRY IS 2 DIGITS
REM 0x MUST BE ADDED BEFORE THE 2 DIGIT ENTRY
CURCHAR=0x9C
To change the Variable CURCHAR simply add the Hexadecimal setting for the
character you require. Listed below are some common requirements
*
0x2A
£
0x9C
$
0x24
Page of 89
Display

Click on the first or last page to see other VENTA (serv.man11) service manuals if exist.