You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: case-studies/riverside-mill-complex.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ <h3>Mechanical system design and project management.</h3>
128
128
<p>Mechanical and electrical design, hardware specification, and project management of the building-wide HVAC plant serving the general building and all five tenants. Designed, built, installed, and wired in partnership with our plumbing and electrical trades, with us as the integrator from the first sketch through commissioning.</p>
129
129
130
130
<h3>Control system design and implementation.</h3>
131
-
<p>We specified the control hardware, drew the wiring, and built the panel. Industrial breakers and contactors on the power side; I/O modules addressing the sensor and actuator network; a Raspberry-Pi-based supervisor bridged to the rest over RS-485. The supervisor hosts the agentic control software directly. The agents handle several distinct jobs:</p>
131
+
<p>We specified the control hardware, drew the wiring, and built the panel. Industrial breakers and contactors on the power side; I/O modules addressing the sensor and actuator network; a Raspberry-Pi-based supervisor bridged to the rest over Modbus. The supervisor hosts the agentic control software directly. The agents handle several distinct jobs:</p>
132
132
<ul>
133
133
<li><b>Configuration through conversation.</b> The user does not manipulate the system directly. They chat with the agents, which manage the underlying Node-RED configuration, monitoring, and alerting.</li>
134
134
<li><b>Failure and overload management</b> through layered, scaled backup. A pump array provides both scale and failover. Internal water-temperature overheats are managed through variable water volumes and cooling-tower fans, with emergency injection of city water into the loop as the final fallback.</li>
@@ -148,10 +148,10 @@ <h3>Control system design and implementation.</h3>
148
148
</div>
149
149
</div>
150
150
<divclass="figure" style="margin-top:1.25rem">
151
-
<imgsrc="../assets/case-studies/riverside-mill-complex/board-wiring.png" alt="Control board wiring diagram showing industrial distribution, I/O modules, and the Raspberry Pi controller tied to the heat pump plant via RS-485">
151
+
<imgsrc="../assets/case-studies/riverside-mill-complex/board-wiring.png" alt="Control board wiring diagram showing industrial distribution, I/O modules, and the Raspberry Pi controller tied to the heat pump plant via Modbus">
152
152
<divclass="cap">
153
153
<spanclass="label">Fig. 02 — Control panel wiring diagram</span>
154
-
<span>Industrial distribution · I/O modules · RS-485 to Pi controller</span>
154
+
<span>Industrial distribution · I/O modules · Modbus to Pi controller</span>
0 commit comments