DAS
3.1.6 - 18/09/2017
|
The trigger of the camera becomes necessary when you must synchronize an outside event with the acquisition of the image.
Two trigger modes are possible:
In the software way simply specifying the TRIGGER bit in the TaskSettings variable of the procedures DC_Open, _DC_Open, DC_OpenByConfig is enough. Enabling this way, every time we will use any acquisition procedure, the program will put himself waiting for the signal of trigger which will be sampled to the maximum speed. As soon as the trigger signal will be active the acquisition of the image will be realized. To be noticed that this mode, very simple to be realized and possible on every camera model, it has some limits as regards the synchronization precision of the trigger. The problem on the not efficient synchronization is due by speed of the processor and all the task which are in background to the operating system. This is a mode which can be used for the sampling of not critical events.
The hardware trigger mode, he offers high speeds and high precisions in the synchronization, but it requires the knowledge specific of the hardware of the camera. In this mode it is possible to achive few nanoseconds to synchronize the camera to an external trigger.
We examine the circuit which control the trigger.
Before making the operations listed above, disabling the background activities with the DC_StopNow procedure is necessary, then it is possible to set the trigger up it and the acquisition loop is executed at last. Obviously with the disabled background the temperature loses his feedback, but he goes also considered that the camera has a big thermal inertia and so that a change of outside temperature has effect on the CCD, which is to the balance, several minute are necessary. In all the cases on 4-5 minutes suits restore the background task to verify and possibly correct the thermal balance of the sensor.
Later having set up the polarity of the trigger and having enabled it is necessary set up two important operating ways of the camera:
We examine the circuit which control the trigger.
Before making the operations listed above, disabling the background activities with the DC_StopNow procedure is necessary, then it is possible to set the trigger up it and the acquisition loop is executed at last. Obviously with the disabled background the temperature loses his feedback, but he goes also considered that the camera has a big thermal inertia and so that a change of outside temperature has effect on the CCD, which is to the balance, several minute are necessary. In all the cases on 4-5 minutes suits restore the background task to verify and possibly correct the thermal balance of the sensor.
Later having set up the polarity of the trigger and having enabled it is necessary set up two important operating ways of the camera:
ICAM it is a high-speed camera, the hardware implementation of the trigger is a critical function which is entirely developed by the FPGA of the camera, for this model a specific procedure exists.
Trigger on Electra system can be only in hardware, a rising edge signal (3.3V) applied onto pin 23 of the aux port can start the acquisition.
To enable or disable the trigger simply execute the following code: