# Industrial process control ## MicroSim spec - **Recommended sim type:** time-series controller - **Microsimmability score:** 90/100 - **Layout:** drawing region (canvas) on top; control region (sliders/buttons) below. ### Parameters (tunable controls) - `Proportional gain Kp - 0 to 10` - `Integral time Ti - 1 to 100 s` - `Disturbance step - 0 to 100 %` ### What animates A controlled variable tracks a setpoint over time while the PID controller rejects an injected disturbance; raising the gain speeds response but can drive visible [[Oscillation|oscillation]] or instability. ### Learning objective See how controller tuning trades response speed against stability when rejecting a disturbance. ## Links (Wikipedia order) <!-- injected from _registry/childlinks/Industrial_process_control.json (2026-07-30T02:09:12Z) --> `Actuator` · `Automation` · `Check_weigher` · `Closed-loop_controller` · `Consistency` · `Continuous_stirred-tank_reactor` · [[Control_engineering]] · `Control_loop` · `Control_panel_(engineering)` · [[Control_system]] · [[Control_theory]] · `Control_valve` · `Controllability` · `Cornelis_Drebbel` · `Cost` · [[Cruise_control]] · `Current_loop` · `Denis_Papin` · `Digital_control` · `Distributed_control_system` · `Efficient_energy_use` · [[Energy]] · `Feed_forward_(control)` · [[Feedback]] · `Fieldbus` · `Flow_control_valve` · [[Fuzzy_control_system]] · `Gain_scheduling` · `Gale` · `Helmsman` · `Henry_Ford` · `Industrial_control_system` · `Industrial_processes` · `Intelligent_control` · `Jacketed_vessel` · [[Laplace_transform]] · `Linear_parameter-varying_control` · `Machine` · [[Manufacturing]] · [[Model_predictive_control]] · [[Negative_feedback]] · `Nicolas_Minorsky` · `Nonlinear_control` · `Oliver_Evans` · `Open-loop_controller` · `Operational_historian` · [[PID_controller]] · `Piping_and_instrumentation_diagram` · [[Positive_feedback]] · `Process_capability` · `Process_control_monitoring` · `Process_safety` · `Programmable_logic_controller` · `Proportional_control` · `Raw_material` · `Regulator_(automatic_control)` · `SCADA` · `Servomechanism` · `Setpoint_(control_system)` · [[Signal-flow_graph]] · `Sliding_mode_control` · `Temperature_control` · [[Transducer]] · `Valve` · `Water_clock` · `Windmill_fantail` > p5.js MicroSim stub · part of Process Engineering · [Wikipedia source](https://en.wikipedia.org/wiki/Industrial_process_control) > Relation: subfield of process engineering. ## Concept summary Industrial process control uses sensors, controllers, and final elements to hold process variables (temperature, level, flow, pressure) at setpoint despite disturbances. ## Build checklist - [ ] Claim it: set `status: in-progress` + `lease` + `leased_at` - [ ] Write the child page explaining the concept (tie it back to process engineering) - [ ] Finalize parameter ranges and defaults - [ ] Implement the p5.js sketch (drawing + control regions) - [ ] Add caption + the learning objective on the page - [ ] Set `status: done` ## p5.js sketch ```javascript // MicroSim: Industrial process control let controls = {}; function setup() { // createCanvas(...); create sliders for the parameters above. } function draw() { // background(...); read controls; render time-series controller; respond live. } ``` --- Back to Process Engineering · Wikipedia: [Industrial process control](https://en.wikipedia.org/wiki/Industrial_process_control) --- <!-- SEMIOTIC-PROFILE:START --> ## Semiotic profile > *The semiotic universals this article invokes, machine-derived from the crossref — **unverified** (born so). Populated 2026-07-06 for the Systems room.* **Universals (6):** 🟢 control loop (6) · 🟢 oscillation (2) · 🟢 stability (2) · 🟢 flow (1) · 🟢 pressure (1) · 🟢 temperature heat (1) **Enter by sign:** Systems Semiotic Gateway · Alphabetum · Icon Registry · ← Systems Portal <!-- SEMIOTIC-PROFILE:END --> ## Wikipedia : Wikitube **Strict pair:** [Wikipedia](https://en.wikipedia.org/wiki/Industrial_process_control) : [Wikitube](https://en.wikitube.io/wiki/Industrial_process_control) ## Previous hub tags Tree parents: [[Control_theory]] · [[Graph_theory]] · [[Information_theory]]. Legacy hubs: none. --- *Sources: 1 legacy note. Minted wave 1, 2026-07-30 (v1.6 order).*