From 0eacd74484e2005337a75129b34d15a313367d09 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Fri, 27 Sep 2024 02:08:38 +0200 Subject: [PATCH] succd: README: add pin table --- succbone/succd/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/succbone/succd/README.md b/succbone/succd/README.md index 4d1b077..ea4f231 100644 --- a/succbone/succd/README.md +++ b/succbone/succd/README.md @@ -9,6 +9,20 @@ Features: 2. Allows enabling/disabling the diffusion/roughing pumps (builtin controller always keeps them enabled). 3. Allows for simulating vent/pumpdown button presses. +Pins +--- + +| P9 pin number | Relay number | Relay board / channel number | GPIO number | Function | +|---------------|----------------|------------------------------|-------------|-------------------| +| 27 | -KFA1 | 1 / 4 | 115 | Roughing Pump | +| 23 | -KFA2 | 1 / 3 | 49 | Diffusion Pump | +| n/c | -KFA3 (broken) | 1 / 2 | n/c | | +| 12 | -KFA4 | 1 / 1 | 60 | Vent Button | +| 15 | -KFA5 | 2 / 4 | 48 | Pump Down Button | +| 11 | -KFA6 | 2 / 3 | 30 | Rough Vacuum Out | +| 42 | -KFA7 | 2 / 2 | 7 | High Vacuum Out | +| n/c | -KFA8 | 2 / 1 | n/c | | + Accessing at the lab ---