User`s guide

22 DC 900-1339H
FMP Programmer’s Guide
1.2.1 Establishing Freeway Server Internet Addresses
The Freeway server must be addressable in order for a client application to communi-
cate with it. In the Figure 1–3 example, the TCP/IP Freeway server name is
freeway2,
and its unique Internet address is 192.52.107.100. The client machine where the client
application resides is
client1, and its unique Internet address is 192.52.107.99. Refer to
the Freeway User’s Guide to initially set up your Freeway and download the operating
system, server, and protocol software to Freeway.
1.3 Embedded ICP Environment
Refer to the user’s guide for your embedded ICP and operating system (for example, the
ICP2432 User’s Guide for Windows NT) for software installation and setup instructions.
The user’s guide also gives additional information regarding the data link interface
(DLI) and embedded programming interface descriptions for your specific embedded
environment. Refer back to Figure 1–2 on page 19 for a diagram of the embedded ICP
environment. Running a client application in the embedded ICP environment requires
the basic steps described in Section 1.4
1.4 Client Operations
1.4.1 Defining the DLI and TSI Configuration
You must define the DLI sessions and the transport subsystem interface (TSI) connec-
tions between your client application and Freeway (or an embedded ICP). To accom-
plish this, you first define the configuration parameters in DLI and TSI ASCII
configuration files, and then you run two preprocessor programs,
dlicfg and tsicfg, to
create binary configuration files (see Chapter 5). The
dlInit function uses the binary
configuration files to initialize the DLI environment.