Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

**** Note: This page will be updated as camera is integrated into DAQ and IOCs are created .

RIXS-CCD Controls and Interlock Scheme (from 11/30 meeting with controls/DAQ)

Meeting with Patrick/Kaz/Bhavna (2/22): 

  • Cryotel IOC (Patrick's update)
    • IOC screen has PID controls, but since we only use PID in archon, that section will be wiped before we give this to users
    • For cryotel screen:
      • Hit only POWER mode: constant cooling, 60W
      • ON mode aka temperature mode: uses PID to get there
    • 3/8" tubing for chiller, raise flow rate
    • Software wise, everything is in place (trigger from the archon, timing, etc)
    • RIX:STA:CCD:01 as the base name for the PVs
  • Waiting to hear from Dan about archon IOC and testing sensor in RIXS daq
  • Next steps: meet with Dan, test basic functions, do a full cool-down/data collection/warmup at RIXS

****

This is a how-to for a single sensorcamera. Ultimately, there will be two of these sensors CCDs at qRIXS. 

Devices involved:

  • Archon controller
  • CryoTel controller
  • Water chiller (small)
  • Sensor with cryotel coldhead
  • Laptop (PCxxxxx)

8 cable connections:

  • Water lines to/from chiller x2
  • Glenair signal cable from flange to archon 
  • 1-to-3 breakout controls cable between CryoTel coldhead/flange and cryotel controller 
    • On the controller, one connection. 
    • On the coldhead/flange side, three connections: Two black connectors which go to coldhead, and one db9 connector that goes to the flange. 
  • Cable that goes from CryoTel controller to coldhead 
  • Cat5 from Archon controller to laptop
  • RS232 to USB cable from cryotel controller (RS232) to laptop (USB) 
  • Trigger cable to bottom BNC port on Archon

Navigating ArchonGUI:

  1. Run "./archongui -small" (the -small option allows for a re-sizeable window)
  2. File → Open → *whatever_name_of_config_file*.acf 
  3. Hit "Connect", "Auto Fetch", "Apply all"
  4. Turn "Power On" on lower right, this is bias voltage 
  5. In "Slot 3: HeaterX"
    1. Sensor C should be RTD1000
    2. Heater A parameters:
      1. Target: -100C
      2. Sensor: Sensor C
      3. Force: unchecked
      4. Limit(V): 25.0
      5. P: 50
      6. I: 1
      7. D: 10
      8. IL: 20
      9. Ramp enable: checked
      10. Ramp rate: 20mK/tick
    3. Hit "Apply" (*note: hitting "Apply" will reset any values the PID had accumulated up to that point, like a refresh)

Cooldown takes ~2hrs.

CryoTel Software:

*note: The cryotel has a PID, but we don't use it.  We use the other PID (via the Archon) that regulates the heater near/on the sensor.  Keeping pwout to a minimum (i.e 60) keeps vibrations to a minimum.

  1. Open new terminal: sudo putty /dev/ttyUSB0 -serial -sercfg 9600,8,n,1,N
  2. Commands
    1. View status: "status"
    2. Check cooler power: "pwout" (this should be 60. If not, set with "pwout=60") 
    3. Turn cryotel on: "cooler=power"
    4. Turn cryotel off: "cooler=OFF" (might need to enter this command more than once to actually turn power off)

--------Only applicable for bench testing-------------

Parameters on waveform generator:

  • Waveform: Pulsed mode
  • Frequency: 200Hz (or anything under 250Hz)
  • Pulse Height: 3.3V
  • Pulse Offset: 1.65V
  • Pulse Width: 1us 
  • Burst Mode: ON (lately it seems you must have it on to see anything on detector) 

Turning things off (warming up CCD):

  1. Turn cryotel off (cooler=off)
  2. Turn bias voltage off (power off on gui)
  3. Set target temp to +10C
  4. That's it

Troubleshooting issues and lessons learned:

...

Initializing and cooling down camera

In order to operate the CCD, it needs to be cooled down first. 

(images of startup screen, where to find cryotel and archon screens, highlight parameters to change)

Note that everything here is "expert mode", users (and POCs for the most part) should not need to access all of this information. Controls group is working IOCs with interlocks to simplify CCD operation. 

Running camera in DAQ 

Note: make sure to "Stop" acquisition when changing settings, and "Start" after to apply changes. (image highlighting Acquire button)

Settings to change1d2d
Readout ModeFVBImage
Bins1, 11, 1
Image Size 4800, 14800, 1200
Fixed Rate100Hz1Hz 

(images of archon screens, highlight fixed rate/binning/readout mode/what else?)


DAQ/AMI: 















Running the CCD in the ASC 

...