vt100, vt200, vt300, vt220, vt320
The terminal type must be defined either using the AWIN or TERM
environment variable.
To start the alpha driver from within Eloquence, you have to give
the following command:
DLG SET ".driver","alpha"
This will redirect output to your terminal (/dev/tty).
To specify a different output display you may specify:
DLG SET ".driver","alpha -display /dev/tty1p1"
To specify additional arguments for the alpha driver, you may specify:
DLG SET ".driver","alpha -IDMtracefile trace"
For a list of valid commandline arguments, please refer to the
ISA Dialog Manager documentation.
The last driver argument (if present) will be considered the name
of a defaults file used by the driver instead of the default one.
For example:
DLG SET ".driver","alpha /usr/eloquence/dm/defaults.eq"
Example above will specify a defaults file.
Network Driver
The Eloquence client/server network driver is implemented for the
MS Windows GUI.
Starting the driver
To start the network driver from within Eloquence, you have to give
the following command:
DLG SET ".driver","@hostname"
where hostname is the name of the system, where the user interface
(dialog server) should run.
Hostname must be defined in your /etc/hosts file.
You may also use the IP address instead of the host name.
Additional driver arguments must be placed in the eloq.ini configuration
file. Please refer to chapter ELOQ.INI File on the PC Platform for further reference.
Network driver startup
There are two ways, how the network driver is started:
- Automatic startup
If the PortRange (defined in eloq.ini) is nonzero, Eloquence will
use the RUNSRV utility to startup the dialog server.
- Manual startup
If the PortRange (defined in eloq.ini) is zero, Eloquence will wait
until the dialog server connects.
The Dialog server must be started manually.
Last update: 95/11/08