User`s guide
104 DC 900-1406E
BSCTRAN Programmer’s Guide
7.1 DLI Configuration File Example
Figure 7–1 is an example of a DLI configuration file that defines several sessions.
//------------------------------------------------------------------//
// DLI configuration file for BSCTRAN //
// //
// This file defines the connections between the BSCTRAN program //
// and individual ICP ports on the Freeway server(s). In this //
// file, a main section is defined along with a section for each //
// ICP port. The names of each section correspond to the names //
// used in the BSCTRAN program to identify an individual Freeway, //
// ICP board, and port. For example, the BSCTRAN command: //
// //
// SHOW 2 FWY0_1 //
// //
// would use connection name "FWY0B1L2" which would access port 2 //
// on ICP board 1 on Freeway 0. The defaults of most of the main //
// section parameters are used, so the parameters do not show up //
// in this file. See the DLI reference manual for a definition of //
// all DLI configuration parameters. //
// //
// If your system has more Freeway servers or ICP boards than are //
// defined in this file, duplicate a section of this file, paste //
// it to the end, then edit the pasted connection names as per the //
// example above and recompile the configuration file. //
// //
//------------------------------------------------------------------//
//------------------------------------------------------------------//
// //
// "main" section. If not defined defaults are used. If present //
// the main section must be the very first section of the DLI //
// configuration file. //
// //
//------------------------------------------------------------------//
main
{
AsyncIO = "yes"; // Asynchronous mode //
TSICfgName = "tsitrancfg.bin"; // TSI configuration file name //
// or TSICfgName = "." (if using DLITE) //
loglev = 3;
tracelev = 3;
traceSize = 64000;
traceName = "dlibsc.trc";
// The following two parameters are for DLITE only: //
MaxBuffers = 1024;
MaxBufSize = 1200;
}
Figure 7–1: DLI Configuration File for BSCTRAN