User`s guide
5: ADCCP NRM Link Configuration Using dlicfg
DC 900-1317J 105
main // DLI “main” section: //
{
asyncIO = “no”; // Wait for I/O completion //
tsiCfgName = “nrmaltcfg.bin”; // TSI binary config file //
}
ICP0link0 // First session name: //
{ // Client-related parameters: //
asyncIO = “no”; // Use blocking I/O //
boardNo = 0; // First ICP is zero //
portNo = 0; // First ICP link is zero //
protocol = “ADCCPNRM”; // Session protocol //
transport = “client1”; // TSI connection name specified //
// in TSI configuration file //
// Optional protocol parameters (different from defaults)://
dataRate = 4800; // 4800 bits/second //
retryLimit = 10; // 10 retries //
circuitID = 1; // Circuit ID //
remoteAddrSize = 1; // Remote address size //
remoteAddress = 3; // Remote address //
}
ICP0link1 // Second session name: //
{ // Client-related parameters: //
asyncIO = “no”; // Use blocking I/O //
boardNo = 0; // First ICP is zero //
portNo = 1; // Second ICP link is one //
protocol = “ADCCPNRM”; // Session protocol //
transport = “client1”; // TSI connection name specified //
// in TSI configuration file //
// Optional protocol parameters (different from defaults)://
msgBufSize = 512; // 512-byte message buffer size //
circuitID = 2; // Circuit ID //
localAddrSize = 1; // Local address size //
localAddress = 5; // Local address //
}
Figure 5–2: Example DLI Configuration File for Two Links