LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with basic FPGA program

Hello,

 

I'm currently working on a sbRIO-9632, and I need to use more digital IO that the one available in the "write direct IO" VI located under the starter kit 2.0 section.

So I tried a really simple program to see if I could write on the IOs. Here are both my RT and my FPGA program:

pbfpga.png

And once I start the program, nothing happens. I'm not really sure how the different options in "open PFGA reference" work, and how I should deploy the FPGA program, that might be my problem ?

 

Thanks in advance for your help.

0 Kudos
Message 1 of 4
(3,153 Views)

Hi PLesur,

 

do you mind to attach a non-scaled version of your image?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(3,137 Views)

Yes, sorry if it was too small.

Here it is

0 Kudos
Message 3 of 4
(3,129 Views)

Hi PLesur,

 

- Did you start your FPGA VI after opening it's bitfile?

- You only output constant values to your FPGA  - thus the FPGA output will never change…

- You only transfer two values from RT to FPGA, but in the FPGA you have 4 controls. Increase your FPGAWriteControl node and select all 4 controls…

- Using AutoCleanup (Ctrl-U) on your RT VI will be VERY helpful…

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(3,118 Views)