SM Agent Technology For Human Operator Modelling

Size: px
Start display at page:

Download "SM Agent Technology For Human Operator Modelling"

Transcription

1 SM Agent Technology For Human Operator Modelling Mario Selvestrel 1 ; Evan Harris 1 ; Gokhan Ibal 2 1 KESEM International Mario.Selvestrel@kesem.com.au; Evan.Harris@kesem.com.au 2 Air Operations Division, DSTO Gokhan.Ibal@defence.gov.au Abstract. When specifying and creating a model of a human operator, it is a desirable objective that the model should reason in a way that is accepted as intuitive by analysts, domain experts, operators and lay people. The OODA loop is a widely known and accepted model within the military domain that characterises military decision making as a four part looping process. The four parts of the OODA loop are: Observe, Orient, Decide and Act. The Air Operations Division (AOD) of DSTO has mapped the OODA loop on to a four-box model as: (Observe), (Orient), Selection (Decide) and Execution (Act). In this paper we present SM Agent Technology, a software architecture for human operator models that implements this four-box model as a collection of Finite State Machines. In this architecture, each stage in the four-box model is represented by one or more Finite State Machines. Furthermore, the human operator s static knowledge, which does not vary in time, and dynamic knowledge, that does vary in time, is explicitly represented using Belief Desires Intention (BDI) concepts. By constructing the SM Agent architecture of the model along these lines, the complexity of the overall model is reduced, facilitating knowledge transfer, understanding and discussion between analysts, domain experts, operators and software engineers. A model of an Armed Reconnaissance Helicopter (ARH) Crew has been developed using SM Agents and integrated into the BattleModel simulation environment where it has been successfully used in conducting studies. 1. INTRODUCTION When defining an operator model it is desirable that the model should make decisions in a way that is accepted as intuitive by the operators that are being modelled and other lay-people who may use the model. In this paper, we present the SM Agent architecture, a software architecture that has been designed to model the processes that operators go through when making decisions. The decision making process is modelled as an implementation of the OODA loop that was designed to characterise military decision making as a four part continually looping process, namely: Observe, Orient, Decide and Act [4]. Furthermore, the human operator s static knowledge, which does not vary in time, and dynamic knowledge, that does vary in time, is explicitly represented using Belief Desires Intentions (BDI) concepts [2]. The OODA framework was originally described by John Boyd and has been both well received and widely adopted within military circles. More recently it has emerged in business, particularly in competitive and hostile environments, where it is used to characterise and explain the operation, not just of decision makers, but also of the enterprise as a whole. As a concrete example of using the SM Agent architecture, we present an overview of the model of an Armed Reconnaissance Helicopter (ARH) Crew developed using SM Agents, integrated into the BattleModel simulation environment at the Air Operations Division (AOD) of DSTO and successfully used in Operations Analysis studies for the evaluation of helicopter evasion tactics. [3]. Section 2 presents an overview of the OODA Framework. Section 3 presents an overview of the SM Agent architecture that implements the OODA Framework to model human operators. The final section presents our conclusions. 2. THE OODA FRAMEWORK In the military domain the OODA loop maps [4] onto the concepts of:,, Selection and Execution. Within DSTO AOD this process is also referred to as the four-box model. We will use this terminology in this paper, as it is most familiar to the operators that provide input to the Operations Analysis studies that the operator models are used for within DSTO AOD. The four components of the OODA loop are sufficiently generic to span the breadth of the decisionmaking currently required for ARH simulations while being clear enough that operators are comfortable with the architecture and modelling processes. The SM Agent implementation of the OODA architecture provides a balance between allowing the flexibility to capture the depth and complexity of operator decision-making by analysts and the simplicity and modularity required to keep the SM Agent models understandable by operators and easy to create and maintain by software engineers.

2 The remainder of this section provides an overview of each of the four components of the OODA loop and its mapping onto the four-box model using the ARH Crew behaviour as a motivating example. Observe Orient Decide Act Selection Execution Figure 1: The OODA Process 2.1 Observe ( ) is the process of observing the environment, and developing and maintaining a consistent set of beliefs of it by the operator. The ARH Crew observe their environment through sensors and communication systems. Sensors include electro-optical systems and Missile Warning Receivers, and unaided means such as eyesight. Communications systems include radio and data link. Some observations trigger sub-cognitive functions or automatic reactions, such as obstacle avoidance in Nap Of the Earth (NOE) flying. These functions require little conscious decision-making on part of the operator and are controlled by the reflex skill or hand-eye coordination skill of the operator. Some observations trigger situation awareness functions, such as determining if the contact is a potential threat. These functions require knowledge and reasoning about the environment in which the operator is emersed. For example, the ARH crew has knowledge about the potential range at which a missile can be fired at the ARH, thus allowing the crew to reason about the threat projected by the missile. At the conclusion of the situation is known and described, but is independent of any interpretations. In BDI terms the operator model has generated Beliefs about the environment in which it is immersed. For example, the sensor inputs enables the crew to develop a mental picture of where the known contacts are geometrically, but no meaning is attached to what the position of the contacts means for the crew. 2.2 Orient ( ) is the process of determining what the current beliefs about the environment means to the observer (operator). A change in only occurs when the observed environment changes. For example, do the latest changes resulting in the current al perceived world indicate that the observer is under threat? is based on: dynamic knowledge, the beliefs about the current situation; static knowledge, beliefs that do not change over time; and the operators desires or goals. For example, an assessment might be that a contact has radar lock on me and is about to fire a surface-to-air missile (SAM) at me. That a contact has a radar lock on me is situation awareness derived from observed sensor data. That it is about to fire a SAM at me is an internal, static belief that a missile firing typically follows a radar lock. The output of is a set of BDI Beliefs that assess the situation and will help to categorise the types of tactics considered. For example, whether offensive or defensive tactics will be considered. 2.3 Decide ( Selection) Selection is the process of choosing the most appropriate tactic, or Standard Operating Procedure, for the situation as currently assessed. A change in or Standard Operating Procedures selection only occurs if an assessment of the situation changes. For example, has the observer s posture changed from offensive to defensive? A tactic is selected based on the situation and is conditioned by the assessment. For example, the contact has radar lock on me ( ) and I need to be defensive because the threat is about to fire a SAM at me ( ). Based on these beliefs, I must evade by flying to the nearest masking point that hides me from the SAM launcher ( Selection). The tactic selected is based on a series of plans. Only the and are required to choose a particular tactic to be executed. 2.4 Act ( Execution) Execution is the process of performing actions associated with a plan over time. and Standard Operating Procedures are based on plans and parameters that determine how the plans are implemented. For example, sensor ranges and offensive weapon ranges determine suitable locations from where to launch an attack. The Execution results in actions controlling elements of the physical environment. For example, the

3 pilot controlling the helicopter speed and altitude; the crew controlling their individual sensors; the weapons officer selecting, firing, and guiding the weapons; the crew communicating with other operators through radio calls or data link transmissions. 3. THE SM AGENT OPERATOR MODEL The primary components of the SM Agent Human Operator Model are an implementation of each of the four components of the OODA Framework discussed in Section 2, and a model of the knowledge of the operator. These components are illustrated in Figure 2. Human Operator Model Operator Knowledge Static Knowledge: 1. Pre briefed Mission Data 1. Waypoints 2. Primary Target Weapon Performance 3. Threat Performance 4. Dynamic Knowledge: 1. Own state 2. Perceived World 3. Observations: 1. Own state 2. Sensor data 3. Selection Perceived World Set Objective Set Tactic Set Dynamic Operator Knowledge Dynamic Operator Knowledge consists of information that is continuously updated as the operator gains data from and about the environment. Dynamic operator knowledge consists of physical information available to the operator including: the state of the operator s own equipment such as the platform s position and orientation; and data provided to the operator through the sensors such as the location and type of contacts. Dynamic operator knowledge also considers all aspects of the OODA loop that can change over time including:, such as where the operators believe contacts are located; such as the operators posture of offensive or defensive; Selection, such as which tactic is currently being executed; and Execution, such as what is the current phase of the tactic being executed. 3.2 OODA Loop In the SM Agent implementation of the OODA Framework each component is implemented by one or more Finite State Machines (FSMs). Figure 3 illustrates the relationship between the OODA loop and SM Agent functionality, where components of the ARH crew operator model are horizontally aligned with the aspect of the OODA loop they correspond to. Execution OODA SM Agent Operator Model Actions: 1. Platform 2. Sensors 3. Weapons 4. Figure 2: Human Operator Model Replan 3.1 Operator Knowledge or Beliefs Decisions made in the OODA Framework are governed by the operators knowledge. The operator knowledge consists of Static Operator Knowledge, which does not vary with time, and Dynamic Operator Knowledge, which varies with time Static Operator Knowledge Static Operator Knowledge consists of information available to the operator that does not vary with time. Examples of static knowledge includes: mission specific information, such as the primary objective of the mission; knowledge about the performance of the operator s own equipment, such as the platform, sensors, and weapons; and knowledge about the threats that can be projected by the enemy. Selection Execution PGM Attack Offensive Defensive Neutral Rocket Attack Attack IR SAM Evade Evade Fly Waypoint Figure 3: Decomposition of four box model The remainder of this section discusses each phase of the OODA loop mapped into the four-box model in the context of the ARH crew operator model The primary role of is to build a uniform perception of the world based on the operators observations of the environment. updates the operators dynamic operator knowledge. For example, if information is received from more than one sensor combines it to create

4 one uniform perceived world. If the sensors are off, the perceived world can be significantly different. Figure 4 contains an example of a corresponding situation awareness state diagram, where different states for are considered depending on whether sensors are on or off. It has been simplified for clarity. The entry action for each state results in the creation of a corresponding (SA) FSM and the termination of the previously active FSM, and the Selection and Execution FSMs that it created. Sensors On entry/ create Sensors On SA FSM land Execution FSMs are terminated and a new Selection FSM based on the new posture is created. Another role of is to perform a Replan on the completion of Execution. Replanning may also be performed on a regular basis to determine if the current tactic being executed is still suitable. For example, if current tactic has been active for over 30 seconds perform a replan. This approach to modelling maps well onto a Finite State Machine implementation, where the primary states are Neutral, Defensive, and Offensive, with state changes being governed by the operator s static and dynamic knowledge. Figure 5 contains a simplified example of the situation assessment state diagram used by the ARH crew operator model. take off Sensors Off entry/ create Sensors Off SA FSM Offensive Posture entry/ create Offensive FSM Figure 4: State Diagram occurs at every simulation time step. is complete when all available data from the environment is processed and the dynamic operator knowledge is updated. for the operator commences once is complete using the currently active FSM The primary role of is to analyse the perceived world generated by and determine its implication for the operator. At a high level for the ARH crew operator model is responsible for determining if the operator s posture is Offensive, Defensive, or Neutral. The SM Agent model uses a series of plans to determine what the appropriate posture is for the given situation. For example, if a new contact is the primary target according to the pre mission briefing, the operator is to become offensive against it. If a contact projects a threat against the operator, the operator is to become defensive. If there are no contacts the operator is neutral and follows the pre mission briefed waypoints. On completion of if the posture (state) of the operator does not change the existing Selection and Execution processes will continue using the currently active Selection and Execution FSMs. On completion of if the posture of the operator changes the current Selection and primary target detected Neutral Posture entry/ create Neutral FSM threat removed primary target destroyed Defensive Posture threat projected entry/ create Defensive FSM Figure 5: State Diagram Selection Selection selects the appropriate tactic for the operator to execute according to the operators posture (determined through ) and the perceived environment (determined through ). The ARH crew SM Agent model uses plans with the three operator postures (Neutral, Defensive, and Offensive) as the first level of filtering to determine an appropriate set of tactics to select from. Offensive serve to manage attacks against defined targets. The tactic chosen considers the operator s static and dynamic knowledge. For example, if the target to be attacked is hard, such as a bunker, a guided missile attack is appropriate. If the target to be

5 attacked is soft, such as exposed troops, a rocket attack is appropriate. Defensive serve to protect the operator against defined threats. The tactic chosen considers the operators static and dynamic knowledge. For example, the appropriate defensive tactic to employ varies with the type of threat, such as a gun or missile, and where the threat is located, either near or far. Neutral manage the operator s actions in absence of targets or threats. Typically it provides default behaviour for the operator such as flying pre mission briefed flight paths. This approach to modelling Selection maps well onto a Finite State Machine implementation where individual tactics are Tactic Selection states, with state changes being governed by the operator s static and dynamic knowledge. Figure 6 contains a simplified example of the Offensive Selection state diagram used by the ARH crew operator model. operator could have arrived at this tactic by: detecting a bunker at a mission briefed location ( ); determining the bunker is the primary target and the ARH is to be offensive against it ( ); determining the bunker is a hard target which needs a guided missile to destroy it ( Selection). The Guided Missile Attack Tactic consists of the following steps as illustrated in Figure 7. First, plan a path towards the target and fly the path (1) until it reaches 80% of its maximum weapons range (2). Next, pop up (ascend) to the missile firing altitude (3), then prepare and fire the missile once it is ready (4). After firing, guide the missile until it hits the target (5). Finally, descend (pop down) to a safe escape altitude (6). The described in this form map well onto a Finite State Machine. Figure 8 describes the Guided Missile Attack as Finite State Machine. Rocket Attack entry/ create Rocket Attack FSM soft target detected target Select Tactic 80% R max hard target detected Guided Missile Attack 3..5 entry/ create Guided Missile Attack FSM 1 2, 6 target Figure 6: Offensive Selection State Diagram As for and, the entry action for each state results in the creation of a corresponding Execution FSM and the termination of the previously active Selection FSM, and the Execution FSM that it created. Figure 7: Guided Missile Attack Execution or Standard Operating Procedures are defined by plans, which consist of a series of subtasks with well-defined events resulting in transitions through the subtasks. The Execution process manages the steps required to implement a particular tactic. Execution ultimately results in commands being issued by the operator models to physical models. For example: flying the platform; controlling sensors; controlling weapons; etc. By way of example, we present the details of the Execution for a guided missile attack. The

6 Fly Waypoint reached 80% max weapon range Pop Up reached firing altitude Fire weapon released Guide Mi ssile weapon hit Pop Down reached safe altitude time the operator has spent executing the tactic may all be maintained as dynamic knowledge. On completion of the Execution, for example: when the platform has completed the pop down manoeuvre of the guided missile attack; or the last waypoint has been reached; the current Tactic is terminated. This is achieved by a change in state of a Finite State Machine at a higher level (either,, or Selection), or as a result in the change in dynamic operator knowledge. 4. CONCLUSION By constructing human operator models using the SM Agent architecture as presented in this paper, the complexity of the overall model is reduced, facilitating knowledge transfer, understanding and discussion between analysts, domain experts, operators and software engineers. A model of an Armed Reconnaissance Helicopter (ARH) Crew has been developed using SM Agents and integrated into the BattleModel simulation environment where it has been successfully used in conducting studies. Figure 8: Guided Missile Attack State Diagram The architecture of the SM Agent technology also supports the sharing of tactical subtasks amongst many tactics. For example, the capability of an operator to fly a series of waypoints is a common task that forms a critical part of many tactics. In the above example the initial phase of the attack is flying waypoints towards a firing position. The initial default behaviour of an operator is typically to fly a mission briefed set of waypoints. Similarly, an evasion tactic may require the operator to follow waypoints to avoid the threat. Figure 9 contains an example of a Finite State Machine representation of the plan to fly waypoints. waypoint reached[ more waypoints ] / next waypoint REFERENCES 1. Heinze, C. (2003) Modelling Teams and Organisations with Intelligent Agents, Proceedings of the Second Workshop on Computer Generated Forces and Behaviour Representation, May. 2. Heinze, C.; Smith, B.; Cross, M. (1998) Thinking Quickly: Agents for Modeling Air Warfare, Proceedings of Australian Joint Conference on Artificial Intelligence AI '98, Brisbane, Australia. 3. Ibal G.; Selvestrel M.; et. al. (2004) Air Operational Research in Support of Helicopter Defensive Tactic Development Proceedings of the Ninth International Conference on Simulation Technology and Training, May. 4. Tidhar G.; Heinze C.; Goss S.; Murray G.; Appla D.; Lloyd I. (1999) Using Agents Intelligently, Proceedings of Eleventh Innovative Applications of Artificial Intelligence Conference. Fly Waypoint waypoint reached[ no more waypoints ] Figure 9: Waypoint Flying State Diagram At each simulation time step Execution may update the Dynamic Operator Knowledge. For example, the current waypoint for the platform, the remaining time of flight for a guided weapon, and the

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Central Test and Evaluation Investment Program (CTEIP) FY 2011 Total Estimate. FY 2011 OCO Estimate

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Central Test and Evaluation Investment Program (CTEIP) FY 2011 Total Estimate. FY 2011 OCO Estimate COST ($ in Millions) FY 2009 Actual FY 2010 FY 2012 FY 2013 FY 2014 FY 2015 Cost To Complete Program Element 143.612 160.959 162.286 0.000 162.286 165.007 158.842 156.055 157.994 Continuing Continuing

More information

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Central Test and Evaluation Investment Program (CTEIP) FY 2012 OCO

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Central Test and Evaluation Investment Program (CTEIP) FY 2012 OCO COST ($ in Millions) FY 2010 FY 2011 FY 2012 Base FY 2012 OCO FY 2012 Total FY 2013 FY 2014 FY 2015 FY 2016 Cost To Complete Total Cost Total Program Element 160.351 162.286 140.231-140.231 151.521 147.426

More information

SPS-TA THALES AIRBORNE SYSTEMS INTEGRATED SELF-PROTECTION SYSTEM FOR TRANSPORT AND WIDE-BODY AIRCRAFT.

SPS-TA THALES AIRBORNE SYSTEMS INTEGRATED SELF-PROTECTION SYSTEM FOR TRANSPORT AND WIDE-BODY AIRCRAFT. THALES AIRBORNE SYSTEMS ELECTRONIC WARFARE SYSTEMS SPS-TA INTEGRATED SELF-PROTECTION SYSTEM FOR TRANSPORT AND WIDE-BODY AIRCRAFT www.thales-airbornesystems.com THALES AIRBORNE SYSTEMS ELECTRONIC WARFARE

More information

C4I System Solutions.

C4I System Solutions. www.aselsan.com.tr C4I SYSTEM SOLUTIONS Information dominance is the key enabler for the commanders for making accurate and faster decisions. C4I systems support the commander in situational awareness,

More information

FFG UPGRADE Brochure Delivering tag integrated line warfare solutions.

FFG UPGRADE Brochure Delivering tag integrated line warfare solutions. Brochure Delivering tag integrated line warfare solutions www.thalesgroup.com.au FFG UPGRADE Delivering Integrated Warfare Solutions Overview UPGRADE PROGRAM Thales Australia has developed a comprehensive

More information

Detect, Deny, Disrupt, Degrade and Evade Lethal Threats. Advanced Survivability Suite Solutions for Mission Success

Detect, Deny, Disrupt, Degrade and Evade Lethal Threats. Advanced Survivability Suite Solutions for Mission Success Detect, Deny, Disrupt, Degrade and Evade Lethal Threats Advanced Survivability Suite Solutions for Mission Success Countering Smart and Adaptive Threats Military pilots and aircrews must be prepared to

More information

Comprehensive 360 Situational Awareness for the Crew Served Weapons Leader

Comprehensive 360 Situational Awareness for the Crew Served Weapons Leader Comprehensive 360 Situational Awareness for the Crew Served Weapons Leader May 16, 2012 Tim Eagleson- L-3 KEO 0 Situation Threat: Multitude of asymmetric threats across full spectrum of operations, to

More information

UNCLASSIFIED R-1 ITEM NOMENCLATURE FY 2013 OCO

UNCLASSIFIED R-1 ITEM NOMENCLATURE FY 2013 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2013 Army DATE: February 2012 COST ($ in Millions) FY 2011 FY 2012 Base OCO Total FY 2014 FY 2015 FY 2016 FY 2017 Cost To Complete Total Cost Total Program

More information

MDTS 5705 : Guidance Lecture 1 : Guidance System Requirements. Gerard Leng, MDTS, NUS

MDTS 5705 : Guidance Lecture 1 : Guidance System Requirements. Gerard Leng, MDTS, NUS MDTS 5705 : Guidance Lecture 1 : Guidance System Requirements Course Admin Instructor : Gerard Leng Office : E2-02 - 37 Contact : phone 6 874 6548 fax 6 779 1459 e-mail mpelsb@nus.edu.sg Consultation :

More information

Military Radar Applications

Military Radar Applications Military Radar Applications The Concept of the Operational Military Radar The need arises during the times of the hostilities on the tactical, operational and strategic levels. General importance defensive

More information

UNCLASSIFIED. UNCLASSIFIED Army Page 1 of 7 R-1 Line #9

UNCLASSIFIED. UNCLASSIFIED Army Page 1 of 7 R-1 Line #9 Exhibit R-2, RDT&E Budget Item Justification: PB 2015 Army Date: March 2014 2040:, Development, Test & Evaluation, Army / BA 2: Applied COST ($ in Millions) Prior Years FY 2013 FY 2014 FY 2015 Base FY

More information

Keywords. Guided missiles, Classification of guided missiles, Subsystems of guided missiles

Keywords. Guided missiles, Classification of guided missiles, Subsystems of guided missiles Chapter 5 GUIDED MISSILES Keywords. Guided missiles, Classification of guided missiles, Subsystems of guided missiles 5.1 INTRODUCTION Guided missiles have been in the forefront of modern warfare since

More information

aselsan EW SPECTRUM MANAGEMENT

aselsan EW SPECTRUM MANAGEMENT EW SPECTRUM MANAGEMENT November 2014 CONTENTS What Is The Problem? Common Picture? (EW Spectrum) Area of Interest Preemptive Operations EW Spectrum Management Steps For EW Spectrum Management Planning,

More information

A METHOD OF RISK ANALYSIS AND THREAT MANAGEMENT USING ANALYTIC HIERARCHY PROCESS: AN APPLICATION TO AIR DEFENSE

A METHOD OF RISK ANALYSIS AND THREAT MANAGEMENT USING ANALYTIC HIERARCHY PROCESS: AN APPLICATION TO AIR DEFENSE ISAHP Article: Malik, Das/A Method of Risk Analysis and Threat Management Using AHP To Be Submitted to the 2014, Washington D.C., U.S.A. A METHOD OF RISK ANALYSIS AND THREAT MANAGEMENT USING ANALYTIC HIERARCHY

More information

Team 3: Communication Aspects In Urban Operations

Team 3: Communication Aspects In Urban Operations Calhoun: The NPS Institutional Archive Faculty and Researcher Publications Faculty and Researcher Publications 2007-03 Team 3: Communication Aspects In Urban Operations Doll, T. http://hdl.handle.net/10945/35617

More information

KEY NOTE ADRESS AT ASSOCIATION OF OLD CROWS

KEY NOTE ADRESS AT ASSOCIATION OF OLD CROWS KEY NOTE ADRESS AT ASSOCIATION OF OLD CROWS Over the past few months a group of dedicated and passionate electronic warfare professionals have been coming together to discuss and plan the revival of the

More information

Trusted Partner in guided weapons

Trusted Partner in guided weapons Trusted Partner in guided weapons Raytheon Missile Systems Naval and Area Mission Defense (NAMD) product line offers a complete suite of mission solutions for customers around the world. With proven products,

More information

SSC Pacific is making its mark as

SSC Pacific is making its mark as 5.3 FEATURE FROM THE SPAWAR SYSTEMS CENTER PACIFIC INTERNAL NEWSLETTER SSC Pacific C4I scoring direct hit for shore-based ballistic missile defense SSC Pacific is making its mark as a valued partner in

More information

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Central Test and Evaluation Investment Program (CTEIP) FY 2013 OCO

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Central Test and Evaluation Investment Program (CTEIP) FY 2013 OCO COST ($ in Millions) FY 2011 FY 2012 FY 2013 Base FY 2013 OCO FY 2013 Total FY 2014 FY 2015 FY 2016 FY 2017 Cost To Complete Total Cost Total Program Element 157.971 156.297 144.109-144.109 140.097 141.038

More information

LESSON 2 INTELLIGENCE PREPARATION OF THE BATTLEFIELD OVERVIEW

LESSON 2 INTELLIGENCE PREPARATION OF THE BATTLEFIELD OVERVIEW LESSON DESCRIPTION: LESSON 2 INTELLIGENCE PREPARATION OF THE BATTLEFIELD OVERVIEW In this lesson you will learn the requirements and procedures surrounding intelligence preparation of the battlefield (IPB).

More information

Air Defense System Solutions.

Air Defense System Solutions. Air Defense System Solutions www.aselsan.com.tr ADSS AIR DEFENSE SYSTEM SOLUTIONS AIR DEFENSE SYSTEM SOLUTIONS Effective air defense is based on integration and coordinated use of airborne and/or ground

More information

UNCLASSIFIED FY 2016 OCO. FY 2016 Base

UNCLASSIFIED FY 2016 OCO. FY 2016 Base Exhibit R-2, RDT&E Budget Item Justification: PB 2016 Army Date: February 2015 2040: Research, Development, Test & Evaluation, Army / BA 3: Advanced Development (ATD) COST ($ in Millions) Prior Years FY

More information

United States Army Special Operations Aviation Command (USASOAC)

United States Army Special Operations Aviation Command (USASOAC) United States Army Special Operations Aviation Command (USASOAC) AAAA Aircraft Survivability Equipment Symposium BG John R. Evans, Jr. USASOAC Commanding General 14 November 2017 Overall Classification:

More information

WEAPONS DEVELOPMENT AND INTEGRATION DIRECTORATE OVERVIEW SPACE AND MISSILE DEFENSE WORKING GROUP 22 SEPTEMBER 2016

WEAPONS DEVELOPMENT AND INTEGRATION DIRECTORATE OVERVIEW SPACE AND MISSILE DEFENSE WORKING GROUP 22 SEPTEMBER 2016 Presented to: SPACE AND MISSILE DEFENSE WORKING GROUP WEAPONS DEVELOPMENT AND INTEGRATION DIRECTORATE OVERVIEW Distribution Statement A - Approved for Public Release - Distribution Unlimited. Review completed

More information

Missile Mathematical Model and System Design

Missile Mathematical Model and System Design AARMS Vol. 16, No. 1 (2017) 29 35. Missile Mathematical Model and System Design István PAPP 1 Recently, aerospace (flight) engineers, having more solid mathematical backgrounds, have become familiar with

More information

The Concept of C2 Communication and Information Support

The Concept of C2 Communication and Information Support The Concept of C2 Communication and Information Support LTC. Ludek LUKAS Military Academy/K-302 Kounicova str.65, 612 00 Brno, Czech Republic tel.: +420 973 444834 fax:+420 973 444832 e-mail: ludek.lukas@vabo.cz

More information

Exhibit R-2, RDT&E Budget Item Justification

Exhibit R-2, RDT&E Budget Item Justification PE NUMBER: 0603500F PE TITLE: MULTI-DISCIPLINARY ADV Exhibit R-2, RDT&E Budget Item Justification BUDGET ACTIVITY PE NUMBER AND TITLE Cost ($ in Millions) FY 2006 FY 2007 FY 2008 FY 2009 FY 2010 FY 2011

More information

AMRDEC. Core Technical Competencies (CTC)

AMRDEC. Core Technical Competencies (CTC) AMRDEC Core Technical Competencies (CTC) AMRDEC PAMPHLET 10-01 15 May 2015 The Aviation and Missile Research Development and Engineering Center The U. S. Army Aviation and Missile Research Development

More information

Engineering, Operations & Technology Phantom Works. Mark A. Rivera. Huntington Beach, CA Boeing Phantom Works, SD&A

Engineering, Operations & Technology Phantom Works. Mark A. Rivera. Huntington Beach, CA Boeing Phantom Works, SD&A EOT_PW_icon.ppt 1 Mark A. Rivera Boeing Phantom Works, SD&A 5301 Bolsa Ave MC H017-D420 Huntington Beach, CA. 92647-2099 714-896-1789 714-372-0841 mark.a.rivera@boeing.com Quantifying the Military Effectiveness

More information

M-346 ITS ETTS and LVC filling the gap towards New Generation Combat Aircraft Training

M-346 ITS ETTS and LVC filling the gap towards New Generation Combat Aircraft Training M-346 ITS ETTS and LVC filling the gap towards New Generation Combat Aircraft Training Abu Dhabi, 26/27 February 2014 AGENDA Top Level TNA results M-346 ITS Concept M-346 ETTS characteristics and capabilities

More information

UNCLASSIFIED FY 2009 RDT&E,N BUDGET ITEM JUSTIFICATION SHEET DATE: February 2008 Exhibit R-2

UNCLASSIFIED FY 2009 RDT&E,N BUDGET ITEM JUSTIFICATION SHEET DATE: February 2008 Exhibit R-2 Exhibit R-2 PROGRAM ELEMENT: 0605155N PROGRAM ELEMENT TITLE: FLEET TACTICAL DEVELOPMENT AND EVALUATION COST: (Dollars in Thousands) Project Number & Title FY 2007 Actual FY 2008 FY 2009 FY 2010 FY 2011

More information

Reconsidering the Relevancy of Air Power German Air Force Development

Reconsidering the Relevancy of Air Power German Air Force Development Abstract In a dynamically changing and complex security political environment it is necessary to constantly reconsider the relevancy of air power. In these days of change, it is essential to look far ahead

More information

MEMORANDUM. BASE OPS/ International Spy Museum. Operation Minute by Minute. 01 October, 1962 (time travel skills required)

MEMORANDUM. BASE OPS/ International Spy Museum. Operation Minute by Minute. 01 October, 1962 (time travel skills required) MEMORANDUM TO: FROM: RE: DATE: Recruits BASE OPS/ International Spy Museum Operation Minute by Minute 01 October, 1962 (time travel skills required) You have been asked to report to the International Spy

More information

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit)

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit) BUDGET ACTIVITY ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit) PE NUMBER AND TITLE Sensor Tech COST (In Thousands) FY 2000 FY 2001 FY 2002 FY 2003 FY 2004 FY 2005 FY 2006 FY 2007 Cost to Total Cost

More information

UNCLASSIFIED FY 2008/2009 RDT&E,N BUDGET ITEM JUSTIFICATION SHEET DATE: February 2007 Exhibit R-2

UNCLASSIFIED FY 2008/2009 RDT&E,N BUDGET ITEM JUSTIFICATION SHEET DATE: February 2007 Exhibit R-2 Exhibit R-2 PROGRAM ELEMENT: 0605155N PROGRAM ELEMENT TITLE: FLEET TACTICAL DEVELOPMENT AND EVALUATION COST: (Dollars in Thousands) Project Number & Title FY 2006 Actual FY 2007 FY 2008 FY 2009 FY 2010

More information

The Integral TNO Approach to NAVY R&D

The Integral TNO Approach to NAVY R&D NAVAL PLATFORMS The Integral TNO Approach to NAVY R&D TNO Knowledge for Business Source: AVDKM Key elements to TNO s integral approach in support of naval platform development are operational effectiveness,

More information

UNCLASSIFIED FY 2016 OCO. FY 2016 Base

UNCLASSIFIED FY 2016 OCO. FY 2016 Base Exhibit R-2, RDT&E Budget Item Justification: PB 2016 Air Force Date: February 2015 3600: Research,, Test & Evaluation, Air Force / BA 6: RDT&E Management Support COST ($ in Millions) Prior Years FY 2014

More information

Math 120 Winter Recitation Handout 4: Introduction to Related Rates

Math 120 Winter Recitation Handout 4: Introduction to Related Rates Math 120 Winter 2009 Recitation Handout 4: Introduction to Related Rates The specific learning goals of this activity are for you to: Learn how to use trigonometry formulas to work out solutions to ballistics

More information

Naval Electronic Warfare Solutions Ensuring your mission success.

Naval Electronic Warfare Solutions Ensuring your mission success. > Naval Electronic Warfare Solutions Ensuring your mission success www.thalesgroup.com >> NAVAL ELECTRONIC WARFARE: FRO Thales supplies multispectral electronic warfare (EW) capabilities to the world s

More information

AGI Technology for EW and AD Dominance

AGI Technology for EW and AD Dominance AGI Technology for EW and AD Dominance Singapore 2015 Content Overview of Air Defense Overview of Electronic Warfare A practical example Value proposition Summary AMD - a multidisciplinary challenge Geography

More information

ISR Full Crew Mission Simulator. Intelligence, Surveillance and Reconnaissance Capabilities for Airborne and Maritime Live Mission Training

ISR Full Crew Mission Simulator. Intelligence, Surveillance and Reconnaissance Capabilities for Airborne and Maritime Live Mission Training Intelligence, Surveillance and Reconnaissance Capabilities for Airborne and Maritime Live Mission Training Intelligence, Surveillance and Reconnaissance Capabilities for Airborne and Maritime Live Mission

More information

GOOD MORNING I D LIKE TO UNDERSCORE THREE OF ITS KEY POINTS:

GOOD MORNING I D LIKE TO UNDERSCORE THREE OF ITS KEY POINTS: Keynote by Dr. Thomas A. Kennedy Chairman and CEO of Raytheon Association of Old Crows Symposium Marriott Marquis Hotel Washington, D.C. 12.2.15 AS DELIVERED GOOD MORNING THANK YOU, GENERAL ISRAEL FOR

More information

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit)

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit) BUDGET ACTIVITY ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit) PE NUMBER AND TITLE 5 - ENG MANUFACTURING DEV 0604768A - BAT COST (In Thousands) FY 2000 FY 2001 FY 2002 FY 2003 FY 2004 FY 2005 FY 2006

More information

THE C-OODA: A COGNITIVE VERSION OF THE OODA LOOP TO REPRESENT C 2 ACTIVITIES. Topic: C 2 process modelling. Richard Breton & Robert Rousseau

THE C-OODA: A COGNITIVE VERSION OF THE OODA LOOP TO REPRESENT C 2 ACTIVITIES. Topic: C 2 process modelling. Richard Breton & Robert Rousseau 10 th International Command and Control Research and Technology Symposium The Future of C 2 THE C-OODA: A COGNITIVE VERSION OF THE OODA LOOP TO REPRESENT C 2 ACTIVITIES. Topic: C 2 process modelling Richard

More information

The Four-Element Framework: An Integrated Test and Evaluation Strategy

The Four-Element Framework: An Integrated Test and Evaluation Strategy APPROVED FOR PUBLIC RELEASE; DISTRIBUTION IS UNLIMITED. The Four-Element Framework: An Integrated Test and Evaluation Strategy TRUTH Christopher Wilcox Army Evaluation Center Aviation Evaluation Directorate

More information

UNCLASSIFIED. FY 2016 Base FY 2016 OCO

UNCLASSIFIED. FY 2016 Base FY 2016 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2016 Air Force Date: February 2015 3600: Research, Development, Test & Evaluation, Air Force / BA 3: Advanced Development (ATD) COST ($ in Millions) Prior

More information

Theater Ballistic Missile Defense Analyses

Theater Ballistic Missile Defense Analyses TBMD ANALYSES Theater Ballistic Missile Defense Analyses Wayne J. Pavalko, Kanaya R. Chevli, and Michael F. Monius The U.S. Department of Defense is funding the development of Army, Navy, and Air Force

More information

Active Stabilization of Firearms by Optical Target Tracking

Active Stabilization of Firearms by Optical Target Tracking U.S. Army Research, Development and Engineering Command Active Stabilization of Firearms by Optical Target Tracking Terence F. Rice, Project Management Engineer US ARMY RDECOM (RDAR-EIJ) JSSAP Program

More information

Joint Warfare System (JWARS)

Joint Warfare System (JWARS) Joint Warfare System (JWARS) Update to DMSO Industry Days June 4, 1999 Jim Metzger JWARS Office Web Site: http://www.dtic.mil/jwars/ e-mail: jwars@osd.pentagon.mil 6/4/99 slide 1 Agenda Background Development

More information

Salvo Model for Anti-Surface Warfare Study

Salvo Model for Anti-Surface Warfare Study Salvo Model for Anti-Surface Warfare Study Ed Hlywa Weapons Analysis LLC In the late 1980 s Hughes brought combat modeling into the missile age by developing an attrition model inspired by the exchange

More information

Fundamentals of Electro-Optics and Infrared Sensors

Fundamentals of Electro-Optics and Infrared Sensors Fundamentals of Electro-Optics and Infrared Sensors Make Your Career Soar WELCOME MESSAGE Welcome Thank you very much for your interest in White Eagle Aerospace. Since our founding in 2006, we have become

More information

mm*. «Stag GAO BALLISTIC MISSILE DEFENSE Information on Theater High Altitude Area Defense (THAAD) and Other Theater Missile Defense Systems 1150%

mm*. «Stag GAO BALLISTIC MISSILE DEFENSE Information on Theater High Altitude Area Defense (THAAD) and Other Theater Missile Defense Systems 1150% GAO United States General Accounting Office Testimony Before the Committee on Foreign Relations, U.S. Senate For Release on Delivery Expected at 10:00 a.m.,edt Tuesday May 3,1994 BALLISTIC MISSILE DEFENSE

More information

Arms Control Today. U.S. Missile Defense Programs at a Glance

Arms Control Today. U.S. Missile Defense Programs at a Glance U.S. Missile Defense Programs at a Glance Arms Control Today For the past five decades, the United States has debated, researched, and worked on the development of defenses to protect U.S. territory against

More information

2017 Annual Missile Defense Small Business Programs Conference

2017 Annual Missile Defense Small Business Programs Conference 2017 Annual Missile Defense Small Business Programs Conference DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. DISTRIBUTION STATEMENT A. Approved for public release; distribution

More information

RDT&E BUDGET ITEM JUSTIFICATION SHEET (R-2 Exhibit)

RDT&E BUDGET ITEM JUSTIFICATION SHEET (R-2 Exhibit) PE NUMBER: 0604256F PE TITLE: Threat Simulator Development RDT&E BUDGET ITEM JUSTIFICATION SHEET (R-2 Exhibit) COST ($ In Thousands) FY 1998 Actual FY 1999 FY 2000 FY 2001 FY 2002 FY 2003 FY 2004 FY 2005

More information

Allied Forces discovered a small terrorist base in a valley on Georgia territory in close proximity to Russian and South Ossetian borders.

Allied Forces discovered a small terrorist base in a valley on Georgia territory in close proximity to Russian and South Ossetian borders. DCS A-10C: Hideout Mission v1.1 by derelor 1. Mission overview Allied Forces discovered a small terrorist base in a valley on Georgia territory in close proximity to Russian and South Ossetian borders.

More information

The Verification for Mission Planning System

The Verification for Mission Planning System 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 The Verification for Mission Planning System Lin ZHANG *, Wei-Ming CHENG and Hua-yun

More information

Cognitive Triangle. Dec The Overall classification of this Briefing is UNCLASSIFIED

Cognitive Triangle. Dec The Overall classification of this Briefing is UNCLASSIFIED Cognitive Triangle Dec 2012 THIS INFORMATION IS FURNISHED WITH THE UNDERSTANDING THAT IT IS TO BE USED FOR DEFENSE PURPOSES ONLY; THAT IT IS TO BE AFFORDED ESSENTIALLY THE SAME DEGREE OF SECURITY PROTECTION

More information

New Artillery Sunday Punch

New Artillery Sunday Punch Pershing... New Artillery Sunday Punch Lt Col William T. Hatter Guided Missile Department Solid propellants, automatic checkout, and new concepts in ground handling equipment and procedures have resulted

More information

10 th INTERNATIONAL COMMAND AND CONTROL RESEARCH AND TECHNOLOGY SYMPOSIUM THE FUTURE OF C2

10 th INTERNATIONAL COMMAND AND CONTROL RESEARCH AND TECHNOLOGY SYMPOSIUM THE FUTURE OF C2 10 th INTERNATIONAL COMMAND AND CONTROL RESEARCH AND TECHNOLOGY SYMPOSIUM THE FUTURE OF C2 Air Warfare Battlelab Initiative for Stabilized Portable Optical Target Tracking Receiver (SPOTTR) Topic Track:

More information

The main tasks and joint force application of the Hungarian Air Force

The main tasks and joint force application of the Hungarian Air Force AARMS Vol. 7, No. 4 (2008) 685 692 SECURITY The main tasks and joint force application of the Hungarian Air Force ZOLTÁN OROSZ Hungarian Defence Forces, Budapest, Hungary The tasks and joint force application

More information

Appendix C. Air Base Ground Defense Planning Checklist

Appendix C. Air Base Ground Defense Planning Checklist Appendix C. Air Base Ground Defense Planning Checklist This checklist is a tool to assist air base ground defense (ABGD) planners and base defense operations center (BDOC) supervisors in effectively assessing

More information

UNCLASSIFIED R-1 ITEM NOMENCLATURE

UNCLASSIFIED R-1 ITEM NOMENCLATURE Exhibit R-2, RDT&E Budget Item Justification: PB 213 Army DATE: February 212 COST ($ in Millions) FY 211 FY 212 FY 214 FY 215 FY 216 FY 217 To Program Element 13.134 13.87 13.942-13.942 13.82 14.48 14.827

More information

Understanding Army s UAS Requirements Through Modelling And Simulation

Understanding Army s UAS Requirements Through Modelling And Simulation Understanding Army s UAS Requirements Through Modelling And Simulation Shane Rogers, Senior Manager; Richard Aplin, Operations Analyst Systems Analysis Laboratory Boeing Defence Australia Ltd 363 Adelaide

More information

Analysis of Interface and Screen for Ground Control System

Analysis of Interface and Screen for Ground Control System Journal of Computer and Communications, 2016, 4, 61-66 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.45009 Analysis of Interface and Screen for

More information

Rapid Development and Integration of Remote Weapon Systems to Meet Operational Requirements Abstract October 2009

Rapid Development and Integration of Remote Weapon Systems to Meet Operational Requirements Abstract October 2009 Small Arms Air Platform Integration Rapid Development and Integration of Remote Weapon Systems to Meet Operational Requirements Abstract 8851 28-October 2009 Joseph Burkart Crane Division, Naval Surface

More information

UNCLASSIFIED. Cost To Complete Total Program Element : DIGITAL BATTLEFLD COMM.

UNCLASSIFIED. Cost To Complete Total Program Element : DIGITAL BATTLEFLD COMM. Exhibit R-2, RDT&E Budget Item Justification: PB 2016 Army Date: February 2015 2040: Research, Development, Test & Evaluation, Army / BA 3: Advanced Technology Development (ATD) FY 2017 FY 2018 FY 2019

More information

UNCLASSIFIED R-1 ITEM NOMENCLATURE FY 2013 OCO

UNCLASSIFIED R-1 ITEM NOMENCLATURE FY 2013 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2013 Army DATE: February 2012 COST ($ in Millions) FY 2011 FY 2012 Base OCO Total FY 2014 FY 2015 FY 2016 FY 2017 Cost To Complete Total Cost Total Program

More information

UNCLASSIFIED. FY 2016 Base FY 2016 OCO

UNCLASSIFIED. FY 2016 Base FY 2016 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2016 Army Date: February 2015 2040: Research, Development, Test & Evaluation, Army / BA 3: Advanced Technology Development (ATD) COST ($ in Millions) Prior

More information

Introduction to missiles

Introduction to missiles Introduction to missiles 5 th Residential Workshop for Young Scholars Global Nuclear Politics and Strategy Rajaram Nagappa International Strategic & Security Studies Programme National Institute of Advanced

More information

Commentary to the HPCR Manual on International Law Applicable to Air and Missile Warfare

Commentary to the HPCR Manual on International Law Applicable to Air and Missile Warfare Commentary to the HPCR Manual on International Law Applicable to Air and Missile Warfare Elaborated by the Drafting Committee of the Group of Experts under the supervision of Professor Yoram Dinstein.

More information

ARCHIVED REPORT. For data and forecasts on current programs please visit or call

ARCHIVED REPORT. For data and forecasts on current programs please visit  or call Electronic Systems Forecast ARCHIVED REPORT For data and forecasts on current programs please visit www.forecastinternational.com or call +1 203.426.0800 Outlook Forecast International projects that the

More information

Humanitarian benefits of emerging technologies in the area of lethal autonomous weapon systems

Humanitarian benefits of emerging technologies in the area of lethal autonomous weapon systems Group of Governmental Experts of the High Contracting Parties to the Convention on Prohibitions or Restrictions on the Use of Certain Conventional Weapons Which May Be Deemed to Be Excessively Injurious

More information

ARMY TACTICAL MISSILE SYSTEM (ATACMS) BLOCK II

ARMY TACTICAL MISSILE SYSTEM (ATACMS) BLOCK II ARMY TACTICAL MISSILE SYSTEM (ATACMS) BLOCK II Army ACAT ID Program Total Number of BATs: (3,487 BAT + 8,478 P3I BAT) Total Number of Missiles: Total Program Cost (TY$): Average Unit Cost (TY$): Full-rate

More information

Methodology The assessment portion of the Index of U.S.

Methodology The assessment portion of the Index of U.S. Methodology The assessment portion of the Index of U.S. Military Strength is composed of three major sections that address America s military power, the operating environments within or through which it

More information

Request for Solutions: Distributed Live Virtual Constructive (dlvc) Prototype

Request for Solutions: Distributed Live Virtual Constructive (dlvc) Prototype 1.0 Purpose Request for Solutions: Distributed Live Virtual Constructive (dlvc) Prototype This Request for Solutions is seeking a demonstratable system that balances computer processing for modeling and

More information

Chapter 13 Air and Missile Defense THE AIR THREAT AND JOINT SYNERGY

Chapter 13 Air and Missile Defense THE AIR THREAT AND JOINT SYNERGY Chapter 13 Air and Missile Defense This chapter addresses air and missile defense support at the operational level of war. It includes a brief look at the air threat to CSS complexes and addresses CSS

More information

MQM-171 BROADSWORD IN SUPPORT OF TEST MISSIONS

MQM-171 BROADSWORD IN SUPPORT OF TEST MISSIONS MQM-171 BROADSWORD IN SUPPORT OF TEST MISSIONS 2010 NDIA Targets Conference Presenter: Larry French Title: CEO/CTO MQM-171 BroadSword Program Overview BroadSword is the result of the Army s need for a

More information

UNCLASSIFIED FY 2016 OCO. FY 2016 Base

UNCLASSIFIED FY 2016 OCO. FY 2016 Base Exhibit R-2, RDT&E Budget Item Justification: PB 2016 Office of the Secretary Of Defense Date: February 2015 0400: Research, Development, Test & Evaluation, Defense-Wide / BA 3: Advanced Technology Development

More information

Kill Vehicle Work Breakdown Structure

Kill Vehicle Work Breakdown Structure Kill Vehicle Work Breakdown Structure Approved for Public Release 14-MDA-7774 (9 April 14) Jennifer Tarin, Ph.D. Paul Tetrault Christian Smart, Ph.D. MDA/DO 1 Agenda Purpose Background Overview and Comparison

More information

Fire Support Systems.

Fire Support Systems. Fire Support Systems www.aselsan.com.tr AFSAS FIRE SUPPORT SYSTEM FIRE SUPPORT SYSTEMS ASELSAN Fire Support System (AFSAS) is a system of systems which provides the automation of planning and execution

