WEAPON_FIRED

event_output for WEAPON_FIRED.

This event is generated when a weapon has been fired.

Note

A WEAPON_FIRED event will not trigger for Fire and FireSalvo unless a weapon_effects is defined either on the weapon or on the launched_platform_type.

Format

All Events

<time> <event>
{ < firing platform id> | < weapon platform id> | <UNKNOWN> }
{ NO-TARGET | < target platform  name>}
{ IMPLICIT ( <weapon system id>  ) | IMPLICIT ( <weapon platform id> )}
Engagement: <engagement serial number> Start Time: <time> \
Start_Time: <timestart> Update_Time: <timeupdate> Update_Count: <countupdate> Quality: <trackquality> Domain: <domainspatial> Type: <flagtype><flagcandidate><flagfalse target>
{ Target_Truth: Name: <platformname> Type: <platformtype> Side: <platformside> }
Originator: { <locationLLA> | <locationeci> }
{ Track: { <locationLLA> | <locationeci> } Flags: { <flagLV > }{ <flag3D> }{ <flagRV> }{ <flagBV> }{ <flagEV> } }
{ Truth: { <locationLLA> | <locationeci> } Difference: <|r|perceived - actual> }
{ { Track: Vel: <|v|perceived> m/s Hdg: <hdgperceived> deg } { Truth: Vel: <|v|actual> m/s Hdg: <hdgactual> deg } }
{ Track: { Range: <rangeperceived> m } { Bearing: <brgperceived> deg } { Elevation: <elperceived> deg } }
{ { Truth: Range: <rangeactual> m } { Bearing: <brgactual> deg } { Elevation: <elactual> deg } }
{ Measurement_Error_Sigma: { Range: <SErange> m } { Bearing: <SEbrg>> deg } { Elevation: <SEel> deg } }
{ Type_IDs: [{ <typeid> (<typequality>) }] | Type_ID: <typeid> } { Side_ID: <sideid> } { Signal-To-Noise: <log(S/N)> } { Pixel_Count: <pixel-count> }
{ Frequency: [{ (<flower> <fupper>) }] }
{ Aux_Data: <aux-data> }
{ Measurement_Covariance: Major Axis: <major-axis> m Minor Axis: <minor-axis> m Bearing: <brg> deg \ }
{ State_Covariance: Major Axis: <major-axis> m Minor Axis: <minor-axis> m Bearing: <brg> deg }
{ Residual_Covariance: Major Axis: <major-axis> m Minor Axis: <minor-axis> m Bearing: <brg> deg }

Breakdown

<time>

current simulation time

<event>

simulation event recorded in this message

Player Data consisting of:
one of: <firing platform id> , <weapon platform id> , <UNKNOWN>

engagement info

one of: <NO-TARGET> , <target platform name>

target platform info

one of: IMPLICIT (<weapon system id>) , <weapon platform id>

weapon platform info

Engagement <sn>

engagement serial number

Start Time: <time>

time engagement started

one of: Launch Pk: <Pk> , Intercept Pk: <Pk>

Pk info

Pk Degrade: <Pk degrade>

Pk degrade factor

Pk <Pk constraint>

Pk used to determine weapon] miss or kill (either Launch Pk or Intercept Pk)

Pk Drawn: <Pk Drawn>

Pk drawn for target hit assessment

<CEP> optional

value for Circular Error Probable (CEP)

Launch Lat: <lat> Lon: <lon> Alt: <alt> m

shooter data displayed If Shooter is Present

Target Lat: <lat> Lon: <lon> Alt: <alt> m

target data displayed If Target is Present

Truth Slant Range: <range> m Ground Range: <range> m Down Range: <range> m

truth data displayed If Target and Shooter are Present

Cross Range: <Range> m Relative Alt: <weapon to target offset> m

truth data displayed If Target and Shooter are Present

How it Appears in Output

WEAPON_FIRED:

1285.79108 WEAPON_FIRED sam-tel-n-2 strike-11 sam-tel-n-2_sam_1 Engagement 1 Start Time: 1285.79108 \
 Launch Lat: 36:30:02.46n Lon: 115:08:38.28w Alt: 0.3048 m \
 Target Lat: 37:10:58.05n Lon: 114:35:46.09w Alt: 9144 m \
 Truth Slant Range: 90624.4 m Ground Range: 90224.4 m \
 Down Range: 75942.5 m Cross Range: 48715.2 m Relative Alt: 8505.24 m \
 Target_Track: sam-cmdr-n.1 \
  Start_Time: 1258.70108 Update_Time: 1284.75108 Update Count: 15 Quality: 1 Domain: air Type: Real \
  Target_Truth: Name: strike-11 Type: F-18E Side: blue \
  Originator: LLA: 36:29:52.86n 115:08:48.88w 0.3048 m \
  track: LLA: 37:11:06.30n 114:35:41.77w 9108.92 m Flags: L3 \
  Truth: LLA: 37:10:58.05n 114:35:46.09w 9144 m  Difference: 278.262 m  \
  track: Vel: 338.471 m/s Hdg: 202.557 deg  Truth: Vel: 257.222 m/s Hdg: 201.292 deg \
  track: Range: 91280.5 m Bearing: 32.6857 deg Elevation: 5.31835 deg \
  Truth: Range: 91014.2 m Bearing: 32.7168 deg Elevation: 5.35858 deg

How to Show Event Messages

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