LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA read write not taking boolean array as input

Solved!
Go to solution

read write control.png

I am trying to write a boolean array from the host computer to the fpga vi.. I have added the array in the fpga vi and i am trying to invoke the same using the read/write function in the host vi file...however the boolean array is not visible in the controls .. Hoever boolean variables that i added are seen in the controls...is boolean array addition not possible ?

0 Kudos
Message 1 of 12
(315 Views)

Hi Anupama,

 


@Anupama07 wrote:

I am trying to write a boolean array from the host computer to the fpga vi.. I have added the array in the fpga vi and i am trying to invoke the same using the read/write function in the host vi file...however the boolean array is not visible in the controls .. Hoever boolean variables that i added are seen in the controls...is boolean array addition not possible ?


Did you recompile the FPGA VI?

Did you select the correct FPGA VI/bitfile in the FPGAOpenReference function?

 

We could help much better when you would attach real code instead of an image of a small part of your code base…

 

Why is there a coercion dot at the comparison node? Yesterday you should have learned how to convert your string correctly into a boolean array!

Which target should your VI run on? Does that target have access to the (user-local) Desktop folder of your host computer?

Best regards,
GerdW


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

Hi GerdW,

Yes I recompiled the FPGA VI before running the host VI. And the host VI has access to the input file i am trying to read. I was able to read the file contents in the host VI..I have attached the codes for your reference ( untitled 1.vi is the FPGA vi  and Red WriteControlUI is the host VI). I am able to get the control of the Boolean and numeric variables in the host VI but the Boolean array is not displayed..

 

Thanks

Download All
0 Kudos
Message 3 of 12
(269 Views)

Hi Anupama,

 

please downconvert to LV2019. And don't forget to include the lvproj file in your attachment…

Best regards,
GerdW


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

Hi, 

I hope I have done the down conversion correctly. I am not able to attach the project files here. There is some error in uploading the files. 

Download All
0 Kudos
Message 5 of 12
(250 Views)

Hi Anupama,

 


@Anupama07 wrote:

I am not able to attach the project files here. There is some error in uploading the files. 


  1. You can ALWAYS put several files or even a whole folder of file into a ZIP file.
  2. You can attach ZIP files here in the forum…

Without the project file we cannot examine FPGA VI and their host VIs correctly!

 

Btw.: please DON'T maximize windows to fullscreen (frontpanel and blockdiagram) - that's annoying. And cleanup your VIs (AutoCleanup) for both frontpanel and blockdiagram…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 12
(230 Views)

I have attached the zipped files. Hope this is ok. Thanks 

0 Kudos
Message 7 of 12
(225 Views)

Hi Anupama,

 


@Anupama07 wrote:

Hope this is ok.


I wrote "ZIP" two times, but you use a proprietary packer tool that is not (natively) supported by most OS.

Why do you want us to install 3rd party software just to look at your code?

Next time please use ZIP when asked for...

 

(I can open your RAR archive as I use 7z by default.)

 

And you also need to downconvert the lvproj file as it also keeps the LabVIEW version in it...

You forgot to answer my question on the used hardware (aka "target")!

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 12
(217 Views)

Hi, 

The target is PCIe-7841R ( R series FPGA ) FPGA.. And I had down converted the whole project for the 2019 version. I am not sure what mistake I made. 

0 Kudos
Message 9 of 12
(210 Views)

Hi Anupama,

 


@Anupama07 wrote:

And I had down converted the whole project for the 2019 version. I am not sure what mistake I made. 


The project file in your RAR still is for LV2021SP1, so you forgot to downconvert it…

 

To convert a whole project:

  1. Open the project in LabVIEW.
  2. Select "File->Save for previous".
  3. Select a new folder to save the downconverted project. It will include all project items automatically…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 12
(205 Views)