58
MPS4232
Section 5: Software
The UDP sengs control the target and enable of scan data out the UDP port.
DESCRIPTION Returns all of the UDP sengs
SYNTAX LIST UDP
RETURNS All of the seng followed by the prompt.
EXAMPLE LIST UDP
SET ENUDP 0
SET IPUDP 224.0.1.2
>
COMMAND ENUDP
TYPE Set/Get
DESCRIPTION Congures UDP data output.
SYNTAX SET ENUDP <0 or 1>
Where:
0 = Disabled
1 = Enabled
RETURNS Prompt when ready to accept a new command
EXAMPLE SET ENUDP 1
>
DEFAULT 0
RANGE 0 or 1
NOTES SET FORMAT F B must be set for the MPS to send Binary data via UDP.
COMMAND IPUDP
TYPE Set/Get
DESCRIPTION Sets the UDP data output target address and port.
SYNTAX SET IPUDP <udpadd> <port>
Where:
<udpadd> = Is the target IP address for the UDP scan data.
<port> = Is the target port.
RETURNS Prompt when ready to accept a new command
EXAMPLE SET IPUDP 224.0.1.2 23
>
DEFAULT 0.0.0.0 0
RANGE <Any valid IP address> <0-65535>