Home › Forums › Knowledge Base › Hardware › Legacy Hardware › “Javelin” CPU by Javelin
- This topic has 0 replies, 1 voice, and was last updated 19 years ago by
Rob.
-
AuthorPosts
-
April 14, 2006 at 12:09 am #1446
Rob
Member“Javelin” CPU by Javelin
Last edited: December 15, 2003 08:09 AM
This document is to provide information on the SunTouch wedge unit. This is a color touch screen which comes with an internal hard or floppy drive. It contains three serial and one parallel port. Optional customer display or mag stripe reader is also available.
CMOS SettingsEnter
– -S when prompted on bootup. Use PageUp/PageDown keys to change pages. Use arrow keys to move between options. Use +/- keys to change option settings. Page 1 –
If floppy drive is installed set Diskette A: to 3.5 Inch, 1.44MB. Otherwise set to Not Installed.If a hard drive is installed set Fixed Disk C: to Type 48, then press F1 to autoconfigure it. Note: Some hard drives to include Conners and Quantums are not compatible with the autoconfigure routine and need to be configured manually. Otherwise set to Not Installed.
Page 2 –
Set Shadow System BIOS to Disabled
Set Shadow Video BIOS to Disabled
Set IDE0 Transfer Rate to SlowestTo EXIT and SAVE the changes press F10 — ESC will not save changes
Network Card ConfigurationNote: All configuration utilities should be run from directories on the drive they booted from, not networked directories.
1) Change to ENET directory.
2) Run RSET8019.
Note: Motherboards prior to revision D, which started shipping in June of 96, should run RSET8009 instead.
3) Press Space Bar to see menu.
4) Select SETUP NEW CONFIGURATION.
5) Select I/O Base address.
6) Select 300-31FH.
7) Press ESC, then select YES.
[color=black:ir9spec7]8[/color:ir9spec7]) Select Exit RSET, then select YES.
CalibrationIf the Javelin was previously calibrated and has lost calibration, perform the following:
1) On the local drive, change to the TSCDRVSOURCE directory.
2) Type ECALL /4 and touch each of the four points on the screen as prompted.
3) Reboot the computer by turning power off, then back on.If the Javelin does not calibrate, or if the Javelin has been received from the factory uncalibrated, you may have to perform the following steps instead:
1) Change to TSCDRVSOURCE directory.
2) Run CALIB 1 2400.
3) Touch the four points on the screen as prompted.
4) Run SETUP 1 2400.
5) Verify touch by sliding your finger around the screen.
6) Press Baud Rate to set to 9600.
7) Press Down Load and verify that it says SENT OK.
[color=black:ir9spec7]8[/color:ir9spec7]) Press ESC to exit SETUP.Note1: Previously calibrated Javelins needing recalibration will usually have retained their baud rate setting. If these utilities don’t respond to touch, run them again substituting 9600 for 2400.
Note2: If the utilities run correctly, but Touchnet runs 180 degrees out of calibration, run ECALL. It will prompt you through calibration in each of 10 video modes. This normally is done at the factory.
Boot Files for Server
Config.sys
[MENU] ; The DOS dual boot
MENUITEM=NORMAL,Normal Operations ; is only needed if
MENUITEM=MODEM,Call for Support ; you have a modem on
MENUDEFAULT=NORMAL,10 ; the station.
; ||
[NORMAL] ; ||
; ||
[MODEM] ; ||
; /
[COMMON] ; —-
DEVICE=C:DOSHIMEM.SYS
DEVICE=C:DOSEMM386.EXE NOEMS
DEVICEHIGH=C:DOSRAMDRIVE.SYS 300/E
BUFFERS=30,0
FILES=100
DOS=HIGH,UMB
LASTDRIVE=Z
FCBS=16,0
STACKS=9,256
DEVICEHIGH=C:TSCDRVXBDTF.EXE /COM1 /9600 ; These two commands
DEVICEHIGH=C:TSCDRVETSL.EXE ; required for touch.
Autoexec.bat
@ECHO OFF
PROMPT $p$g
PATH C:;C:DOS;C:TSCDRV;C:TOUCHNET;C:LANTASTI;C:TOOLS;C:UTILITY
SET TEMP=C:DOS
SET SLOWSCROLL=30
Rem ****************************************************************
Rem *
Rem * DTF Touch Screen Drivers Software version 1.14 Configuration:
Rem *
Rem *****************************************************************
XBDTF /FILE=C:TSCDRVECAL.DAT
ETSL /BEEP=OFF /REFRESH /INTERVAL=0 /HOLDOFF=0
Rem ************************** End of Configuration *****************
LH VESA ; Required for 256 color
SETCOM 2 338 ; Redirects COM2 to S5.
LH MODE COM2:9600,N,8,1,P ; Req for customer dsply
MODE COM3:9600,N,8,1,P ; Set mode commands as app.
MODE COM4:9600,N,8,1,P ; for model of printer.
MOVERAMD Z:
GOTO %CONFIG% ; Needed only if modem
; is on this station.
:MODEM ; ||
CDHOST ; ||
HOST -C ; ||
GOTO :END ; ||
; /
:NORMAL ; —-
LH NEX000 16-BIT IRQ=5 IOBASE=300 ; Network driver
LH AILANBIO
LH REDIR /LOGINS=4 MAIN ; Substitute node name if
LANCACHE CACHE_SIZE=1600 TYPE=XMS ; a print server.
LH SERVER
LH HASPSERV ; Run only on MAIN.
LH EMOUSEL.COM ; Touch driver.
MENU
:END
Boot Files for Workstation
Config.sys
DEVICE=A:HIMEM.SYS
DEVICE=A:RAMDRIVE.SYS 600 /E
DEVICE=A:TSCDRVXBDTF.EXE /COM1 /9600
DEVICE=A:TSCDRVETSL.EXE
DOS=HIGH
FILES=60
LASTDRIVE=Z
STACKS=9,256
BUFFERS=30
FCBS=16,8
Autoexec.bat
@ECHO OFF
PROMPT $p$g
PATH A:;A:LANTASTI;A:ENET;A:TSCDRV;A:TSCDRVSOURCE;
SET SLOWSCROLL=30
Rem ***************************************************************
Rem *
Rem * DTF Touch Screen Drivers Software version 1.14 Configuration:
Rem *
Rem ***************************************************************
XBDTF /FILE=A:TSCDRVECAL.DAT
ETSL /BEEP=OFF /REFRESH /INTERVAL=0 /HOLDOFF=0
Rem ************************** End of Configuration ***************
VESA
SETCOM 2 338 ; Redirects COM2 to S5.
MODE COM2:9600,N,8,1,P
MODE COM3:9600,N,8,1,P
MODE COM4:9600,N,8,1,P
MOVERAMD Z:
LOADHIGH NEX000 16-BIT IRQ=5 IOBASE=300
AILANBIO /INITIAL_SEND_SIZE=1024
REDIR ? ? ? ? ? ? /LOGINS=4 /SIZE=5120 ; Substitute node name.
NET LOGIN/WAIT \MAIN
NET USE C: \MAINC-DRIVE
EMOUSEL.COM
PATH C:;C:DOS;C:TOUCHNET;C:TOOLS;C:UTILITY;A:TSCDRV;C:LANTASTI
SET COMSPEC=C:DOSCOMMAND.COM
C:
CDTOUCHNET? ? ? ? ? ? ; Substitute application dir.
TOUCHNET ? ? ? ? ? ? ; Substitute node name.
Network
The network card is NE2000 compatible. When installing Lantastic choose Novell 16-bit NE2000 for the adapter.
Required filesTSCDRV directory
EMOUSEL.COM
ECAL.DAT
DRAW.EXE
ECALL.EXE
EMOPTL.EXE
ETSL.EXE
XBDTF.EXE
SETUP.EXETSCDRVSOURCE directory
ETSS.ASM
BID.BAT
CALDAT.DAT (stores the calibration settings)
SETPARAM.DAT (stores the setup information)
CALIB.EXE
AETUP.EXEUTILITY directory
VESA.COM
Printer CablesSuntouch Printer
RJ45 DB25
—- —-
3 — TXD — 3 black
5 — SG — 7 green
6 — DSR — 4 yellow
8 — CTS — 20 whiteSuntouch Printer
RJ45 DB9
—- —
3 — TXD — 2 black
5 — SG — 5 green
6 — DSR — 7 yellow
8 — CTS — 4 whiteModem Connector (converting RJ connector to standard port)
RJ DB25Male
1
DCD—- 8 – Blue
2
RXD—- 3 – Orange
3
TXD—- 2 – Black
4
DTR—- 20 – Red
5
SG
7 – Green
6
DSR—- 6 – Yellow
7
RTS—- 4 – Brown
8
CTS—- 5 – White
Jumpers/PortsJP19 internally should be set at the factory to have pins 1 and 6
jumpered together with pins 2 and 5 unjumpered.S1 port closest to the parallel port is COM 3, No IRQ.
S2 port second from the parallel port is COM 4 IRQ3.
S5 port third from the parallel port is COM 2, No IRQ.
Floppy Drive Boot DiskThe following files would need to be on the floppy disk:
1. Normal workstations boot disk files with EMOUSEL.COM as the
mouse driver.
2. TSCDRV.Dir and SOURCE.Dir as well as all necessary files as
mentioned above.
3. ENET.Dir with the appropriate files so the net card can be
programmed.Make sure the VESA.COM is on the boot disk
The Autoexec.Bat should be the standard — with exception of a PATH which would have the A:TSCDRV;A:TSCDRVSOURCE so that the calibration information would be correctly stored.
Related Documents
Document Revisions
7/9/96
Added cable specifications for printer with DB9 connector.
10/5/99 rw
Revised calibration instructions to use more reliable method.
-
AuthorPosts
- You must be logged in to reply to this topic.