ING logoRETIME: change the integration time

This page is part of the ING document INS-DAS-24: client-server interface for control of cameras
 



Purpose: change the demanded length of an integration.

Actors: udas_run client; udas_newtime client; udas_camera server; camera.

Outline: udas_newtime sets a new duration for the current integration. Server changes the integration, informing the camera if necessary.

Normal course of events:

  1. udas_run is doing an integration; q.v. the INTEGRATE action. The integration is an exposure timed by a shutter under control of camera.
  2. udas_newtime invokes the RETIME action on server with these arguments:
  3. Server detects the change in demanded time within one second.
  4. Server tells camera of the new time.
  5. Camera acknowleges the new time.
  6. Server returns good status for RETIME to udas_newtime.
  7. INTEGRATE finishes with good status at the time set in RETIME.
Variations: