AeroLab
A six-degree-of-freedom simulation workspace for vehicle motion, sensor faults, estimator experiments, and telemetry review.
Python · NumPy · 6DOF dynamics · Sensor models
11 / Independent industrial simulation
Make the control state visible to the operator.
A deterministic factory-cell simulator connecting control state, alarms, downtime, historian data, and OEE reporting.

01 / Context
An operator needs to understand how the state of a production cell relates to its alarms, downtime, and performance indicators. A simulation can make those relationships visible and repeatable without access to a plant.
02 / Ownership
I built a simulated packaging-cell workflow with PLC-style scan and state logic, HMI-style controls, alarm and trend views, and a Python/SQLite historian path. OEE reporting connects simulated production behavior to a familiar operational measure.
03 / Architecture
Advance the simulated cell with deterministic PLC-style scan and state logic.
Display component status and operator controls in an HMI-style interface.
Connect events and trends to a historian and reporting workflow.
Relate simulated downtime and production events to OEE and maintenance views.
04 / Validation
Software simulation. No live PLC, industrial network, physical production cell, or factory deployment is connected.
05 / Perspective
A status dashboard is more useful when its numbers can be traced to state transitions and events. Deterministic simulation helps explain that causal chain.