User manual

24
Example:
load chapi TXA dll=chapi_dhv11.dll
set TXA address=017760520 vector=0340 trace_level=1
#LINE[0] IS SERVER
set TXA line_dll[0]=chapi_serial line_cfg[0]=tcpip
set TXA line_is_terminal[0]=true line_param[0]="port=10020 application=txa0.ht"
set TXA line_dll[1]=chapi_serial line_cfg[1]=com
set TXA line_is_terminal[1]=true line_param[1]="com=1"
set TXA line_dll[2]=chapi_serial line_cfg[2]=moxa
set TXA line_is_terminal[2]=true line_param[2]="ip=192.168.127.254 port=1"
set TXA line_dll[3]=chapi_serial line_cfg[3]=moxa
set TXA line_param[3]="ip=192.168.127.254 port=2"
#LINE[4] IS CLIENT
set TXA line_dll[4]=chapi_serial line_cfg[4]=tcpip
set TXA line_param[4]="ip=192.168.1.1 port=10055"
DLV11
The CHAPI DLV11 QBUS / DL11 UNIBUS devices are implemented with
CHAPI_DLV11.DLL and use CHAPI_SERIAL.DLL and CHAPI.DLL for its implementation.
The DLL is available in both binary and source code (source code is listed in document
#30-09-06). This implementation can map its line to:
1. A standard PC COM port;
2. A TCP/IP port;
3. A port on a MOXA Nport 5210 family Ethernet serial line multiplexer.
The DL(V)11 is implemented using the serial I/O CHAPI support library (see 5.2).
This device cannot be configured using the legacy
parameter
configuration method. The
configuration options are as follows:
load chapi TT1 dll=chapi_dlv11.dll
set TT1 address=<address> vector=<vector> trace_level=<level>
set TT1 line_dll=<serial library dll file>
set TT1 line_cfg=<name of the port to load>
set TT1 line_is_terminal=<do we need force XON/XOFF flow control>
set TT1 line_param=”<string of parameters for the line>”
set TT1 baud_rate=<preselected baud rate of the line>
set TT1 baudselen=<must be true to enable program baud rate selection>
set TT1 dtr=<must be true to force set DTR signal ON>