Changes between Version 1 and Version 2 of PublicPages/MayallZbandLegacy/NotesforObservers/MOSAICGUI_Notes


Ignore:
Timestamp:
Feb 6, 2017 3:20:13 AM (7 years ago)
Author:
Benjamin Alan Weaver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers/MOSAICGUI_Notes

    v1 v2  
     1= MOSAIC GUI Notes =
     2
     3[[PageOutline]]
    14
    25== Notes from David Rabinowitz to clarify what happens when "MOSAIC" and "Camera" are started and stopped:==
    36
    4   1.  each time nocs is stopped  (nocs stop all), a "POWERDOWN" command goes out through the PAN  to each controller. This disables analog power to the CCD DACs and shuts off the bias voltages to the CCDs.
     7 1. Each time nocs is stopped (`nocs stop all`), a "POWERDOWN" command goes out through the PAN  to each controller. This disables analog power to the CCD DACs and shuts off the bias voltages to the CCDs.
     8 1. Each time nocs is started (`nocs start all`), both a "RESET" and an "INIT" command goes out through the PAN  to each controller. The RESET closes the camera shutter if it happens to be open, powers up the analog power to the CCD DACs, and puts the CCD into a continuous clocking mode (idle). the "INIT" initializes the DACS and clocks with their assigned voltages and enables them so that the bias voltages are applied to the CCD.
     9 1. When `nocs stop ccp` is issued, the bias voltages are disabled and the DACS are powered down and the software running on the controllers is shut down.
     10 1. When `nocs start ccp` is issued, the controller software is restarted on each controller. The bias voltages remain powered down until nocs is started.
     11 1. There is also an optional `nocs reset ccp` and a `nocs init ccp`. These do the same thing as the "RESET" and "INIT" peformed by the PAN when it is started by nocs.
     12 
     13Notice that there are two stages to shutting down the biases: disabling and powering down.
    514
    6   2. each time nocs is started (nocs start all), both a "RESET" and an "INIT" command goes out through the PAN  to each controller. The RESET closes the camera shutter if it happens to be open, powers up the analog power to the CCD DACs, , and puts the CCD into a continuous clocking mode (idle). the "INIT" initializes the DACS and clocks with their assigned voltages and enables them so that the bias voltages are applied to the CCD.
    7 
    8   3. When "nocs stop ccp" is issued, the bias voltages are disabled and the DACS are powered down and the software running on the controllers is shut down.
    9 
    10   4. When "nocs start ccp" is issued, the controller software is restarted on each controller. The bias voltages remain powered down until nocs is started.
    11 
    12   5. There is also an optional "nocs reset ccp" and a "nocs init ccp". These do the same thing as the "RESET" and "INIT" peformed by the PAN when it is started by nocs.
    13  
    14   Notice that there are two stages to shutting down the biases: disabling and powering down.
     15[[BackLinks]]