The AMARC Experience - Air National Guard AMARC - Aircraft Maintenance And Regeneration Center. 309th Aerospace Maintenance and Regeneration Group. Comprehensive source of information on the important j http://www.amarcexperience.com/ui/index.php 2024-04-27T17:05:46+00:00 The AMARC Experience Joomla! - Open Source Content Management Type Movement Summary Graph 2019-04-23T07:36:53+00:00 2019-04-23T07:36:53+00:00 http://www.amarcexperience.com/ui/index.php?option=com_content&view=article&id=121090&catid=20&Itemid=419 Super User <?php $aircrafttype = $_GET["type"]; ?> <script src="http://www.amarcexperience.com/ui/js/highstock.js" type="text/javascript"></script> <script src="http://www.amarcexperience.com/ui/js/modules/exporting.js" type="text/javascript"></script> <p>This page displays a graphical representation of aircraft arrival and departure numbers derived from the current contents of the AMARC Experience database. As the database is being constantly updated the numbers presented may alter over time as movement information is entered and amended. It is worth remembering that while the majority of aircraft arrive at Davis-Monthan AFB for storage following their retirement from active service, a number pass through the facility for depot level maintenance. Only aircraft which have a known arrival or departure date are included in the displayed data, this means that a total picture may not be available for a certain aircraft type.</p> <p> The graph displayed is interactive and provides you with the ability to zoom in, out and along the available timeline for the selected aircraft type. The timeline is defined by the earliest and most recent arrival and departure dates. You have the ability to export the graphical visualization as an image which can then be downloaded to your computer or other device. If you would like to learn more about the graph's capabilities or how to navigate the graph a user guide is available. To access this guide Please click the online help 'Graph Help' button available below the graphing area.</p> <div id="graphcontainer" style="width: 100%; height: 600px; margin: 0 auto"></div> <br /> <hr /> <p> <button id="onlinehelp" style="margin-right:10px;width: 105px; cursor: pointer;" type="Button">Graph Help</button> <hr /> <script type="text/javascript"> var maindata; var eventdata; var titledata; var deldata; var xmlhttp; var xmlhttp1; var chart; $.ajax( { type: "GET", url: "DBMovementGraph.php?aircraftvariantcode=<?php echo($aircrafttype); ?>", contentType: "application/text; charset=utf-8", cache: false, async: false, error: function (e, xhr) { alert('error ' + xhr.status); }, success: function (data) { titledata = data.substring(0, data.indexOf("^")); data = data.substring(titledata.length + 1, data.length - 1); eventdata = data.substring(0, data.indexOf("^")); data = data.substring(eventdata.length + 1, data.length - 1); maindata = data.substring(0, data.indexOf("^")); deldata = data.replace(maindata + "^", "") ; chart = $('#graphcontainer').highcharts(); } }); $(function () { $('#graphcontainer').highcharts('StockChart', { colors: ['#008000','#910000','#8bbc21','#1aadce'], chart: { alignTicks: false }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'top', x: -5, y: 80, floating: true, borderWidth: 1, shadow: false, enabled: true }, navigator: { baseSeries: 0, series: { type: 'column', color: '#4572A7', lineWidth: 1 } }, rangeSelector: { buttonTheme: { width: 60 }, inputEnabled: $('#container').width() > 480, buttons: [{ type: 'week', count: 1, text: '1 Wk' }, { type: 'month', count: 1, text: '1 Mth' }, { type: 'month', count: 3, text: '3 Mths' }, { type: 'month', count: 6, text: '6 Mths' }, { type: 'year', count: 1, text: '1 Yr' }, { type: 'all', text: 'All' }] }, credits: { position: { align: 'right', x: -10, verticalAlign: 'bottom', y: -1 }, style: { cursor: 'pointer', color: '#909090', fontSize: '10px' }, href: 'http://www.amarcexperience.com', text: 'The AMARC Experience.' }, title: { text: titledata, align: 'left', style: { color: '#646464', fontSize: '16px', fontWeight: 'bolder' } }, xAxis: [{ ordinal: false }], yAxis: [ { allowDecimals: false, title: { text: 'Numbers (+/-)', style: { color: '#000000' } }, labels: { format: '{value}', style: { color: '#000000' } }, opposite: false }], series: [{ type: 'column', id: 'mainseries', data: eval(maindata), name: 'Arrivals', yAxis: 0, dataGrouping: { units: [ ['day',[1]], ['week',[1]], ['month',[1]] ]}}, { type: 'column', id: 'delseries', data: eval(deldata), name: 'Departures', yAxis: 0, dataGrouping: { units: [ ['day',[1]], ['week',[1]], ['month',[1]] ]}} ] }); $button = $('#infoflags'); $button1 = $('#onlinehelp'); $button1.click(function() { window.location = 'index.php?option=com_content&view=article&id=121089&Itemid=220'; }); $button.click(function() { var series = chart.series[1]; if (series.visible) { series.hide(); $button.html('Off'); } else { series.show(); $button.html('On'); } }); }); </script> <?php $aircrafttype = $_GET["type"]; ?> <script src="http://www.amarcexperience.com/ui/js/highstock.js" type="text/javascript"></script> <script src="http://www.amarcexperience.com/ui/js/modules/exporting.js" type="text/javascript"></script> <p>This page displays a graphical representation of aircraft arrival and departure numbers derived from the current contents of the AMARC Experience database. As the database is being constantly updated the numbers presented may alter over time as movement information is entered and amended. It is worth remembering that while the majority of aircraft arrive at Davis-Monthan AFB for storage following their retirement from active service, a number pass through the facility for depot level maintenance. Only aircraft which have a known arrival or departure date are included in the displayed data, this means that a total picture may not be available for a certain aircraft type.</p> <p> The graph displayed is interactive and provides you with the ability to zoom in, out and along the available timeline for the selected aircraft type. The timeline is defined by the earliest and most recent arrival and departure dates. You have the ability to export the graphical visualization as an image which can then be downloaded to your computer or other device. If you would like to learn more about the graph's capabilities or how to navigate the graph a user guide is available. To access this guide Please click the online help 'Graph Help' button available below the graphing area.</p> <div id="graphcontainer" style="width: 100%; height: 600px; margin: 0 auto"></div> <br /> <hr /> <p> <button id="onlinehelp" style="margin-right:10px;width: 105px; cursor: pointer;" type="Button">Graph Help</button> <hr /> <script type="text/javascript"> var maindata; var eventdata; var titledata; var deldata; var xmlhttp; var xmlhttp1; var chart; $.ajax( { type: "GET", url: "DBMovementGraph.php?aircraftvariantcode=<?php echo($aircrafttype); ?>", contentType: "application/text; charset=utf-8", cache: false, async: false, error: function (e, xhr) { alert('error ' + xhr.status); }, success: function (data) { titledata = data.substring(0, data.indexOf("^")); data = data.substring(titledata.length + 1, data.length - 1); eventdata = data.substring(0, data.indexOf("^")); data = data.substring(eventdata.length + 1, data.length - 1); maindata = data.substring(0, data.indexOf("^")); deldata = data.replace(maindata + "^", "") ; chart = $('#graphcontainer').highcharts(); } }); $(function () { $('#graphcontainer').highcharts('StockChart', { colors: ['#008000','#910000','#8bbc21','#1aadce'], chart: { alignTicks: false }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'top', x: -5, y: 80, floating: true, borderWidth: 1, shadow: false, enabled: true }, navigator: { baseSeries: 0, series: { type: 'column', color: '#4572A7', lineWidth: 1 } }, rangeSelector: { buttonTheme: { width: 60 }, inputEnabled: $('#container').width() > 480, buttons: [{ type: 'week', count: 1, text: '1 Wk' }, { type: 'month', count: 1, text: '1 Mth' }, { type: 'month', count: 3, text: '3 Mths' }, { type: 'month', count: 6, text: '6 Mths' }, { type: 'year', count: 1, text: '1 Yr' }, { type: 'all', text: 'All' }] }, credits: { position: { align: 'right', x: -10, verticalAlign: 'bottom', y: -1 }, style: { cursor: 'pointer', color: '#909090', fontSize: '10px' }, href: 'http://www.amarcexperience.com', text: 'The AMARC Experience.' }, title: { text: titledata, align: 'left', style: { color: '#646464', fontSize: '16px', fontWeight: 'bolder' } }, xAxis: [{ ordinal: false }], yAxis: [ { allowDecimals: false, title: { text: 'Numbers (+/-)', style: { color: '#000000' } }, labels: { format: '{value}', style: { color: '#000000' } }, opposite: false }], series: [{ type: 'column', id: 'mainseries', data: eval(maindata), name: 'Arrivals', yAxis: 0, dataGrouping: { units: [ ['day',[1]], ['week',[1]], ['month',[1]] ]}}, { type: 'column', id: 'delseries', data: eval(deldata), name: 'Departures', yAxis: 0, dataGrouping: { units: [ ['day',[1]], ['week',[1]], ['month',[1]] ]}} ] }); $button = $('#infoflags'); $button1 = $('#onlinehelp'); $button1.click(function() { window.location = 'index.php?option=com_content&view=article&id=121089&Itemid=220'; }); $button.click(function() { var series = chart.series[1]; if (series.visible) { series.hide(); $button.html('Off'); } else { series.show(); $button.html('On'); } }); }); </script> Movement Graph Help 2019-04-23T07:06:16+00:00 2019-04-23T07:06:16+00:00 http://www.amarcexperience.com/ui/index.php?option=com_content&view=article&id=121089&catid=20&Itemid=266 Super User <h1> Graph Overview</h1> <p> <img border="0" src="http://www.amarcexperience.com/ui//UI/AMARCExperience/OnlineHelp/ArrivalsGraph/ArrivalGraphDiagram-Overview.jpg" /></p> <ul> <li> <strong>A</strong> - Name of aircraft which has been selected.</li> <li> <strong>B</strong> - Graph print and download menu. You have a choice of four different formats to select when downloading a graph image, PNG, JPEG, PDF and SVG. Remember that after downloading the graph you will not be able to navigate around it as you can on the web site, the file will contain just a picture of the currently displayed graph.</li> <li> <strong>C</strong> - Zoom panel. By clicking one of these buttons you can zoom into a narrower date window. There are 5 zoom options to select from, 1 week, 1 Month, 3 Months, 6 months and 1 Year. There is also an 'All' button which will return the scale to the original setting which shows the full time period. After selecting a new zoom setting you will find that you will have to use the Timeline Navigator to&nbsp;view&nbsp;the data in more detail.&nbsp;An example of how to use the zoom features is provided below in the <i>'Selecting a Zoom Factor'</i> section.</li> <li> <strong>D</strong> - Graph date range. These two boxes show the lower and upper dates which define the graphing time period. When the graph is navigated around using the zoom buttons or the&nbsp;Timeline Navigator (see G.) the dates will change to reflect the period currently shown.</li> <li> <strong>E</strong> - Y-Axis. This&nbsp;scale&nbsp;indicates the number of arrivals/additions for the current periods as defined by the X-Axis (see F.). You will find that when the graph is zoomed or scrolled using the&nbsp;Timeline Navigator&nbsp;the scale may change depending on the minimum and maximum values of the graph bars currently displayed.</li> <li> <strong>F</strong> - X-Axis. This horizontal scale displays date markers for the currently visible graph bars.</li> <li> <strong>G</strong> - Timeline Navigator.</li> <li> <strong>H</strong> - Graph Options Menu. There are currently three options available on this menu. 1). Link to this help page, 2). Link to the database listing page for the selected aircraft type, and 3). the ability to switch the information flags on and off. See below for more information about these flags.</li> </ul> <h1> Selecting a Zoom Factor</h1> <p> When a graph is first displayed the displayed time period selected will be from the month/year of the first recorded arrival to the month/year of the final recorded arrival. In many cases this will be a number of years, causing the bars to be closing positioned next to each other. If you require to see the graph in closer, more granualer&nbsp;detail you can use the Zoom buttons to select a more suitable time window.</p> <p> <img border="0" src="http://www.amarcexperience.com/ui//UI/AMARCExperience/OnlineHelp/ArrivalsGraph/ArrivalGraphDiagram-Zoom.jpg" /><br /> <i>The Zoom Buttons</i><br /> <br /> There are six buttons available;</p> <ul> <li> 1 Week</li> <li> 1 Month</li> <li> 3 Months</li> <li> 6 Months</li> <li> 1 Year</li> <li> All (displays the full period for the selected aircraft type).</li> </ul> <p> After selecting (clicking) a zoom button it will become hi-lighted, the graph will re-draw, and the Timeline Navigator will display the new date range.</p> <p> <br /> <img border="0" src="http://www.amarcexperience.com/ui//UI/AMARCExperience/OnlineHelp/ArrivalsGraph/ArrivalGraphDiagram-Zoom6mthsFullScreen.jpg" /></p> <p> &nbsp;</p> <h1>Using the Timeline Navigator</h1> <p>The Timeline Navigator below the graph provides a quick and easy way to move along across the graphing window or to zoom into a smaller time window. <p> &nbsp;</p> <h1> Graph Overview</h1> <p> <img border="0" src="http://www.amarcexperience.com/ui//UI/AMARCExperience/OnlineHelp/ArrivalsGraph/ArrivalGraphDiagram-Overview.jpg" /></p> <ul> <li> <strong>A</strong> - Name of aircraft which has been selected.</li> <li> <strong>B</strong> - Graph print and download menu. You have a choice of four different formats to select when downloading a graph image, PNG, JPEG, PDF and SVG. Remember that after downloading the graph you will not be able to navigate around it as you can on the web site, the file will contain just a picture of the currently displayed graph.</li> <li> <strong>C</strong> - Zoom panel. By clicking one of these buttons you can zoom into a narrower date window. There are 5 zoom options to select from, 1 week, 1 Month, 3 Months, 6 months and 1 Year. There is also an 'All' button which will return the scale to the original setting which shows the full time period. After selecting a new zoom setting you will find that you will have to use the Timeline Navigator to&nbsp;view&nbsp;the data in more detail.&nbsp;An example of how to use the zoom features is provided below in the <i>'Selecting a Zoom Factor'</i> section.</li> <li> <strong>D</strong> - Graph date range. These two boxes show the lower and upper dates which define the graphing time period. When the graph is navigated around using the zoom buttons or the&nbsp;Timeline Navigator (see G.) the dates will change to reflect the period currently shown.</li> <li> <strong>E</strong> - Y-Axis. This&nbsp;scale&nbsp;indicates the number of arrivals/additions for the current periods as defined by the X-Axis (see F.). You will find that when the graph is zoomed or scrolled using the&nbsp;Timeline Navigator&nbsp;the scale may change depending on the minimum and maximum values of the graph bars currently displayed.</li> <li> <strong>F</strong> - X-Axis. This horizontal scale displays date markers for the currently visible graph bars.</li> <li> <strong>G</strong> - Timeline Navigator.</li> <li> <strong>H</strong> - Graph Options Menu. There are currently three options available on this menu. 1). Link to this help page, 2). Link to the database listing page for the selected aircraft type, and 3). the ability to switch the information flags on and off. See below for more information about these flags.</li> </ul> <h1> Selecting a Zoom Factor</h1> <p> When a graph is first displayed the displayed time period selected will be from the month/year of the first recorded arrival to the month/year of the final recorded arrival. In many cases this will be a number of years, causing the bars to be closing positioned next to each other. If you require to see the graph in closer, more granualer&nbsp;detail you can use the Zoom buttons to select a more suitable time window.</p> <p> <img border="0" src="http://www.amarcexperience.com/ui//UI/AMARCExperience/OnlineHelp/ArrivalsGraph/ArrivalGraphDiagram-Zoom.jpg" /><br /> <i>The Zoom Buttons</i><br /> <br /> There are six buttons available;</p> <ul> <li> 1 Week</li> <li> 1 Month</li> <li> 3 Months</li> <li> 6 Months</li> <li> 1 Year</li> <li> All (displays the full period for the selected aircraft type).</li> </ul> <p> After selecting (clicking) a zoom button it will become hi-lighted, the graph will re-draw, and the Timeline Navigator will display the new date range.</p> <p> <br /> <img border="0" src="http://www.amarcexperience.com/ui//UI/AMARCExperience/OnlineHelp/ArrivalsGraph/ArrivalGraphDiagram-Zoom6mthsFullScreen.jpg" /></p> <p> &nbsp;</p> <h1>Using the Timeline Navigator</h1> <p>The Timeline Navigator below the graph provides a quick and easy way to move along across the graphing window or to zoom into a smaller time window. <p> &nbsp;</p>