Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added CHSW command to adjustable settings table
Added rate query to telemetry table (both Green and Red)

...

Description

Qty

Source

Part Number

IP Address Link

Green CCD Cold Head
Temperature Controller

1

Instec

mK2000

Aux Rack IP List

Red CCD Cold Head
Temperature Controller

1

Instec

mK2000

Aux Rack IP List

Green LN2 Pump

1

Instec

LN2-SYS

N/A

Red LN2 Pump

1

Instec

LN2-SYS

N/A

...

Action

Notes

1

Read telemetry (Green)

Continuously running

2

Read telemetry (Red)

3

Upload PID parameter table (Green)

Engineering and maintenance only

4

Upload PID parameter table (Red)

5

Cool-down procedure (Green)

Engineering and maintenance only

6

Cool-down procedure (Red)

7

Warm-up procedure (Green)

Engineering and maintenance only

8

Warm-up procedure (Red)

...

Operational Modes [TBD]

  • Link to Instec tab within Operational Modes Spreadsheet

    • No modes yet for controller (always on device??)

...

Required Adjustable Settings

Setting

When Needed

Notes

Build

Observing

Maintenance

PID Parameters

YES

NO

MAYBE

Instec app can save PID parameters to a .csv file. Likely convenient to use same format.

Heating/cooling status

YES

NO

MAYBE

Change between different modes with

Code Block
TEMP:CHSW

command. (0=Heating Only, 1=Heating and Cooling, 2=Cooling Only)

...

Required Telemetry

Parameter

Report Frequency

Purpose

Notes

1

Green Channel Instec

2

Device Serial Number?

At startup

Include in log just in case device is swapped out in future

Code Block
*IDN?

(third field of reply)

3

Device Rev Number

At startup

Include in log just in case device is swapped out in future

Code Block
*IDN?

(fourth field of reply)

4

Cold Head Temperature Value

1 Hz

Monitor CCD temperature

Code Block
TEMP:CTEM?
5

Heating/cooling enabled status

1 Hz [TBD]

Code Block
TEMP:CHSW?
6

System status

Code Block
languagenone
TEMP:STAT?
7

Temperature set point

Code Block
TEMP:SPO?
8

Power value

Code Block
TEMP:POW?
9

Rate value

Code Block
TEMP:RAT?
10

Red Channel Instec

1011

Device Serial Number?

At startup

Include in log just in case device is swapped out in future

Code Block
*IDN?

(third field of reply)

1112

Device Rev Number

At startup

Include in log just in case device is swapped out in future

Code Block
*IDN?

(fourth field of reply)

1213

Cold Head Temperature Value

1 Hz

Monitor CCD temperature

Code Block
TEMP:CTEM?
1314

Heating/cooling enabled status

1 Hz [TBD]

Code Block
TEMP:CHSW?
1415

System status

Code Block
languagenone
TEMP:STAT?
1516

Temperature set point

Code Block
TEMP:SPO?
1617

Power value

Code Block
TEMP:POW?
18

Rate value

Code Block
TEMP:RAT?

...

Required Alarms

Parameter

Threshold

Notes

1

2

...