BM_AI_TAKE_ACTION

A WSF_WEAPONS_MANAGER_AI processor has entered proximity to an assigned target and is performing a formation maneuver.

Format

<time> <event>,Action type: <type>,This AI: <platform name>, <asset id>, <side>
 LLA: <lat> <lon> <alt>,Target: <target name>,<target id>,<target side>,
 LLA: <target lat> <target lon> <target alt>,Action end time: <end time>,
 Range to target: <target range>,Range to zone: <zone range>,Track ID: <track id>

Breakdown

<time>

current simulation time

<event>

simulation event that occurred

<type>

type of action the AI is beginning to fly: Break-Right, Straight, or Break-Left

<platform name>

name of platform which is adding the behavior

<asset id>

asset id of the platform

<side>

side of the platform

<lat>

current latitude of the platform

<lon>

current longitude of the platform

<alt>

current altitude of the platform

<target name>

target truth name

<target id>

target truth id record

<target side>

target truth side

<target lat>

current target truth latitude

<target lon>

current target truth longitude

<target alt>

current target truth altitude

<end time>

simulation time when the action will be completed

<target range>

range from the platform to the track

<zone range>

range from track to the DA center closest to it, zero if no DAs

<track id>

track id record

How it Appears in Output

00:07:38.0 BM_AI_TAKE_ACTION,Action type: Break-Right,This AI: Red_AI_2,Red_AI_2:0,red LLA: 38:37:51.50n 116:34:31.79w 10668 m,Target: 200_ucav,200_ucav:0, LLA: 38:28:26.21n 116:06:03.29w 10668 m,Action end time: 478,Range to target: 44869.1,Range to zone: 0,Track ID: Red_AI_2:1

00:07:44.0 BM_AI_TAKE_ACTION,Action type: Straight,This AI: Red_AI_3,Red_AI_3:0,red LLA: 38:33:05.77n 116:36:31.38w 10668 m,Target: 300_ucav,300_ucav:0, LLA: 38:23:15.42n 116:08:20.86w 10668 m,Action end time: 484,Range to target: 44764.6,Range to zone: 0,Track ID: Red_AI_3:1

00:07:59.0 BM_AI_TAKE_ACTION,Action type: Break-Left,This AI: Red_AI_1,Red_AI_1:0,red LLA: 38:25:56.43n 116:39:04.02w 10668 m,Target: 400_ucav,400_ucav:0, LLA: 38:15:31.11n 116:11:28.52w 10668 m,Action end time: 499,Range to target: 44511.4,Range to zone: 0,Track ID: Red_AI_1:1

How to Show Event Messages

event_output
   file replay.evt              # write event messages to file "replay.evt"
   enable BM_AI_TAKE_ACTION
end_event_output