web-legacy/artiq/cloop.page

77 lines
3.2 KiB
Plaintext

{{{ header("Control loops", "artiq") }}}
<h1>Control loops</h1>
<h2>Stabilizer</h2>
<p>The stabilizer module is a CPU-based dual-channel fast servo. It can be controlled by Kasli or work stand-alone with Power-over-Ethernet (PoE) supply.
<ul>
<li>400MHz STM32H743ZIT6</li>
<li>dual 16bit ADC with x2, x5, x10 PGA (2MS/s)</li>
<li>16bit AD5542A DAC (1µs settling time)</li>
<li>PoE supply</li>
<li>10/100Base-T Ethernet</li>
<li>connectors for optional analog front-end (AFE) module</li>
<li>IDC connectors for IDC-BNC extension for digital IO and aux analog inputs and outputs</li>
</ul>
It can be used as a general-purpose PID controller. Several AFE extensions are under development including high current power supply for magnets.</p>
<p><a href="https://github.com/sinara-hw/stabilizer/wiki">More information</a></p>
<p><center><img src="stabilizer.jpg" width="600"></center></p>
<p>
The <a href="https://github.com/quartiq/stabilizer">standard open source firmware</a> that comes with the board has the following features:
</p>
<p><center><img src="stabilizer_pid.png"></center></p>
<p>
<ul>
<li>dual channel</li>
<li>SPI ADC</li>
<li>SPI DAC</li>
<li>fixed AFE gains</li>
<li>500 kHz rate, timed</li>
<li>< 2 µs latency, unmatched</li>
<li>f32 IIR math</li>
<li>generic biquad (second order) IIR filter</li>
<li>anti-windup</li>
<li>derivative kick avoidance</li>
<li>configurable output limits</li>
</ul>
</p>
<p>
To purchase this controller, email sales@m-***s.hk. We also offer firmware customizations and development of new features. Note that features that are not implemented in the open source code above (e.g. control from Kasli) are not supported unless purchased separately.
</p>
<h2>Thermostat</h2>
<p>This module is a 2-channel temperature controller EEM based on the Maxim MAX1968 driver, capable of driving 6W into a TEC or resistive heater. The sensor interface is based on AD7172 ADC.<p>
<p>
Preliminary specifications:
<ul>
<li>Channel count: 2</li>
<li>Sensor: 10k NTC thermistor</li>
<li>Load (heater/TEC) drive: up to 8W (+-2A with 4V compliance)</li>
<li>Form factor: 3U module or stand-alone AL enclosure (Hammond 1455C1202).</li>
<li>Output connectors: Sensor and load connect via either terminal block connector on the front panel or via internal 100mil pin-header.</li>
<li>Programming interface: Ethernet accessible via RJ45 connector on the front panel</li>
<li>Power supply: +12V DC (1.5A max) supplied either by a front-panel barrel connector, via 100mils Zotino connector, or PoE (up to 30W).</li>
<li>STM32 MCU</li>
</ul>
</p>
<p><center><img src="thermostat.jpg" width="600"></center></p>
<p>This module is still in development and is not currently available.</p>
<h2>SU-Servo</h2>
<p>With the SU-Servo feature of ARTIQ, the AD9910 variant of Urukul (which has fine amplitude control) can be used in combination with the Sampler ADC to form a laser intensity servo. In this application, the Urukul card drives AOMs and photodiodes are connected to Sampler to monitor laser intensities. When ordering your system, specify that you want SU-Servo integrated into the gateware.</p>
<p>See the <a href="sinara.html">Sinara Core</a> page for the relevant devices (Kasli, Sampler and Urukul).</p>
{{{ footer() }}}