Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 1483 with camera Baumer HXC13

Yea, I guess the problem is strictly with labview programming on FPGA, as camera is giving fine image with another software after pluging it to the PC.

0 Kudos
Message 11 of 17
(1,930 Views)

Ok that is good to know. So we will concentrate on the code. Did you change anything else in the code (e.g. the configuration)?

Anna Vogl
Certified LabVIEW Developer
0 Kudos
Message 12 of 17
(1,928 Views)

I have changed CL Data To Pixels.vi to 2-Tap 10-bit configuration, as my camera is in this mode. I did it according to those steps: http://digital.ni.com/public.nsf/allkb/EA1727D8D620B81F8625797B0072257C. I also changed buffer size, as I was getting errors with DMA write timeout. 2.png

Nothing more changed I guess.

0 Kudos
Message 13 of 17
(1,926 Views)

So you changed it back from 8tap 8 bit as you described first?

Anna Vogl
Certified LabVIEW Developer
0 Kudos
Message 14 of 17
(1,915 Views)

Yes, because I thought it will be easier to change only one parameter, but it didn't help me actually.

0 Kudos
Message 15 of 17
(1,910 Views)

3232.png

Ok, now I am pretty much sure that my black window is caused because of the 'Data' from Invoke Metod DMA FIFO. I realised that the array which is coming out of the 'Data' is full of zeros (black colour). What can cause this problem of zeros?

0 Kudos
Message 16 of 17
(1,889 Views)

The Zeros can have multiple reasons. First you need to check the configuration of the camera (in the example: configure camera link). Is everything set in a way that its is supported by your camera?

Also check the serial communication (serial interface). Is everything correct there?

Anna Vogl
Certified LabVIEW Developer
0 Kudos
Message 17 of 17
(1,849 Views)