ING logoPARK: park the shutter

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



Purpose: put the camera shutter in its parking position and leave it there.

Actors: udas_shutter client; udas_camera server; camera.

Outline: the client invokes the PARK action on the server. The server tells the camera to move the shutter to its parking position. (The parking position varies between cameras. Usually, the shutter parks in the shut position, but some, e.g. INT WFC, park open.)

Normal course of events:

  1. Client invokes the PARK action on the server with no argument.
  2. Server determines whether the parking position is open or shut and orders camera to set the shutter accordingly.
  3. Camera parks the shutter fully and leaves it there.
  4. Camera reports success to server.
  5. Server returns good status to client.
Variations: