|
|
Description:
|
wtSeriTcpCAddress OBJECT-TYPE
SYNTAX INTEGER {wtSeriTcpCAddressOff(1), wtSeriTcpCAddressOn(2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Activating this switch activates TCP client mode for changing TCP
servers. The address of the TCP server does not have to be permanently
configured, but rather is sent on the serial interface before the user
data as an ASCII string. The string for the addressing is not sent.
There are two possibilities for string format:
1. The parameters 'wtSeriTcpServerPort' and 'wtSeriTcpServerIp' are equal
to zero. Format:
C IP address, Port number<CR> (e.g. 'C172.16.231.101,4800<CR>')
C URL, Port number<CR> (e.g. 'Cworkpc.homeip.net,4800<CR>')
2. The parameter 'wtSeriTcpServerPort' contains the Default Port (e.g.,
4800), 'wtSeriTcpServerIP' contains the first three bytes of the IP
address (e.g., 172.16.231.0)
Format: C4.byte IP address (e.g., 'C101<CR>')
The string is not allowed to contain any spaces!"
|
|
|
|