1 |
1 |
'''D. [wiki:GraspSw Controller Socket Level]''' |
2 |
2 |
[[TracNav(GraspContents)]] |
3 |
3 |
Each STARGRASP boardset controls up to 2 independent detector devices (referred to as "dev 0" and "dev 1"). |
4 |
4 |
Each of these two devices can have up to 8 output amplifiers (16 channels per daq board.) These commands take a similar '''name="value"''' parameter syntax as the demo scripts. We intend to collect information from our internal site and complete the possible parameter lists for each of these, under the (currently dead) links below: |
5 |
5 |
* [wiki:GraspSwControllerCmdReset reset] - Reset the controller software into its original power-on state. |
6 |
6 |
* [wiki:GraspSwControllerCmdConsole console] - Turn on or off serial port console feedback |
7 |
7 |
* [wiki:GraspSwControllerCmdDev dev] - Select detector device 0 or 1 |
8 |
8 |
* [wiki:GraspSwControllerCmdAdc adc] - Set ADC operating modes |
9 |
9 |
* [wiki:GraspSwControllerCmdClk clk] - Get or set digital output bits |
10 |
10 |
* [wiki:GraspSwControllerCmdDac dac] - Get or set DAC channel (apply voltages) |
11 |
11 |
* [wiki:GraspSwControllerCmdReadcal readcal] - Calibrate internal signal offset |
12 |
12 |
* [wiki:GraspSwControllerCmdDetsize detsize] - Set amplifiers width,height,prescan |
13 |
13 |
* [wiki:GraspSwControllerCmdClvset clvset] - Set clocking parameter(s) from cestlavie |
14 |
14 |
* [wiki:GraspSwControllerCmdClean clean] - Clean the CCD of charge |
15 |
15 |
* [wiki:GraspSwControllerCmdSettrig settrig] - Select cross-trigger sync for next readout |
16 |
16 |
* [wiki:GraspSwControllerCmdReadout readout] - Read pixels into memory buffer |
17 |
17 |
In some applications, STARGRASP is able to drive the camera shutter directly. |
18 |
18 |
These additional commands apply: |
19 |
19 |
* [wiki:GraspSwControllerCmdEtime etime] - Set the next shutter exposure time |
20 |
20 |
* [wiki:GraspSwControllerCmdEtype etype] - Set the next exposure type (o/b/d) |
21 |
21 |
* [wiki:GraspSwControllerCmdExpose expose] - Take a timed exposure |
22 |
22 |
* [wiki:GraspSwControllerCmdShutter shutter] - Manually open or close the shutter |
23 |
23 |
STARGRASP was designed to support the unique features of Orthogonal Transfer Arrays. |
24 |
24 |
When controlling OTA CCDs, the following apply: |
25 |
25 |
* [wiki:GraspSwControllerCmdOtacal otacal] - A version of readcal that calibrates each cell |
26 |
26 |
* [wiki:GraspSwControllerCmdCelldes celldes] - Designate cell usage (Science, video, etc.) |
27 |
27 |
* [wiki:GraspSwControllerCmdCellsel cellsel] - Set designated cells to select, standby or float |
28 |
28 |
* [wiki:GraspSwControllerCmdPixtype pixtype] - Set OTA pixel type I or II (or 0 for CCD) |
29 |
29 |
* [wiki:GraspSwControllerCmdOt ot] - Preliminary command to perform "OT shifts" on an OTA CCD |