Installation Instructions
Eng. No: 601-0009-01
ZBD Displays Limited
Work Instructions
Tesco Basestation Setup
Instruction
Strictly Private & Confidential
© 2006 ZBD Displays Ltd
Page 3
Example test command:
use dxCountersClient
go
select count(*) from txProduct
go
Installing Weighscale S/W
Add the 'Message Queueing' component from the Add/Remove
components control panel section.
Copy TescoCounters folder from c:\ScalesClientInstall directory to
c:\Program Files.
The following config options may need to be changed:
In file "CountersClient.exe.config":
<appSettings>
<add key="ConfigurationFile" value="CounterConfiguration.xml" />
<add key="scaleattached" value="V" />
<add key="printerenabled" value="N" />
<add key="comport" value="3" />
<add key="baudrate" value="38400" />
<add key="databits" value="8" />
<add key="stopbits" value="0" />
<add key="parity" value="2" />
<add key="flowcontrol" value="0" />
<add key="readtimeout" value="500" />
<add key="printerip" value="192.168.0.1" />
<add key="printerport" value="2001" />
<add key="shutdowncmd" value="shutdown.exe" />
<add key="shutdownprms" value="-s -t 0 -f" />
<add key="restartprms" value="-r -t 0 -f" />
<add key="logfilename" value="c:\CountersLog" />
Check that the following settings have been configured – example as
above
scale attached = v
printer Enabled = N
V = Virtual
N = None
logfilename – change drive letter depending only local drive – eg.
d:\Counterlog to c:\Counterlog
In file "CounterConfiguration.xml":
<appSettings>
<add key="SqlXmlConnectionString"
value="Provider=SQLOLEDB;data source=(local)\counters;initial
catalog=dxCountersClient;uid=sa;pwd=" />