Browsing by Subject "Dashboard"
Now showing 1 - 2 of 2
- Results Per Page
- Sort Options
Item Battery Vent Gas Hazard Analysis and Building Deflagration Dashboard Development(2020-09-15) Trejo Martinez, Juan; Ezekoye, Ofodike A.Lithium-ion battery failures can lead the battery cell to undergo what’s known as thermal runaway, resulting in a potentially catastrophic fire or explosion. During a thermal runaway event a series of chemical reactions take place, increasing the cell temperature and resulting in the generation of a flammable gas mixture. The University of Texas Fire Research Group has developed two models to evaluate fire and explosion hazard for lithium-ion batteries using the aforementioned studies. The first model aims to estimate the upper and lower flammability limits, laminar flame speed, and maximum overpressure of the gases released during thermal runaway. While the second model predicts the pressure time history of an explosion. Both of these models are intended to provide a framework for evaluating the overall safety of lithium-ion cells. To enable our researches to perform rapid data analysis as more experimental data becomes available, a web application that presents the above-mentioned models in the form of interactive dashboards was developed and deployed using Python and a framework for building data visualization web applications called Dash. The first part of development was building the application’s layout. The layout of a Dash application is built by assembling a hierarchical tree of components. These components are the building blocks of the application and can come from either the dash_html_components or dash_core_components modules. The second part of development involved creating and wiring up a MongoDB database to the application. This connection allows the application to access and perform operations on the stored data. Finally, deploying the application was done through Heroku, a Platform as a Service that provides the infrastructure and user interface to publish and manage a web application. The two dashboards deployed are the Vent Gas Hazard Analysis dashboard and the Building Deflagration dashboard. The Vent Gas Hazard Analysis dashboard summarizes key gas characteristics such as lower and upper flammability limits, laminar flame speed, and maximum over-pressure, which are essential in quantifying the overall hazard potential or the runaway event. While the Building Deflagration dashboard provides information on how room pressure changes over a period of time during a battery explosion event.Item Semiconductor manufacturing dashboard(2012-12) Collier, Scott Allen; Barber, K. Suzanne; Graser, ThomasThe semiconductor manufacturing process is a complex process that can consist of hundreds if not thousands of steps. During this process an enormous amount of data is generated and collected by several different systems. Analyzing this data can be complicated and time consuming. But, in order to optimize the manufacturing process, it is important to be able to process data quickly and provide data consumers an easy, meaningful way to view the data. Data consumers at a management level need to view data differently than someone who works in the semiconductor fabrication plant (FAB) operating the manufacturing equipment or a maintenance technician who fixes and maintains the equipment. So, it is important to provide these different data views to the users in a logical, organized way. This paper will discuss what a dashboard is, an overview of the semiconductor manufacturing process, and one implementation of a dashboard for the semiconductor industry, the Semiconductor Manufacturing Dashboard (SMD). An explanation of the systems involved in collecting and loading the data, the database structures, and the web servers used for development and production will also be discussed.