AkUDPCAI2
Purpose:
-
Handle the incoming UDP stream from a CAI analyzer, process the data using framing rules, and set events for further handling.
Enter:
-
AkUDPCAI2 [pri = priority] <i = instrument_name> <port = port> [to=timeout] [v = verbose_file]
Where:
-
pri
Optional. Specify the task priority. The default is 15.
i
Specify the instrument name.
port
Specify the port on local machine to serve.
to
Optional. Specify the timeout in seconds. The default is 3.
v
Optional. Specify either stdout or a report file name.
Example:
-
AkUDPCAI2 pri=10 i=MyInstrument port=8080 to=5 v=report.log
Notes:
-
For the command to work, there must be a corresponding test interface and TCP task (i.e. for the same instrument_name).The port must be unique to this instrument_name (i.e. the same port cannot be used for more than one instrument).