11-15-2024 06:39 AM
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
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
Coudl you advice an approch directly in the FPGA.vi or anyway an easy alternative
Thanks in advance!
11-16-2024 10:49 AM
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
11-21-2024 03:49 AM
Thanks for the feedback