10-17-2024 05:35 PM
In my project, after I clicked FPGA Target, the FlexRIO-K710Modules underneath has a red exclamation mark, and after I clicked properties, all the contents show can not display, and I can not configure the clock.
10-18-2024 01:01 PM
Can you post a screenshot of the error?
10-18-2024 11:46 PM
Thanks Terry. Here is the problem shown. And when I try to click properties for the fpga target, all the things show can not display. And when I try to write a labview fpga logic and compile it it shows error for generateVHDL.vi.
10-19-2024 06:54 AM
For the time being, could you make a new 7975 under My Computer? Right-click on My Computer New >> New Target (something like that). Move the VI into that target and try again.
What is the FlexRIO adapter module that you plan to connect to the 7975? You should check out the examples under that adapter module and it will likely show you how to fix things in the long run.
10-19-2024 12:14 PM
Thanks Terry, it still shows in this way.
I use NI5771, and I have checked relevant files but don't find solutions to solve it, and I'm confused the reason for it.
10-21-2024 02:59 PM
And also I have follow NI 5771R User Guide and Specifications, for 'Using Your NI 5771R with a LabVIEW FPGA Example VI' part I successfully configure in my fpga(7975) and the vi works make me get signals. But once I turn to 'Creating a LabVIEW Project and Running a VI on an FPGA Target' part again, from step 7 it doesn' work.
(the 3,4 images are when I right click FlexRIO-K7IOModule) shows
10-22-2024 09:01 AM
I always start with one of the shipping examples for the adapter module. They have everything configured correctly. From there I make a copy and integrate my code into it. If more than one example for an adapter, I review and select the one that best fits the project.
10-24-2024 07:11 PM
Yeah I can also open examples. But the problem is that when I do nothing the FlexRIO-K710 still show error. And when I right click it properties , anything can't show. And when I want to load fpga code to compile, it shows error on 79xx VHDL generate vi. So I feel confused how to solve these problems.