This page describes the UDP Sender device driver. It sends a message using UDP to the configured server It requires a helper script (Perl) in /home/satnms/udp-message.pl It could be trigged by any event.
Device window pages
The following table shows which device window pages are available with this individual device type. Tool-bar functions not mentioned here are described at the general description of device windows .
--- The device info page.
--- The maintenance page.Configuration parameters
At the maintenance page of the device window there are a couple of configuration parameters which must be set to make the software talk to the N2P proxy server as well as defining the notification event.
| parameter | description |
|---|---|
| input.Id | Defines the parameter triggering an event (e.g. SUMMARY.fault). |
| ipAddr | Defines the ip address of the receiver. |
| tcpPort | Defines the tcp port of the receiver. |
Variables defined by this device driver
| name | type | flags | range |
|---|---|---|---|
| info.driver | TEXT | R/O | StringRange R/O |
| lowLevel.cmd | TEXT | StringRange | |
| lowLevel.reply | TEXT | R/O | StringRange R/O |
| faults.99 | ALARM | R/O | AlarmFlagRange R/O (Communication) |
| faults.commstat | TEXT | R/O | StringRange R/O |
| info.type | TEXT | R/O | StringRange R/O |
| info.frame | TEXT | R/O | StringRange R/O |
| info.lastReturn | TEXT | R/O | StringRange R/O |
| info.lastMessage | TEXT | R/O | StringRange R/O |
| info.returnCode | TEXT | R/O | StringRange R/O |
| config.input.Id | TEXT | SAVE SETUP | StringRange |
| config.ipAddr | TEXT | SAVE SETUP | StringRange |
| config.tcpPort | TEXT | SAVE SETUP | StringRange |
| input | TEXT | StringRange | |
| execute | TEXT | StringRange |