Please note that access to these files is limited to IEE current and future customers and not available to the general public.

The following table describes the various folders and files contained on the SDK CD that is shipped with the ScanVue price verifier. The files are available for download, or you may contact the IEE Sales Engineer at (800) 422-0867 to obtain an SDK CD.

 

ScanVue Software Developer’s Kit CD Contents

IEE SDK.zip

Complete ScanVue SDK Kit in a zip format

Documentation folder

ScanVue operation and protocol documentation.

POS folder

Demo programs, servers and utilities to setup, configure and run a ScanVue unit.

Sample Utilities folder

Sample and demonstration code and sources.

UnitConfig folder

Contains version of UnitConfig that is not installed on the server and is to be run from the CD ROM. Use this for configuring the ScanVue.

QuickServer.exe

Compressed version of the POS folder. This is for ease of installation of the POS folder on your server.

SSMInstall.exe

Installer for the Slide Show Editor program.

SetupServer.exe

Installer for standard Windows server.

 

 

Documentation Folder Contents

ScanVue Mini-Kiosk User Manual.pdf

Set-up and User Guide for the ScanVue price verifier.

ScanVue Universal Quickstart Guide.pdf

Guide covering the basic set-up for all ScanVue models with appendices for Windows 98, ME, 2000 and XP.

ScanVue V7.3X Web Browser User Guide.pdf

User Guide for V7.20 (Firefox) Web Browser

Slideshow Editor User Guide.pdf

How to create and display slideshows.

Configuration Barcodes.pdf

Barcodes to display the information screens, re-initialize ScanVue, save and restore the current configuration, verify operation and commit changes made.

ScanServOCX.pdf

ProductInfo Server Library Documentation. Describes how to use this library to set up your own ProductInfo Server using VB. Similar to demoserv which is written in C.

SVLite User Guide.pdf

Set-up and User Guide for Low Cost ScanVue Value+

Internal Demo Barcodes.pdf

Barcodes for the items used in the internal demo lookup file

TextColors.html

Color number chart for text foreground and background colors

Metrologic Quantum Configuration Guide.pdf

Metrologic Quantum Scanner IS3480 bar codes used to re-configure scanner for special applications used in TxA5-xxx7 and Tx42-xxx7 series ScanVue units manufactured beyond October 1, 2006.

Intermec Scanner Set Up.zip

Intermec program for configuring Intermec linear scanners. Low Cost ScanVue Value+ uses an Intermec E1022 linear scanner.

Installation Guide,Software Updates.pdf

Instructions for updating the CompactFlash Operating System from the network server.

Replacing the CompactFlash in TAxx-4 Series Slimline ScanVue.pdf

Step-by-step “how to” guide of replacing the CompactFlash in TAxx-4 series ScanVue products.

Replacing the CompactFlash in TAxx-6 Series ScanVue.pdf

Step-by-step “how to” guide of replacing the CompactFlash in TAxx-6 series ScanVue products.

Frequently Asked Questions About ScanVue.pdf

Common FAQ with answers.

 

The POS directory is a simple example of how to organize the file on ScanVue’s file server. The easiest way to recreate the server tree is to copy all the files from this directory into C:\POS on your system, then share that directory as POS with EVERYONE having READ privileges.

Note: all the *.exe program have to be run from a DOS box inside Windows.

 

POS Folder Contents

Fonts folder

Contains many font files and the documentation on them. Also, has a font viewer (txshow.exe) and a font editor (gft.exe).

Graphics folder

Contains the images required for the sample Clock slide show in the *shows* folder.

Images folder

Contains the images used for the sample item bar codes used with the demo server.

Shows folder

Contains two sample slide show files.

BIT16X32.gif

The default, built-in font. A list of the glyphs and their codes.

COMDLG32.OCX

 

data.dat

The “database” of a few items used by the demo server.

data.dat.documented

Documentation on how the data.dat file is organized.

Demoserv Bar Codes.pdf

Print these bar codes on a laser printer and use them with the demo server.

demoserv.exe

A demonstration product query server.

heartbeat.exe

Utility that periodically checks a ScanVue unit and retrieves operational information.

ModeSet.exe

A command line utility to read ScanVue’s modes.

MSFLXGRD.OCX

 

nanoserv.exe

A simplified version of demoserve which is easier to understand.

PortSet.exe

 

probe.exe

A special version of heartbeat that gets the ScanVue’s information just once.

ProductInfo.ocx

 

Push.exe

 

Qfxclnt.exe

 

qfxserv.exe

QFX is a low-overhead, high-speed file server.

scanserv.exe

A sample server written in VB, using scanserv.ocx.

scanserv.ocx

ScanServ.ocx is a library you can use to create your own ProductInfo server in Visual Basic or other Microsoft languages.

scanVue.ini

ScanVue’s initialization file.

sst.exe

Program to send text to a printer attached to the serial port that is configured by PortSet.exe.

 

Additional Fonts

Arabic Fonts

Arabic Fonts for AMLCD ScanVue models with software version 6.43 and later.

Greek Fonts

Greek Fonts for AMLCD ScanVue models with software version 6.39 and later.

 

The Sample Utilities folder contains sample routines and code to show how to interface to ScanVue units. They are not meant to be definitive and have limitations (for example, they are single-threaded and cannot respond to more than one unit at a time). Any programmer will be able to take this sample code and generate software appropriate for your installation.

 

Sample Utilities Folder Contents

DemoServ

Simple single-thread ScanVue request server.

HeartBeat

A utility that periodically checks a ScanVue unit’s status and retrieves current operational information.

Modeset

Command line utility to read and set ScanVue’s modes.

nanoserv

A simplified version of demoserve which is easier to understand.

PortSet

Utility to configure ScanVue serial port.

Probe

A special version of HeartBeat that retrieves the information only once.

ProductInfo

How to create an ActiveX DLL to obtain product information.

QFXClient

 

QfXServer

Quick File Exchange file server.

ScanServ

A library used to create your own ProductInfo server in Visual Basic or other Microsoft languages.

SendSpecialText

Utility to send special text characters to ScanVue

ThreadedDemoServ

A Windows-based multi-threaded server. It is not as functionally up-to-date as the single-threaded demoserv, but provides a good bassis for multi-threaded operation.

UnitConfig3.4.Zip

UnitConfig has been upgraded to version 3.4 and now works with the ProductInfo.ocx library, as does portset. It will work stand-alone with its support files and does not have to be installed.