ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA setting panel control

Hi all,

 

I´m quite new in Labview and experincing some difficulties 🙂 I have a compex FPGI.vi with many controls .

One of the panels (Advanced Settings)  is devoted for advanced users and should interactively controlled with a switch to hide/unhide it

 

MikyB_0-1731673484978.png

 

I tried to implement the following code which anyway does not work under the FPGA. VI ; it does under the host.vi but then I shuold exchange all the panel data (see below ) with the FPGA itself and as I said I´m not a master of it 

 

MikyB_1-1731673986988.png

 

Coudl you advice an approch directly in the FPGA.vi or anyway an easy alternative

 

Thanks in advance!

0 Kudos
Message 1 of 3
(767 Views)

FPGA VI and Host VI are programmed differently. It is not recommended to interact with FPGA VI directly. The proper way would be to write a Host VI that accesses FPGA VI through FPGA Interface API. See Getting Started with LabVIEW FPGA

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 2 of 3
(716 Views)

Thanks for the feedback

0 Kudos
Message 3 of 3
(682 Views)