Enabling the Reception of ALERT2 Data via an Incoming TCP/IP Socket
To enable the reception of ALERT2 data via an Incoming TCP/IP Socket , add the following line to the dwtask.cfg file:
\DataWise\Core\alert2_campbell.exe port=socket_port [+A] [+C] [+N] [+all] [copy=n]}
Where:
socket_port is the 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