Home › Forums › Knowledge Base › Hardware › Legacy Hardware › Javelin Styling Guidelines
- This topic has 0 replies, 1 voice, and was last updated 19 years ago by
Rob.
-
AuthorPosts
-
April 14, 2006 at 12:17 am #1448
Rob
MemberJavelin Styling Guidelines
Last edited: December 15, 2003 08:09 AM
Customer Display
The customer display is treated like a local printer. Each Javelin’s display must be individually listed in printer definitions as a local printer. For the original Javelin use COM2. For the Javelin2 use COM4. Print templates must then be used to format the output for them. Premade [color=red:3lphse9p][u:3lphse9p][b:3lphse9p]Javelin Customer Display Templates[/b:3lphse9p][/u:3lphse9p][/color:3lphse9p][/url:3lphse9p] are available or you can make them yourself as follows:
ASCII:17,01,18
(20 characters text)(17 blanks)X(2 blanks)
(20 characters text)(17 blanks)X(2 blanks)Note that a character other than a blank must appear as the 38th character and that the last 2 characters must be blank. This is to get the text for the second line to line up properly on the display. Assuming the standard templates are used styling is as follows. Note that the Print To commands were omitted but need to follow the Do Template commands to function properly.
1. In the STARTUP chain put Do Template CUSCLEAR, to clear the screen.
2. Make a chain called ORDERITM with the Do Template CUSITEM command.
3. In local options for all nodes with a customer display add the command Chain to ORDERITM for the Order Item Instruction.
4. In all chains where items are ordered that need to display but where the chain does not terminate, add the Chain to ORDERITM command immediately after the Order Item command.
5. On the button that exits you from the menu pages(usually the white box in the lower left corner) add Do Template CUSTOTAL.
6. On the tender chain after the Compute Change command add Do Template CUSCHANGE.
7. On any cancel button add the command Do Template CUSCLEAR.Cash Drawers
The cash drawer ports are fired by shelling out to an executable. CD1.COM fires cash drawer 1 and CD2.COM fires cash drawer 2. Both executables are contained in CD1.ZIP.
1. Unzip CD1.ZIP into the application directory.
2. Style a shell leaving the directory blank and putting CD1 on the command line.
3. Check Preserve Screen. Do NOT check any other boxes.
4. Save the shell, calling it CD1.
5. If a second cash drawer is connected, style a CD2 shell with CD2 on the command line.
6. Style in a Shell to CD1 command wherever the cash drawer needs to be opened.MODE Command
In the AUTOEXEC.BAT, set the MODE command as follows:
MODE COM2:9600,N,8,2 for the original Javelin
MODE COM2:2400,N,8,2 for early models with a 2400 baud chip
MODE COM4:9600,N,8,1 for Javelin
Related Documents
Revisions
1/14/97 – Added customer display instructions for the Javelin2.
5/1/97 – Added instructions for styling the Javelin2 cash drawers.
-
AuthorPosts
- You must be logged in to reply to this topic.