LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in configuring and initializing FPGA

Solved!
Go to solution

Hello,

 

How do I pass on values from the Main_FPGA to the Host PC, the values of the sensors are sucessfully displayed on the main_FPGA(from the sensors) but I'm unable to pass them on to the Host PC. Any ideas please? I have attached the project below. Any help will be appreciated.

 

 Regards

0 Kudos
Message 11 of 15
(719 Views)

 

Hello GerdW,

 

How do I pass on values from the Main_FPGA to the Host PC, the values of the sensors are sucessfully displayed on the main_FPGA(from the sensors) but I'm unable to pass them on to the Host PC. Any ideas please? I have attached the project below. Any help will be appreciated.

 

 Regards

 

 

0 Kudos
Message 12 of 15
(703 Views)
Solution
Accepted by topic author ali462

Hi ali,

 

Any ideas please?

Create a new project from File menu -> "New…".

Select a project for PC, RT and FPGA.

Then LabVIEW creates a project, including examples on how to transfer data between all three project "layers"!

 

Btw. Please don't ask the same question in more than one thread. Keep information in one place (aka thread)!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 15
(701 Views)

Thank you for your reply. I had  used it as a reference and implemented it but can't seem to find the problem. 

0 Kudos
Message 14 of 15
(671 Views)
Solution
Accepted by topic author ali462

@ali462 wrote:

How do I pass on values from the Main_FPGA to the Host PC, the values of the sensors are sucessfully displayed on the main_FPGA(from the sensors) but I'm unable to pass them on to the Host PC. Any ideas please?


You have to use the RT as a go-between for your FPGA and PC.  The RT can read the data from the FPGA and then use the network stream to send the data on to the PC.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 15 of 15
(655 Views)