Enabling the Reception of ALERT2 Data via an Outgoing TCP/IP Socket


To enable the reception of ALERT2 data via an Outgoing TCP/IP Socket , add the following line to the dwtask.cfg file:

\DataWise\Core\alert2_operational.exe tcp=ip:port [+A] [+C] [+N] [+all] [copy=n]}

Where:
ip:port is the IP address : TCP/IP port to receive data on
+A instructs the software to decode ALERT2 type A messages
+C instructs the software to decode ALERT2 type C messages
+N instructs the software to decode ALERT2 type N messages
+all instructs the software to decode all ALERT2 messages
n is the copy of the application being executed (default is 1)


Additionally, the following line should be added to the dwtask.cfg file in order to process ALERT2 data:

DataWise\Core\process_alert2.exe
Note that only one copy of process_alert2.exe should be added to file dwtask.cfg