10-27-2006 09:31 AM
10-30-2006 02:54 AM
Hi
What is your goal?
Do you want to do acquisition with NI IMAQ module?
a CCD captors contains a matrice of x*y pixels that converts light in electric voltage.
The electric voltage determines the colors.
With Labview, you don't have to understand the physical phenomenon to handle your camera.
Thanks
Kamal
NIF
10-30-2006 03:45 AM
Hi Kamal,
My goal is to acquire video data from a CCD chip (hamamatsu C7041, 532 pixels). In order to collect the signals from each pixel of the CCD sensor, I have basically to send 2 pulse trains:
- A Clock pulse train at a frequency Fclk that I can set from 0 to 1MHz (this frequency will fix the speed at which I will read the pixels)
- A Start pulse train (frequency Fclk/4) that will initiate the read out of the sensor. The interval between the start pulses will set the integration time of the sensor.
- In return the sensor will send a serie of digital pulses: a trigger pulse train (each trigger pulse corresponds to a pixel of the CCD) of width 1/Fclk and occuring every 2/Fclk, a EOS pulse when it has finished to read all the pixels.
The problems:
I started writting a program with LabView 7.1 and NI-DAQmx (I use a 6281 PCI card). The problem I encounter is the same as in this post: http://forums.ni.com/ni/board/message?board.id=250&message.id=25092&query.id=181940#M25092 (mos sensor read out). If the person who has written this post, Shoneill, could contact me, it would be great. I want to acquire a single data point (or a few of them) on the rising edge of each consecutive trigger pulse. The problem is that it seems the program misses some pulses. At the end I don't collect the data from all the 532 pixels.
Thanks a lot for your help,
Polak
11-21-2006 09:56 AM
11-21-2006 01:47 PM
Hello,
I use a 64*532 pixels CCD sensor with LabView7.1, NI-DAQmx and a 6281-PCI card.
I now succesfully acquire the 532 pixels at 1MHz clock frequency and at a minimum integration time of ~6ms. For this I use a start pulse train (counter0), a CLK pulse train (counter1) and the trigger pulses sent by the sensor to the card.
I don't know really the advantages of LabView RT, as I never used it. I don't think you need it for your application (strictly to control the sensor) though, as the start and the CLK signal don't necassarily need to be very precisely synchronised for the sensor to work.
According to me, you will start having problems if you use a DAQ device with too low sampling frequency. You will need a sampling frequency>2*readout signal frequency (Nyquist).
Can you send doc associated to C4350?
Regards,
Polak
11-22-2006 02:46 AM
11-22-2006 05:15 AM
11-22-2006 06:20 AM