08-07-2019 06:24 AM
Hi! I use a Basler aca 2000 340 km camera to grab images through ni 1435 frame grabber placed in a remote target with 8135 controller in a 1071 chasis
now i need to shift it to a 1483 adapter placed on a 7966R fpga flex rio
i have taken the 10 tap 8 bit camera with dram example and modified the project accordingly.
Now, there are 2 main vi.
1. 10 tap 8 bit camera with dram (fpga)
2. 10 tap 8 bit camera with dram (host)
The first one is successfully compiled in the fpga, but when the vi is opened (for interactive session) and i transmit some data through the UART transmit, it is returning a x15 which denotes not acknowledged (NACK) for the camera, but it should not be the case since the data i am transmitting is from the .icd file of the same camera for setting some particular parameters.
The second vi is running, the module enabled, and initialized indicators are glowing, when i start acquisition the Acq in progress indicator also lights up. But there is no image.
Now i am fairly new to this, and i donot know how to debug these also since, the probe indicators are also not available.
What am i doing wrong?
Is there any example for fpga module in remote systems?
08-21-2019 10:54 AM
I recommend against using interactive mode. Run the FPGA VI/bitfile via the Host VI.