Enabling the Reception of ALERT2 Data via ComPorts
To receive ALERT2 data through a com port, add the following line to the dwtask.cfg file:
\DataWise\Core\alert2_operational.exe c=comxx [b=baudrate] [+A] [+C] [+N] [+all] [copy=n]}
Where:
comxx the com port to receive data on (e.g., com1)
baudrate the baudrate of the com port (e.g., com1)
+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