Installation guide
46 DC 900-1325I
Freeway Server-Resident Application (SRA) Programmer Guide
Figure 3–2: Connection between DLI and TSI configuration files
4018
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
// SRA DLI Configuration File (text version) Name: sradcfg
main
{
TSICfgName = "sratcfg.bin"; // Name of SRA TSI config. file (binary version)
}
// First Session Definition Section - ICP 0, Port 0
icp0port0 // Session Name
{
Transport = "conn0"; // Matches connection in SRA TSI config. file
}
// Second Session Definition Section - ICP 0, Port 1
icp0port1 // Session Name
{
Transport = "conn0"; // Matches connection in SRA TSI config. file
// SRA TSI Configuration File (text version) Name: sratcfg
main
{
}
// First Connection Definition Section
conn0 // Connection Name
{
Server = "localhost"; // Local loopback connection (127.0.0.1)
}
// Second Connection Definition Section
conn1 // Connection Name
{
Server = "192.169.1.118"; // Address of another Freeway server (optional)
}
●
●
●