Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 11 Next »


Table of Contents:


Relevant Devices

Description

Qty

Source

Part Number

Ion Pump Controller

4

Gamma

SPC-1-P-S-1-US110-E-S-N

Ion Pump

4

Gamma

3SDI1V5KNN (3S TiTan)

Air Cables

4

Gamma

10K-SC10-10K (10 m)

Vacuum Cables

4

Custom

Note there are two pumps per cryostat. One will be operated and the second will sit idle as a backup.

Each pump has a dedicated controller.


Relevant Functional Block Diagram

to be added


Software Actions

Action

Notes

1

Green controller 1: take pressure measurement

Value reported as telemetry (see below)

2

Green controller 2: take pressure measurement

Value reported as telemetry (see below)

3

Red controller 1: take pressure measurement

Value reported as telemetry (see below)

4

Red controller 2: take pressure measurement

Value reported as telemetry (see below)

5

Green controller 1: turn pump on

6

Green controller 1: turn pump off

7

Green controller 2: turn pump on

8

Green controller 2: turn pump off

9

Red controller 1: turn pump on

10

Red controller 1: turn pump off

11

Red controller 2: turn pump on

12

Red controller 2: turn pump off


Required Adjustable Settings

Setting

When Needed

Notes

Build

Observing

Maintenance


Required Telemetry

Parameter

Report Frequency

Purpose

Notes

1

Green controller 1 pressure value

Once per minute (TBC)

Monitor green cyrostat pressure

2

Green controller 2 pressure value

Once per minute (TBC)

Monitor green cyrostat pressure

3

Red controller 1 pressure value

Once per minute (TBC)

Monitor red cyrostat pressure

4

Red controller 2 pressure value

Once per minute (TBC)

Monitor red cyrostat pressure


Required Alarms

Parameter

Threshold

Notes

1

Green controller 1 pressure high

TBC

Only one pump per cyrostat will be in operation at any time.

The alarm system would need to know which pump/controller is in operation at any time to monitor the correct pressure value.

2

Green controller 2 pressure high

TBC

3

Red controller 1 pressure high

TBC

4

Red controller 2 pressure high

TBC


Relevant Datasheets & Manuals


Relevant Software

Description

File

Source

1

Snippit from device manual explaining simplicity of telnet connection.

SG tested this with PuTTY and it works; simplest command to test is the device name:

spc 01

which should return:

OK 00 SPC2

From page 14 of “SPC Controller Manual”, posted just above.

Full command list starts on page 19 of same manual.

(Steve is annotating the command list for KPF’s needs)

2

Python code that Steve lifted from web, slightly modified, and found it worked!

Key part in here (I think) is the command structure; this is the 'Read Pressure' command:

s.send(('spc 0B' + "\r\n").encode())

https://gist.github.com/tspspi/779d96f305f719082d2db1e201856375/revisions

3

SPC Firmware

https://www.gammavacuum.com/index.php/product?id=64

4

SPC Labview Drivers
(likely not useful, but included for completeness' sake)

https://www.gammavacuum.com/index.php/product?id=64


Installation Instructions

Description

File

Enable the high pressure resolution mode (this is a front-panel-only setting).

  • No labels