LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Start FPGA vi on cRIO from Host pc running a host vi

Solved!
Go to solution

Hi

My labview skills (beginner) are challenged by the following situation:

 

I want to start a vi on my cRIO which collects data from a FPGA vi from a Host pc.

I have attached a copy of my code. I can start the cRIO vi from the host pc but not the FPGA code. 


0 Kudos
Message 1 of 2
(1,944 Views)
Solution
Accepted by topic author mkstech

Hi mks,

 

I want to start a vi on my cRIO which collects data from a FPGA vi from a Host pc.

You don't start a VI from your (Windows) computer to run on your cRIO.

The cRIO will run your VI immediatly after booting up - and your VI will wait for commands/communication from your host VI.

 

My labview skills (beginner)

Then you should take those training resources offered in the header of the LabVIEW board.

Learn LabVIEW.

Then learn about LabVIEW-RT.

Then learn about LabVIEW-FPGA.

Then start with those example projects coming with LabVIEW. They will explain how to start communication between PC host, RT target and FPGA code!

 

I have attached a copy of my code.

No, you didn't attach any code. All we got is an image of a small part of your code base…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,939 Views)