Super Systems CarbCALC II User Manual

Page 46

Advertising
background image

CarbCalcII Configuration

CarbCalc II

45

© 2005,2006,2007 Super Systems Inc.

CarbCalc.ini file : This file will be located in the same directory that contains CarbCalcII.exe (the
application directory). This file is used to configure some operating modes, and database locations
and external database structure.

The General section

·

TID = xxxx (where xxxx = a 4 digit TrialID number. Do not remove this number, you may lose your
registration.)

·

RTMONITOR=x (where x=0 or 1. When set to 1, puts CarbCalc in a Replay/Monitor mode using
CCLoads Database)

·

BMIntegration=x (where x=0 or 1. When set to 1, puts CarbCalc in a BatchMaster Monitor mode
using and external Database)

The Databases section

·

Material=<name>.mdb (where <name> is the name of the material access database (default
carbcalc.mdb if not specified)

·

CCLoads=<name>.mdb (where <name> is the name of the CarbCalc Load access database
(default CCLoads.mdb if not specified)

Note: the database names may be filename only (assumes file is in the application directory) or full
path and filename.

The BMLoads section (only required when BMIntegration=1, ignored otherwise)

·

DSN=<name> (where <name> is the ODBC DSN)

·

T_LOAD=<name> (where <name> is the table name for the table containing the load information)

·

F_ID=<name> (where <name> is the field name for the numeric field containing the load ID)

·

F_LNAME=<name> (where <name> is the field name for the character field containing the load
Name)

·

F_FCE=<name> (where <name> is the field name for the character field containing the Furnace
Name)

·

F_TIMEIN=<name> (where <name> is the field name for the datetime field containing the Load Start
time)

·

F_TIMEOUT=<name> (where <name> is the field name for the datetime field containing the Load
End time)

·

F_LINFO=<name> (where <name> is the field name for a character field containing additional Load
Information)

·

F_COMMENTS=<name> (where <name> is the field name for a character field containing additional
LoadComments)

Sample Carbcalc.ini file

[General]
*trial ID
TID= 9638
RTMONITOR=0
BMIntegration=1

[DataBases]
Material=carbcalc.mdb
CCLoads=C:\ssi\data\CCLoads.mdb

[BMLoads]
DSN=BM1
T_LOAD=Loads

Advertising