Balluff - BVS CA-MLC / BVS CA-IGC Technical Documentation
|
If you need a double acquisition, i.e. take two images in a very short time interval, you can achieve this by using the HRTC.
With the following HRTC code, you will
The ExposureTime was set to 200 us.
0 WaitDigin DigitalInputs[0] - On 1 TriggerSet 1 2 WaitClocks 200 3 TriggerReset 4 WaitClocks 5 5 ExposeSet 6 WaitClocks 60000 7 TriggerSet 2 8 WaitClocks 100 9 TriggerReset 10 ExposeReset 11 WaitClocks 60000 12 Jump 0