More information

ROUTE CLEARANCE FM APPENDIX F

ROUTE CLEARANCE FM APPENDIX F APPENDIX F ROUTE CLEARANCE The purpose of this appendix is to assist field units in route-clearance operations. The TTP that follow establish basic guidelines for conducting this combined-arms combat operation.

More information

Low Altitude Air Defense (LAAD) Gunner's Handbook

Low Altitude Air Defense (LAAD) Gunner's Handbook MCRP 3-25.10A Low Altitude Air Defense (LAAD) Gunner's Handbook U.S. Marine Corps PCN 144 000092 00 To Our Readers Changes: Readers of this publication are encouraged to submit suggestions and changes

More information

The APL Coordinated Engagement Simulation (ACES)

The APL Coordinated Engagement Simulation (ACES) The APL Coordinated Simulation (ACES) Michael J. Burke and Joshua M. Henly The APL Coordinated Simulation (ACES) is being developed to analyze methods of executing engagements in which multiple units have

More information

USASMDC/ARSTRAT & JFCC IMD Update. Space and Missile Defense Capabilities for the Warfighter

USASMDC/ARSTRAT & JFCC IMD Update. Space and Missile Defense Capabilities for the Warfighter USASMDC/ARSTRAT & JFCC IMD Update Space and Missile Defense Capabilities for the Warfighter LTG Richard P. Formica Space and Missile Defense Conference 16 August 2012 1 Our Reporting Chain Our Mission

More information

Subj: ELECTRONIC WARFARE DATA AND REPROGRAMMABLE LIBRARY SUPPORT PROGRAM

Subj: ELECTRONIC WARFARE DATA AND REPROGRAMMABLE LIBRARY SUPPORT PROGRAM DEPARTMENT OF THE NAVY OFFICE OF THE CHIEF OF NAVAL OPERATIONS 2000 NAVY PENTAGON WASHINGTON, DC 20350-2000 OPNAVINST 3430.23C N2/N6 OPNAV INSTRUCTION 3430.23C From: Chief of Naval Operations Subj: ELECTRONIC

More information

U.S. Army Training and Doctrine Command (TRADOC) Analysis Center (TRAC)

U.S. Army Training and Doctrine Command (TRADOC) Analysis Center (TRAC) U.S. Army Training and Doctrine Command (TRADOC) Analysis Center (TRAC) Briefing for the SAS Panel Workshop on SMART Cooperation in Operational Analysis Simulations and Models 13 October 2015 Release of

More information

UNCLASSIFIED. UNCLASSIFIED Army Page 1 of 16 R-1 Line #45

UNCLASSIFIED. UNCLASSIFIED Army Page 1 of 16 R-1 Line #45 Exhibit R-2, RDT&E Budget Item Justification: PB 2015 Army Date: March 2014 2040: Research, Development, Test & Evaluation, Army / BA 3: Advanced Technology Development (ATD) COST ($ in Millions) Prior

More information

USAF Gunship Precision Engagement Operations: Special Operations in the Kill Chain

USAF Gunship Precision Engagement Operations: Special Operations in the Kill Chain USAF Gunship Precision Engagement Operations: Special Operations in the Kill Chain Lieutenant Colonel Brenda P. Cartier Commander, 4th Special Operations Squadron Hurlburt Field, Florida Overview AC130U

More information

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit)

ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit) BUDGET ACTIVITY ARMY RDT&E BUDGET ITEM JUSTIFICATION (R-2 Exhibit) PE NUMBER AND TITLE and Sensor Tech COST (In Thousands) FY 2002 FY 2003 FY 2004 FY 2005 FY 2006 FY 2007 FY 2008 FY 2009 Actual Estimate

More information

Anti-Ship Missile Defense

Anti-Ship Missile Defense Anti-Ship Missile Defense A New Approach Using Unmanned Systems to Save Time and Cost to Field an Effective System : The Next Generation of Intelligent, Automated Systems About Us Unique Systems Engineering

More information

UNCLASSIFIED. FY 2016 Base FY 2016 OCO

UNCLASSIFIED. FY 2016 Base FY 2016 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2016 Army Date: February 2015 2040: Research, Development, Test & Evaluation, Army / BA 4: Advanced Component Development & Prototypes (ACD&P) COST ($ in

More information

Predictive Battlespace Awareness: Linking Intelligence, Surveillance and Reconnaissance Operations to Effects Based Operations

Predictive Battlespace Awareness: Linking Intelligence, Surveillance and Reconnaissance Operations to Effects Based Operations Predictive Battlespace Awareness: Linking Intelligence, Surveillance and Reconnaissance Operations to Effects Based Operations By Major Robert A. Piccerillo, USAF And David A. Brumbaugh Major Robert A.

More information

Defense Technical Information Center Compilation Part Notice

Defense Technical Information Center Compilation Part Notice UNCLASSIFIED Defense Technical Information Center Compilation Part Notice ADPO10951 TITLE: Mission Planning Technology DISTRIBUTION: Approved for public release, distribution unlimited This paper is part

More information

Russian defense industrial complex s possibilities for development of advanced BMD weapon systems

Russian defense industrial complex s possibilities for development of advanced BMD weapon systems 134 Russian defense industrial complex s possibilities for development of advanced BMD weapon systems 135 Igor KOROTCHENKO Editor-in-Chief of the National Defense magazine The main task handled by the

More information

UNCLASSIFIED. FY 2017 Base FY 2017 OCO

UNCLASSIFIED. FY 2017 Base FY 2017 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2017 Office of the Secretary Of Defense Date: February 2016 0400: Research, Development, Test & Evaluation, Defense-Wide / BA 3: Advanced Technology Development

More information

The Patriot Missile Failure

The Patriot Missile Failure The Patriot Missile Failure GAO United States General Accounting Office Washington, D.C. 20548 Information Management and Technology Division B-247094 February 4, 1992 The Honorable Howard Wolpe Chairman,

More information

Challenges in Vertical Collaboration Among Warfighters for Missile Defense C2

Challenges in Vertical Collaboration Among Warfighters for Missile Defense C2 2004 Command and Control Research and Technology Symposium The Power of Information Age Concepts and Technologies Challenges in Vertical Collaboration Among Warfighters for Missile Defense C2 Laura A.T.

More information

18. WARHEADS AND GUIDANCE SYSTEMS

18. WARHEADS AND GUIDANCE SYSTEMS Briefing 1. A wide range of weapons is capable of firing projectiles with warheads. Many of these weapons can fire more than one type of warhead. Most warheads combine a powerful attack factor with an

More information

Training and Evaluation Outline Report

Training and Evaluation Outline Report Training and Evaluation Outline Report Task Number: 71-8-3510 Task Title: Plan for a Electronic Attack (Brigade - Corps) Distribution Restriction: for public release; distribution is unlimited. Destruction

More information