Changes in Version 2 of GraspSwControllerCmdEtime
- isani
- Timestamp:
- Fri Apr 22 07:35:30 2011
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraspSwControllerCmdEtime
v1 v2 1 1 '''[wiki:GraspSwControllerCmd etime]''' 2 2 [[TracNav(GraspContents)]] 3 3 ||Command:||'''etime'''|| 4 4 ||Contexts:||Network socket, serial console, stage2 only|| 5 ||Function:||Request integration time applicable to next "[wiki:GraspSwControllerCmd expose]" command|| 5 ||Function:||Request integration time applicable to next "[wiki:GraspSwControllerCmdExpose expose]" command|| 5 5 ||Required Parameters:||An integer number of '''milliseconds''' >= 1|| 6 6 === Usage === 7 This command sets a "sticky" parameter. It doesn't do anything to the detector, but it sets the integration time for the next [wiki:GraspSwControllerCmd expose] command. It only needs to be sent to the controller upon initialization, though there is no harm sending it before every exposure. 7 This command sets a "sticky" parameter. It doesn't do anything to the detector, but it sets the integration time for the next [wiki:GraspSwControllerCmdExpose expose] command. It only needs to be sent to the controller upon initialization, though there is no harm sending it before every exposure. 7 7 {{{ 8 8 etime 30000 9 9 }}} 10 The above example requests a 30 second integration period. See also [wiki:GraspSwControllerCmd etype] and [wiki:GraspSwControllerCmdexpose].10 The above example requests a 30 second integration period. See also [wiki:GraspSwControllerCmdEtype etype] and [wiki:GraspSwControllerCmdExpose expose]. 10 10 === Notes === 11 11 ''The script level '''etime''' command takes a floating point value in seconds, while the controller socket level requires integer milliseconds.'' 12 12 ''Due to timeouts in the pixel server code, integration times greater than the network timeout (typically 45 seconds) may result in the server returning a timeout.''