med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

345
active users

#processcontrol

0 posts0 participants0 posts today
Thomas Arildsen<p>I am familiar with classical process control but not very experienced or up-to-date on the state of the art. I imagine a situation where you have a controller and a plant: What is it called when you cannot be sure that the control signals are executed by the plant?</p><p>They may not be executed at all, or they may only be partially executed. After a possible time delay, the controller knows whether / to which extent the signal was executed.</p><p><a href="https://fosstodon.org/tags/engineering" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>engineering</span></a> <a href="https://fosstodon.org/tags/processcontrol" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>processcontrol</span></a></p>
SmartProSys<p>🔎 SmartProSys Research Insights: Chemists and process engineers from Magdeburg University together with researchers at Greifswald University are using enzymes and medium engineering to modify the product spectrum during PET depolymerization.</p><p><a href="https://chemistry-europe.onlinelibrary.wiley.com/doi/10.1002/cssc.202401759" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">chemistry-europe.onlinelibrary</span><span class="invisible">.wiley.com/doi/10.1002/cssc.202401759</span></a></p><p><a href="https://mastodon.social/tags/enzyme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>enzyme</span></a> <a href="https://mastodon.social/tags/biocatalysis" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>biocatalysis</span></a> <a href="https://mastodon.social/tags/polymer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>polymer</span></a> <a href="https://mastodon.social/tags/plastics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>plastics</span></a> <a href="https://mastodon.social/tags/depolymerization" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>depolymerization</span></a> <a href="https://mastodon.social/tags/reactionengineering" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>reactionengineering</span></a> <a href="https://mastodon.social/tags/greenchemistry" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>greenchemistry</span></a> <a href="https://mastodon.social/tags/selectivity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selectivity</span></a> <a href="https://mastodon.social/tags/processcontrol" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>processcontrol</span></a></p><p>Jan von Langermann | Christof Hamel | Uwe Bornscheuer | Ren Wei | Tobias Heinks | Luise Blach</p>
Delta Wye<p>From the 1973 British Sub Aqua Club - the “incident pit” concept. It’s not literal depth, but the idea is the further you get into a series of bad events the more dangerous things get. You need to act decisively and calmly before you get pulled too deep! </p><p><a href="https://mstdn.social/tags/scuba" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>scuba</span></a> <a href="https://mstdn.social/tags/alarmmanagement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>alarmmanagement</span></a> <a href="https://mstdn.social/tags/processcontrol" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>processcontrol</span></a></p>
Javier 🖖🏃‍♂️🌻🟥🟨🟪<p>Is it possible to draw a <a href="https://mastodon.social/tags/Bode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bode</span></a> diagram using just <a href="https://mastodon.social/tags/julialang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>julialang</span></a>? Yes! And it’s very easy.</p><p>```julia<br>using Plots<br>using DSP:unwrap!<br>G(s) = 3/(2s^2+s+1)*exp(-.5s)<br>x(ω) = real(G(im*ω))<br>y(ω) = imag(G(im*ω))<br>AR(ω) = √(x(ω)^2 + y(ω)^2)<br>φ(ω) = atan(y(ω)/x(ω))*180/pi<br>ω = 10.0.^(-1:0.001:1);<br>plot(ω, AR, xscale=:log10, yscale=:log10, xlabel="ω", ylabel="AR", legend=false)<br>φᵤ = unwrap!([φ(i) for i in ω]);<br>plot(ω, φᵤ, xscale=:log10, xlabel="ω", ylabel="φ", legend=false)<br>```</p><p><a href="https://mastodon.social/tags/processControl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>processControl</span></a></p>