|
|
Description:
|
wtSeriUdpCAddress OBJECT-TYPE
SYNTAX INTEGER {wtSeriUdpCAddressOff(1), wtSeriUdpCAddressOn(2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Activating this option activates UDP client mode for changing UDP
servers. The address of the UDP 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 'wtSeriUdpServerPort' and 'wtSeriUdpServerIp' are equal
to zero. Format:
C IP address, Port number<CR> (e.g. 'C172.16.231.101,4800<CR>')
C URL, Portnummer<CR> (e.g. 'Cworkpc.homeip.net,4800<CR>')
2. The parameter 'wtSeriUdpServerPort' contains the Default Port (e.g.,
4800), 'wtSeriUdpServerIP' 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!"
|
|
|
|