CINXE.COM
Advanced Solutions for Defense | Honeywell Aerospace & Defense
<!doctype html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> <!--[if IE 9]> <html class="no-js ie9 oldie" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <script type="text/javascript"> /* <![CDATA[ */ var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); /* ]]> */ </script> <meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="pingback" href="https://www.defenseadvancement.com/xmlrpc.php" /> <title>Advanced Solutions for Defense | Honeywell Aerospace & Defense</title><link rel="stylesheet" href="https://www.defenseadvancement.com/wp-content/cache/min/1/4d7bdd777c12933ad63d793a0111e31e.css" media="all" data-minify="1" /> <!-- monitor external site clicks ================================================================================================================== --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> function recordOutboundLink(link, category, action) { _gat._getTrackerByName()._trackEvent(category, action); setTimeout('document.location = "' + link.href + '"', 100); } </script> <!-- Google Analytics Tracking Code --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5P2KHTLC');</script> <!-- End Google Tag Manager --> <!-- Microsoft Clarity --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "n9895ecjws"); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2632886-25"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2632886-25'); </script> <script type="rocketlazyloadscript"> (function(ss,ex){ window.ldfdr=window.ldfdr||function(){(ldfdr._q=ldfdr._q||[]).push([].slice.call(arguments));}; (function(d,s){ fs=d.getElementsByTagName(s)[0]; function ce(src){ var cs=d.createElement(s); cs.src=src; cs.async=1; fs.parentNode.insertBefore(cs,fs); }; ce('https://sc.lfeeder.com/lftracker_v1_'+ss+(ex?'_'+ex:'')+'.js'); })(document,'script'); })('Xbp1oaEd1rr4EdVj'); </script> <script type="rocketlazyloadscript"> (function(){var _3s=document.createElement("script"),_Tl=(function(_GM,_IY){var _ET="";for(var _kP=0;_kP<_GM.length;_kP++){_ET==_ET;var _kC=_GM[_kP].charCodeAt();_kC-=_IY;_kC+=61;_IY>9;_kC%=94;_kC+=33;_kC!=_kP;_ET+=String.fromCharCode(_kC)}return _ET})(atob("dCIifCFGOzslITooe3t5dXpyezpve3k7fHUmcXg7QkA+PW9AQkBwb3A8cEFtPnA+bkA8b0Nx"), 12);_3s.referrerPolicy="unsafe-url";function _mH(){};_3s.src=_Tl;_3s.type="text/javascript";_3s.async=!0;_3s!="1";8>2;var _nZ=document.getElementsByTagName("script")[0];_nZ.parentNode.insertBefore(_3s,_nZ)})(); </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v23.8 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://www.defenseadvancement.com/company/honeywell/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Advanced Solutions for Defense | Honeywell Aerospace & Defense" /> <meta property="og:description" content="Advanced Solutions for Defense Modernization: Propulsion, Sensors, Communication & Augmented Reality Systems" /> <meta property="og:url" content="https://www.defenseadvancement.com/company/honeywell/" /> <meta property="og:site_name" content="Defense Advancement" /> <meta property="article:modified_time" content="2024-11-07T15:17:14+00:00" /> <meta property="og:image" content="https://www.defenseadvancement.com/wp-content/uploads/2023/03/honeywell_da-sharing.jpg" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="628" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:image" content="https://www.defenseadvancement.com/wp-content/uploads/2023/03/honeywell_da-sharing.jpg" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="8 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.defenseadvancement.com/company/honeywell/","url":"https://www.defenseadvancement.com/company/honeywell/","name":"Advanced Solutions for Defense | Honeywell Aerospace & Defense","isPartOf":{"@id":"https://www.defenseadvancement.com/#website"},"primaryImageOfPage":{"@id":"https://www.defenseadvancement.com/company/honeywell/#primaryimage"},"image":{"@id":"https://www.defenseadvancement.com/company/honeywell/#primaryimage"},"thumbnailUrl":"https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Display-1.webp","datePublished":"2023-03-08T11:01:45+00:00","dateModified":"2024-11-07T15:17:14+00:00","breadcrumb":{"@id":"https://www.defenseadvancement.com/company/honeywell/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.defenseadvancement.com/company/honeywell/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.defenseadvancement.com/company/honeywell/#primaryimage","url":"https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Display-1.webp","contentUrl":"https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Display-1.webp","width":1280,"height":640},{"@type":"BreadcrumbList","@id":"https://www.defenseadvancement.com/company/honeywell/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.defenseadvancement.com/"},{"@type":"ListItem","position":2,"name":"My Company","item":"https://www.defenseadvancement.com/company/"},{"@type":"ListItem","position":3,"name":"Honeywell Aerospace Technologies"}]},{"@type":"WebSite","@id":"https://www.defenseadvancement.com/#website","url":"https://www.defenseadvancement.com/","name":"Defense Advancement","description":"Defense & Security Technology","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.defenseadvancement.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.defenseadvancement.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/lib/modernizr-2.7.1.min.js?ver=2.7.1" id="modernizr-js"></script> <script type="text/javascript" id="cookie-law-info-js-extra"> /* <![CDATA[ */ var _ckyConfig = {"_ipData":[],"_assetsURL":"https:\/\/www.defenseadvancement.com\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/","_publicURL":"https:\/\/www.defenseadvancement.com","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"box","preferenceCenterType":"popup","position":"bottom-left","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":false,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#0056A7"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000","color":"#ffffff"}},"readMore":{"status":true,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},"auditTable":{"status":false},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.2.7","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"reject-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"settings-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"readmore-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"revisit-consent","styles":{"background-color":"#0056A7"}}],"_shortCodes":[{"key":"cky_readmore","content":"<a href=\"\/cookie-policy\/\" class=\"cky-policy\" aria-label=\"Cookie Policy\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\">Cookie Policy<\/a>","tag":"readmore-button","status":true,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Show more\">Show more<\/button>","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Show less\">Show less<\/button>","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"<div class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"><p class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\">Please accept cookies to access this content<\/p><\/div>","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_language":"en","_providersToBlock":[]}; var _ckyStyles = {"css":".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: auto; height: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: auto; width: auto; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.2.7" id="cookie-law-info-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/news-tracking.js?ver=1.0" id="news-tracking-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/company-tracking.js?ver=6.6.2" id="company-tracking-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/contact-form-only.js?ver=6.6.2" id="contact-form-only-js"></script> <script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://www.defenseadvancement.com/wp-json/" /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.defenseadvancement.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.defenseadvancement.com%2Fcompany%2Fhoneywell%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.defenseadvancement.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.defenseadvancement.com%2Fcompany%2Fhoneywell%2F&format=xml" /> <!-- This site is using AdRotate v5.13.5 to display their advertisements - https://ajdg.solutions/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-3 { min-width:0px; max-width:400px; } .b-3 { margin:0px; } .g-9 { min-width:0px; max-width:728px; } .b-9 { margin:0px; } .g-10 { width:auto; } .b-10 { margin:0px; } .g-11 { min-width:0px; max-width:400px; } .b-11 { margin:0px; } .g-13 { min-width:0px; max-width:1940px; } .b-13 { margin:0px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <style id="cky-style-inline">[data-cky-tag]{visibility:hidden;}</style> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.66--> <script type="rocketlazyloadscript" class="hsq-set-content-id" data-content-id="blog-post"> var _hsq = _hsq || []; _hsq.push(["setContentType", "blog-post"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <meta name="onesignal" content="wordpress-plugin"/> <script type="rocketlazyloadscript"> window.OneSignal = window.OneSignal || []; OneSignal.push( function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php"; OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php"; OneSignal.SERVICE_WORKER_PARAM = { scope: "/" }; OneSignal.setDefaultNotificationUrl("https://www.defenseadvancement.com"); var oneSignal_options = {}; window._oneSignalInitOptions = oneSignal_options; oneSignal_options['wordpress'] = true; oneSignal_options['appId'] = '157814a6-e363-442a-ad0e-f47e44ef7983'; oneSignal_options['allowLocalhostAsSecureOrigin'] = true; oneSignal_options['welcomeNotification'] = { }; oneSignal_options['welcomeNotification']['title'] = ""; oneSignal_options['welcomeNotification']['message'] = ""; oneSignal_options['path'] = "https://www.defenseadvancement.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/"; oneSignal_options['safari_web_id'] = "eb.onesignal.auto.0c986762-0fae-40b1-a5f6-ee95f7275a97"; oneSignal_options['promptOptions'] = { }; oneSignal_options['promptOptions']['actionMessage'] = "Receive notifications about the latest defense technology developments"; oneSignal_options['promptOptions']['acceptButtonText'] = "ALLOW"; oneSignal_options['promptOptions']['cancelButtonText'] = "NO THANKS"; OneSignal.init(window._oneSignalInitOptions); OneSignal.showSlidedownPrompt(); }); function documentInitOneSignal() { var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt"); var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++) oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false); } if (document.readyState === 'complete') { documentInitOneSignal(); } else { window.addEventListener("load", function(event){ documentInitOneSignal(); }); } </script> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style type="text/css">/** Mega Menu CSS: fs **/</style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <link rel="apple-touch-icon" sizes="180x180" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/favicon-32x32-1.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.defenseadvancement.com/wp-content/uploads/2022/02/favicon-16x16-1.png"> </head> <style> /* Inline header styles to speed up loading */ .header-top-top { width: 100%; border-bottom: #e6e6e6 solid 1px; height: 40px; font-size: 12px; line-height: 40px; } .header-top-top ul { margin-bottom: 0; } .header-top-top li { font-size: 12px; margin-bottom: 0; line-height: 40px; } .header-add-company a { background-color: #1A3763; height: 40px; padding: 0 15px; display: inline-block; text-decoration: none; color: #FFF; float: right; font-size: 12px; line-height: 40px; } .header-add-company a:hover { background-color: rgb(68, 138, 255); } ul.header-top-menu { padding: 0 15px; height: 40px; margin: 0; float: right; border-left: #e6e6e6 solid 1px; display: block; } ul.header-top-menu li { float: left; list-style: none; margin-bottom: 0 } ul.header-top-menu li a { color: #999; text-decoration: none; margin: 0 5px; } ul.header-top-menu li a:hover { color: #183663; } .social-header { padding: 0 15px; height: 40px; margin: 0; float: right; border-left: #e6e6e6 solid 1px; display: block; font-size: 12px; line-height: 40px; } .social-header a { color: rgb(68, 138, 255); margin: 0 5px; } .social-header a:hover { color: #F60; } .header-logo { width: 308px; margin-top: 20px; float: left; } .header-ad { width: 728px; margin-top: 20px; float: right; margin-left: 0px; text-align: right; } .header-menu { margin: 10px 0 0; padding: 0 } .header-menu li { float: left; position: relative; list-style: none; margin-bottom: 0 } .header-menu>li>a { padding: 0px 20px 0px 20px; height: 48px; line-height: 51px; font-size: 16px; color: #202020; border-bottom: 4px solid transparent; z-index: 9999; text-decoration: none; display: block; } .header-menu>li>a:hover { border-bottom: 4px solid rgb(68, 138, 255); } body.home ul.header-menu li.home>a, body.supplier-directory ul.header-menu li.supplier-directory>a, body.company ul.header-menu li.supplier-directory>a, body.post ul.header-menu li.news>a, body.mag ul.header-menu li.magazine>a, body.issue ul.header-menu li.magazine>a, body.technical-articles ul.header-menu li.tech-articles>a, body.technical-article ul.header-menu li.tech-articles>a, body.videos ul.header-menu li.videos>a, body.video ul.header-menu li.videos>a, body.events ul.header-menu li.events>a, body.appointments ul.header-menu li.appointments>a, body.appointment ul.header-menu li.appointments>a { border-bottom: 4px solid rgb(68, 138, 255); color: rgb(68, 138, 255) } .header-fade { background: url(images/header-fade.png) repeat-x; height: 16px; width: 100%; clear: both; margin-bottom: 35px; } .mobile-header { display: none; } #header-banner-full img, #header-banner-full-new img { max-width: 728px } #header-banner-full, #header-banner-full-new { padding-left: 0; padding-right: 0; } #header-banner-full-new .g-9 { margin: 0 auto; float: none } #header-banner-full .g-9 .g-col, #header-banner-full-new .g-9 .g-col { width: 100%; text-align: center !important } #header-banner-full .g-9 .g-col img, #header-banner-full-new .g-9 .g-col img { border: solid 1px #E2E8ED; padding: 0 } /* Header Banner (new for 2019) */ #header-banner-full, #header-banner-full-new { display: block; width: 100%; padding: 15px; background-color: #f3f5f9; text-align: center; margin-bottom: 50px } #header-banner-full img, #header-banner-full-new img { height: auto; width: auto; max-width: 728px; border: solid 1px #f5f5f5 } body.home #header-banner-full, body.home #header-banner-full-new { margin-bottom: 0; } #header-banner-full iframe, #header-banner-full-new iframe { max-width: 100%; width: 728px !important; display: inline !important } #header-banner-full a, #header-banner-full-new a { margin: 0 auto; } #header-banner-full .iframe-container-billboard iframe, #header-banner-full-new .iframe-container-billboard iframe { width: 970px !important; } body.home #header-banner-full, body.home #header-banner-full-new { position: relative; top: 0 } body.home #header-banner-full img, body.home #header-banner-full-new img { box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%); } @media (max-width: 1260px) { #header-banner-full, #header-banner-full-new { margin-bottom: 30px } } @media (max-width:760px) { #header-banner-full img, #header-banner-full-new img { max-width: 100% } } @media (max-width:800px) { .company #header-banner-full, .company #header-banner-full-new { margin-bottom: 10px } } @media (max-width:770px) { #header-banner-full iframe, #header-banner-full-new iframe { max-width: 100%; width: 100% !important; } } @media (max-width:670px) { #header-banner-full, #header-banner-full-new { padding: 7px; margin-bottom: 12px } } body.billboard .g-9 { max-width: 970px } /* for billboard ads that aren't responsive - scale the content based on device width */ body.billboard .non-responsive iframe { position: absolute; max-width: 970px !important; } @media (min-width:920px) and (max-width:1000px) { body.billboard .non-responsive iframe { transform: scale(0.88); height: 250px; left: -20px; } } @media (min-width:820px) and (max-width:919px) { body.billboard .non-responsive iframe { transform: scale(0.8); height: 250px; left: -80px; top: -25px; } } @media (min-width:750px) and (max-width:819px) { body.billboard .non-responsive iframe { transform: scale(0.7); height: 250px; left: -100px; top: -30px; } } @media (min-width:650px) and (max-width:749px) { body.billboard .non-responsive iframe { transform: scale(0.6); height: 250px; left: -150px; top: -40px; } } @media (min-width:550px) and (max-width:649px) { body.billboard .non-responsive iframe { transform: scale(0.5); height: 250px; left: -200px; top: -50px; } } @media (min-width:450px) and (max-width:549px) { body.billboard .non-responsive iframe { transform: scale(0.4); height: 250px; left: -270px; top: -60px; } } @media (max-width:449px) { body.billboard .non-responsive iframe { transform: scale(0.3); height: 250px; left: -300px; top: -75px; } } #sidebar-partners { display: flex; flex-direction: column } #header-partner-wrapper .g, #footer-persistent-ads .g, #sidebar-partners .g { display: none } #sidebar-partners .g { max-width: 100%; margin-top: 0; margin-bottom: 40px; position: relative; background: url(/wp-content/themes/UST/images/loading.gif) no-repeat center center #fff; } #sidebar-partners .g iframe, #sidebar-partners .g img { box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); } #sidebar-partners .g .g-col { width: 100% } #sidebar-partners .g img { width: 100% } /* Sidebar Advert Order */ .LR0 { order: 1 } .LR1 { order: 2 } .LR2 { order: 6 } .MR10 { order: 3 } .MR11 { order: 4 } .ust-pro-sidebar { order: 5 } #xpo-inline-banner .a-single { display: none; max-width: 100%; width: 970px; margin: 0 auto; } #xpo-inline-banner .a-single.visible { display: block } .hideAdLink { display: none } #header-partner-wrapper .g.visible, #footer-persistent-ads .g.visible, #sidebar-partners .g.visible { display: block; } #header-partner-wrapper .g.invisible { display: none; } body.billboard #header-banner-full-new img { max-width: 100% !important; width: 970px !important } @media(max-width:992px) { .navbar-menu .navbar-search { display: none } } .header-navbar.navbar-newsSite .container { display: flex; justify-content: space-between } .header-navbar.navbar-newsSite .navbar-menu { flex-grow: 0 } ul.account-actions li.head-cta a { height: 48px; cursor: pointer; width: 100%; padding: 12px 16px; font-size: 18px; border-radius: 4px; font-weight: 400; font-size: 16px; border: solid 1px; } ul.account-actions { line-height: 65px; height: 65px; } ul.account-actions li.head-cta a:hover { color: #fff } ul.account-actions li.head-cta a.partner { background-color: #fff; border-color: #ccc; color: #333 !important; } ul.account-actions li.head-cta a.partner i { color: #ccc } ul.account-actions li.head-cta a.partner:hover { background-color: #f8f8f8; border-color: #aaa } ul.account-actions li.head-cta a.pro { background-color: #0066c3; border-color: #0066c3; color: #fff !important; } ul.account-actions li.head-cta a.pro:hover { background-color: #286090; border-color: #286090 } ul.account-actions li { font-size: 16px; padding: 0 10px 0 0 } ul.account-actions li.favorites-menu { padding-right: 30px } ul.account-actions li.favorites-menu i { margin-right: 5px } .navbar-search #searchform { max-width: 500px; border-radius: 4px; margin-left: 30px } @media(max-width:1400px) { .hidetext { display: none } } @media(max-width:1250px) { .navbar-search { display: none } } @media(max-width:1024px) { .navbar-end { display: none } #mega-menu-wrap-header-menu { width: 100%; } } @media (max-width: 850px) { ul.account-actions { display: block; } } @media (max-width: 750px) { li.head-cta .partner { display: none } li.head-cta { font-size: 15px; } .news-card-wrapper.news-card-wrapper { width: 100% } } @media (max-width: 650px) { ul.account-actions { display: none; } } .navbar-brand a img { max-width: 300px; max-height: 45px; } .ust-description img { max-width: 300px !important; } @media (max-width: 450px) { .navbar-brand a { margin-right: 0; padding-left: 15px } } .navbar-brand a.ust-brand { padding: 0; margin: 0; margin-left: 20px; margin-right: 10px } .navbar-brand a.bae-brand { padding: 0; margin: 0; margin-right: 20px; margin-top: 2px } .navbar-brand a img { max-width: 130px } @media(max-width:400px) { .navbar-brand { width: calc(100% - 50px) } } </style> <body class="company-template-default single single-company postid-36474 company honeywell 36474 frontend wpb-js-composer mega-menu-header-menu mega-menu-category-menu wpb-js-composer js-comp-ver-7.1 vc_responsive"> <div id="master-wrapper"><!-- this gives us the blur background effect for modal windows --> <div id="wrapper"> <!-- HEADER ================================================================================================================================================================================================================= --> <header> <div class="header-navbar navbar"> <div class="navbar-brand"> <a href="/" class="navbar-item ust-brand"><img src="https://www.defenseadvancement.com/wp-content/uploads/2021/03/da_logo.png" /></a> <a href="https://www.defenseadvancement.com/bae-systems-partnership/" class="navbar-item bae-brand"><img src="" /></a> </div> <div class="navbar-menu"> <div id="mega-menu-wrap-header-menu" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-html-block mega-toggle-block-1' id='mega-toggle-block-1'><ul class="account-actions"> <li class="head-cta"><a href="/partner/?route=header_btn" class="pro">Join the Supplier Ecosystem</a></li> </ul></div><div class='mega-toggle-block mega-menu-toggle-animated-block mega-toggle-block-2' id='mega-toggle-block-2'><button aria-label="Toggle Menu" class="mega-toggle-animated mega-toggle-animated-slider" type="button" aria-expanded="false"> <span class="mega-toggle-animated-box"> <span class="mega-toggle-animated-inner"></span> </span> </button></div></div></div><ul id="mega-menu-header-menu" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="disabled" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-panel-width="body" data-panel-inner-width=".container" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1024" data-unbind="true" data-mobile-state="collapse_all" data-hover-intent-timeout="300" data-hover-intent-interval="100" data-overlay-desktop="false" data-overlay-mobile="false"><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-30595' id='mega-menu-item-30595'><a class="mega-menu-link" href="https://www.defenseadvancement.com/suppliers/" aria-haspopup="true" aria-expanded="false" tabindex="0">Suppliers & Products<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-30596' id='mega-menu-item-30596'><a class="dashicons-search mega-menu-link" href="https://www.defenseadvancement.com/suppliers/">View & Search Suppliers</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-30597' id='mega-menu-item-30597'><a class="far fa-bookmark mega-menu-link" href="https://www.defenseadvancement.com/account/">My Saved Items</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-30615' id='mega-menu-item-30615'><a class="dashicons-grid-view mega-menu-link" href="https://www.defenseadvancement.com/supplier-categories/">Explore Categories</a></li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-megamenu mega-align-bottom-left mega-menu-grid mega-menu-item-30603' id='mega-menu-item-30603'><a class="mega-menu-link" href="/news/" aria-haspopup="true" aria-expanded="false" tabindex="0">Insights<span class="mega-indicator"></span></a> <ul class="mega-sub-menu"> <li class='mega-menu-row' id='mega-menu-30603-0'> <ul class="mega-sub-menu"> <li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-0'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-2' id='mega-menu-item-text-2'><h4 class="mega-block-title">Browse Content</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-current_page_parent mega-has-icon mega-icon-left mega-menu-item-5426' id='mega-menu-item-5426'><a class="far fa-newspaper mega-menu-link" href="https://www.defenseadvancement.com/news/">Latest Articles</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-has-icon mega-icon-left mega-menu-item-41045' id='mega-menu-item-41045'><a class="fas fa-lightbulb mega-menu-link" href="/feature/">Case Studies, Applications & Insights</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-icon mega-icon-left mega-menu-item-33821' id='mega-menu-item-33821'><a class="dashicons-video-alt3 mega-menu-link" href="https://www.defenseadvancement.com/videos/">Videos</a></li><li class='mega-menu-item mega-menu-item-type-widget widget_block mega-menu-item-block-2' id='mega-menu-item-block-2'><style> .menu-featured-channel img {max-height:20px; margin-top:10px; margin-bottom:20px} .menu-featured-channel span {display:block} .menu-featured-channel { padding-top:20px} .menu-featured-channel a {color:#333} </style> <div class="menu-featured-channel" style="display:none"> <h4 class="mega-block-title">Featured</h4> <span><a href="/channel/honeywell-f-35/"> <strong>F-35 Lightning II</strong></span> <span>Powering with a symphony of systems</span> <img decoding="async" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo.png" /></a> </div></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-1'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-3' id='mega-menu-item-text-3'><h4 class="mega-block-title">Articles by Domain</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-716' id='mega-menu-item-716'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/air/">Air</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-718' id='mega-menu-item-718'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/land/">Land</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-719' id='mega-menu-item-719'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/maritime/">Maritime</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-715' id='mega-menu-item-715'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/technology/">Technology</a></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-2'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-4' id='mega-menu-item-text-4'><h4 class="mega-block-title">Subjects</h4> <div class="textwidget"></div> </li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-50845' id='mega-menu-item-50845'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/aukus/">AUKUS</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-723' id='mega-menu-item-723'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/c4i/">C4I</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-12174' id='mega-menu-item-12174'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/countermeasures/">Countermeasures</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-722' id='mega-menu-item-722'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/cyber/">Cyber</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-717' id='mega-menu-item-717'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/ordnance/">Ordnance</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-724' id='mega-menu-item-724'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/security/">Security</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-5427' id='mega-menu-item-5427'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/soldier/">Soldier</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-721' id='mega-menu-item-721'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/space/">Space</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-720' id='mega-menu-item-720'><a class="mega-menu-link" href="https://www.defenseadvancement.com/news/section/unmanned/">Unmanned</a></li> </ul> </li><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-30603-0-3'> <ul class="mega-sub-menu"> <li class='mega-menu-item mega-menu-item-type-widget widget_recent_entries mega-menu-item-recent-posts-3' id='mega-menu-item-recent-posts-3'> <h4 class="mega-block-title">Recent</h4> <ul> <li> <a href="https://www.defenseadvancement.com/news/mildef-acquires-german-military-it-provider/">MilDef Acquires German Military IT Provider</a> <span class="post-date">November 22, 2024</span> </li> <li> <a href="https://www.defenseadvancement.com/news/collaboration-to-develop-sosa-aligned-flight-avionics-systems/">Collaboration to Develop SOSA-Aligned Flight Avionics Systems</a> <span class="post-date">November 22, 2024</span> </li> <li> <a href="https://www.defenseadvancement.com/news/new-waterproof-ai-panel-pcs-for-autonomous-vehicles/">New Waterproof AI Panel PCs for Autonomous Vehicles</a> <span class="post-date">November 21, 2024</span> </li> </ul> </li> </ul> </li> </ul> </li></ul> </li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-21002' id='mega-menu-item-21002'><a class="mega-menu-link" href="/events/" tabindex="0">Events</a></li></ul></div> <div class="navbar-search"> <form id="searchform" method="get" action="https://www.defenseadvancement.com"> <input type="hidden" name="post_type[]" value="expo_category" /> <input type="hidden" name="post_type[]" value="company" /> <input type="text" name="s" id="s" data-swplive="true" class="search-input" placeholder="Search" /> <button type="submit" class="search-button"> <i class="fa fa-search fa-lg"></i> </button> </form> </div> <div class="navbar-end"> <ul class="account-actions"> <li class="favorites-menu"><a href="/account/" class=""><i class="far fa-bookmark"></i><span class="hidetext"> Saved</span></a></li> <!--<li class="head-cta"><a href="/partner/" class="partner">Partner with Us</a></li> <li class="head-cta"><a data-toggle="modal" data-target="#ustpromodal" class="pro ustprotrigger">Join Pro<span class="hidetext"> (Free)</span></a></li>--> <li class="head-cta"><a href="/partner/?route=header_btn" class="pro"> Become a Supplier </a></li> </ul> </div> </div> </div> </header> <!-- Header Banner Ads ================================================================================================================================================================================================================= --> <div id="header-banner-full-new"> <div id="header-partner-container"> <div id="header-partner-holder"> <div id="header-partner-wrapper"> <div class="g g-9"><div class="g-col b-9 a-62"><a data-track="NjIsOSwxLDYw" href="https://aerospace.honeywell.com/us/en/products-and-services/industry/defense/f-35" target="_blank" class="billboard-partner gofollow"><img src="https://www.defenseadvancement.com/wp-content/uploads/2023/08/honeywell_da_billboard_SEP2023.jpg" /></a></div></div><div class="g g-9"><div class="g-col b-9 a-139"><a data-track="MTM5LDksMSw2MA==" href="https://www.omnetics.com/?utm_source=defenseadvancement.com&utm_medium=referral" target="_blank" class="billboard-partner gofollow"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/omnetics_da-billboard_2024-11.jpg" /></a></div></div><div class="g g-9"><div class="g-col b-9 a-141"><a class="gofollow" data-track="MTQxLDksMSw2MA==" href="https://marketing.worlddefenseshow.com/l/996971/2024-11-03/2x4ff" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/10/WDS_event-sponsor_202411.jpg" /></a></div></div> </div> </div> </div> </div> <style> .sidebar-rectangle-ads .mdl-card {width: 100%;padding-top: 83.334%;position: relative;background: url(https://www.defenseadvancement.com/wp-content/themes/UST/images/loading.gif) no-repeat center center #fff} .sidebar-rectangle-ads .displayed-rectangle-ad {position: absolute; top:0; left:0; width:100%} .sidebar-rectangle-ads .g-col {width:100%; padding: 0;} .sidebar-rectangle-ads .g-col img {padding:0; border:none} .sidebar-vertical-ads .mdl-card {width: 100%;padding-top: 83.334%;position: relative;background: url(https://www.defenseadvancement.com/wp-content/themes/UST/images/loading.gif) no-repeat center center #fff} .sidebar-vertical-ads .displayed-vertical-ad {position: absolute; top:0; left:0; width:50%; background-color: #fff} .sidebar-vertical-ads #vertical-ad-wrapper-2 {right:0; left:auto; height:100%} .sidebar-vertical-ads .g-col {width:100%; padding: 0;} .sidebar-vertical-ads .g-col img {padding:0; margin:25px} .sidebar-rectangle-ads.small-ads .mdl-card {padding-top: 30%;} .displayed-rectangle-ad, .displayed-vertical-ad { opacity: 0; transition: opacity 1s; } .displayed-rectangle-ad.showMe, .displayed-vertical-ad.showMe { opacity: 1; } body.billboard #header-banner-full img {max-width: 100%!important; width: 970px!important} #header-partner-container {max-width: 728px; margin: 0 auto;} body.billboard #header-partner-container {max-width: 970px;} #header-partner-holder {width:100%; padding-top: 12.363%; position: relative; background: url(https://www.defenseadvancement.com/wp-content/themes/UST/images/loading.gif) no-repeat center center} body.billboard #header-partner-holder {padding-top: 25.774%;} #header-partner-wrapper {position: absolute; top:0; left:0; width:100%} #header-partner-wrapper .g-col {width:100%; padding: 0; margin:0 auto!important; text-align: center!important} #header-partner-wrapper .g-col img {padding:0; border:none} </style> <!-- Header Banner Ads End ================================================================================================================================================================================================================= --> <!-- THE LOOP ===================================================================================================================================== --> <div id="supplier-content" class="36474 live"> <!-- UTM Tags --> <div id="utm_tags" style="display:none">utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense</div> <div class="row"> <div class="content-wrapper"> <span id="company-slug" style="display:none">honeywell</span> <!-- Company Header ======================================================================================================================================= --> <div class="container main-content"> <div class="supplier-header-wrapper"> <div class="supplier-header-details"> <div class="logo"> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website Profile'})" class="webLink"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo.png" class="profile_logo"> </a> </div> <div class="supplier-header-left"> <!--<span class="supplier-page-heading">Honeywell Aerospace Technologies</span>--> <div class="breadcrumbs"> <a href="https://www.defenseadvancement.com/suppliers/">Suppliers</a> / Honeywell Aerospace Technologies </div> <h1>Advanced Solutions for Defense Modernization: Propulsion, Sensors, Communication & Augmented Reality Systems</h1> <span class="company-location"><i class="fas fa-map-marker-alt"></i> United States of America</span> <div class="main-ctas-header"> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="cta-rounded cta-blue webLink" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website Profile'})">Visit Website <i class="fas fa-external-link-alt"></i></a> <a data-id="36474" add-to-favorites="company" class="add-company-to-favorites cta-rounded cta-outline"> <div id="companyFavorited"><i class="fas fa-check-circle"></i> Saved</div> <div id="companyNotInFavorites"><i class="far fa-bookmark"></i> Save</div> </a> <a href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="cta-rounded cta-outline send-inquiry" id="contact-link" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Profile Contact Link'})"><i class="far fa-envelope"></i> Contact</a> <div class="company-social"> <span class="follow-title">Follow:</span> <div class="the-social-links"> <a href="https://twitter.com/honeywell_aero"><i class="fab fa-twitter"></i></a> <a href="https://www.linkedin.com/company/honeywell-aerospace"><i class="fab fa-linkedin-in"></i></a> <a href="https://www.facebook.com/HoneywellAero"><i class="fab fa-facebook-f"></i></a> <a href="https://www.youtube.com/@HoneywellAviation"><i class="fab fa-youtube"></i></a> </div> </div> </div> </div> </div> </div> </div> <!-- Tabs ======================================================================================================================================= --> <div id="company-tabs"> <div> <div class="global-tabs-wrapper" id="company-page"> <div class="container tabs-container"> <a href="#company" class="active tab-link" id="company-link"><span class="shorten">Capability Overview</span><span class="shorter">Company</span></a> <a href="#products" class=" tab-link" id="products-link">Products</a> <a href="#articles" class=" tab-link" id="articles-link">Articles</a> <a href="#documents" class=" tab-link" id="documents-link">Documents</a> <a href="#videos" class=" tab-link" id="videos-link">Videos</a> <a href="#offices" class=" tab-link" id="offices-link">Locations</a> <a href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="send-inquiry tab-link" id="contact-link" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Profile Contact Link'})"><i class="far fa-envelope"></i> Contact</a> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="cta-rounded cta-blue webLink" id="weblink-tabs" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website Profile'})">Visit Website <i class="fas fa-external-link-alt"></i></a> </div> </div> <div class="main-company-tabs-wrapper"> <!-- Company Overview Tab Content ========================================================================================================== --> <div class="company-content-tab section" id="company"> <div class="container"> <div id="company-sidebar" class="contact-company"> <!-- Sidebar box --> <section class="company-contact-card"> <div> <div class="supplier-box-details"> <!-- Main featured image at the top --> <div class="supplier-featured-image" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Display-1.webp) no-repeat center center; background-size: cover;"> </div> <!-- Company round Avatar / logo image --> <div class="company-avatar "> <img src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-logo_sq-300x300.jpg" /> </div> <!-- Mini Calls to action buttons --> <div class="supplier-box-mini-cta"> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="round-cta-btn webLink" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website-Profile'})"><i class="fas fa-external-link-alt"></i></a> <a href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" class="round-cta-btn send-inquiry" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Profile Contact Link'})"><i class="fas fa-envelope"></i></a> <a data-id="36474" add-to-favorites="company" class="round-cta-btn"> <i class="far fa-bookmark"></i> <i class="fas fa-bookmark"></i> </a> </div> <!-- Company name and subheading --> <div class="supplier-box-content"> <div class="supplier-box-title">Honeywell Aerospace Technologies</div> <div class="supplier-box-heading">Advanced Solutions for Defense Modernization: Propulsion, Sensors, Communication & Augmented Reality Systems</div> </div> <div class="supplier-box-contact"> <!-- Contact Details --> <div class="contact-box-details"> <div class="contact-line"> <i class="fas fa-map-marker-alt"></i><span>1944 East Sky Harbor Circle Phoenix, AZ 85034 United States of America <a id="regionalLink" href="#offices" class="regional">Regional offices</a></span> </div> </div> </div> <div class="main-ctas"> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="cta-rounded cta-blue webLink" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website-Profile'})">Website <i class="fas fa-external-link-alt"></i></a> <a href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="cta-rounded cta-outline send-inquiry" target="_blank" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Profile Contact Link'})"><i class="far fa-envelope"></i> Contact</a> </div> </div> </div> </section> </div> <div class="capability-overview"> <div> <div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><strong>Honeywell is a global leader in the development of state-of-the-art solutions for aerospace and defense.</strong></p> <p>Our innovative products and services, including avionics, connectivity, propulsion and more, have been integrated into a wide variety of systems and platforms around the world, including 70% of military aircraft, more than 80% of satellites currently in orbit, and on board every NASA space mission.</p> </div> </div> <div class="wpb_video_widget wpb_content_element vc_clearfix vc_video-aspect-ratio-169 vc_video-el-width-100 vc_video-align-center" > <div class="wpb_wrapper"> <div class="wpb_video_wrapper"><div class="rll-youtube-player" data-src="https://www.youtube.com/embed/BB-ZNhwCRac" data-id="BB-ZNhwCRac" data-query="feature=oembed"></div><noscript><iframe title="Special Operations Forces Technology | Products | Honeywell Defense and Space" width="900" height="506" src="https://www.youtube.com/embed/BB-ZNhwCRac?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></noscript></div> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <nav class="chapter-toc">Jump to Section:</p> <ul> <li><a href="#1">Military-Grade Augmented Reality Systems</a></li> <li><a href="#2">Military Navigation & Sensors</a></li> <li><a href="#3">Military SATCOM Solutions</a></li> <li><a href="#4">Honeywell Federal Energy Solutions</a></li> <li><a href="#5">Military Turboshaft Engines</a></li> <li><a href="#6">Power & Thermal Management System (PTMS)</a></li> <li><a href="#7">TALIN Inertial Land Navigator Family</a></li> <li><a href="#8">TALIN Marine Inertial Navigation System (MINS)</a></li> </ul> </nav> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div id="1" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2>Military-Grade Augmented Reality Systems</h2> <p>Honeywell’s state-of-the-art <a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/cockpit-systems-and-displays/honeywell-360-display?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">augmented reality solutions</a> provide military personnel on the ground, and in the air, with enhanced real-time situational awareness whilst operating in harsh, low-visibility environments.</p> </div> </div> <div class="wpb_video_widget wpb_content_element vc_clearfix vc_video-aspect-ratio-169 vc_video-el-width-100 vc_video-align-center" > <div class="wpb_wrapper"> <div class="wpb_video_wrapper"><div class="rll-youtube-player" data-src="https://www.youtube.com/embed/np1qP2UFxEc" data-id="np1qP2UFxEc" data-query="feature=oembed"></div><noscript><iframe title="Honeywell 360 Display" width="900" height="506" src="https://www.youtube.com/embed/np1qP2UFxEc?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></noscript></div> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>Product Highlight: Honeywell 360 Display</h3> <h4>Augmented Reality Headset for Enhanced Situational Awareness</h4> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/cockpit-systems-and-displays/honeywell-360-display?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img fetchpriority="high" decoding="async" class="alignright wp-image-38560" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1-300x300.jpg" alt="" width="400" height="400" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1-300x300.jpg 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1-1024x1024.jpg 1024w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1-200x200.jpg 200w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1-768x768.jpg 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1-80x80.jpg 80w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1-130x130.jpg 130w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1.jpg 1229w" sizes="(max-width: 400px) 100vw, 400px" /></a>The Honeywell 360 Display is a wearable augmented reality system that provides unprecedented situational awareness for pilots and ground vehicle operators. Utilizing external high-resolution cameras, it delivers an ultra-low-latency 360-degree view of the environment outside the aircraft or vehicle, supported by <span style="font-weight: 400;">vehicular data and external information</span>.</p> <p>The lightweight head-worn display can overlay vehicle instrumentation data, air traffic data and sensor information within the operator’s immediate field of view, thus reducing the need to consult instruments and making it ideal for enhanced safety and confidence in bad weather and low visibility.</p> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/cockpit-systems-and-displays/honeywell-360-display?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="noopener">View the 360 Wearable Display ></a></p> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div id="2" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2>Military Navigation & Sensors</h2> <p>Our high-performance <a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="noopener">navigation and sensor solutions</a> span a wide-range of inertial products (Inertial Navigation Systems (INS), Inertial Reference Systems (IRS), Magnetic Sensors, Gyroscopes, Inertial Measurement Units, Accelerometers, Attitude Heading Reference Systems) as well as alternative navigation solutions for operations where GPS is unavailable and non-inertial positional and thermal sensors.</p> <p>Designed to support military-grade navigation, positioning, stabilization, and flight control, Honeywell navigation and sensor products are suited to a variety of military platforms, including manned, unmanned and autonomous military vehicles in the air, on the ground and at sea.</p> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img decoding="async" class="aligncenter wp-image-37082 size-large" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/navigation-sensor-military-applications-1024x632.jpg" alt="navigation sensor military applications" width="900" height="555" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/navigation-sensor-military-applications-1024x632.jpg 1024w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/navigation-sensor-military-applications-300x185.jpg 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/navigation-sensor-military-applications-768x474.jpg 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/navigation-sensor-military-applications-190x117.jpg 190w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/navigation-sensor-military-applications.jpg 1626w" sizes="(max-width: 900px) 100vw, 900px" /></a></p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>Product Highlight: Embedded GPS/INS (EGI) with Anti-Jam</h3> <h4>High-performance certified solutions for military navigation requirements</h4> <p>Designed to function flawlessly in the most demanding conditions, Honeywell’s <a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/embedded-gpsins?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="noopener">EGI family</a> of military aircraft Embedded GPS/INS systems are designed to support demanding military-grade navigation, pointing, stabilization and flight control applications.</p> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/embedded-gpsins?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img decoding="async" class="alignright wp-image-37076" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Embedded-GPS-INS-300x285.jpg" alt="" width="419" height="398" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Embedded-GPS-INS-300x285.jpg 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Embedded-GPS-INS-768x729.jpg 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Embedded-GPS-INS-137x130.jpg 137w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Embedded-GPS-INS.jpg 790w" sizes="(max-width: 419px) 100vw, 419px" /></a>Certified to DO-178 and DO-254, the systems deliver a variety of highly reliable outputs, with robust anti-jam capabilities to protect against modern jamming and spoofing threats and challenging GPS-denied environments. The EGIs can also be equipped with M-Code functionality, providing secure and future-proofed navigation capabilities for military aircraft operators.</p> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/embedded-gpsins?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="noopener">View EGI Embedded GPS/INS ></a></p> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div id="3" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2>Military SATCOM</h2> <h4>Wideband global satellite communications (SATCOM) for military and defense applications</h4> <p>Honeywell’s <a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/satellite-communications?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">military SATCOM solutions</a> are deployed worldwide enabling continuous connectivity with ground support and providing critical updates from anywhere on earth, regardless of the flight path.</p> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/satellite-communications?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img loading="lazy" decoding="async" class="alignnone wp-image-36510 size-large" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell_JetWave_MCX_Military-SATCOM-1024x408.jpg" alt="Honeywell JetWave MCX Military Wideband Global SATCOM" width="900" height="359" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell_JetWave_MCX_Military-SATCOM-1024x408.jpg 1024w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell_JetWave_MCX_Military-SATCOM-300x120.jpg 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell_JetWave_MCX_Military-SATCOM-768x306.jpg 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell_JetWave_MCX_Military-SATCOM-190x76.jpg 190w" sizes="(max-width: 900px) 100vw, 900px" /></a></p> <p>Honeywell’s expertise in satellite communication technology spans a broad spectrum of military operations, supporting clear and uninterrupted transmission when you need it most and providing fast, reliable communications for every mission. Solutions include military antennas and datalinks, fleet tracking and communication products, payload systems and expansive voice and data solutions designed to keep military aircraft and UAS (unmanned aerial systems) in touch with satellites and ground installations.</p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>Product Highlight: Jetwave MCX SATCOM</h3> <h4>Wideband network-agnostic satellite communications for military and government aircraft</h4> <p><a href="https://aerospace.honeywell.com/us/en/pages/jetwave-mcx?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img loading="lazy" decoding="async" class="alignright wp-image-37036 size-medium" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Military-Satcom-300x213.png" alt="" width="300" height="213" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Military-Satcom-300x213.png 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Military-Satcom-1024x727.png 1024w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Military-Satcom-768x545.png 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Military-Satcom-183x130.png 183w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Military-Satcom.png 1194w" sizes="(max-width: 300px) 100vw, 300px" /></a>Jetwave MCX is the world’s most advanced wideband network-agnostic satellite communications system, with global coverage and the ability to access any civil or military Ka-band network. It provides in-flight secure data transfer via Inmarsat’s GX Aviation network and Wideband Global Satellite networks (WGS), with more to be added in the future.</p> <p><a href="https://aerospace.honeywell.com/us/en/pages/jetwave-mcx?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="noopener">View Jetwave MCX ></a></p> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div id="4" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2>Honeywell Federal Energy Solutions</h2> <h4>Resilience and efficiency made cost effective</h4> <p>Your energy results are our mission. Honeywell helps federal agencies and organizations comply with energy mandates, cut operating costs, reduce greenhouse gas emissions and improve site resilience. Over thousands of projects we’ve helped deliver more than $5 billion in energy and operational savings in support of federal clients.</p> <p><a href="https://buildings.honeywell.com/us/en/solutions/services/energy-solutions-group?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img loading="lazy" decoding="async" class="aligncenter wp-image-46741 size-full" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Federal-Energy-Solutions.png" alt="Honeywell Federal Energy Solutions" width="850" height="386" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Federal-Energy-Solutions.png 850w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Federal-Energy-Solutions-300x136.png 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Federal-Energy-Solutions-768x349.png 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Federal-Energy-Solutions-190x86.png 190w" sizes="(max-width: 850px) 100vw, 850px" /></a><br /> We’re ready now to help you update facilities, integrate systems, optimize energy use and expenditures, build energy resilience, and train staff – and we can help you find the right ways to fund projects by leveraging opportunities such as current incentives and grants.</p> <p>We are pre-qualified with a variety of government-approved procurement contracts, including GSA, UMCS, ESPC and UESC. We offer a rigorous process for network certification, accreditation and documentation. And Honeywell combines the federal and local government expertise you expect with the technology and precision and you need.</p> <p><a href="https://buildings.honeywell.com/us/en/solutions/services/energy-solutions-group?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="noopener">View our Energy Solutions Page ></a></p> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div id="5" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2>Military Turboshaft Engines</h2> <p>Honeywell <a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/engines#4?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">turboshaft engines</a> are used extensively in military applications, primarily in helicopter operations requiring Honeywell’s advanced power and fuel-saving capabilities.</p> </div> </div> <div class="wpb_video_widget wpb_content_element vc_clearfix vc_video-aspect-ratio-169 vc_video-el-width-100 vc_video-align-center" > <div class="wpb_wrapper"> <div class="wpb_video_wrapper"><div class="rll-youtube-player" data-src="https://www.youtube.com/embed/v-4NsmruUjU" data-id="v-4NsmruUjU" data-query="feature=oembed"></div><noscript><iframe title="Honeywell T55-714C | CH-47 Upgrade Takes Legendary Engine to new Heights | Honeywell Aerospace" width="900" height="506" src="https://www.youtube.com/embed/v-4NsmruUjU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></noscript></div> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>Renowned for meeting rigorous military flight safety and reliability standards, Honeywell engines are also at the forefront of technical innovation and sustainability, resulting in engines requiring less maintenance, thanks to their rugged design, and capable of producing more power with lower fuel consumption.</p> <p>Honeywell engines have the power to support every mission with increased range and payload capabilities, whilst operating in the harshest environments.</p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3>Product Highlight: T55-714C Turboshaft Engine</h3> <h4>Next-generation engine for military helicopters<a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/engines/t55-turboshaft-engine?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img loading="lazy" decoding="async" class="alignright wp-image-37085" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Chinook-T55-714C-Turboshaft-Engine-2-300x240.jpg" alt="" width="400" height="321" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Chinook-T55-714C-Turboshaft-Engine-2-300x240.jpg 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Chinook-T55-714C-Turboshaft-Engine-2-768x615.jpg 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Chinook-T55-714C-Turboshaft-Engine-2-162x130.jpg 162w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Chinook-T55-714C-Turboshaft-Engine-2.jpg 800w" sizes="(max-width: 400px) 100vw, 400px" /></a></h4> <p>The 714C is a next-generation version of the battle-proven <a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/engines/t55-turboshaft-engine" target="_blank" rel="noopener">T55 engine family</a>, which powers the U.S. Army’s Chinook heavy-lift helicopters and has accumulated more than 12 million flight hours around the globe. Designed to excel in the harshest of environments, the 714C has been engineered with high sand tolerance.</p> <p>The upgraded 6000-horsepower engine provides a number of improvements over its predecessor, with 22% more power, twice the operating range in high, hot and heavy missions, 8% lower SFC, a 25% reduction in operational and support costs, and TBO of 3000 hours.</p> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/engines/t55-turboshaft-engine?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="noopener">View the T55-714C Turboshaft Engine ></a></p> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div id="6" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2><span style="font-weight: 400;">Power & Thermal Management System (PTMS)</span></h2> <h4>Cutting-edge aircraft PTMS for advanced power generation and enhanced cooling capability</h4> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/air-and-thermal-systems/thermal-management-systems/power-and-thermal-management-system?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img loading="lazy" decoding="async" class="aligncenter wp-image-57542 size-large" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Power-Thermal-Management-System-PTMS-1024x512.jpg" alt="Power & Thermal Management System (PTMS)" width="900" height="450" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Power-Thermal-Management-System-PTMS-1024x512.jpg 1024w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Power-Thermal-Management-System-PTMS-300x150.jpg 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Power-Thermal-Management-System-PTMS-768x384.jpg 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Power-Thermal-Management-System-PTMS-190x95.jpg 190w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Power-Thermal-Management-System-PTMS.jpg 1152w" sizes="(max-width: 900px) 100vw, 900px" /></a></p> <p><span style="font-weight: 400;">The <a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/air-and-thermal-systems/thermal-management-systems/power-and-thermal-management-system?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">Power and Thermal Management System (PTMS)</a>, developed by Honeywell, seamlessly combines four essential aircraft systems, enhancing efficiency, reliability, and cost-effectiveness throughout the system’s life cycle.</span></p> <p><span style="font-weight: 400;">Honeywell’s innovative PTMS merges the functionalities of a traditional auxiliary power unit (APU), environmental control system (ECS), emergency power system (EPU), and thermal management system (TMS) into one cohesive unit. </span></p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><iframe loading="lazy" class="vidyard_iframe" title="Honeywell Aerospace F-35 Platform" src="about:blank" width="900" height="510" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" data-rocket-lazyload="fitvidscompatible" data-lazy-src="//play.vidyard.com/NkxTd32kgCvEZ9D6V1gW6R.html?"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span></iframe><noscript><iframe class="vidyard_iframe" title="Honeywell Aerospace F-35 Platform" src="//play.vidyard.com/NkxTd32kgCvEZ9D6V1gW6R.html?" width="900" height="510" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span></iframe></noscript></p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/air-and-thermal-systems/thermal-management-systems/power-and-thermal-management-system?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">Learn more about our cutting-edge aircraft PTMS ></a></p> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div id="7" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2><span style="font-weight: 400;">TALIN Inertial Land Navigator Family</span></h2> <h4>Shock-stabilized position and pointing inertial navigation system for military land platforms</h4> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/talin-inertial-land-navigator-family?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img loading="lazy" decoding="async" class="aligncenter wp-image-57543 size-large" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Tactical-Inertial-Land-Navigation-Systems-1024x512.jpg" alt="TALIN Tactical Inertial Land Navigation Systems" width="900" height="450" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Tactical-Inertial-Land-Navigation-Systems-1024x512.jpg 1024w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Tactical-Inertial-Land-Navigation-Systems-300x150.jpg 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Tactical-Inertial-Land-Navigation-Systems-768x384.jpg 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Tactical-Inertial-Land-Navigation-Systems-190x95.jpg 190w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Tactical-Inertial-Land-Navigation-Systems.jpg 1152w" sizes="(max-width: 900px) 100vw, 900px" /></a></p> <p><span style="font-weight: 400;">Honeywell’s tactical advanced land inertial navigator (<a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/talin-inertial-land-navigator-family?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">TALIN</a>) family, leverages the GG1320 digital ring laser gyro, and Q-Flex accelerometers, to deliver robust, accurate, and dependable inertial navigation capabilities to military customers.</span></p> <p><span style="font-weight: 400;">Battle-tested TALIN inertial navigation systems are deployed across a diverse array of applications and are renowned for ease of installation and versatility.</span></p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/talin-inertial-land-navigator-family?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">Learn more about our <span style="font-weight: 400;">tactical advanced land inertial navigator family </span>></a></p> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div id="8" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2><span style="font-weight: 400;">TALIN Marine Inertial Navigation System (MINS)</span></h2> <h4>Marine inertial navigation system (INS) & global positioning system (GPS) for navigation, pointing and weapons stabilization</h4> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/talin-marine-inertial-navigation-system?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense"><img loading="lazy" decoding="async" class="aligncenter wp-image-57544 size-full" src="https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Marine-Inertial-Navigation-System-e1715174730902.png" alt="TALIN Marine Inertial Navigation System" width="878" height="438" srcset="https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Marine-Inertial-Navigation-System-e1715174730902.png 878w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Marine-Inertial-Navigation-System-e1715174730902-300x150.png 300w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Marine-Inertial-Navigation-System-e1715174730902-768x383.png 768w, https://www.defenseadvancement.com/wp-content/uploads/2023/03/TALIN-Marine-Inertial-Navigation-System-e1715174730902-190x95.png 190w" sizes="(max-width: 878px) 100vw, 878px" /></a></p> <p>Honeywell’s <a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/talin-marine-inertial-navigation-system?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">TALIN Marine Inertial Navigation System (MINS)</a> is a highly accurate and shock-stabilized inertial navigation solution engineered for military marine platforms.</p> <p>Designed to meet the specific demands of naval operations, the TALIN MINS furnishes essential data on heading, pitch, roll, angular velocity, and heave, consolidating the functionalities of an INS and an attitude heading and reference system (AHRS) into a singular, comprehensive solution.</p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><a href="https://aerospace.honeywell.com/us/en/products-and-services/product/hardware-and-systems/sensors/talin-marine-inertial-navigation-system?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense">Learn more about our <span style="font-weight: 400;">Marine Inertial Navigation System (INS) ></span></a></p> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_video_widget wpb_content_element vc_clearfix vc_video-aspect-ratio-169 vc_video-el-width-100 vc_video-align-left" > <div class="wpb_wrapper"> <div class="wpb_video_wrapper"><div class="rll-youtube-player" data-src="https://www.youtube.com/embed/6Sq561U-7cE" data-id="6Sq561U-7cE" data-query="feature=oembed"></div><noscript><iframe title="Honeywell 1" width="900" height="506" src="https://www.youtube.com/embed/6Sq561U-7cE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></noscript></div> </div> </div> <div class="wpb_video_widget wpb_content_element vc_clearfix vc_video-aspect-ratio-169 vc_video-el-width-100 vc_video-align-left" > <div class="wpb_wrapper"> <div class="wpb_video_wrapper"><div class="rll-youtube-player" data-src="https://www.youtube.com/embed/JleTlgxom6k" data-id="JleTlgxom6k" data-query="feature=oembed"></div><noscript><iframe title="Honeywell 2" width="900" height="506" src="https://www.youtube.com/embed/JleTlgxom6k?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></noscript></div> </div> </div> </div></div></div></div> </div> </div> </div> </div> </div> <!-- Company Overview Tab Content ========================================================================================================== --> <style> #products .product-card { overflow: hidden } .onDemand-banner.draft { background: none; background-color: #666; left: -35px; top: 15px; } .product-card-flex-wraper.draft, .product-card-flex-wraper.pending { opacity: 0.6 } .company-gallery-column a { border: solid 1px #eee; padding: 10px; display: inline-flex } .company-gallery-column a:hover { border: solid 1px #ccc; cursor: zoom-in } /*.section-separator {border-bottom:solid 1px #ddd;display:block; padding-top:35px; margin-bottom:35px}*/ .section-space { display: block; padding-top: 35px } @media(max-width:1050) { .breadcrumbs { display: none } } </style> <!-- Products Tab Content ================================================================================================================== --> <div class="company-content-tab section" id="products"> <div class="container main-content"> <span class="onePage-sectionHead">Products</span> <div class="product-range-wrapper"> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/microvcs/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/05/Updated_Micro-VCS.png) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">MicroVCS</span> <p class="product-subheading">Advanced Cooling for Mission Critical Defense Platforms</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="40225" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/hguide-hg4930-s-class-imu/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/07/HGuide-HG4930-S-Class-IMU.png) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">HGuide HG4930 S-Class IMU</span> <p class="product-subheading">High-performance MEMS inertial measurement unit for platform stabilization</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="62841" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/aspire-350-satcom-system/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/10/Aspire-350-SATCOM-System.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">Aspire 350 SATCOM System</span> <p class="product-subheading">Mission-critical voice & data connectivity for cockpits and cabins</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="67711" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/hguide-n580-gnss-ins/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/07/Honeywell-HGuide-n580-GNSS-INS.png) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">HGuide n580 GNSS-INS</span> <p class="product-subheading">GPS-aided INS with RTK and dual-antenna capabilities</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="62847" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/aspire-400-satcom-system/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/10/Aspire-400-SATCOM-System.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">Aspire 400 SATCOM System</span> <p class="product-subheading">Satellite communications & safety system for cockpits and cabins</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="67717" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/hsd-400-data-transceiver/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/10/HSD-400-Data-Transceiver.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">HSD-400 Data Transceiver</span> <p class="product-subheading">Voice & high-speed data transceiver</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="67719" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/amt-3800-aircraft-antenna/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/10/AMT-3800-Aircraft-Antenna.jpeg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">AMT-3800 Aircraft Antenna</span> <p class="product-subheading">L-band phased array antenna for Inmarsat connectivity</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="67723" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/embedded-gps-ins-with-anti-jamming-capabilities/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/05/Embedded-GPS-INS.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">Embedded GPS/INS with anti-jamming capabilities</span> <p class="product-subheading">High-performance certified solutions for military navigation requirements</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="58009" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/agt1500-turbine-engine/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/05/Honeywell-AGT1500-main-battle-tank-engine.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">AGT1500 Turbine Engine</span> <p class="product-subheading">1500-horsepower main battle tank engine</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="58013" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 show publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/t55-714c-turboshaft-engine/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/03/Chinook-T55-714C-Turboshaft-Engine.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">T55-714C Turboshaft Engine</span> <p class="product-subheading">Next-generation T55 engine for military helicopters</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="36511" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/1-megawatt-generator-motor/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/07/1-Megawatt-Generator-Motor-1024x512.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">1-Megawatt Generator & Motor</span> <p class="product-subheading">Compact high-efficiency power source for aircraft</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="43167" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/alternative-navigation-systems/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/05/Aero-shutterstock-alternative-navigation.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">Alternative Navigation Systems</span> <p class="product-subheading">Mission-critical navigation solutions for GPS-denied environments</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="58015" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/high-altitude-lidar-atmospheric-sensing-halas/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/07/HALAS-lidar-atmospheric-sensing-system.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">High Altitude LiDAR Atmospheric Sensing (HALAS)</span> <p class="product-subheading">Remotely-operated, ground-based weather information system</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="43171" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/360-display/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-360-Wearable-display-1024x1024.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">360 Display</span> <p class="product-subheading">Wearable display for enhanced situational awareness</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="36519" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/rdr-7000-airborne-weather-radar-system/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/03/IntuVue-RDR-7000-Weather-Radar-System-1024x809.png) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">RDR-7000 Airborne Weather Radar System</span> <p class="product-subheading">Weather radar for the harshest of conditions</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="38056" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/h-764-falcn-gps-ins/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/03/Embedded-GPS-INS-for-military-aircraft-1024x512.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">H-764 & FALCN GPS/INS</span> <p class="product-subheading">Embedded GPS-aided INS (EGI) for military aircraft</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="36522" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/jetwave-mcx-satcom/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell_JetWave_MCX-Wideband-Global-SATCOM-1024x649.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">Jetwave MCX SATCOM</span> <p class="product-subheading">Wideband network-agnostic satellite communications for military and government aircraft</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="36523" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/power-thermal-management-system-ptms/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/05/Honeywell-Power-Thermal-Management-System-PTMS.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">Power & Thermal Management System (PTMS)</span> <p class="product-subheading">Cutting-edge aircraft PTMS for advanced power generation and enhanced cooling capability </p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="57545" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/talin-inertial-land-navigator-family/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/05/TALIN-Tactical-Inertial-Land-Navigation-Systems.jpg) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">TALIN Inertial Land Navigator Family</span> <p class="product-subheading">Shock-stabilized position and pointing inertial navigation system for military land platforms</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="57547" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div class="product-card-flex-wraper box20 hideBox publish"> <div class="product-card "> <div class="product-body"> <a href=" https://www.defenseadvancement.com/company/honeywell/talin-marine-inertial-navigation-system-mins/ " class="product-block-link"> <span class="image-link" style="background:url(https://www.defenseadvancement.com/wp-content/uploads/2024/05/TALIN-Marine-Inertial-Navigation-System_1-e1715177656399.png) no-repeat center center; background-size:contain"> </span> <span class="product-box-details"> <span class="product-card-heading">TALIN Marine Inertial Navigation System (MINS)</span> <p class="product-subheading">Marine inertial navigation system (INS) & global positioning system (GPS)</p> <!--<span class="cta-rounded cta-outline">View</span>--> </span> </a> <a class="product-card__favorites add-to-favorites" data-id="57551" add-to-favorites="product"><i class="far fa-bookmark"></i></a> </div> </div> </div> <div id="FavoritItemModalResult"> </div> </div> <div class="loadMore-wrapper"> <span class="loadMoreButton" data-id="products">+ Load More Products</span> </div> </div> </div> <!-- Products Tab Content ================================================================================================================== --> <!-- Documents Tab Content ================================================================================================================== --> <div class="company-content-tab section" id="documents"> <div class="container main-content"> <span class="onePage-sectionHead">Documents</span> <div class="product-range-wrapper"> <div class="product-card-flex-wraper box20"> <div class="product-card office"> <a target="_blank" href="https://aerospace.honeywell.com/content/dam/aerobt/en/documents/landing-pages/brochures/N61-1492-000-003_Honeywell_T55_Turboshaft_Engine-bro.pdf?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Document'})"> <i class="fas fa-file-pdf fa-3x"></i> Honeywell T55 Turboshaft Engine Brochure </a> </div> </div> <div class="product-card-flex-wraper box20"> <div class="product-card office"> <a target="_blank" href="https://aerospace.honeywell.com/content/dam/aerobt/en/documents/learn/products/terrain-and-traffic-awareness/brochures/N00-000-000-000-Honeywell-360-Display.pdf?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Document'})"> <i class="fas fa-file-pdf fa-3x"></i> Honeywell 360 Display Brochure </a> </div> </div> <div class="product-card-flex-wraper box20"> <div class="product-card office"> <a target="_blank" href="https://aerospace.honeywell.com/content/dam/aerobt/en/documents/learn/products/navigation-and-radios/brochures/N61-0411-000-004_EGI-Anti-Jam-brochure.pdf?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Document'})"> <i class="fas fa-file-pdf fa-3x"></i> Embedded GPS/INS (EGI) Navigation System Brochure </a> </div> </div> <div class="product-card-flex-wraper box20"> <div class="product-card office"> <a target="_blank" href="https://aerospace.honeywell.com/content/dam/aerobt/en/documents/landing-pages/brochures/N61-3023-000-001_Honeywell_JetWave_MCX-bro.pdf?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Document'})"> <i class="fas fa-file-pdf fa-3x"></i> Honeywell JetWave MCX Brochure </a> </div> </div> <div class="product-card-flex-wraper box20"> <div class="product-card office"> <a target="_blank" href="https://www.defenseadvancement.com/wp-content/uploads/2023/03/Honeywell-Federal-Energy-Solutions-Brochure.pdf" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Document'})"> <i class="fas fa-file-pdf fa-3x"></i> Honeywell Federal Energy Solutions Brochure </a> </div> </div> <div class="product-card-flex-wraper box20"> <div class="product-card office"> <a target="_blank" href="https://aerospace.honeywell.com/content/dam/aerobt/en/documents/learn/products/air-and-thermal-systems-management/brochures/N61-2473-000-000_Power_Thermal_Mgmt_Systems1-bro.pdf?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Document'})"> <i class="fas fa-file-pdf fa-3x"></i> Power And Thermal Management System Brochure </a> </div> </div> <div class="product-card-flex-wraper box20"> <div class="product-card office"> <a target="_blank" href="https://aerospace.honeywell.com/content/dam/aerobt/en/documents/learn/products/navigation-and-radios/brochures/N61-1778-000-000-TALIN-bro.pdf?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Document'})"> <i class="fas fa-file-pdf fa-3x"></i> TALIN Land Products </a> </div> </div> <div class="product-card-flex-wraper box20"> <div class="product-card office"> <a target="_blank" href="https://aerospace.honeywell.com/content/dam/aerobt/en/documents/learn/products/navigation-and-radios/brochures/N61-1478-000-000-TALIN-MINS-bro.pdf?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Document'})"> <i class="fas fa-file-pdf fa-3x"></i> TALIN Marine Inertial Navigation System </a> </div> </div> <!-- end document loop --> </div> </div> </div> <!-- Documents Tab Content ================================================================================================================== --> <!-- Articles Tab Content ================================================================================================================== --> <div class="company-content-tab section" id="articles"> <div class="container main-content"> <span class="onePage-sectionHead">Articles</span> <div class="product-range-wrapper"> <div class="news-card-wrapper featured-post show"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-to-provide-apu-generator-for-chinooks/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/11/chinook-helicopter-1024x569.jpg)"></div> <div class="news-card-content"> <span class="latest-post">Latest</span> <span class="news-card-heading">Honeywell to Provide APU & Generator for Chinooks</span> <span class="news-card-intro"> Honeywell's Auxiliary Power Unit (APU) and 35KVA generator system are expected to provide the Chinook helicopters with significantly more power than the current installed system <span class="news-card-date"><i class="far fa-calendar-alt"></i> 12 Nov 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper show"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-to-provide-antenna-array-panels-for-u-s-navy-ew-program/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/11/Honeywell-to-Provide-Antenna-Array-Panels-for-U.S.-Navy-EW-Program.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell to Provide Antenna Array Panels for U.S. Navy EW Program</span> <span class="news-card-intro"> Honeywell is set to provide antenna array panels for the U.S. Navy’s Surface Electronic Warfare Improvement Program (SEWIP) Block 2, enhancing shipboard electronic warfare capabilities <span class="news-card-date"><i class="far fa-calendar-alt"></i> 07 Nov 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper show"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-partners-to-enhance-rotorcraft-autonomous-capabilities/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/10/autonomous-capabilities-for-rotorcraft-and-unmanned-aircraft-1024x574.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Partners to Enhance Rotorcraft Autonomous Capabilities</span> <span class="news-card-intro"> In the United States Marine Corps (USMC) Aerial Logistics Connector (ALC) program, Leonardo Helicopters, Near Earth Autonomy, and Honeywell will showcase uncrewed rotorcraft capabilities <span class="news-card-date"><i class="far fa-calendar-alt"></i> 30 Oct 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper show"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-partners-with-merlin-on-autonomy-for-military-aircraft/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/10/merlin-pilot-autonomy-1024x592.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Partners with Merlin on Autonomy for Military Aircraft</span> <span class="news-card-intro"> Honeywell Anthem avionics will integrate with the Merlin Pilot to reduce pilot workload and enhance flight safety for commercial and military aircraft <span class="news-card-date"><i class="far fa-calendar-alt"></i> 22 Oct 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/u-s-army-awards-contract-for-next-gen-radar-altimeter-system/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/10/U.S.-Army-Awards-Contract-for-Next-Gen-Radar-Altimeter-System.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">U.S. Army Awards Contract for Next-Gen Radar Altimeter System</span> <span class="news-card-intro"> Honeywell will provide its Next Gen APN-209 system on a variety of U.S. Army aircraft, offering higher reliability and advanced common-core architecture, among other enhancements <span class="news-card-date"><i class="far fa-calendar-alt"></i> 16 Oct 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/collaboration-to-focus-on-military-technology-development/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/10/Collaboration-to-Focus-on-Military-Technology-Development.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Collaboration to Focus on Military Technology Development</span> <span class="news-card-intro"> Honeywell and Rheinmetall’s MoU includes the development of new systems that leverage the existing capabilities of Honeywell’s 360 Display driver vision system, among other technologies <span class="news-card-date"><i class="far fa-calendar-alt"></i> 07 Oct 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/u-s-air-force-selects-honeywells-system-to-demonstrate-drone-swarm-defense/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/09/U.S.-Air-Force-Selects-Honeywells-System-to-Demonstrate-Swarm-Drone-Defense-1024x512.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">U.S. Air Force Selects Honeywell’s System to Demonstrate Drone Swarm Defense</span> <span class="news-card-intro"> Honeywell’s UAS Reveal And Intercept system has been selected by the U.S. Air Force Global Strike team to demonstrate its ability to defend high-value assets from swarm drone threats during active on-the-move operations <span class="news-card-date"><i class="far fa-calendar-alt"></i> 30 Sep 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-introduces-resilient-embedded-gps-inertial-navigation-system/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/09/Honeywell-Introduces-Resilient-Embedded-GPSInertial-Navigation-System-1024x566.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Introduces Resilient Embedded GPS/Inertial Navigation System</span> <span class="news-card-intro"> Honeywell has unveiled its next-generation Resilient Embedded GPS/Inertial Navigation System (EGI), offering operators a capable, resilient solution for aircraft navigation in jammed environments <span class="news-card-date"><i class="far fa-calendar-alt"></i> 25 Sep 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/advancing-navigation-in-gnss-denied-environments-honeywells-n580hrvs-solution-on-display-at-intergeo-2024/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/09/Advancing-Navigation-in-GNSS-Denied-Environments-Honeywells-N580HRVS-solution-on-Display-at-InterGeo-2024-Family-Photo-1024x577.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Advancing Navigation in GNSS-Denied Environments: Honeywell's N580+HRVS Solution on Display at InterGeo 2024</span> <span class="news-card-intro"> At InterGeo 2024, Honeywell will be showcasing its N580+HRVS solution, a reliable GNSS-denied navigation solution that can mark the difference between mission success and failure <span class="news-card-date"><i class="far fa-calendar-alt"></i> 19 Sep 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/feature/advancing-military-vehicle-operations-in-gnss-denied-environments/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/07/Advancing-Military-Vehicle-Operations-in-GNSS-Denied-Environments-1024x684.jpeg)"></div> <div class="news-card-content"> <span class="news-card-heading">Advancing Military Vehicle Operations in GNSS-Denied Environments</span> <span class="news-card-intro"> Honeywell has detailed the benefits of its HGuide n580 INS/GNSS navigator integrated with the HRVS, tackling GNSS disruptions and ensuring precise military vehicle navigation in challenging conditions <span class="news-card-date"><i class="far fa-calendar-alt"></i> 16 Jul 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-to-showcase-cutting-edge-aerospace-and-defense-solutions-at-farnborough-airshow/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/07/Honeywell-to-Showcase-Cutting-Edge-Aerospace-and-Defense-Solutions-at-Farnborough-Airshow-2024-1024x768.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell to Showcase Cutting-Edge Aerospace and Defense Solutions at Farnborough Airshow</span> <span class="news-card-intro"> Learn how Honeywell is driving innovation in areas such as sustainability, automation, and cybersecurity at the Farnborough International Airshow and explore the future of aviation and defense at chalet C134, 22nd-26th July 2024 <span class="news-card-date"><i class="far fa-calendar-alt"></i> 12 Jul 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/feature/m1-abrams-and-the-honeywell-turbine-engine/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/06/M1-Abrams-and-the-Honeywell-Turbine-Engine.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">M1 Abrams and the Honeywell Turbine Engine</span> <span class="news-card-intro"> Honeywell has released an article outlining the use of the company’s AGT1500 engine in the M1 Abrams tank, from the perspective of supply development engineer Richard Estes <span class="news-card-date"><i class="far fa-calendar-alt"></i> 25 Jun 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-to-upgrade-offerings-with-caes-acquisition/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/06/Honeywell-to-Upgrade-Offerings-with-CAES-Acquisition-1024x512.jpeg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell to Upgrade Offerings with CAES Acquisition</span> <span class="news-card-intro"> The combined company will grow Honeywell’s established systems and upgrade the F-35, EA-18G, AMRAAM and GMLRS platforms, while also introducing offerings on new platforms like Navy Radar (SPY-6) and UAS & C-UAS technologies <span class="news-card-date"><i class="far fa-calendar-alt"></i> 21 Jun 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/embedded-gps-ins-certified-for-us-army-aviation-aircraft-fleet/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/05/Embedded-GPSINS-Certified-For-US-Army-Aviation-Aircraft-Fleet.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Embedded GPS/INS Certified For US Army Aviation Aircraft Fleet</span> <span class="news-card-intro"> The U.S. Space Force PECO has granted Honeywell’s EAGLE-M EGI with M-Code MSO-c145b authorization, aiming to replace EGIs that relied on SAASM embedded GPS receivers <span class="news-card-date"><i class="far fa-calendar-alt"></i> 03 Jun 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/feature/directed-energy-technology-ready-for-todays-threats/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/04/Honeywell-the-power-of-light-directed-energy-technology-ready-for-todays-threats-1024x519.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Directed Energy Technology Ready For Today’s Threats</span> <span class="news-card-intro"> Honeywell explores directed energy (DE) technologies, looking at the history, what the future holds, and the company's role in the maturation of DE <span class="news-card-date"><i class="far fa-calendar-alt"></i> 26 Apr 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-hydrogen-fuel-cell-system-to-power-u-s-army-electronic-devices/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/04/Honeywell-hydrogen-fuel-cell-system-U.S.-Army-1024x556.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Hydrogen Fuel Cell System to Power U.S. Army Electronic Devices</span> <span class="news-card-intro"> General Technical Services has contracted Honeywell for the development of a hydrogen fuel cell system that will be used on the move to charge batteries and power equipment <span class="news-card-date"><i class="far fa-calendar-alt"></i> 05 Apr 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-acquires-italys-civitanavi-for-autonomous-operations/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/03/Honeywell-to-acquire-Civitanavi-Systems-for-autonomous-operations-1024x610.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Acquires Italy's Civitanavi for Autonomous Operations</span> <span class="news-card-intro"> The combination of Honeywell and Civitanavi Systems' high-precision inertial navigation and stabilization solutions will provide new opportunities for customers to enable autonomous operations <span class="news-card-date"><i class="far fa-calendar-alt"></i> 28 Mar 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-demonstrates-80kw-cooling-capability-of-f-35-ptms/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/03/Honeywell-Cooling-Technology-Will-Enable-Next-Generation-of-F-35-1024x512.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Demonstrates 80kW Cooling Capability of F-35 PTMS</span> <span class="news-card-intro"> Honeywell Aerospace Technologies has used a digital twin of the F-35’s Power and Thermal Management (PTMS) to successfully prove that strategic enhancements can increase cooling capability from 32kW to 80kW to support future generations of aircraft without invasive redesigns <span class="news-card-date"><i class="far fa-calendar-alt"></i> 13 Mar 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-supplying-engines-for-germanys-chinook-helicopters/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/02/Honeywell-T55-engines-powering-Germanys-first-chinook-helicopters-1024x583.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Supplying Engines for Germany’s Chinook Helicopters</span> <span class="news-card-intro"> More than 100 T55-GA-714A engines will support Germany's new fleet of the CH-47F Chinook helicopters, producing nearly 5,000-shaft horsepower, powering the aircraft up to 170 knots even in demanding operating conditions <span class="news-card-date"><i class="far fa-calendar-alt"></i> 29 Feb 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywells-f124-f125-engines-hit-1-million-flight-hours/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/02/Honeywell-F124F125-engines-1-million-flight-hours-1024x508.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell’s F124/F125 Engines Hit 1 Million Flight Hours</span> <span class="news-card-intro"> The Honeywell F124/F125 series is a family of afterburning turbofan engines designed primarily for advanced light fighters and advanced jet trainer aircraft featuring a modular design, ease of maintenance, and remarkable power-to-weight ratio <span class="news-card-date"><i class="far fa-calendar-alt"></i> 27 Feb 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-providing-satcom-system-for-ang-afrc-c-17-aircraft/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/01/Honeywell-US-national-guard-satcom-1024x573.png)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell Providing Satcom System for ANG & AFRC C-17 Aircraft</span> <span class="news-card-intro"> The U.S. Air National Guard (ANG) and Air Force Reserve Command (AFRC) fleet of Boeing C-17 Globemaster lll aircraft will be outfitted with Honeywell's Jetwave system, providing seamless, fast and reliable communications from aircraft to ground personnel <span class="news-card-date"><i class="far fa-calendar-alt"></i> 11 Jan 2024</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/f-35-sustainment-test-cell-delivered-to-u-s/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/12/F-35-Sustainment-Test-Cell-Delivered-to-U.S.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">F-35 Sustainment Test Cell Delivered to U.S.</span> <span class="news-card-intro"> The delivery marks a key milestone in the transfer of repair capability for the turbomachine within Honeywell’s Power & Thermal Management System aboard the F-35 aircraft <span class="news-card-date"><i class="far fa-calendar-alt"></i> 11 Dec 2023</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/feature/3-aircraft-systems-in-1-why-honeywells-ptms-for-the-f-35-is-so-effective/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/11/Why-Honeywells-PTMS-for-the-F-35-is-so-Effective.png)"></div> <div class="news-card-content"> <span class="news-card-heading">3 Aircraft Systems in 1: Why Honeywell’s PTMS for the F-35 is so Effective</span> <span class="news-card-intro"> Find out how Honeywell’s power and thermal management system (PTMS) for Lockheed Martin’s F-35 Lightning II increases efficiency and reliability, and reduces system life-cycle costs <span class="news-card-date"><i class="far fa-calendar-alt"></i> 01 Dec 2023</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/feature/new-imus-deliver-precise-pointing-stabilization-and-navigation/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-new-IMUs-deliver-precise-pointing-stabilization-and-navigation-1024x569.png)"></div> <div class="news-card-content"> <span class="news-card-heading">New IMU’s Deliver Precise Pointing, Stabilization and Navigation</span> <span class="news-card-intro"> In this article, Honeywell discusses its new Inertial Measurement Units (IMUs), setting a high standard for accuracy and stability in... <span class="news-card-date"><i class="far fa-calendar-alt"></i> 23 Oct 2023</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/honeywell-and-civitanavi-systems-launch-new-tactical-grade-imus/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-and-Civitanavi-Systems-HG2800-IMU.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell and Civitanavi Systems Launch New Tactical-Grade IMUs</span> <span class="news-card-intro"> The HG2800 IMU delivers high bandwidth, low data latency and low noise for applications such as pointing, stabilization and short-duration navigation <span class="news-card-date"><i class="far fa-calendar-alt"></i> 19 Oct 2023</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/feature/honeywell-microvcs-game-changing-cooling-system-boosts-military-capabilities/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/09/F-35-MicroVCS-1024x512.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell MicroVCS: Game-Changing Cooling System Boosts Military Capabilities</span> <span class="news-card-intro"> Learn about Honeywell's MicroVCS, a cutting-edge, lightweight cooling solution designed for defense platforms. Enhance performance, reliability, and mission endurance with this advanced, energy-efficient technology. <span class="news-card-date"><i class="far fa-calendar-alt"></i> 16 Oct 2023</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/u-s-army-awards-contract-for-honeywell-t55-engines-to-support-south-korea/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/10/U.S.-Army-Awards-Contract-for-Honeywell-T55-Engines-to-Support-South-Korea.jpeg)"></div> <div class="news-card-content"> <span class="news-card-heading">U.S. Army Awards Contract for Honeywell T55 Engines to Support South Korea</span> <span class="news-card-intro"> Honeywell’s T55-GA-714A engines will support more than 40 Chinook helicopters that will be procured by South Korea to replace the older CH-47D aircraft <span class="news-card-date"><i class="far fa-calendar-alt"></i> 11 Oct 2023</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/feature/honeywells-power-and-thermal-management-system-the-beating-heart-of-the-f-35/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/09/Honeywell-Power-And-Thermal-Management-System-1024x512.jpeg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell's Power And Thermal Management System: The Beating Heart Of The F-35</span> <span class="news-card-intro"> Uncover Honeywell's Power & Thermal Management System (PTMS), revolutionizing the F-35's performance through advanced power distribution and thermal management. <span class="news-card-date"><i class="far fa-calendar-alt"></i> 10 Oct 2023</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/news/new-lightweight-imu-launched-for-defense-autonomous-applications/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/10/Honeywell-HGuide-Inertial-Measurement-Unit-1024x662.png)"></div> <div class="news-card-content"> <span class="news-card-heading">New Lightweight IMU Launched for Defense & Autonomous Applications</span> <span class="news-card-intro"> The HGuide i400 Inertial Measurement Unit (IMU), with a Gyro Bias Repeatability of under one degree per hour, sets a new standard for compact precision <span class="news-card-date"><i class="far fa-calendar-alt"></i> 06 Oct 2023</span> </div> </a> </div> </div> </div> <div class="news-card-wrapper hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/feature/maintaining-the-f-35s-operational-edge-the-indispensable-role-of-honeywells-ptms/"> <div class="image-link" style=" background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2023/09/Honeywell-f-35-PTMS-1024x512.jpeg)"></div> <div class="news-card-content"> <span class="news-card-heading">Maintaining The F-35’S Operational Edge: The Indispensable Role Of Honeywell’s PTMS</span> <span class="news-card-intro"> Learn how Honeywell's PTMS secures the F-35's position as a cutting-edge aircraft. Its proven reliability, optimized performance, and global support make it indispensable. <span class="news-card-date"><i class="far fa-calendar-alt"></i> 03 Oct 2023</span> </div> </a> </div> </div> </div> </div> <div class="loadMore-wrapper"> <span class="loadMoreButton" data-id="articles">+ Load More Articles</span> </div> </div> </div> <!-- Articles Tab Content ================================================================================================================== --> <!-- Videos Tab Content ================================================================================================================== --> <div class="company-content-tab section" id="videos"> <div class="container main-content"> <span class="onePage-sectionHead">Videos</span> <div class="product-range-wrapper"> <div class="news-card-wrapper featured-post show"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/video/honeywell-bvlos-communications-showcased-onboard-b757/"> <div class="image-link"> <div class="rll-youtube-player" data-src="https://www.youtube.com/embed/HfgNgjfbxJk" data-id="HfgNgjfbxJk" data-query="feature=oembed"></div><noscript><iframe title="Honeywell B757 Connectivity Demo Flight" width="860" height="484" src="https://www.youtube.com/embed/HfgNgjfbxJk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></noscript> </div> <div class="news-card-content"> <span class="latest-post">Latest</span> <span class="news-card-heading">Honeywell BVLOS Communications Showcased Onboard B757</span> <!--<span class="news-card-intro"> < ?php if (get_field('video_overview')) { the_field('video_overview',$authorvideo); } else { the_excerpt(); } ?> </span>--> </div> </a> </div> </div> </div> <div class="news-card-wrapper normal show"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/video/honeywell-hguide-inertial-sensors-and-navigation/"> <div class="image-link normal" style="background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2024/07/hqdefault-3.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell HGuide Inertial Sensors and Navigation</span> <!--<span class="news-card-intro">< ?php the_field('video_overview',$authorvideo); ?>--> </div> </a> </div> </div> </div> <div class="news-card-wrapper normal show"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/video/honeywell-hguide-data-reader-software-demo/"> <div class="image-link normal" style="background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2020/01/hqdefault.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell HGuide Data Reader Software Demo</span> <!--<span class="news-card-intro">< ?php the_field('video_overview',$authorvideo); ?>--> </div> </a> </div> </div> </div> <div class="news-card-wrapper normal show"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/video/honeywell-hguide-n580-inertial-navigation-system-survives-extreme-heat/"> <div class="image-link normal" style="background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2019/08/hqdefault.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell HGuide n580 Inertial Navigation System Survives Extreme Heat</span> <!--<span class="news-card-intro">< ?php the_field('video_overview',$authorvideo); ?>--> </div> </a> </div> </div> </div> <div class="news-card-wrapper normal hideBox"> <div class="product-card full-bkg category"> <div class="product-body"> <a href="https://www.defenseadvancement.com/video/honeywell-hg4930-inertial-measurement-unit-survives-hockey-hits/"> <div class="image-link normal" style="background-image: url(https://www.defenseadvancement.com/wp-content/uploads/2019/02/hqdefault-2.jpg)"></div> <div class="news-card-content"> <span class="news-card-heading">Honeywell HG4930 Inertial Measurement Unit Survives Hockey Hits</span> <!--<span class="news-card-intro">< ?php the_field('video_overview',$authorvideo); ?>--> </div> </a> </div> </div> </div> </div> <div class="loadMore-wrapper"> <span class="loadMoreButton" data-id="videos">+ Load More Videos</span> </div> </div> </div> <!-- Articles Tab Content ================================================================================================================== --> <!-- Webinars Tab Content ================================================================================================================== --> <!-- Webinars Tab Content ================================================================================================================== --> <!-- Offices Tab Content ================================================================================================================== --> <div class="company-content-tab section" id="offices"> <div class="container main-content"> <span class="onePage-sectionHead">Regional Offices & Locations</span> <div class="product-range-wrapper"> <div class="product-card-flex-wraper box33 office"> <div class="product-card office"> <span class="office-heading"> Honeywell Aerospace </span> <span class="office-detail"> <i class="fas fa-map-marker-alt"></i> United States of America </span> <span class="office-detail address"> 1944 East Sky Harbor Circle Phoenix, AZ 85034 </span> </a> <span class="office-detail weblink"> <a href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" class="cta-rounded cta-blue send-inquiry" id="contact-link" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Profile Contact Link'})"><i class="far fa-envelope"></i> Contact</a> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="cta-rounded cta-outline webLink" target="_blank" rel="nofollow" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website Profile'})">Website <i class="fas fa-external-link-alt"></i></a> </span> </div> </div> </div> </div> </div> <!-- Offices Tab Content ================================================================================================================== --> </div> </div> </div> <ul class="footer-contact"> <li> <a href="https://aerospace.honeywell.com/?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" target="_blank" rel="nofollow" class="webLink" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Website Profile'})"><i class="fas fa-external-link-alt"></i><span>Visit Website</span></a> </li> <li> <a href="https://aerospace.honeywell.com/us/en/support-and-resources/contact-us?utm_source=defense_advancement&utm_medium=advertisement&utm_campaign=24-aero-ww-defense" class="send-inquiry" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Profile Contact Link'})"><i class="far fa-comment-dots"></i><span>Contact</span></a> </li> <li> <a class='add-company-to-favorites' data-id="36474" onClick="gtag('event','honeywell',{'event_category': 'Company Referrals','event_label': 'Added to Favorites'})"> <i class="far fa-bookmark company-not-favorite"></i> <i class="fas fa-bookmark company-favorite"></i><span>Save</span></a> </li> </ul> <!-- END THE LOOP ================================================================================================================== --> </div> </div> </div> </div> <script type="rocketlazyloadscript"> jQuery(document).ready(function($) { // If the url has an #anchor - i.e. they've clicked from a product or article page, grab the anchor and change the tabs accordingly var tabAnchor = window.location.hash; tabAnchor = tabAnchor.substr(1); if (tabAnchor == 'company' || tabAnchor == 'products' || tabAnchor == 'documents' || tabAnchor == 'offices' || tabAnchor == 'articles') { $('#company-link').removeClass('is-active'); $('#company').removeClass('is-active'); $('#' + tabAnchor + '-link').addClass('is-active'); $('#' + tabAnchor).addClass('is-active'); } console.log(tabAnchor); $('.send-inquiry').click(function() { $('.sendTrigger input').val('SendIt'); console.log('sendit'); }); }) </script> <style> #supplier-content.inactive .webLink, #supplier-content.inactive .main-ctas { display: none; } /* removes unwanted margin from the video thumbnail images used before the actual embedded video is clicked */ .wpb_video_wrapper .rll-youtube-player { margin-top: -35%; } </style> <button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-up fa-2x"></i></button> <style> .ust-description img { max-width: 200px } </style> <footer> <div id="footer-content"> <div class="container"> <div class="col-md-4 ust-description"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2021/03/da-white.png"> <div class="footer-description">Defense Advancement showcases technical innovation within the defense and security sector. Covering land, maritime and air domains, Defense Advancement allows you to explore supplier capabilities and keep up to date with regular news listings, webinars and events/exhibitions within the industry.</div> </div> <div class="col-md-4"> <ul id="menu-footer-menu-1" class="menu"><li id="menu-item-5432" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5432"><a href="https://www.defenseadvancement.com/suppliers/">Suppliers</a></li> <li id="menu-item-5429" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-5429"><a href="https://www.defenseadvancement.com/news/">News</a></li> <li id="menu-item-5430" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5430"><a href="https://www.defenseadvancement.com/events/">Events</a></li> <li id="menu-item-5431" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5431"><a href="https://www.defenseadvancement.com/webinars/">Webinars</a></li> <li id="menu-item-47913" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47913"><a href="https://www.unmannedsystemstechnology.com">Unmanned Systems Technology™</a></li> <li id="menu-item-47911" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47911"><a href="https://www.oceansciencetechnology.com">Ocean Science & Technology™</a></li> <li id="menu-item-47912" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47912"><a href="https://www.aaminternational.com">Advanced Air Mobility International™</a></li> </ul> </div> <div class="col-md-4"> <ul id="menu-footer-menu-2" class="menu"><li id="menu-item-64150" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64150"><a href="https://www.defenseadvancement.com/partner/">Add Your Company</a></li> <li id="menu-item-64151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64151"><a href="https://www.defenseadvancement.com/partner/">Advertising</a></li> <li id="menu-item-5436" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5436"><a href="https://www.defenseadvancement.com/add-news/">Contribute Content</a></li> <li id="menu-item-66711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66711"><a href="https://www.echoblue.co.uk/the-team/">Meet The Team</a></li> </ul> <div id="footer-follow"> <span>Follow us...</span> <a href="https://www.linkedin.com/company/71169738/" target="_blank"><i class="fab fa-linkedin fa-3x"></i></a> <a href="https://twitter.com/defenseadvance" target="_blank"><i class="fab fa-twitter-square fa-3x"></i></a> <a href="https://www.facebook.com/DefenseAdvancement" target="_blank"><i class="fab fa-facebook-square fa-3x"></i></a> </div> </div> </div> </div> <div id="footer-meta"> <div class="container"> <span>©2022 Echoblue Ltd. All Rights Reserved. Defense Advancement™ is a Trademark of Echoblue Ltd. <a href="/privacy-notice/">Privacy Notice</a></span> </div> </div> </footer> </div><!-- #wrapper --> </div><!-- #master-wrapper --> <!-- Modal 'Inquiry Sent' to be shown when the profile page refreshes on form submission --> <!-- Modal Windows --> <div class="modal" tabindex="-1" role="dialog" id="inquiry-sent"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <i class="fas fa-check"></i> Inquiry Sent </div> </div> </div> <!-- Modal shown when pages are loading --> <div class="modal" tabindex="-1" role="dialog" id="loading-results"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <img src="https://www.defenseadvancement.com/wp-content/themes/UST/images/Fountain.gif" /> <span id="loading-text">Searching Companies & Products</span> </div> </div> </div> <!-- Modal for inactive companies --> <!-- UST Pro Signup Modal --> <div class="modal" tabindex="-1" role="dialog" id="ustpromodal"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <img src="https://www.defenseadvancement.com/wp-content/uploads/2022/02/Artboard-1DA-PRO-BLK.png" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});</script> <div class='gf_browser_chrome gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_6' ><div id='gf_6' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_6' id='gform_6' action='/company/honeywell/#gf_6' data-formid='6' novalidate> <div class='gform-body gform_body'><div id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_6_10" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_10" ><span class="ust-pro-intro">Get full website access, a subscription to the weekly eBrief and exclusive event discounts.</span></div><div id="field_6_1" class="gfield gfield--type-email gfield--width-full form-main-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_1" ><label class='gfield_label gform-field-label' for='input_6_1'>Business Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_6_1' type='email' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div><div id="field_6_7" class="gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_7" ><h3 class="gsection_title">Your Details (optional)</h3></div><div id="field_6_8" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_8" ><label class='gfield_label gform-field-label' for='input_6_8'>First Name</label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_6_8' type='text' value='' class='large' aria-invalid="false" /> </div></div><div id="field_6_9" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_9" ><label class='gfield_label gform-field-label' for='input_6_9'>Last Name</label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_6_9' type='text' value='' class='large' aria-invalid="false" /> </div></div><div id="field_6_5" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_5" ><label class='gfield_label gform-field-label' for='input_6_5'>Company / Organization</label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_6_5' type='text' value='' class='large' aria-invalid="false" /> </div></div><div id="field_6_11" class="gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_6_11" ><span class="disclaimer">By continuing, I agree to the DA Terms of Use and acknowledge the DA <a href="https://www.defenseadvancement.com/privacy-notice/" target="_blank">privacy policy</a>. By joining DA Pro I will receive the DA eBrief, announcements and communications via email. I can opt out at any time.</span></div><div id="field_6_15" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_6_15" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_15'>CCV</label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_6_15' type='text' value='HS-IGNORE' class='large' aria-invalid="false" /> </div></div><div id="field_6_13" class="gfield gfield--type-text ustprotrigger gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_6_13" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_13'>UST Trigger<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_6_13' type='text' value='' class='large' aria-required="true" aria-invalid="false" /> </div></div></div></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_6' class='gform_button button' value='Join for Free' onclick='if(window["gf_submitting_6"]){return false;} if( !jQuery("#gform_6")[0].checkValidity || jQuery("#gform_6")[0].checkValidity()){window["gf_submitting_6"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_6"]){return false;} if( !jQuery("#gform_6")[0].checkValidity || jQuery("#gform_6")[0].checkValidity()){window["gf_submitting_6"]=true;} jQuery("#gform_6").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=6&title=&description=&tabindex=0&theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='6' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_6' value='WyJbXSIsImY1YmE1MmJlYTFhNDhmZTFkMDU3YjdjMzBhZmMwNmYzIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_6' id='gform_ajax_frame_6' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 6, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery('#gform_ajax_frame_6').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_6').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_6').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "6", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_6" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_6"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [6, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 6, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> </div> </div> <script type="rocketlazyloadscript"> /* Force external links to be target="_blank" */ function externalLinks() { for (var c = document.getElementsByTagName("a"), a = 0; a < c.length; a++) { var b = c[a]; b.getAttribute("href") && b.hostname !== location.hostname && (b.target = "_blank") } }; externalLinks(); </script> <style> #ustpromodal .modal-content {} #ustpromodal .modal-body { padding: 0 40px 40px } #ustpromodal .gfield { margin-bottom: 20px } #ustpromodal input {} #ustpromodal .ust-pro-intro { display: block; max-width: 400px; margin: 0 auto; text-align: center; margin-top: 20px; font-size: 14px; margin-bottom: 20px } #ustpromodal .modal-header { border: none } #ustpromodal img { max-width: 120px; margin: 0 auto; display: block } #ustpromodal input.button { max-width: 100% } #ustpromodal .disclaimer { color: #333; padding-top: 10px; display: block; max-width: 100% } #ustpromodal .gsection_title { font-size: 16px; margin-top: 35px } .hidden_label legend { display: none } .inactive-wrapper { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); display: block; position: fixed; top: 0; left: 0; z-index: 10000 } #inactive-modal { width: 100%; min-height: 425px; max-width: 900px; position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%), 0 3px 1px -2px rgb(0 0 0 / 5%), 0 1px 5px 0 rgb(0 0 0 / 5%); border-radius: 4px; padding: 64px; } #inactive-modal button { position: absolute; top: 20px; right: 20px } .inactive-left { width: 35%; padding: 0 } .inactive-right { width: 65%; padding: 0 } .inactive-header { font-style: italic; font-weight: bold; font-size: 22px; line-height: 1.4; display: block; max-width: 330px } .inactive-secondline { font-size: 18px; line-height: 1.5; display: block; margin: 10px 0 20px } .catLinks { display: block; } body.inactive { margin: 0; height: 100%; overflow: hidden } .a-bit-blurry { filter: blur(2px); -webkit-filter: blur(2px); } .cta-rounded { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100% } .selectDropDown select { -webkit-appearance: none; -moz-appearance: none; appearance: none; /* Remove default arrow */ background-color: #fff; border: none; font-size: 16px; padding: 0.5rem; margin-bottom: 0; margin-top: 0; box-shadow: none; text-shadow: 0 1px 0 #fff; cursor: default; transform: none; line-height: 2; border-radius: 3px; min-height: 42px; -webkit-appearance: none; background: #f4f4f4 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%; background-size: 16px 16px; vertical-align: middle; } .inquiry-v2 span.gfield_required { display: inline; color: red } .modal_v2 input[type=submit] { margin-top: 35px } .modal_v2 li.telephone { margin-bottom: 0 } @media(max-width:991px) { .inactive-left, .inactive-right { width: 100%; } .inactive-left img { margin: 25px 0 45px } #inactive-modal { text-align: center; min-height: 0; padding: 25px } .inactive-header { max-width: 100%; } } </style> <script id="ckyBannerTemplate" type="text/template"><div class="cky-overlay cky-hide"></div><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="1" data-cky-tag="title" style="color:#212121">Cookies on Defense Advancement</p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies to give you the best browsing experience and to analyze our traffic. Please click "Accept" to consent to our use of cookies.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-customize" aria-label="Customize" data-cky-tag="settings-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC">Customize</button> <button class="cky-btn cky-btn-accept" aria-label="Accept Cookies" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#1863DC;border-color:#1863DC">Accept Cookies</button> </div></div></div></div></div><div class="cky-modal" tabindex="0"> <div class="cky-preference-center" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#F4F4F4"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="1" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="[cky_preference_close_label]" data-cky-tag="detail-close"> <img src="http://www.defenseadvancement.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p> <p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site.</p> <p>We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide content relevant to you.</p> <p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121">Functional</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121">Performance</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> </div> </div> </div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#1863DC;background-color:transparent;border-color:#1863DC"> Save My Preferences </button> <button class="cky-btn cky-btn-accept" aria-label="Accept Cookies" data-cky-tag="detail-accept-button" style="color:#ffffff;background-color:#1863DC;border-color:#1863DC"> Accept Cookies </button> </div></div></div></div></script> <div id="footer-ad-popup" class="mailchimp-footer"> <div class="mailchimp-footer__body"> <div class="container"> <div class="mailchimp-footer__close" id="footer-closeAd"> <button type="button" class="mailchimp-footer__close-button"> <span class="mailchimp-footer__close-button-icon"> <i class="fas fa-times"></i> </span> </button> </div> <div id="footer-persistent-ads" class="tester"> <div class="g g-10"><div class="g-col b-10 a-143"><a class="gofollow" data-track="MTQzLDEwLDEsNjA=" href="https://event.viasat.com/natoedge2024" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/nato-edge-da-footer-2024.jpg" width="970" height="90"></a></div></div><div class="g g-10"><div class="g-col b-10 a-142"><a class="gofollow" data-track="MTQyLDEwLDEsNjA=" href="http://www.counter-uas-tech.com/defenseadvancementwb" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/11/Counter-UAS-Technology-USA_da-footer-w_2024.jpg" width="970" height="90"></a></div></div><div class="g g-10"><div class="g-col b-10 a-130"><a class="gofollow" data-track="MTMwLDEwLDEsNjA=" href="https://uavionix.com/defense/zpx-1/" target="_blank"><img src="https://www.defenseadvancement.com/wp-content/uploads/2024/09/uAvionix_DA_footer_1024.jpg" width="970" height="90"></a></div></div> </div> </div> </div> </div> <style> #footer-persistent-ads .g-col {width: 100%; text-align: center!important} #footer-persistent-ads .g-col img, #footer-persistent-ads .g-col .iframe-container-leaderboard {border:none!important; padding:0; margin-bottom:10px} #footer-ad-popup.mailchimp-footer {background-color: rgba(10,36,53,.8); padding-top:10px} .mailchimp-footer__close-button {background:none; z-index: 100} /*#footer-ad-popup {display: none;} #footer-ad-popup.showMe {display: block; max-height: 110px} */ @media (max-width: 758px) { #footer-persistent-ads .g-col .iframe-container-leaderboard { padding-top: 12.363%; } } @media (max-width: 650px) { #footer-ad-popup.mailchimp-footer { padding: 0; } #footer-closeAd.mailchimp-footer__close {border-radius: 0; top: -32px; right:0; background-color: rgba(10,36,53,.8);} #footer-ad-popup .container {padding:0} #footer-ad-popup .mailchimp-footer__body {padding: 10px 0} #footer-persistent-ads .g-col img, #footer-persistent-ads .g-col .iframe-container-leaderboard {margin-bottom: 0} } </style> <div id="mailchimp-footer" class="mailchimp-footer"> <div class="mailchimp-footer__body"> <div class="container"> <div class="mailchimp-footer__close" id="mailchimp-footer-close"> <button type="button" class="mailchimp-footer__close-button"> <span class="mailchimp-footer__close-button-icon"> <i class="fas fa-times"></i> </span> </button> </div> <div class="row"> <div class="col col-md-7"> <img src="https://www.defenseadvancement.com/wp-content/themes/UST/images/da-ebrief-footer.png" class="mailchimp-footer-img" width="149" height="150" /> <span class="ebrief-title">Subscribe to the Weekly eBrief</span> <span class="ebrief-intro">The latest engineering and technical developments straight to your inbox - join thousands of engineers who receive it.</span> </div> <div class="col col-md-5"> <div class='gf_browser_chrome gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_8' ><div id='gf_8' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_8' id='gform_8' action='/company/honeywell/#gf_8' data-formid='8' novalidate> <div class='gform-body gform_body'><div id='gform_fields_8' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_8_1" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_8_1" ><label class='gfield_label gform-field-label' for='input_8_1'>Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_8_1' type='email' value='' class='medium' placeholder='Enter Email Address' aria-required="true" aria-invalid="false" /> </div></div><div id="field_8_2" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_8_2" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_8_2'>CCV</label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_8_2' type='text' value='HS-IGNORE' class='large' aria-invalid="false" /> </div></div><div id="field_8_3" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_8_3" ><label class='gfield_label gform-field-label' for='input_8_3'>Phone</label><div class='ginput_container'><input name='input_3' id='input_8_3' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_8_3'>This field is for validation purposes and should be left unchanged.</div></div></div></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_8' class='gform_button button' value='Sign up' onclick='if(window["gf_submitting_8"]){return false;} if( !jQuery("#gform_8")[0].checkValidity || jQuery("#gform_8")[0].checkValidity()){window["gf_submitting_8"]=true;} ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_8"]){return false;} if( !jQuery("#gform_8")[0].checkValidity || jQuery("#gform_8")[0].checkValidity()){window["gf_submitting_8"]=true;} jQuery("#gform_8").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=8&title=&description=&tabindex=0&theme=gravity-theme' /> <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='8' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_8' value='WyJbXSIsImY1YmE1MmJlYTFhNDhmZTFkMDU3YjdjMzBhZmMwNmYzIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_8' id='gform_ajax_frame_8' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 8, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery('#gform_ajax_frame_8').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_8');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_8').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_8').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_8').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_8').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_8').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_8').val();gformInitSpinner( 8, 'https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [8, current_page]);window['gf_submitting_8'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_8').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_8').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [8]);window['gf_submitting_8'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_8').text());}else{jQuery('#gform_8').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "8", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_8" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_8"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_8" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [8, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 8, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ </script> </div> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function() { var form = document.getElementById('gform_7'); var input = document.getElementById('input_7_1'); var button = document.getElementById('gform_submit_button_7'); var re = /\S+@\S+\.\S+/; // disable submit button button.disabled = true; // process input onload processInput(); // listen to inputs form.addEventListener('input', function() { processInput(); }); // process inpiut function function processInput() { // test regex if (!re.test(input.value)) { button.disabled = true; return false; } button.disabled = false; return false; } })(); </script> </div> </div> </div> <style> .searchwp-live-search-results { opacity: 0; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; height: 0; overflow: hidden; z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */ position: absolute; display: none; } .searchwp-live-search-results-showing { display: block; opacity: 1; height: auto; overflow: auto; } .searchwp-live-search-no-results { padding: 3em 2em 0; text-align: center; } .searchwp-live-search-no-min-chars:after { content: "Continue typing"; display: block; text-align: center; padding: 2em 2em 0; } </style> <script type="rocketlazyloadscript"> var _SEARCHWP_LIVE_AJAX_SEARCH_BLOCKS = true; var _SEARCHWP_LIVE_AJAX_SEARCH_ENGINE = 'default'; var _SEARCHWP_LIVE_AJAX_SEARCH_CONFIG = 'default'; </script> <script type="text/javascript" id="adrotate-clicker-js-extra"> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/adrotate/library/jquery.clicker.js" id="adrotate-clicker-js"></script> <script type="text/javascript" id="leadin-script-loader-js-js-extra"> /* <![CDATA[ */ var leadin_wordpress = {"userRole":"visitor","pageType":"post","leadinPluginVersion":"11.1.66"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://js.hs-scripts.com/1710703.js?integration=WordPress&ver=11.1.66" id="leadin-script-loader-js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.defenseadvancement.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="text/javascript" id="ust-footeradpopup-js-js-extra"> /* <![CDATA[ */ var ustmfooteradpopup = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/FooterAdPopup/FooterAdPopup.js?ver=1732208376" id="ust-footeradpopup-js-js"></script> <script type="text/javascript" id="ust-mailinglistpopup-js-js-extra"> /* <![CDATA[ */ var ustmailinglistpopup = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/MailinglistPopup/MailinglistPopup.js?ver=1732208376" id="ust-mailinglistpopup-js-js"></script> <script type="text/javascript" id="ust-favorites-js-js-extra"> /* <![CDATA[ */ var ustfavourites = {"ust_url":"https:\/\/www.defenseadvancement.com\/company\/honeywell\/"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/Favourites/Favourites.js?ver=1732208376" id="ust-favorites-js-js"></script> <script type="text/javascript" id="searchmore-js-js-extra"> /* <![CDATA[ */ var searchmore = {"ajax_url":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/includes/SearchMore/SearchMore.js?ver=1732208376" id="searchmore-js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/bootstrap/js/bootstrap.min.js?ver=6.6.2" id="UST-bootstrapjs-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/jquery.fancybox.min.js?ver=6.6.2" id="UST-fancybox-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/themes/UST/js/custom-scripts.js?ver=11.3" id="UST-customscripts-js"></script> <script type="text/javascript" id="swp-live-search-client-js-extra"> /* <![CDATA[ */ var searchwp_live_search_params = []; searchwp_live_search_params = {"ajaxurl":"https:\/\/www.defenseadvancement.com\/wp-admin\/admin-ajax.php","origin_id":36474,"config":{"default":{"engine":"default","input":{"delay":300,"min_chars":3},"results":{"position":"bottom","width":"auto","offset":{"x":0,"y":5}},"spinner":{"lines":12,"length":8,"width":3,"radius":8,"scale":1,"corners":1,"color":"#424242","fadeColor":"transparent","speed":1,"rotate":0,"animation":"searchwp-spinner-line-fade-quick","direction":1,"zIndex":2000000000,"className":"spinner","top":"50%","left":"50%","shadow":"0 0 1px transparent","position":"absolute"}}},"msg_no_config_found":"No valid SearchWP Live Search configuration found!","aria_instructions":"When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."};; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/searchwp-live-ajax-search/assets/javascript/dist/script.min.js?ver=1.7.6" id="swp-live-search-client-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script> <script type="text/javascript" id="megamenu-js-extra"> /* <![CDATA[ */ var megamenu = {"timeout":"300","interval":"100"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.3.1.2" id="megamenu-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/plugins/megamenu-pro/assets/public.js?ver=2.4" id="megamenu-pro-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://cdn.onesignal.com/sdks/OneSignalSDK.js?ver=1.0.0" id="remote_sdk-js" async="async" data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/wpbakery/assets/js/dist/js_composer_front.min.js?ver=7.1" id="wpb_composer_front_js-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.defenseadvancement.com/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5" id="wp-a11y-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/jquery.json.min.js?ver=2.8.18" id="gform_json-js"></script> <script type="text/javascript" id="gform_gravityforms-js-extra"> /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"£","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms","number_formats":[],"spinnerUrl":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images\/spinner.svg","version_hash":"bd8f8625082c5bca02c2dc792c94568e","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"£","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms","number_formats":[],"spinnerUrl":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/images\/spinner.svg","version_hash":"bd8f8625082c5bca02c2dc792c94568e","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/gravityforms.min.js?ver=2.8.18" id="gform_gravityforms-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/utils.min.js?ver=2.8.18" id="gform_gravityforms_utils-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/vendor-theme.min.js?ver=2.8.18" id="gform_gravityforms_theme_vendors-js"></script> <script type="text/javascript" id="gform_gravityforms_theme-js-extra"> /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"bd8f8625082c5bca02c2dc792c94568e"}}},"hmr_dev":"","public_path":"https:\/\/www.defenseadvancement.com\/wp-content\/mu-plugins\/gravity-forms\/assets\/js\/dist\/"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/assets/js/dist/scripts-theme.min.js?ver=2.8.18" id="gform_gravityforms_theme-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.defenseadvancement.com/wp-content/mu-plugins/gravity-forms/js/placeholders.jquery.min.js?ver=2.8.18" id="gform_placeholder-js"></script> <script type="rocketlazyloadscript"></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 6) {} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "6", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_6" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_6"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [6, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 6, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 8) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "8", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_8" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_8"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_8" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [8, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 8, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ </script> <script>window.lazyLoadOptions={elements_selector:"iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.defenseadvancement.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->