07-26-2019 03:41 AM
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
07-26-2019 03:47 AM
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
07-26-2019 04:01 AM - edited 07-26-2019 04:04 AM
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)!
07-26-2019 05:12 AM
Thank you for your reply. I had used it as a reference and implemented it but can't seem to find the problem.
07-26-2019 07:47 AM
@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.