<feed xmlns='http://www.w3.org/2005/Atom'>
<title>labUI.git/api_layers, branch main</title>
<subtitle>Data acquisition program written in Python for use with serial communication devices.
</subtitle>
<id>https://git.kolset.xyz/labUI.git/atom?h=main</id>
<link rel='self' href='https://git.kolset.xyz/labUI.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/'/>
<updated>2026-08-07T22:23:20Z</updated>
<entry>
<title>Removed serial commands feature.</title>
<updated>2026-08-07T22:23:20Z</updated>
<author>
<name>Christian Kolset</name>
<email>ckolset@colostate.edu</email>
</author>
<published>2026-08-07T22:12:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=03e301ac1d8d0785017b6428f4c3bed33b81efcd'/>
<id>urn:sha1:03e301ac1d8d0785017b6428f4c3bed33b81efcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Device Firmware updated.</title>
<updated>2026-08-07T22:08:48Z</updated>
<author>
<name>Christian Kolset</name>
<email>ckolset@colostate.edu</email>
</author>
<published>2026-08-07T22:08:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=f0e070f8bdf42ab2b60d318bbd7f65afbfabaab2'/>
<id>urn:sha1:f0e070f8bdf42ab2b60d318bbd7f65afbfabaab2</id>
<content type='text'>
- Moved arduino file to sub-directory.
- Updated esp32_stringPot low-pass filter from EMA to butterwoth.
</content>
</entry>
<entry>
<title>Firmware update.</title>
<updated>2026-08-06T17:23:16Z</updated>
<author>
<name>Christian Kolset</name>
<email>ckolset@colostate.edu</email>
</author>
<published>2026-08-06T17:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=66d69b65379826f9282515d4a227178c4d7e0597'/>
<id>urn:sha1:66d69b65379826f9282515d4a227178c4d7e0597</id>
<content type='text'>
- Renamed and moved arduino firmware into it's own sketch for arduino
  compiling interface.
- Added esp32 firmware for stringpotentiometer.
</content>
</entry>
<entry>
<title>Fix clipped/jagged simulated Arduino waveforms</title>
<updated>2026-08-03T23:04:19Z</updated>
<author>
<name>Christian Kolset</name>
<email>ckolset@colostate.edu</email>
</author>
<published>2026-08-03T23:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=fc2c0000af4009d114c908411eb8cfd36f14b53f'/>
<id>urn:sha1:fc2c0000af4009d114c908411eb8cfd36f14b53f</id>
<content type='text'>
amp+offset spanned the full [0,5] clamp range edge-to-edge, so
per-sample noise pushed past the rails on every peak/trough and got
hard-clamped into a flat plateau. Shrinking amp gives ~8.7 sigma of
headroom so the clamp stays a safety net instead of firing every cycle.

Co-Authored-By: Claude Sonnet 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Merge origin/main: reconcile ConfigWindow consolidation with Debug window + protocol updates</title>
<updated>2026-08-02T07:34:43Z</updated>
<author>
<name>Christian Kolset</name>
<email>christian.kolset@gmail.com</email>
</author>
<published>2026-08-02T07:34:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=a3aa1df99df8f413cac2ba6020b7cd0dec6d2390'/>
<id>urn:sha1:a3aa1df99df8f413cac2ba6020b7cd0dec6d2390</id>
<content type='text'>
origin/main (23 commits) added a Debug window/log system on top of the old
separate Devices/Channels/Plot windows, plus protocol fixes (cml, mark10,
modbus_rtu, scpi) and device/profile changes. Local main (3 commits)
replaced the separate windows with a unified ConfigWindow + dock panel.

Kept local's ConfigWindow/dock architecture and ported the Debug window
onto it: new toolbar button + _open_debug(), gated by developer_mode same
as origin's version. Deduped the two independent "developer mode" toggles
that had collided in SettingsWindow (origin's General-tab checkbox gating
Debug window + device sim-mode visibility, local's Advanced-tab checkbox
setting verbose logging) into one General-tab checkbox that does both.

Co-Authored-By: Claude Sonnet 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Major control panel improvements.</title>
<updated>2026-08-02T05:02:14Z</updated>
<author>
<name>Christian Kolset</name>
<email>christian.kolset@gmail.com</email>
</author>
<published>2026-08-02T04:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=e1b951db7714a9496ebf7f861a6741598d4c7e67'/>
<id>urn:sha1:e1b951db7714a9496ebf7f861a6741598d4c7e67</id>
<content type='text'>
    - Added dedicated firmware file for arduino
    - Added View button to consolidate windows
    - Control Panel changes:
        - Changed name fron "Controls" to "Control Panel"
        - Blue side bar when Panel is hidden.
        - Supports "popping" out contorl panel
    - Settings &gt; Advanced tab added with developer settings
</content>
</entry>
<entry>
<title>Sync Mark-10 gauge's live unit into ChannelConfig instead of a fixed default</title>
<updated>2026-07-29T19:12:17Z</updated>
<author>
<name>Christian Kolset</name>
<email>ckolset@colostate.edu</email>
</author>
<published>2026-07-29T19:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=bf9c7746ba60613b66ce8d1e9a68c5480f2b93d1'/>
<id>urn:sha1:bf9c7746ba60613b66ce8d1e9a68c5480f2b93d1</id>
<content type='text'>
Mark10Layer._parse() already tracked whichever unit suffix the gauge
last reported (lb/kgF/N/ozF — the gauge's physical unit button cycles
these independently of this app). serial_device.py hardcoded the
"force" channel's unit to "N" and never updated it, so switching units
on the gauge itself was invisible here.

Adds Mark10Layer.current_unit and has SerialDevice.read_channels()
keep the "force" ChannelConfig's unit in sync with it on every poll.
This fixes the unit shown in anything that reads ChannelConfig.unit
live — new plots, channel pickers, CSV log headers — but does not
relabel the Y-axis of an already-open plot pane, since plot axis
labels are baked into PlotConfig.y_label once at plot-build time, not
re-read from the channel live. Making an open pane's axis relabel
itself would need new signal plumbing from the device through
AcquisitionEngine to the strip chart — a bigger, separate change.

Co-Authored-By: Claude Sonnet 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Update CML protocol documentation and improve command handling; adjust motion_capture setting to false</title>
<updated>2026-07-28T23:01:38Z</updated>
<author>
<name>Christian Kolset</name>
<email>ckolset@colostate.edu</email>
</author>
<published>2026-07-28T23:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=b2dc94bb2e7c7e57cba202697ed4d58bbb1f01f5'/>
<id>urn:sha1:b2dc94bb2e7c7e57cba202697ed4d58bbb1f01f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance protocol layers: implement I/O locking for thread safety in serial communication</title>
<updated>2026-07-27T23:34:30Z</updated>
<author>
<name>Christian Kolset</name>
<email>ckolset@colostate.edu</email>
</author>
<published>2026-07-27T23:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=ee4965f4d4d1fc5d40be24b99341620e32386d40'/>
<id>urn:sha1:ee4965f4d4d1fc5d40be24b99341620e32386d40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add simulation handling to protocol layers and update motion_capture setting</title>
<updated>2026-07-27T22:47:47Z</updated>
<author>
<name>Christian Kolset</name>
<email>ckolset@colostate.edu</email>
</author>
<published>2026-07-27T22:47:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kolset.xyz/labUI.git/commit/?id=49294cdeb57b537308145e6ec552d05e61e69dfa'/>
<id>urn:sha1:49294cdeb57b537308145e6ec552d05e61e69dfa</id>
<content type='text'>
</content>
</entry>
</feed>
