Serge Bazanski q3k · he/him
  • Munich
  • Joined on 2024-07-09
q3k approved fafo/jeol-t330a#10 2024-10-05 17:37:07 +00:00
Succbone HMI Updates
q3k pushed to main at fafo/jeol-t330a 2024-10-05 10:51:13 +00:00
f2c0d67eed ph00524: Add image of the back PCB side
q3k merged pull request fafo/jeol-t330a#11 2024-10-05 10:51:12 +00:00
ph00524: Add image of the back PCB side
q3k approved fafo/jeol-t330a#11 2024-10-05 10:51:03 +00:00
ph00524: Add image of the back PCB side
q3k pushed to main at fafo/jeol-t330a 2024-10-04 21:32:09 +00:00
e2fc15ed9b succd: Use tigher hysteresis values
ef959f4be3 succd: Configure hysteresis for rough and high thresholds
8645718748 succd: Add hysteresis feature to thresholdOutput blocks
ed8adad611 succd: Fix table jiggle
313569e1dc succd: Use grid layout to show all info on a single screen
Compare 5 commits »
q3k merged pull request fafo/jeol-t330a#7 2024-10-04 21:32:08 +00:00
Add hysteresis to vacuum thresholds and also fix the web-fronted layout
q3k commented on pull request fafo/jeol-t330a#7 2024-10-04 21:26:18 +00:00
Add hysteresis to vacuum thresholds and also fix the web-fronted layout

Create CSS class for this instead of the massive inlined style.

q3k pushed to main at fafo/fafomo 2024-09-30 22:06:06 +00:00
992573a375 downgrade requirement to go 1.22
q3k pushed to main at fafo/fafomo 2024-09-30 21:55:47 +00:00
d8e3da9d45 turn password flag into password file
q3k pushed to main at fafo/fafomo 2024-09-30 20:50:27 +00:00
c437d4388e *: productionize
f24ef59a41 run gofmt
Compare 2 commits »
q3k commented on issue fafo/jeol-t330a#4 2024-09-29 21:59:59 +00:00
succd: Switch to libgpio to ensure GPIO states are reset when succd crashes

Right, but what does it reset to? And what's your reference for this, other than the docs which state 'may' (which doesn't inspire confidence)?

q3k commented on issue fafo/jeol-t330a#6 2024-09-29 21:54:44 +00:00
Investigate pirani gauge noise margins

The window is now 1 second (as we tick at 100Hz, but still capture 100 samples). It's actually a bit too noisy now IMO.

Should we implement some proper DSP to filter out high frequencies?

q3k commented on issue fafo/jeol-t330a#5 2024-09-29 21:53:29 +00:00
Add thermal sensor inputs to monitor diffusion pump temperature

Do you know of any off the shelf thermocouple sensor that we could interface to, eg. via a fieldbus or at some other high level? That might be the easiest and most reliable option.

Alternatively…

q3k commented on issue fafo/jeol-t330a#4 2024-09-29 21:51:23 +00:00
succd: Switch to libgpio to ensure GPIO states are reset when succd crashes

Having GPIO not get reset is sometimes a feature, eg. for being able to restart succd while at vacuum, without disabling the rough/high vacuum feedback lines. I would still like to have this…

q3k merged pull request fafo/jeol-t330a#3 2024-09-28 21:38:12 +00:00
succbone: Update title pic
q3k pushed to main at fafo/jeol-t330a 2024-09-28 21:38:12 +00:00
102393a689 succbone: Update title pic
q3k approved fafo/jeol-t330a#3 2024-09-28 21:38:03 +00:00
succbone: Update title pic
q3k commented on pull request fafo/jeol-t330a#2 2024-09-28 14:15:54 +00:00
succd: add info on how to run tests

Test PR with CI and approvals. Let's see how painful this is.